Date: Tue, 25 Nov 1997 18:00:55 +0200 (IST) From: Eli Zaretskii To: Alexander Bokovoy cc: djgpp AT delorie DOT com Subject: Re: Help, PThreads from FSU In-Reply-To: <347ADEF1.721@bspu.ac.by> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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 > 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.