Xref: news-dnh.mv.net comp.os.msdos.djgpp:3367 Path: news-dnh.mv.net!mv!news.sprintlink.net!newsfeed.internetmci.com!newsxfer.itd.umich.edu!news.itd.umich.edu!usenet From: cnduhl AT umdsun2 DOT umd DOT umich DOT edu (Chris Duhl) Newsgroups: comp.os.msdos.djgpp Subject: page flipping program Date: Tue, 21 Nov 1995 22:46:18 GMT Organization: University of Michigan Lines: 26 Nntp-Posting-Host: pm010-09.dialip.mich.net To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp Disclaimer: I am a newbie with DJPP, please be kind. Problem: 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' I am clueless as to what these error codes are or mean. If anyone has used this PAGE.C source please let me know how you compiled it. I could use ANY help anyone has to offer. I have also tried adding the -lpc and the -lm in the command line (at the end) of compiling. Cnduhl AT umdesun2 DOT umd DOT umich DOT edu