Linux Related FAQ

item0FreeBASIC Linux questions:

	- #item1FreeBASIC gives me an error 'ld: can't find -lX11' or something similar!
	- #item2How do I install FreeBASIC in Ubuntu?

FreeBASIC Linux questions

item1FreeBASIC gives me an error 'ld: can't find -lX11' or something similar!
	FreeBASIC uses ld to link its files under linux. This program requires 
	that any libraries you use have the '-dev' versions installed. For 
	example, for the above error message, you'd want to install xlib-dev for 
	your distribution. Other common errors are for glibc, which requires 
	glibc-dev, and sdl, which requires sdl-dev. Most distributions make 
	these easily available on your install media.

#item0Back to top

item2How do I install FreeBASIC in Ubuntu?"
	See http://www.freebasic.net/forum/viewtopic.php?t=3991&postdays=0&postorder=asc&highlight=install+ubuntu&start=0This thread in the FB forums 

#item0Back to top

See also
	CompilerFAQCompiler FAQ
	FaqPgrtlibFB Runtime Library FAQ

