2006.01.18 14:26 "[Tiff] Problem installing LibTIFF-3.8.0 on HP-UX 11.11", by Morten Kristiansen

2006.01.19 14:20 "RE: [Tiff] Problem installing LibTIFF-3.8.0 on HP-UX 11.11", by Morten Kristiansen

Hi

I figured this out, I just had to specify the default value 8192. But now I get another error saying:

gcc -shared -fPIC -Wl,+h -Wl,libtiff.sl.3 -Wl,+b -Wl,/usr/local/lib -o .libs/libtiff.sl.3.8 .libs/tif_aux.o .libs/tif_close.o .libs/tif_codec.o .libs/tif_color.o .libs/tif_compress.o .libs/tif_dir.o

.libs/tif_dirinfo.o .libs/tif_dirread.o .libs/tif_dirwrite.o .libs/tif_dumpmode.o .libs/tif_error.o .libs/tif_extension.o

.libs/tif_fax3.o .libs/tif_fax3sm.o .libs/tif_flush.o .libs/tif_getimage.o .libs/tif_jpeg.o .libs/tif_luv.o .libs/tif_lzw.o

.libs/tif_next.o .libs/tif_ojpeg.o .libs/tif_open.o .libs/tif_packbits.o .libs/tif_pixarlog.o .libs/tif_predict.o .libs/tif_print.o

.libs/tif_read.o .libs/tif_strip.o .libs/tif_swab.o .libs/tif_thunder.o .libs/tif_tile.o .libs/tif_unix.o .libs/tif_version.o

.libs/tif_warning.o .libs/tif_write.o .libs/tif_zip.o .libs/libtiff.lax/libport.a/dummy.o -L/usr/local/lib -lm -lc -lc

/usr/ccs/bin/ld: Invalid loader fixup in text space needed in output file for symbol "_notConfigured" in input file ".libs/tif_codec.o"

collect2: ld returned 1 exit status

make[2]: *** [libtiff.la] Error 1

make[2]: Leaving directory `/workdir/usrlocal/src/tiff-3.8.0/libtiff'

*** [all] Error 2

Leaving directory `/workdir/usrlocal/src/tiff-3.8.0/libtiff'

make: *** [all-recursive] Error 1

Anybody knows?

Regards

Morten K

________________________________

From: tiff-bounces@lists.maptools.org [mailto:tiff-bounces@lists.maptools.org] On Behalf Of Morten Kristiansen

Hi,

I've tried to install libtiff-3.8.0 on my HP-UX 11.11, but it fails with
errors:

tif_dirread.c:1: warning: -g is only supported when using GAS on this
processor,

tif_dirread.c:1: warning: -g option disabled

tif_dirread.c: In function 'ChopUpSingleUncompressedStrip':

tif_dirread.c:1716: error: 'yes' undeclared (first use in this function)

tif_dirread.c:1716: error: (Each undeclared identifier is reported only
once

tif_dirread.c:1716: error: for each function it appears in.)

make[2]: *** [tif_dirread.lo] Error 1

make[2]: Leaving directory `/workdir/usrlocal/src/tiff-3.8.0/libtiff'

make[1]: *** [all] Error 2

make[1]: Leaving directory `/workdir/usrlocal/src/tiff-3.8.0/libtiff'

make: *** [all-recursive] Error 1

I've also read and fixed the bugfix s/==/=/g in configure.ac and I've
tried to run configure without options and with option
"--with-default-strip-siz", but nothing seems to help. Can anybody tell
me what to do? I'm running GNU make-3.8.0.

Regards

Morten K