2003.08.08 19:20 "[Tiff] linking errors in mpi environment", by Pushkar Pradhan

2003.08.10 13:17 "[Tiff] ld.so.1, TIFFmalloc not found", by Tom Kacvinsky

I usually put

   -I/usr/local/include -R/usr/local/lib -L/usr/local/lib \
   -L`gcc -print-file-name=` -lgcc -ltiff -lm ...

Out of curiousity, I see that you are using -L`gcc -print-file-name=`. IS this because some of the libs were compiled with gcc, but you are now using the Frte compilers for Solaris?

Tom