Date: Wed, 13 Jan 1999 11:40:06 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: Problems: not getting object files (includes system info) In-Reply-To: <77g41l$tkd$1@news4.svr.pol.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Tue, 12 Jan 1999, Chris Parsons wrote: > c:/djgpp/bin\cc1plus.exe c:/djgpp/tmp\ccbaaaaa -quiet -dumpbase > wini.cc -Wall -version -o c:/djgpp/tmp\cccaaaaa There should be an invocation of the assembler, as.exe, after this. That is the stage which produces the object file. I don't understand why in your case the assembler was not called. Are you sure there were no error messages from the compiler? Are you sure you posted the entire text printed by the compiler, without any omissions? It could also be that cc1plus.exe is somehow corrupted. Try unzipping it again from gpp2721b.zip.