I'm on Ubuntu 9.10 and just installed C::B 8.02. I used the wizard to make a C console application (not C++). When I went to compile my project, the files compiled properly except they wouldn't link.
Linking console executable: bin/Debug/myShell
/bin/sh: g++: not found
Process terminated with status 127 (0 minutes, 0 seconds)
0 errors, 0 warnings
Why is C::B defaulted to set up to use g++ on a C application?
Anyway, I have been searching to change the linking options of a project, but cannot find it. I want to change code blocks to use gcc -o instead of g++.