Cannot seem to compile?

BlitzMax Forums/BlitzMax Beginners Area/Cannot seem to compile?

Ive just bought MAX for my linux machine and i seem to get this:

sh: g++-3.3: command not found
Build Error: Failed to link /home/user/BlitzMax/samples/birdie/games/zombieblast/game.debug
Process complete

i have g++ 4.0, so im guessing its calling the wrong filename. How can i change this?

I know nothing about Linux but I've read that a lot of distros come with GCC4, where as BMax requires GCC3. I think this may be your problem.

Check out the Linux forums for information from people that actually have a clue what they're talking about. ;o)

thanks i got gcc3 and g++3.3 its working now