Date: Thu, 31 Dec 1998 10:02:45 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Essidartha Emerald cc: djgpp AT delorie DOT com Subject: Re: this is hard :(( In-Reply-To: <19981231014019.5309.rocketmail@send102.yahoomail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 30 Dec 1998, Essidartha Emerald wrote: > I have my include directory set up as: > c:\djgpp\djdev202\include > > I have my library directory set at > c:\djgpp\djdev202\lib This is the wrong way to install DJGPP. You need to unzip ALL the *.zip files from the same directory. That is, do NOT create a separate directory for each .zip file, unzip them all from c:\djgpp. I'm quite sure your problems all stem from the fact that you have disrupted the directory structure that DJGPP expects to find. That is why nothing works for you. > When I installed djgpp I unzipped my folders into the directory > c:\djgpp > and then I uzipped the rest of them to maintain their directory > structure inside djgpp > i.e bnu281d is still a folder Maintaining directory structure does NOT mean to make a separate folder for every zip file. It means that you preserve the directories recorded INSIDE the zip files. Most unzip programs do that automatically, but PKUNZIP needs the -d switch to do this.