Mail Archives: djgpp/1997/11/25/11:03:19
On Tue, 25 Nov 1997, Alexander Bokovoy wrote:
> I found that setjmp.h from /threads/src/ includes setjmp.h from DJGPP
> standard header's directory:
> #include <setjmp.h>
> and this line have strange behavior: preprocessor doesn't include
> correct setjmp.h, it includes /threads/src/setjmp.h again and again.
Does the Makefile specify -I switches to the compiler? If so, they
affect the way gcc searches directories for include files. See the gcc
docs for details.
- Raw text -