Qbasicnews.com
Compiling in Linux - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: Qbasic "like" compilers/interpreters (http://qbasicnews.com/newforum/forum-5.html)
+--- Forum: FB Discussion & Programming Help (http://qbasicnews.com/newforum/forum-15.html)
+--- Thread: Compiling in Linux (/thread-9848.html)



Compiling in Linux - zoasterboy - 01-07-2007

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?


Compiling in Linux - Skyler - 01-07-2007

Code:
fbc [filename].bas



Compiling in Linux - zoasterboy - 01-07-2007

Ive tried that but it comes up with an error. Ill try reinstalling.


Compiling in Linux - red_Marvin - 01-07-2007

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


Compiling in Linux - zoasterboy - 01-08-2007

Yeah thats it thanks.