Date: Tue, 4 Jan 2000 10:50:03 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Mike Gee cc: djgpp AT delorie DOT com Subject: Re: Include Paths In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 4 Jan 2000, Mike Gee wrote: > > > 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? It's Brendan's error (perhaps inspired by MGL installation instructions, I don't know). GCC doesn't know about these variables, you can verify that with the `strings' utility.