2006.03.28 21:24 "[Tiff] lots of compile errors on solaris for v 3.8.2", by Mike Stevenson

2006.03.28 21:24 "[Tiff] lots of compile errors on solaris for v 3.8.2", by Mike Stevenson

Hi, I'm trying to build libtiff and am getting a lot of errors on compilation. The ./configure runs with no complaints, and make starts off well also. then i get

Text relocation remains referenced

    against symbol                  offset      in file

and about 1300 lines of (no, really) stuff like this:

<unknown> 0xae0
/opt/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.3/libstdc++.a(iovfscanf.o)

The symbol and offsets vary pretty widely, but the referenced file is always libstdc++.a, with some or another .o file in parenthesis. The line before this all hits the fan is this: libtool: link: g++ -shared -nostdlib /opt/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.3/crti.o /usr/ccs/lib/values-Xa.o /opt/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.3/crtbegin.o .libs/tif_stream.o .libs/libtiffxx.lax/libport.a/dummy.o -Wl,-R -Wl,/home/galatea/mikes/tiff-3.8.2/libtiff/.libs -Wl,-R

-Wl,/home/galatea/mikes/local/lib ../libtiff/.libs/libtiff.so -lz -lc -L/opt/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.3

-L/opt/local/sparc-sun-solaris2.6/lib -L/usr/ccs/bin -L/usr/ccs/lib -L/opt/local/lib -lstdc++ -lm -lgcc /opt/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.3/crtend.o

/opt/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.3/crtn.o -Wl,-h -Wl,libtiffxx.so.3 -o .libs/libtiffxx.so.3.8.2

I don't have root access to this machine. Is this something I can work around myself, or is it something wrong on a higher level? I've been doing a lot of building of late, and this is the first time I've seen anything like this. Any help is greatly appreciated.

Cheers,
Mike