Date: Mon, 23 Dec 1996 16:48:09 +0200 (IST) From: Eli Zaretskii To: timolmst AT cyberramp DOT net cc: djgpp AT delorie DOT com Subject: Re: Problem with DJGPP programs in bash In-Reply-To: <59m12j$hg8$2@newshost.cyberramp.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 23 Dec 1996 timolmst AT cyberramp DOT net wrote: > Jerzy DOT Witkowski AT ii DOT uni DOT wroc DOT pl (Jerzy Witkowski) wrote: > > >go32/v2: cannot find v1's go32.exe > > You have something in 'prog' that was compiled with DJGPP v1.x. This can only happen if you link in the startup code (crt0.o) from v1.x. No other module from v1.x can cause go32-v2 think that this is a v1 COFF image. So if your crt0.o is from v2, the above should never happen.