kalindriv
September 10th, 2005, 05:53 AM
Hi, I formatted my pc yesterday and I upgraded all. I have to develop a C++ program, but I can't compile with eclipse or even with a self-made makefile.
This is the eclipse report when I push the compiling botton!!!
**** Full rebuild of configuration Debug for project prova_stringa ****
make -k clean all
rm -rf ./main.o ./main.d prova_stringa
Building file: ../main.cpp
Invoking: GCC C++ Compiler
g++ -O0 -g3 -Wall -c -fmessage-length=0 -omain.o ../main.cpp
/bin/sh: g++: command not found
make: *** [main.o] Error 127
make: Target `all' not remade because of errors.
Build complete for project prova_stringa
Is there someone who can help me? What should I do? Why g++ is not there?? Should I install something??
Using Synaptic I found that I don't have g++ installed and there are many versions... should I install one of these?
Instead there is gcc-3.3-base installed
The real strange thing is that 3 days ago, everything worked...
This is the eclipse report when I push the compiling botton!!!
**** Full rebuild of configuration Debug for project prova_stringa ****
make -k clean all
rm -rf ./main.o ./main.d prova_stringa
Building file: ../main.cpp
Invoking: GCC C++ Compiler
g++ -O0 -g3 -Wall -c -fmessage-length=0 -omain.o ../main.cpp
/bin/sh: g++: command not found
make: *** [main.o] Error 127
make: Target `all' not remade because of errors.
Build complete for project prova_stringa
Is there someone who can help me? What should I do? Why g++ is not there?? Should I install something??
Using Synaptic I found that I don't have g++ installed and there are many versions... should I install one of these?
Instead there is gcc-3.3-base installed
The real strange thing is that 3 days ago, everything worked...