Date: Wed, 22 Nov 1995 08:56:31 +0200 (IST) From: Eli Zaretskii To: Chris Duhl Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: page flipping program 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.