Message-ID: <386BFAF0.637140AD@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: Include Paths Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 11 NNTP-Posting-Host: 209.203.146.25 X-Trace: tw11.nn.bcandid.com 946601323 209.203.146.25 (Thu, 30 Dec 1999 17:48:43 MST) NNTP-Posting-Date: Thu, 30 Dec 1999 17:48:43 MST Organization: bCandid - Powering the world's discussions - http://bCandid.com Date: Thu, 30 Dec 1999 19:38:09 -0500 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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