Code::Blocks, G++, and Ubuntu

closed account (zb0S216C)
I have successfully install Code::Blocks( 10.05 ) within Ubuntu and downloaded and installed G++( sudo apt-get install build-essential ). However, when compiling, Code::Blocks isn't able to locate the compiler within /usr/bin directory; neither can I.

Has anybody else experienced this problem? Any help is appreciated.

Thanks.
Check that
which g++
is the same as in Compiler & Debugger > Toolchain Executables > installation directory
( and that you have GCC selected )
closed account (zb0S216C)
Thank your for your reply, Bazzy. It was my mistake. I didn't install build-essentials properly. Now, G++ is installed and working. I did have a problem using GCC with Code::Blocks, however,
is the same as in Compiler & Debugger > Toolchain Executables > installation directory
helped me with that.

Thanks again.
Topic archived. No new replies allowed.