I have recently installed ScriptBasic on a Linux box running Fedora release 14.
The kernel version is 2.6.35.9-64, cpu is an Intel dual core x86_64.
This was quite a project.
After creating the directory from the tar file, I performed the following tasks:
chown -R root:root scriptbasic
cd scriptbasic
./setup
dll & lib fail for both dbd & psgl because I don't have or use either of those databases.
dos2unix *
chmod +x setup.pl
./setup.pl
dll fails for all modules because we aren't running windows.
You now have to modify the "Makefile"
After the endif for the Darwin test, add a new line containing:
EXTRA_CFLAGS := -fPIC
Now run the following commands:
make clean
make all
./install
Everything seems to work fine.
My next task is to compile a C program from a converted .bas file.