2006.03.28 21:30 "[Tiff] libtool: link: cannot find the library `/usr/X11R6/lib/libGL.la' ...", by

2006.03.28 21:57 "Re: [Tiff] libtool: link: cannot find the library `/usr/X11R6/lib/libGL.la' ...", by Bob Friesenhahn

On Tue, 28 Mar 2006 tifflib@celticblues.com wrote:

I am trying to build libtiff 3.8.2 on Mandrake 10.1. I do the following:

./configure
make install

and I receive the following error.

libtool: link: cannot find the library `/usr/X11R6/lib/libGL.la' or unhandled argument `/usr/X11R6/lib/libGL.la'

make[1]: *** [tiffgt] Error 1
make: *** [install-recursive] Error 1

How do I correct this? It appears that this error occurs when building tiffgt, which I don't think I will use. I only need tifflib so that I can build Open Scene Graph....

Interesting. You could try adding the configure option '--without-x' or, you could cheat and just do 'cd libtiff ; make install' so that only libtiff is installed.

Bob
======================================
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/