Mail Archives: djgpp/1997/06/03/22:20:10
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...
- Raw text -