Hi, I've had a look on google for the g++ development package, but I can't sem to find it. Does anyone know where I can get it, and how to set it up to compiler linux programs with BlitzMax?
Thanks.
Anjuta under Gnome is very good.
http://en.wikipedia.org/wiki/AnjutaOr KDevelop under KDE.
http://en.wikipedia.org/wiki/KDevelopAnd here, mutch DevelopKids too:
http://en.wikipedia.org/wiki/Category:Integrated_development_environments
g++:
http://en.wikipedia.org/wiki/GNU_Compiler_Collection---
Do you setting a link, here read for more:
http://www.blitzbasic.com/Community/posts.php?topic=55037
Thanks for the links, but I was looking for just the g++ compiler so I could compile blitzmax programs with linux. But, then I found that I alreday had the compile installed, but BlitzMax won't compile. It just gives me the 'sh: g++-3.3: command not found' error. Is this because I do not have version 3.3 of the compiler installed? I havn't been using Linux for very long, so any help would be appreciated.
Thanks.
Create a symbolic link called g++-3.3 to your current g++ compiler, you should put it in one of your environment path locations.
Thanks alot! It compiles perfectly now.