Compiling in Ubuntu 9.04?

BlitzMax Forums/BlitzMax Programming/Compiling in Ubuntu 9.04?

zcbeaton(Posted 2009) [#1]
Hey, I need a bit of help here. I'm running Ubuntu 9.04 (Jaunty Jackalope) and cannot find gcc-3.3 in the repositories, which I need to compile a certain module. Installing gcc-3.4 doesn't seem to have made a difference here.


Brucey(Posted 2009) [#2]
Use BlitzMax 1.33. It doesn't require gcc-3.3 any more.
It will use whatever you have installed. gcc-4.x in your case.

What module requires 3.3?


Brucey(Posted 2009) [#3]
See this section for more information.

You really don't want to be installing a lower version of gcc if you can help it. (unless of course, you *really* need it)


zcbeaton(Posted 2009) [#4]
Ah, thanks for the fast response and fix. This has fixed it. Turns out I was actually running 1.30 for some really odd reason; I had 1.33 installed in a different location.

Thanks again,
Connor