Finally managed to get Fedora 9 to accept BlitzMax. This time its a mixture of using Add/Remove and yum...
First off, the yum part for the assembler :
Then, for Add/Remove programs select comp-gcc-34, gcc-4.3, gcc-c++-4.3, libgcc-4.3, libX11-1.1, libX11-devel. Hopefully, that is everything...
In addition, you will need to do :
First off, the yum part for the assembler :
yum install ncurses-devel libXxf86vm-devel
Then, for Add/Remove programs select comp-gcc-34, gcc-4.3, gcc-c++-4.3, libgcc-4.3, libX11-1.1, libX11-devel. Hopefully, that is everything...
In addition, you will need to do :
sudo link /usr/bin/gcc /usr/bin/gcc-3.3 sudo link /usr/bin/g++ /usr/bin/g++-3.3