AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
July 2006

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



2006.07.24 14:39 ""Elf Error" building tifflib on Solaris 2.5", by John Prenis

I'm trying to install the current Tiff library on a Sparc 2 running
Solaris 2.5. I'm not experienced at this, so advice is appreciated.

'Make' said:
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I.     -g -O2 -Wall -W -MT
mkg3states.o -MD
-MP -MF ".deps/mkg3states.Tpo" -c -o mkg3states.o mkg3states.c; \
then mv -f ".deps/mkg3states.Tpo" ".deps/mkg3states.Po"; else rm -f
".deps/mkg3states.Tpo"; exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link gcc  -g -O2 -Wall -W   -o
mkg3states
mkg3states.o ../port/libport.la -lm -lc
libtool: link: gcc -g -O2 -Wall -W -o mkg3states mkg3states.o
../port/.libs/libport.a -lm -lc
ld: elf error: file ../port/.libs/libport.a: unable to locate archive
symbol
table: Request error: offset out of range
ld: fatal: File processing errors.  No output written to mkg3states
collect2: ld returned 1 exit status
make[2]: *** [mkg3states] Error 1
make[2]: Leaving directory `/root/ImageMagick-6.2.8/tiff-3.8.2/libtiff'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/ImageMagick-6.2.8/tiff-3.8.2/libtiff'
make: *** [all-recursive] Error 1

My apologies if this is more about Solaris than Tiff.