Jul 9, 2014 at 7:34pm Jul 9, 2014 at 7:34pm UTC
Well the error message is about as clear is possible: You don't have g++ installed. Install g++ via whatever package management tool your distro uses (apt or yum most likely). Though I'm kind of surprised the C::B install didn't bring it in automatically.
Jul 9, 2014 at 8:07pm Jul 9, 2014 at 8:07pm UTC
Didn't work.
I already tried: sudo apt-get install g++
(I have Linux Mint by the way). :)
Jul 9, 2014 at 8:34pm Jul 9, 2014 at 8:34pm UTC
How did you install C::B?
Try running which g++
and see if that returns it.
Jul 10, 2014 at 12:16pm Jul 10, 2014 at 12:16pm UTC
U need to do this
1 2
sudo apt-get install g++ build-essentials
That should do it.
Otherwise go to package manager and re install codeblocks and g++ from there.
Last edited on Jul 10, 2014 at 12:17pm Jul 10, 2014 at 12:17pm UTC
Jul 10, 2014 at 1:25pm Jul 10, 2014 at 1:25pm UTC
Hmm then g++ is installed is installed in the correct place. I'm not really sure why C::B isn't seeing it.
How did you installed C::B?