shoaibnawaz
October 20th, 2007, 01:16 AM
I have installed GCC in my system. When I tried to compile a C++ program using eclipse. See the console output:
**** Build of configuration Debug for project TestProject ****
make all
Building file: ../src/TestProject.cpp
Invoking: GCC C++ Compiler
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/TestProject.d" -MT"src/TestProject.d" -o"src/TestProject.o" "../src/TestProject.cpp"
/bin/sh: g++: not found
make: *** [src/TestProject.o] Error 127
Is G++ is different then GCC?
I have to tell that I tried Hello World C++ program in the above test.
**** Build of configuration Debug for project TestProject ****
make all
Building file: ../src/TestProject.cpp
Invoking: GCC C++ Compiler
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/TestProject.d" -MT"src/TestProject.d" -o"src/TestProject.o" "../src/TestProject.cpp"
/bin/sh: g++: not found
make: *** [src/TestProject.o] Error 127
Is G++ is different then GCC?
I have to tell that I tried Hello World C++ program in the above test.