2005.05.13 14:37 "[Tiff] Troubles compiling libtiff on Mac OSX 10.4", by Naveen Nathan

2005.05.13 14:55 "Re: [Tiff] Troubles compiling libtiff on Mac OSX 10.4", by Bob Friesenhahn

I'm trying to compile libtiff on my powerbook running Mac OSX 10.4 (tiger).

It seems that it cannot link the final library because the symbol _TIFFClientOpen is undefined.

Anyone know what could be the cause of this, and possibly a solution?

Compile log:

naveen@naveen:~/local/src/libtiff/tiff-3.7.2$ ./configure --with-apple-opengl-framework --with-x --prefix $HOME/local && make && make install

I suspect that you really won't care about OpenGL since it is only used for one simple utility.

Regardless, the problem is likely due to link-time conflict with an existing libtiff delivered with the system.

Try adding --enable-shared. That works for me on Mac OSX 10.3.

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