From: "Harry A. Smith" Newsgroups: comp.os.msdos.djgpp Subject: Graphics lib Date: 12 Oct 1996 03:24:05 GMT Organization: Preferred Company Lines: 12 Message-ID: <01bbb7f5$cd339180$3202c992@nb2.acns.fsu.edu.acns.fsu.edu> NNTP-Posting-Host: xyp30.acns.fsu.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi there, I have gotten djpgg up and running. I have tried to install the graphics lib grx20. I downloaded it, unzipped it and ran make in the main directory. Make seemed to work ok (no error msgs). I am having trouble figuring out how to link to the proper libraris. The docs say :"To compile and link a program you need to make sure that the compiler "sees" the "include" and "lib" directories ofthe GRX20 package. Either use the -I and -L compiler switches with these directories or copythe files from these dirs to a standard place." I put these files where I thought they should go, but when I try to compile the test programs I keep getting error msgs indicating calls to undefined routines.