2001.04.02 14:08 "libtiff on Darwin 1.2.1", by Lars Helldorf

2001.04.19 20:53 "Re: libtiff on Darwin 1.2.1", by Lars Helldorf

O.k. here is the config.guess file.I am very happy that you help me since I am not that experienced. Lars

I have applied the config.guess change, and tried to hack the configure script to auto-detect if -lm is required. Could you download, and try the distribution at:

ftp://ftp.remotesensing.org/pub/libtiff/tiff-v3.5.7-alpha.tar.gz

Let me know how it goes.

Sorry for the long silence but I had finally the time to check this out. ./configure now went fine but make did not complete successfully. Here is the output of make (it was longer the first time I entered make):

= libtiff
if [ nodso != nodso ]; then \
    make - nodso; \
else \
    true; \
fi
= tools
make[1]: *** No rule to make target `../tools/tiffset.c', needed by `tiffset.o'.  Stop.
make: *** [all] Error 2

I hope you can fix this. For now I just build tiff-v3.5.6-beta with commenting out MACHDEPLIBS=-lm in configure and replacing config.guess with the config.guess from tiff-v3.5.7-alpha.

Greetings, Lars