Date: Wed, 9 Sep 92 07:49:06 EDT From: dj AT athena DOT ctron DOT com (DJ Delorie) To: efiring AT hokulea DOT soest DOT hawaii DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: djgcc: problem writing tmp file? >Date: Tue, 8 Sep 92 17:50:28 HST >From: efiring AT hokulea DOT soest DOT hawaii DOT edu >I just installed djgcc on a 486DX, and I am running into a >problem--probably something silly I am overlooking. When I >try to compile, for example samples/sort: > gcc -O sort.cc -o sort >I get the following errors: > Bad command or file name > Can't open c:/tmp/cc000073.s for readingfile not found I think this is the bug you get when using 1.08 executables and 1.07 go32.exe. Upgrade go32.exe and make sure you don't have any old go32's on your path. Else, try gcc -v ... and see what it's really trying to do. DJ