LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Compiling RedHat Project Under SuSE (https://www.linuxquestions.org/questions/programming-9/compiling-redhat-project-under-suse-302874/)

drumstick 03-17-2005 03:11 PM

Compiling RedHat Project Under SuSE
 
Hello,

I have a written code. But the code is written in RedHat. When I want to compile the files by the command `make` I receive this error:

g++ -g -Wall -c polynomial.cpp -o polynomial.o
make: g++: Command not found
make: *** [polynomial.o] Error 127

But when I compile it in RedHat I receive no error.

Can anybody help me fix this problem?

I`d be happy if you reply quick, cos this is a homework. And deadline is 10 hours later :s

Baltasar 03-18-2005 07:53 AM

Look if you have installed the g++ compiler.

drumstick 03-20-2005 08:53 AM

I think its not installed.

How can I install it. Can you help me?


All times are GMT -5. The time now is 02:44 PM.