Mail Archives: djgpp/1997/10/17/17:16:54
Nate Eldredge <eldredge AT ap DOT net> wrote in article
<199710112351 DOT QAA25340 AT adit DOT ap DOT net>...
> At 12:03 10/10/1997 -0700, Isaac Yates wrote:
> >I downloaded djgpp about a week ago and installed it on my system.
> >However, it had problems finding the .h files when I tried to compile
> >sample code. I did not set the files to the djgpp directory, but made a
> >directory called langdev. Is that one reason why I had trouble setting
> >up??
> You mean that you unzipped everything in a directory called "c:\langdev"?
In
> that case, you need to have these lines in AUTOEXEC.BAT:
> SET DJGPP=c:/langdev
^^^^^^^
I think you'll need SET DJGPP=c:\langdev\DJGPP.ENV
DJGPP.ENV is the file that contains all the refrences to the libraries
and headers that
the compiler uses.
- Raw text -