Qbasicnews.com

Full Version: Compiling in Linux
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This may sound like a very dumb question, but hey, I'm serious.

How do you compile a program with FB in the Unix shell in Linux?
Code:
fbc [filename].bas
Ive tried that but it comes up with an error. Ill try reinstalling.
What is the exact error message?
is it something like "Can't find -l[some strange name]?"
If it is, then there is some development library you need, please see here:
http://www.freebasic.net/forum/viewtopic.php?t=3991
Yeah thats it thanks.