From: Brendan Simon Date: Wed, 16 Aug 1995 12:34:10 +1000 To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: grx2 problems I have installed grx2.0. When I try compiling a simple program that draws a couple of lines, the linker has unresolved symbols. _iob and _ctype in the files setmode.c, drvinfo.c and setdrvr.c. These are not my files. What am I doing wrong. I used gcc -Wall -o prog prog.c -lgrx20 -lpc Brendan Simon