[EMAIL PROTECTED] 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/ _______________________________________________ Help-gplusplus mailing list Help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus