LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Makefile error (https://www.linuxquestions.org/questions/programming-9/makefile-error-147417/)

wildcat22 02-17-2004 09:35 PM

Makefile error
 
Any ideas what is wrong anyone?

make: *** No rule to make target `g++', needed by `level1'. Stop.

Thanks

Berng 02-17-2004 10:53 PM

Might be somewhere in Makefile a code like this:

level1: g++ bla.bla.bla

instead of

level1:
g++ bla.bla.bla

BestRegards,
Oleg.


All times are GMT -5. The time now is 11:04 AM.