help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make not work on some weired Makefile


From: Ulrich Eckhardt
Subject: Re: make not work on some weired Makefile
Date: Sun, 02 Oct 2005 17:22:17 +0200
User-agent: KNode/0.8.2

fsshl@yahoo.com wrote:
> Also, 'clean' should not fail if
> some files are missing, so prefix every rm call with a '-'.
> ----------------------
> so is that doing
> 
>   rm - $(PRO_MACHINE_TYPE)/utilities.o
> ?

No, please read the documentation of 'make'.

> cc  -O -c config.c -o/config.o
> config.c:13:20: error: stdlib.h: No such file or directory
> config.c:14:19: error: stdio.h: No such file or directory
> config.c:15:20: error: string.h: No such file or directory

Well, either the program is broken or your compiler install is. The rest is
just results of these three errors, AFAICT.

Uli

-- 
http://gcc.gnu.org/faq.html
http://parashift.com/c++-faq-lite/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]