Can't make BlitzMax run in Ubuntu 8.10

Archives Forums/Linux Discussion/Can't make BlitzMax run in Ubuntu 8.10

KRONTIRAS(Posted 2008) [#1]
can't find a way to install gcc 3.3
system only give option for 4.3
followed every step in 8.04 quide, nothing works


dawlane(Posted 2008) [#2]
You will have to manually install gcc-3.3/g++-3.3 as there appears to be no more gcc-3.3 or g++-3.3 (there is a gcc-3.4 but no g++ equivalent).
Here's how I did it http://www.blitzbasic.com/Community/posts.php?topic=81247


D4NM4N(Posted 2008) [#3]
just search synaptic for GCC and G++ and install v3.3


dawlane(Posted 2008) [#4]
just search synaptic for GCC and G++ and install v3.3

Thats the problem it's not in Ubuntu 8.10 (intrepid).
And if skidracer solution ( http://www.blitzbasic.com/Community/posts.php?topic=81261 ) to the gcc-4.x/g++-4.x problem is correct then you wont need 3.3 any more ;)