Date: Thu, 6 Jun 1996 09:09:17 +0200 (IST) From: Eli Zaretskii To: djgpp AT delorie DOT com Subject: Re: DJGPP and GPC In-Reply-To: <4p00lc$sgh@mirv.unsw.edu.au> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 4 Jun 1996, David Pinson wrote: > Ralph A Pope (rpope AT saclink1 DOT csus DOT edu) wrote: > : OK- > : I downloaded GPC for DJGPP about 2 months or so ago, and installed it. I > : put it's settings in DJGPP.ENV and everything, but whenever I try to test > : it, or even just type GPC on the command line, it responds that it needs > : the old version of GO-32! I tried renaming Go-32v2 and everything, but it [snip] > Since my reason for getting GPC was I needed >64k arrays in some > code that I inherited from someone else. For this it works fine, but > the solution is a pain since I now have separatly installed DJGPP v1 and > v2 and a much smaller hardisk. > > If anyone has had success getting GPC to > work with v2 or if there is and development work on a new version > of GPC I would appreciate hearing about it. The solution that renames go32-v2 to go32 and puts the real (v1.x) go32 later on the PATH should work: it should allow you to run v2 programs from v1 programs. Except that there is a bug in the current version of go32-v2 that prevents this from happening. With any luck, it will be corrected in a few days and a bugfix posted here.