Instructions for install BlitzMax on Fedora 9

Archives Forums/Linux Discussion/Instructions for install BlitzMax on Fedora 9

MrTAToad(Posted 2008) [#1]
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 :

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



Kurator(Posted 2008) [#2]
also add:

compat-gcc-34-c++ - 3.4.6-8.i386
compat-libstdc++-33 - 3.2.3-62.i386