From: mikegee AT creator DOT dp DOT ua (Mike Gee) Newsgroups: comp.os.msdos.djgpp Subject: Re: Include Paths Date: Sun, 2 Jan 2000 23:56:55 +0200 Organization: ISP "Creator OnLine" Lines: 21 Message-ID: References: <386BFAF0 DOT 637140AD AT global2000 DOT net> <386C7D75 DOT 5C133888 AT is DOT elta DOT co DOT il> NNTP-Posting-Host: ltty11.dnepr.net.ua X-Trace: ontario.dnepr.net.ua 946850351 38862 195.248.169.27 (2 Jan 2000 21:59:11 GMT) X-Complaints-To: abuse AT dnepr DOT net DOT ua NNTP-Posting-Date: 2 Jan 2000 21:59:11 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 <386C7D75 DOT 5C133888 AT is DOT elta DOT co DOT il>, Fri, 31 Dec 1999 11:55:01 +0200, Eli Zaretskii says... > Andrea Ryan wrote: > > > > set C_INCLUDE_PATH=C:\Scitech\Include > > set CPLUS_INCLUDE_PATH=C:\Scitech\Include > > 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 > > The last setting overrides the one before it. I think you can safely > remove the last line, because C:\DJGPP\LANG\CXX does not contain > libraries, only header files (and is searched automatically for C++ > headers). 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. -- Best regards, Mike