From: Jeff Weeks Newsgroups: comp.os.msdos.djgpp Subject: Re: Graphics lib Date: Mon, 21 Oct 1996 18:51:27 -0400 Organization: Code X software Lines: 20 Message-ID: <326BFE6F.7C2C5589@mercury.execulink.com> References: <01bbb7f5$cd339180$3202c992 AT nb2 DOT acns DOT fsu DOT edu DOT acns DOT fsu DOT edu> NNTP-Posting-Host: ppp1.mars.execulink.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Harry A. Smith" 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. You put libgrx20.a in /djgpp/lib? That's where it's supposed to be. If not then you'd have to edit the makefile and add the line -L/directory_that_you_put_it_in and that should help you out. If not, write back. Jeff Weeks pweeks AT execulink DOT com