Mail Archives: djgpp/1995/11/22/04:37:59
On Tue, 21 Nov 1995, Chris Duhl wrote:
> I have a source file that I am trying to compile with GCC. The source
> file is PAGE.C. The program is supposed to allow "page flipping with
> pictures". I am still having a hard time getting this compiled. The
> page.c program uses the GRX20 libraries.
> To compile the source code, I use the following command line:
>
> gcc -g -o page page.c -lgrx20
>
> Near the end of compiling I get a screen full of errors. for example:
>
> setmode.c(.text+0x4c7): undefined reference to `__dj_stderr'
>
It looks like you are mixing DJGPP v1.x and v2.0 code. What version of
DJGPP do you use? If you use v1.x, then libgrx 2.0 is probably not for
you' use libgrx 1.03m1 instead.
- Raw text -