| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2005.05.13 14:55 "Re: Troubles compiling libtiff on Mac OSX 10.4", by Bob FriesenhahnOn Fri, 13 May 2005, Naveen Nathan wrote: > > 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? > > Regards, > Naveen Nathan > > 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/ |
|||||||