| delorie.com/archives/browse.cgi | search |
| From: | "Jarkko Laine" <laineet AT kolumbus DOT fi> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: Error finding Header files. |
| Date: | Wed, 16 Sep 1998 09:22:10 +0300 |
| Lines: | 25 |
| Message-ID: | <6tnldg$rni$1@news.kolumbus.fi> |
| References: | <35FF3F54 DOT 6A1D61BB AT fn DOT net> |
| NNTP-Posting-Host: | m146m1jyv.dial.kolumbus.fi |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Patrick Klee wrote in message <35FF3F54 DOT 6A1D61BB AT fn DOT net>...
>I just started using DJGPP and I compiled a program and it said for
>every one of my headers, "Header 'name'.h not found, no such file or
>directory. I think I have the files in the wrong place. Could someone
>please email with details on where to unzip the header files.
>
>Thanks.
If you include a header with these marks <> (e.g. <stdio.h>), the compiler
looks for them in the include directory. It's probably something like this:
e:\djgpp\include\
If you include them with "-marks (e.g. "jarkko.h") the compiler looks for
them
in the directory where the rest of the code is. I mean where you are (or
something like that :)
Jarkko Laine
jarkko_laine AT iname DOT com
http://www.kolumbus.fi/laineet/line_a.html
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |