Mail Archives: djgpp/1997/08/16/00:20:52
Tim Thompson wrote:
>
> Hi, I am having trouble, and your FAQ and help files arent seeming to
> help at all. It says that it cannot detect any of my .h files, in this
> case stdio.h, but they are right there in the Include folder! My DJGPP
> is in C:\DJGPP, and stdio.h is in C:\DJGPP\Include\stdio.h, but it still
> cannot detect it, why?
You didn't set up your environment variables as described in the
'readme.1st' file. If you look at chapter 8.1, it specifically tells
you that:
===snip===
*A* : In order for the compiler to find its include files, libraries
and other stuff it can't do without, you should have the following
variable set in your environment:
set DJGPP=c:/djgpp/djgpp.env
===snip===
If you've installed DJGPP to a different directory, change the path
accordingly.
--
---------------------------------------------------------------------
| John M. Aldrich |"A competent and self-confident person|
| aka Fighteer I | is incapable of jealousy in anything.|
| mailto:fighteer AT cs DOT com | Jealousy is invariably a symptom of |
| http://www.cs.com/fighteer | neurotic insecurity." - Lazarus Long|
---------------------------------------------------------------------
- Raw text -