Message-ID: <3831F0F7.C99F4D07@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: Help with include path References: <3831CB51 DOT 9D5ACC10 AT global2000 DOT net> <3831dc9c AT news DOT cadvision DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 35 NNTP-Posting-Host: 209.203.145.134 X-Trace: typ11.nn.bcandid.com 942797464 209.203.145.134 (Tue, 16 Nov 1999 19:11:04 EST) NNTP-Posting-Date: Tue, 16 Nov 1999 19:11:04 EST Organization: bCandid - Powering the world's discussions - http://bCandid.com Date: Tue, 16 Nov 1999 19:04:08 -0500 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I got undefined reference to 'MGL_function_name. (like setColor and lineCoord) Brendan Ryan The Advisor wrote: > Add > ;c:/scitech/include to the end of the C_INCLUDE_PATH line and > ;c:/scitech/lib to the end of the LIBRARY_PATH > > That should work... also make sure that your autoexec.bat file includes the > line: > set DJGPP=c:\djgpp\djgpp.env <- or whatever the path to djgpp.env is > > The Advisor ( TheAdvisor AT cadvision DOT com ) > > Andrea Ryan wrote in message > news:3831CB51 DOT 9D5ACC10 AT global2000 DOT net... > > Hello, > > I got MGL and the Djgpp.env file needs a path to the *.h files in > > C:\Scitech\Include. I tried > > > C_INCLUDE_PATH=%/>;C_INCLUDE_PATH%include;%Scitech%/Include;%PRIVATE%/includ > e > > > > and > > LIBRARY_PATH=%/>;LIBRARY_PATH%%include;%Scitech%/Include;%PRIVATE%/include > > > > under [gcc]. > > It didn't work. I tried to make sure that the case of the letters > > matched that of the directories. I also tried to get rid of whitespace > > and tried the .env file that came with MGL > > > > Brendan Ryan. > >