From: Bill Bouma Newsgroups: comp.os.msdos.djgpp Subject: Re: Include files must be below compiling directory? Date: Sun, 15 Feb 1998 18:23:46 -0800 Organization: AT&T Labs Lines: 26 Message-ID: <34E7A332.184ED8F6@geoplex.com> References: NNTP-Posting-Host: geoplex.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Eli Zaretskii wrote: > > On Thu, 12 Feb 1998, Bill Bouma wrote: > > > I just installed djgpp 2.1 and am having some trouble getting > > it to find my header files. It is as though it is ignoring the > > -I option on the command line. For example: > > > > > gcc -I/src/templates -c v2d.cpp > > In file included from v2d.cpp:4: > > V2D.H: List.H: No such file or directory (ENOENT) > > I cannot reproduce this problem. -I/src/templates works for me. > Please post the shortest program that shows this behavior, together > with the exact GCC command line you used to compile it, and any other > relevant info (see section 6.12 of the DJGPP FAQ list). The problem really came from having LFN=n, I was just misinterpreting the behavior. Now I am wondering why LFN is not set to y by default??? I was pretty frustrated when I posted that. Comming from unix development over to msdos is like going from a first class seat to hanging onto the tail rudder by your fingernails! Bill