Mail Archives: djgpp/1998/12/31/03:02:29
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.
- Raw text -