Linux Related FAQ
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=FaqPgLinux
- Last revised: 2021-10-10
FreeBASIC Linux questions:
- FreeBASIC gives me an error 'ld: can't find -lX11' or something similar!
- How do I install FreeBASIC in Ubuntu?
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.
How do I install FreeBASIC in Ubuntu?"
See This thread in the FB forums
See also
Back to DocToc