Hrvoje Niksic <hniksic(a)srce.hr> writes:
SL Baur <steve(a)xemacs.org> writes:
> Uh oh. Exactly what version of tiff are you running?
How do I find out? I didn't compile the library...
I don't know beyond what I already wrote. I just built a 3.4-beta37
libtiff and I need to do some more poking around.
Uh, oh.
$ nm libtiff/libtiff.so.3.4.037 |
egrep '(_TIFFmalloc|TIFFClientOpen|_TIFFfree)'
0001b290 T TIFFClientOpen
0001f884 T _TIFFfree
0001f7dc T _TIFFmalloc
All those symbols are still in libtiff/tiffio.h too.
Are you perhaps mixing headers from an ancient TIFF with a modern .so?