Message-ID: <38794AD0.781D3ABF@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: <386BFAF0 DOT 637140AD AT global2000 DOT net> <387946CB DOT 91234A52 AT global2000 DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 36 NNTP-Posting-Host: 209.203.147.117 X-Trace: tw11.nn.bcandid.com 947473785 209.203.147.117 (Sun, 09 Jan 2000 20:09:45 MST) NNTP-Posting-Date: Sun, 09 Jan 2000 20:09:45 MST Organization: bCandid - Powering the world's discussions - http://bCandid.com Date: Mon, 10 Jan 2000 03:09:46 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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++. Brendan Ryan Andrea Ryan wrote: > Hello, > I have downloaded the two batch files that Mike provided. Everything > referred to MGL in the autoexec.bat file has been remed out. The library > batch file has been used to produce copies of the library files with file > names in this format: libitsname.a. The the path in the simplemgl.bat file > has been corrected and its filename has been added to the autoexec.bat > file. The header files still can't be found. They are not in the search > path. Should the startmgl.bat file be used (or the MGL compilation shell in > Win95)? A funny thing is happening. GCC attempts to compile the score code > when I am in the MGL compilation shell, but when I am not using the shell, > nothing, not even a very simple hello world program, will compile. It must > be a problem with DJGPP. I have corrected the djgpp.env file with the > c_include_path and cplus_include_path that Eli provided. > Thanks for your help. > Brendan Ryan > > Andrea Ryan wrote: > > > I have the following in my autoexec.bat file. The paths are correct but > > am I declaring them in the correct way? The MGL header files cannot be > > found. > > Brendan Ryan > > > > 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