Date: Sun, 5 May 1996 14:16:29 +0200 (IST) From: Eli Zaretskii To: "R.L.S. Smith" Cc: djgpp AT delorie DOT com Subject: Re: Help with V2 needed In-Reply-To: <4mcsi6$dd1@lyra.csx.cam.ac.uk> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 3 May 1996, R.L.S. Smith wrote: > I have installed DJGPP V2 on my computer but when I try to compile > something I get an error message: stubify.exe hello.exe not COFF. The > compilation works fine up until this point. It seems that you are mixing programs from DJGPP v1.x and v2.0. Please check that all the programs in your bin subdirectory are dated Feb-96 and that no older program is found on your PATH before them. > The command I used was: > > gcc -v -o hello.exe hello.c If the above doesn't help, please post everything gcc prints when you invoke it with -v.