Where to get g++?

Archives Forums/Linux Discussion/Where to get g++?

wizenick(Posted 2006) [#1]
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.


morszeck(Posted 2006) [#2]
<delete me>


morszeck(Posted 2006) [#3]
Anjuta under Gnome is very good.

http://en.wikipedia.org/wiki/Anjuta

Or KDevelop under KDE.
http://en.wikipedia.org/wiki/KDevelop

And 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


wizenick(Posted 2006) [#4]
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.


Leiden(Posted 2006) [#5]
Create a symbolic link called g++-3.3 to your current g++ compiler, you should put it in one of your environment path locations.


wizenick(Posted 2006) [#6]
Thanks alot! It compiles perfectly now.


Leiden(Posted 2006) [#7]
No probs,