Skip to content

Linux Related FAQ


FreeBASIC Linux questions:

Back to Table of Contents


FreeBASIC Linux questions

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.

Back to top

How do I install FreeBASIC in Ubuntu?"

See This thread in the FB forums

Back to top

See also

Compiler FAQ

FB Runtime Library FAQ

Back to DocToc

Translated from FreeBASIC official docs. Contact us for removal if infringed.
FreeBASIC is an open-source project, not affiliated with Microsoft