Mail Archives: djgpp/1996/10/22/03:03:16
> 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
- Raw text -