From: mikegee AT creator DOT dp DOT ua (Mike Gee) Newsgroups: comp.os.msdos.djgpp Subject: Re: Include Paths Date: Tue, 4 Jan 2000 07:25:19 +0200 Organization: ISP "Creator OnLine" Lines: 34 Message-ID: References: NNTP-Posting-Host: mtty0.dnepr.net.ua X-Trace: ontario.dnepr.net.ua 946963650 10273 195.248.169.66 (4 Jan 2000 05:27:30 GMT) X-Complaints-To: abuse AT dnepr DOT net DOT ua NNTP-Posting-Date: 4 Jan 2000 05:27:30 GMT X-Newsreader: MicroPlanet Gravity v2.12 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article , Mon, 3 Jan 2000 10:44:43 +0200 (IST), Eli Zaretskii says... > > On Sun, 2 Jan 2000, Mike Gee wrote: > > > Correct me if I'm wrong, Eli, but in docs on GCC there is only > > LIBRARY_PATH env variable mentioned, therefore prefixed variations looks > > pretty much useless to me. > > Type "info gcc invoking environment" and read there. I see all these > variables (except CPLUS_LIBRARY_PATH) documented on that page. If you > don't, perhaps we have different versions of the compiler. That's exactly where I looked. GCC295, to be more exact gcc -v gcc version 2.95 19990728 (release) > > set C_INCLUDE_PATH=C:\Scitech\Include > > set CPLUS_INCLUDE_PATH=C:\Scitech\Include These two variables are documented in info page > > set C_LIBRARY_PATH=c:\Scitech\Lib\Dos32\Dj2 > > set CPLUS_LIBRARY_PATH=C:\Scitech\Lib\Dos32\Dj2 > > set CPLUS_LIBRARY_PATH=C:\Djgpp\lang\cxx These three are not. Only LIBRARY_PATH is mentioned. Just wanted to clear it up - is it typo in Brendan's post, omission in info page, or me having a serious trouble with text input? -- Best regards, Mike