Date: Sun, 2 Jun 1996 10:23:03 +0200 (IST) From: Eli Zaretskii To: Tayx / SSE Cc: djgpp AT delorie DOT com Subject: Re: Segmentation/GP Errors In-Reply-To: <4ooilp$hof@ccnet2.ccnet.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 1 Jun 1996, Tayx / SSE wrote: > I have DJGPP-2 and GCC working nearly perfectly. However, what I > really want is to get GPC/TPC/BPC working. Now, as far as I can tell, > GPC (meaning TPC and BPC as well), uses a different version of go32.exe > that should be placed in /DJGPP/BIN. I have go32 v1.12.maint3. I also > have go32-v2.exe in that directory. Is this correct? You seem to mix DJGPP v2 with programs compiled with DJGPP v1.12. This will only work if you do this: 1) Rename go32-v2.exe to go32.exe. 2) Put the original go32.exe (from v1.12) into a directory which is *after* the one with the v2 go32 on your PATH.