Message-ID: <387A980E.B91D4817@global2000.net> From: Andrea Ryan X-Mailer: Mozilla 4.61 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Include Paths References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 28 NNTP-Posting-Host: 209.203.145.155 X-Trace: tw11.nn.bcandid.com 947559097 209.203.145.155 (Mon, 10 Jan 2000 19:51:37 MST) NNTP-Posting-Date: Mon, 10 Jan 2000 19:51:37 MST Organization: bCandid - Powering the world's discussions - http://bCandid.com Date: Tue, 11 Jan 2000 02:51:38 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com The contents of the simplemgl.bat file is: rem setting up root MGL path rem Enter your actual path to MGL root directory set MGL_ROOT=C:\SCITECH rem setting up path for MGL redistributables PATH %PATH%;%MGL_ROOT%\REDIST rem now setting paths for headers and libraries. SET CPLUS_INCLUDE_PATH=%MGL_ROOT%/include; SET C_INCLUDE_PATH=%MGL_ROOT%/include; SET LIBRARY_PATH=%MGL_ROOT%/lib/dos32/dj2 Thanks. Brendan Ryan Eli Zaretskii wrote: > On Mon, 10 Jan 2000, Andrea Ryan wrote: > > > I have discovered that version 2.03 of DJGPP is out. Would starting with a new > > djgpp.env file work if I put the simplemgl.bat file into the environment? It > > sets the necessary include paths for C and C++. > > Please post the contents of simplemgl.bat here. It is very hard to > answer your question otherwise (I have never used MGL).