I had a similar problem, check the IMakefile.  Where the libraries are
located, make sure it includes the following

   LOCAL_LIBRARIES = -lImlib -lpng -lz -ltiff -ljpeg -lgif

In mine some of those were missing.
Then do xmkmf -a and recompile and hopefully it should work.

                                Seth.


Alex Payne wrote:
> 
> It seems to be the classic situation: I just installed RedHat 5.0. I got ALL
> of the latest libs and installed them in RPM format. I checked the libs; they're
> fine.  Everything that is supposed to be is in the/usr/local/src/enl-0.13.3/ 
>directory, including the default themes.
> "xmkmf-a" runs without error.  So I run "make" (in the proper directory, etc.).
> Everything is going fine for about two minutes, then I get a series of lines
> like:
> 
> /usr/lib/libImlib.so: undefined reference to '_TIFFfree'
> /usr/lib/libImlib.so: undefined reference to ' DGifGetLine'
> /usr/lib/libImlib.so: undefined reference to 'jpeg_std_error'
> /usr/lib/libImlib.so: undefined reference to 'TIFFClose'
>
-
To unsubscribe from this list send mail to: [EMAIL PROTECTED]
with the message contents: unsubscribe e-develop

Reply via email to