From: Lowekamp Newsgroups: comp.os.msdos.djgpp Subject: Help with LIBGRX configuration Date: Tue, 03 Jun 1997 18:26:27 -0400 Organization: Erol's Internet Services Message-ID: <33949A13.7D0A@pop.erols.com> Reply-To: alowek AT pop DOT erols DOT com NNTP-Posting-Host: col-as17s15.erols.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit CC: alowek AT erols DOT com Lines: 23 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Ok... I'm new to Djgpp. I got the GRX graphics lybrary (grx20.zip), unzip, maked ..., Everything went fine untill I tryed to compile a file of my own. It gave me a error: c:/djgpp/tmp\ccdaaaaa(.text+0x22):a.c: undefined reference to 'GrSetMode' Then I tryed a test file with my own comand line. Still the same error.I played with the -I include line option, still. I looked in the djgpp.env file and it looked like it should have been taken care of there: [cpp] CPLUS_INCLUDE_PATH=%/>;CPLUS_INCLUDE_PATH%%DJDIR%/lang/cxx;%DJDIR%/include;%DJDIR%/contrib/grx20/include C_INCLUDE_PATH=%/>;C_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/Contrib/grx20/include OBJCPLUS_INCLUDE_PATH=%/>;OBJCPLUS_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/lang/objc OBJC_INCLUDE_PATH=%/>;OBJC_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/lang/objc [gcc] COMPILER_PATH=%/>;COMPILER_PATH%%DJDIR%/bin LIBRARY_PATH=%/>;LIBRARY_PATH%%DJDIR%/lib;%DJDIR%/Contrib/grx20/lib Help please...