I'm trying to compile under Linux using Knoppix. I cannot repartition my system and Knoppix is a CD bootable Linux with loads of drivers and all is OK except for one thing, it has gcc-4.1.
I have tried making a link (/usr/bin, ln ./g++-4.1 g++-3.3) but because the OS is on CD I dont have write access. Is there anything I can do to put a gcc-3.3 somewhere else and add that somewhere else to the command line path?
I've tried the /home/bin/ and also /home/BlitzMax/ paths to no avail.
I'm not a Linux expert, this is my first play with it.
I have tried making a link (/usr/bin, ln ./g++-4.1 g++-3.3) but because the OS is on CD I dont have write access. Is there anything I can do to put a gcc-3.3 somewhere else and add that somewhere else to the command line path?
I've tried the /home/bin/ and also /home/BlitzMax/ paths to no avail.
I'm not a Linux expert, this is my first play with it.