Date: Wed, 17 Aug 94 23:20:55 EDT From: Wilson MacGyver Subject: Re: I almost got it! To: djgpp AT sun DOT soe DOT clarkson DOT edu > Now when I compile a LIBGRX c file it says "Undefined Reference :'main'" So > I added main() {,} in and now it compiles but I get nothing on the screen! > No circles, lines, nothing. I just go back to the dos prompt. that's because ucircle, or any of those files under the src directory are the source code for the libaray. You call those libaray routines in your problem, to see a demo of the libgrx, you should compile the code in the test directoy.