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

2003.08.11 02:40 "[Tiff] Corection [was: ld.so.1, TIFFmalloc not found]", by Pushkar Pradhan

Tom,

I'm still getting the same error, like you told I first set LDFLAGS:

Titan[16] pushkar$ env
LDFLAGS="-R/usr/local/lib -L/usr/local/lib -L`gcc -print-file-name=` -lgcc -
ltiff -lm"

This cmd prints out a lot of envi. variables and also at the end prints this:

LDFLAGS=-R/usr/local/lib -L/usr/local/lib -L/usr/local/gnu/lib/gcc-lib/sparc
-sun-solaris2.8/2.95.3/ -lgcc -ltiff -lm

And when I run:

Titan[17] pushkar$ mpirun -np 2 main RGB.tif out.tif ld.so.1:
/rstc/user1/erc/pushkar/data-fusion/main: fatal: relocation error: file
/rstc/user1/erc/pushkar/data-fusion/main: symbol _TIFFmalloc: referenced
symbol not found
rm_l_1_1985:  p4_error: net_recv read:  probable EOF on socket: 1
bm_list_1975:  p4_error: net_recv read:  probable EOF on socket: 1
Broken Pipe

Have I set the LDFLAGS correctly?

Pushkar Pradhan