Date: Sat, 22 Jul 1995 13:50:20 -0400 (EDT) From: Todd Muhlfelder To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: problem with compiling other libs? I got DJGPP's extra libs which were LIBGRX and CURSES (also allegro, but I wont bother with that noew). I unzipped those two lib packages with -d and they went into a subdir called "\contrib" i copied all .h files to c:\djgpp\include and all .a files to c:\djgpp\lib I tried to compile one of the exmaples like this: gcc mouse.c (in the grx) -lpc -lgrx and I got undefined reference to a lot of functions (i can tell that these functions should be declared in LIBGRX). What am I doing wrong? todd