PDA

View Full Version : [ubuntu] I need G++ 3.3



eilios
August 17th, 2009, 11:41 PM
I am using BlitzMax(pretty great IDE for game development) for Linux, and it's doing pretty well. Unfortunately, I do not have g++ 3.3 which is what the thing wants me to use to compile it, and there is no g++ 3.3 in the repositories. I tried to add a syslink for my current g++, but that doesn't have the right compilation options. How do I get G++ 3.3?

michael37
August 18th, 2009, 12:25 AM
You didn't tell us which version of Ubuntu you are running.

Under most versions, "sudo apt-get install cpp-3.3" should do the trick.