I've set up Ubuntu Server 14.04 (pure command line) and I want to be able to compile simple programs from the command line.
I've set fasm, pbcompiler, pbdebugger, pbdocmaker, pblibrarymaker, pbsoimporter and purebasic as executables.
I'm testing with this simple program:
Code: Select all
OpenConsole ("Hello")
PrintN ("Hello world")
Delay (2000)
CloseConsole ()
Error: Can't load OS libraries, please re-install PureBasic.
Any ideas how to resolve this?