From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: missing cc1plus.exe file Date: 20 Sep 2000 09:21:03 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 21 Message-ID: <8q9vhv$dlq$1@antares.lu.erisoft.se> References: <_spx5.40284$XZ4 DOT 513027 AT news DOT infostrada DOT it> <8q8mfm$8oi$1 AT murdoch DOT acc DOT Virginia DOT EDU> <6ntfssgr3sfbc8bb8e473oothqqku47uln AT 4ax DOT com> <8q8vpi$c9e$1 AT murdoch DOT acc DOT Virginia DOT EDU> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Clark L. Coleman (clc5q AT cobra DOT cs DOT Virginia DOT EDU) wrote: : Now, the problem is that: : gcc -c -g -o foo.o foo.c : (this is executed from a makefile) : produces object file FOO.O instead of foo.o. The make terminates, : probably because it detects the fact that it failed to produce the : target 'foo.o'. Running make again recompiles foo.c into FOO.O again : and terminates again. : Any ideas? Throw in "-v" in CFLAGS and post the output from make here. This is to find out if make or gcc makes the .o upper-case. Right, MartinS