Opened 19 years ago

Closed 15 years ago

#833 closed defect (invalid)

tiff-3.7.2 libtiff.so doesn't work with ImageMagick 6.2.0/6.2.1 pgm to tiff convert

Reported by: pamela.ray@… Owned by: dron
Priority: high Milestone:
Component: default Version: unspecified
Severity: normal Keywords: GDAL
Cc:

Description

convert image.pgm image.tiff
display image.tiff
display: Not a TIFF file, bad magic number 49087 (0xbfbf). `image.tiff'.

When I replace with tiff-3.7.1 convert and display works fine.

Problem occurs on Solaris 8 and 9 - tiff-3.7.2 and tiff-3.7.1 built with gcc-3.4.3

Change History (6)

comment:1 by dron, 19 years ago

Pamela,

Hmm... What is hadware platform you are working on?

Regards,
Andrey

comment:2 by pamela.ray@…, 19 years ago

I already said solaris 8 and 9 and they are sparcs, SunBlade 2000's Ultra 60, 80
etc.

comment:3 by dron, 19 years ago

That is strange. Have you tried the latest CVS snapshot? I want to release the
new libtiff shortly, and there were many important fixes in the code, so the
problem may be fixed already. Anyway, I need a way to reproduce the problem
myself in order to fix it. I do not have sn access to such systems, so if you
have a possiblity to give me account on one of that systems it will be helpful.

Another question: what about tools from the libtiff package? Is it possible to
create a file using tiffcp or tiff2rgba utilities?

Regards,
Andrey

comment:4 by pamela.ray@…, 19 years ago

Downloaded from cvs
[519]$ gcc -v
Reading specs from /dsw/gcc-3.4.3/lib/gcc/sparc-sun-solaris2.9/3.4.3/specs
Configured with: ../configure --prefix=/dsw/gcc-3.4.3 --disable-nls
--enable-languages=c,c++,f77,objc --disable-libgcj
--srcdir=/export/build/gcc-3.4.3 --with-ld=/usr/ccs/bin/ld
Thread model: posix
gcc version 3.4.3
/export/build/libtiff.cvs.may26.05>
[503]$ . ~pray/env/buildsgcc.bash
[505]$ cat ~pray/env/buildsgcc.bash
#  use as gcc build env 
export CPPFLAGS="-I/tps/include"
export LDFLAGS="-L/tps/lib -R/tps/lib"
export PKG_CONFIG_PATH=/tps/lib/pkgconfig
CC=/tps/bin/gcc
CXX=/tps/bin/g++
LD_LIBRARY_PATH=/tps/lib:/tps/lib/sparcv9:/lib:/usr/lib:/usr/local/lib:\
/usr/ccs/lib:/usr/dt/lib:/usr/ucblib:/usr/openwin/lib
PATH=/tps/bin:/tps/java/bin:/dsw/source/bin:/dsw/depot-5.13/bin:\
/usr/ccs/bin:/usr/bin:/usr/openwin/bin:/bin:/usr/local/bin:/sbin:\
/usr/sbin:/usr/ucb:/etc:.:/sfoc/bin:/usr/dt/bin:\
/dsw/source/harvest/bin:/usr/afsws/bin:/dsw/pgp-2.6.2s/bin
export CC CXX LD_LIBRARY_PATH PATH
#export CFLAGS=-fpic
#export CXXFLAGS=-fPIC
/export/build/libtiff.cvs.may26.05>
[506]$ ./configure --prefix=/dsw/tiff-cvs.may26.05
checking build system type... sparc-sun-solaris2.9
checking host system type... sparc-sun-solaris2.9
checking target system type... sparc-sun-solaris2.9
checking for a BSD-compatible install... /tps/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... /tps/bin/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /tps/bin/gcc accepts -g... yes
checking for /tps/bin/gcc option to accept ANSI C... none needed
checking dependency style of /tps/bin/gcc... gcc3
checking whether /tps/bin/gcc and cc understand -c and -o together... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) /tps/bin/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /tps/bin/gcc accepts -g... (cached) yes
checking for /tps/bin/gcc option to accept ANSI C... (cached) none needed
checking dependency style of /tps/bin/gcc... (cached) gcc3
checking for C compiler warning flags... -Wall
checking for a BSD-compatible install... /tps/bin/ginstall -c
checking whether ln -s works... yes
checking for a sed that does not truncate output... /tps/bin/sed
checking for egrep... egrep
checking for ld used by /tps/bin/gcc... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for /usr/ccs/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /tps/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... /tps/bin/gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether /tps/bin/g++ accepts -g... yes
checking dependency style of /tps/bin/g++... gcc3
checking how to run the C++ preprocessor... /tps/bin/g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 262144
checking command to parse /tps/bin/nm -B output from /tps/bin/gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /tps/bin/gcc static flag  works... yes
checking if /tps/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /tps/bin/gcc option to produce PIC... -fPIC
checking if /tps/bin/gcc PIC flag -fPIC works... yes
checking if /tps/bin/gcc supports -c -o file.o... yes
checking whether the /tps/bin/gcc linker (/usr/ccs/bin/ld) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... solaris2.9 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by /tps/bin/g++... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the /tps/bin/g++ linker (/usr/ccs/bin/ld) supports shared
libraries... yes
checking for /tps/bin/g++ option to produce PIC... -fPIC
checking if /tps/bin/g++ PIC flag -fPIC works... yes
checking if /tps/bin/g++ supports -c -o file.o... yes
checking whether the /tps/bin/g++ linker (/usr/ccs/bin/ld) supports shared
libraries... yes
checking dynamic linker characteristics... solaris2.9 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.9 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for main in -lc... yes
checking for main in -lm... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking for off_t... yes
checking for size_t... yes
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int8... no
checking for int16... no
checking for int32... no
checking for floor... yes
checking for isascii... yes
checking for memmove... yes
checking for memset... yes
checking for mmap... yes
checking for pow... yes
checking for sqrt... yes
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for getopt... yes
checking for strcasecmp... yes
checking for strtoul... yes
checking native cpu bit order... msb2lsb
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for inflateEnd in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for jpeg_read_scanlines in -ljpeg... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for X... libraries /usr/openwin/lib, headers /usr/openwin/include
checking whether -R must be followed by a space... no
checking for gethostbyname... no
checking for gethostbyname in -lnsl... yes
checking for connect... no
checking for connect in -lsocket... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking whether pthreads work with -pthread... no
checking whether pthreads work with -pthreads... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_REENTRANT
checking for cc_r... /tps/bin/gcc
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for OpenGL library... no
checking for OpenGL Utility library... no
checking for GLUT library... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/acorn/Makefile
config.status: creating contrib/addtiffo/Makefile
config.status: creating contrib/dbs/Makefile
config.status: creating contrib/dbs/xtiff/Makefile
config.status: creating contrib/iptcutil/Makefile
config.status: creating contrib/mac-cw/Makefile
config.status: creating contrib/mac-mpw/Makefile
config.status: creating contrib/mfs/Makefile
config.status: creating contrib/ojpeg/Makefile
config.status: creating contrib/pds/Makefile
config.status: creating contrib/ras/Makefile
config.status: creating contrib/stream/Makefile
config.status: creating contrib/tags/Makefile
config.status: creating contrib/win_dib/Makefile
config.status: creating html/Makefile
config.status: creating html/images/Makefile
config.status: creating html/man/Makefile
config.status: creating libtiff/Makefile
config.status: creating man/Makefile
config.status: creating port/Makefile
config.status: creating test/Makefile
config.status: creating tools/Makefile
config.status: creating libtiff/tif_config.h
config.status: creating libtiff/tiffconf.h
config.status: executing depfiles commands

Libtiff is now configured for sparc-sun-solaris2.9

  Installation directory:             /dsw/tiff-cvs.may26.05
  Documentation directory:            ${prefix}/share/doc/tiff-3.7.2
  C compiler:                         /tps/bin/gcc -g -O2 -Wall
  C++ compiler:                       /tps/bin/g++ -g -O2
  Enable runtime linker paths:        no

 Support for internal codecs:
  CCITT Group 3 & 4 algorithms:       yes
  Macintosh PackBits algorithm:       yes
  LZW algorithm:                      yes
  ThunderScan 4-bit RLE algorithm:    yes
  NeXT 2-bit RLE algorithm:           yes
  LogLuv high dynamic range encoding: yes

 Support for external codecs:
  ZLIB support:                       yes
  Pixar log-format algorithm:         yes
  JPEG support:                       yes
  Old JPEG support:                   no

  C++ support:                        yes

  OpenGL support:                     no
/export/build/libtiff.cvs.may26.05>
[507]$ gmake
Making all in port
gmake[1]: Entering directory `/export/build/libtiff.cvs.may26.05/port'
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I../libtiff -I../libtiff   -I/tps/include  -g -O2 -Wall -MT dummy.lo -MD
-MP -MF ".deps/dummy.Tpo" -c -o dummy.lo dummy.c; \
then mv -f ".deps/dummy.Tpo" ".deps/dummy.Plo"; else rm -f ".deps/dummy.Tpo";
exit 1; fi
mkdir .libs
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I/tps/include
-g -O2 -Wall -MT dummy.lo -MD -MP -MF .deps/dummy.Tpo -c dummy.c  -fPIC -DPIC -o
.libs/dummy.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I/tps/include
-g -O2 -Wall -MT dummy.lo -MD -MP -MF .deps/dummy.Tpo -c dummy.c -o dummy.o
>/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o libport.la   dummy.lo  -ljpeg -lz -lm -lc 
ar cru .libs/libport.a .libs/dummy.o
ranlib .libs/libport.a
creating libport.la
(cd .libs && rm -f libport.la && ln -s ../libport.la libport.la)
gmake[1]: Leaving directory `/export/build/libtiff.cvs.may26.05/port'
Making all in libtiff
gmake[1]: Entering directory `/export/build/libtiff.cvs.may26.05/libtiff'
gmake  all-am
gmake[2]: Entering directory `/export/build/libtiff.cvs.may26.05/libtiff'
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_aux.lo -MD -MP -MF
".deps/tif_aux.Tpo" -c -o tif_aux.lo tif_aux.c; \
then mv -f ".deps/tif_aux.Tpo" ".deps/tif_aux.Plo"; else rm -f
".deps/tif_aux.Tpo"; exit 1; fi
mkdir .libs
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_aux.lo -MD -MP -MF .deps/tif_aux.Tpo -c tif_aux.c  -fPIC -DPIC -o
.libs/tif_aux.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_aux.lo -MD -MP -MF .deps/tif_aux.Tpo -c tif_aux.c -o tif_aux.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_close.lo -MD -MP -MF
".deps/tif_close.Tpo" -c -o tif_close.lo tif_close.c; \
then mv -f ".deps/tif_close.Tpo" ".deps/tif_close.Plo"; else rm -f
".deps/tif_close.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_close.lo -MD -MP -MF .deps/tif_close.Tpo -c tif_close.c  -fPIC -DPIC -o
.libs/tif_close.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_close.lo -MD -MP -MF .deps/tif_close.Tpo -c tif_close.c -o tif_close.o
>/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_codec.lo -MD -MP -MF
".deps/tif_codec.Tpo" -c -o tif_codec.lo tif_codec.c; \
then mv -f ".deps/tif_codec.Tpo" ".deps/tif_codec.Plo"; else rm -f
".deps/tif_codec.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_codec.lo -MD -MP -MF .deps/tif_codec.Tpo -c tif_codec.c  -fPIC -DPIC -o
.libs/tif_codec.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_codec.lo -MD -MP -MF .deps/tif_codec.Tpo -c tif_codec.c -o tif_codec.o
>/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_color.lo -MD -MP -MF
".deps/tif_color.Tpo" -c -o tif_color.lo tif_color.c; \
then mv -f ".deps/tif_color.Tpo" ".deps/tif_color.Plo"; else rm -f
".deps/tif_color.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_color.lo -MD -MP -MF .deps/tif_color.Tpo -c tif_color.c  -fPIC -DPIC -o
.libs/tif_color.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_color.lo -MD -MP -MF .deps/tif_color.Tpo -c tif_color.c -o tif_color.o
>/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_compress.lo -MD -MP -MF
".deps/tif_compress.Tpo" -c -o tif_compress.lo tif_compress.c; \
then mv -f ".deps/tif_compress.Tpo" ".deps/tif_compress.Plo"; else rm -f
".deps/tif_compress.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_compress.lo -MD -MP -MF .deps/tif_compress.Tpo -c tif_compress.c  -fPIC
-DPIC -o .libs/tif_compress.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_compress.lo -MD -MP -MF .deps/tif_compress.Tpo -c tif_compress.c -o
tif_compress.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_dir.lo -MD -MP -MF
".deps/tif_dir.Tpo" -c -o tif_dir.lo tif_dir.c; \
then mv -f ".deps/tif_dir.Tpo" ".deps/tif_dir.Plo"; else rm -f
".deps/tif_dir.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_dir.lo -MD -MP -MF .deps/tif_dir.Tpo -c tif_dir.c  -fPIC -DPIC -o
.libs/tif_dir.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_dir.lo -MD -MP -MF .deps/tif_dir.Tpo -c tif_dir.c -o tif_dir.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_dirinfo.lo -MD -MP -MF
".deps/tif_dirinfo.Tpo" -c -o tif_dirinfo.lo tif_dirinfo.c; \
then mv -f ".deps/tif_dirinfo.Tpo" ".deps/tif_dirinfo.Plo"; else rm -f
".deps/tif_dirinfo.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_dirinfo.lo -MD -MP -MF .deps/tif_dirinfo.Tpo -c tif_dirinfo.c  -fPIC -DPIC
-o .libs/tif_dirinfo.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_dirinfo.lo -MD -MP -MF .deps/tif_dirinfo.Tpo -c tif_dirinfo.c -o
tif_dirinfo.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_dirread.lo -MD -MP -MF
".deps/tif_dirread.Tpo" -c -o tif_dirread.lo tif_dirread.c; \
then mv -f ".deps/tif_dirread.Tpo" ".deps/tif_dirread.Plo"; else rm -f
".deps/tif_dirread.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_dirread.lo -MD -MP -MF .deps/tif_dirread.Tpo -c tif_dirread.c  -fPIC -DPIC
-o .libs/tif_dirread.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_dirread.lo -MD -MP -MF .deps/tif_dirread.Tpo -c tif_dirread.c -o
tif_dirread.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_dirwrite.lo -MD -MP -MF
".deps/tif_dirwrite.Tpo" -c -o tif_dirwrite.lo tif_dirwrite.c; \
then mv -f ".deps/tif_dirwrite.Tpo" ".deps/tif_dirwrite.Plo"; else rm -f
".deps/tif_dirwrite.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_dirwrite.lo -MD -MP -MF .deps/tif_dirwrite.Tpo -c tif_dirwrite.c  -fPIC
-DPIC -o .libs/tif_dirwrite.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_dirwrite.lo -MD -MP -MF .deps/tif_dirwrite.Tpo -c tif_dirwrite.c -o
tif_dirwrite.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_dumpmode.lo -MD -MP -MF
".deps/tif_dumpmode.Tpo" -c -o tif_dumpmode.lo tif_dumpmode.c; \
then mv -f ".deps/tif_dumpmode.Tpo" ".deps/tif_dumpmode.Plo"; else rm -f
".deps/tif_dumpmode.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_dumpmode.lo -MD -MP -MF .deps/tif_dumpmode.Tpo -c tif_dumpmode.c  -fPIC
-DPIC -o .libs/tif_dumpmode.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_dumpmode.lo -MD -MP -MF .deps/tif_dumpmode.Tpo -c tif_dumpmode.c -o
tif_dumpmode.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_error.lo -MD -MP -MF
".deps/tif_error.Tpo" -c -o tif_error.lo tif_error.c; \
then mv -f ".deps/tif_error.Tpo" ".deps/tif_error.Plo"; else rm -f
".deps/tif_error.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_error.lo -MD -MP -MF .deps/tif_error.Tpo -c tif_error.c  -fPIC -DPIC -o
.libs/tif_error.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_error.lo -MD -MP -MF .deps/tif_error.Tpo -c tif_error.c -o tif_error.o
>/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_extension.lo -MD -MP -MF
".deps/tif_extension.Tpo" -c -o tif_extension.lo tif_extension.c; \
then mv -f ".deps/tif_extension.Tpo" ".deps/tif_extension.Plo"; else rm -f
".deps/tif_extension.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_extension.lo -MD -MP -MF .deps/tif_extension.Tpo -c tif_extension.c  -fPIC
-DPIC -o .libs/tif_extension.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_extension.lo -MD -MP -MF .deps/tif_extension.Tpo -c tif_extension.c -o
tif_extension.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_fax3.lo -MD -MP -MF
".deps/tif_fax3.Tpo" -c -o tif_fax3.lo tif_fax3.c; \
then mv -f ".deps/tif_fax3.Tpo" ".deps/tif_fax3.Plo"; else rm -f
".deps/tif_fax3.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_fax3.lo -MD -MP -MF .deps/tif_fax3.Tpo -c tif_fax3.c  -fPIC -DPIC -o
.libs/tif_fax3.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_fax3.lo -MD -MP -MF .deps/tif_fax3.Tpo -c tif_fax3.c -o tif_fax3.o
>/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_fax3sm.lo -MD -MP -MF
".deps/tif_fax3sm.Tpo" -c -o tif_fax3sm.lo tif_fax3sm.c; \
then mv -f ".deps/tif_fax3sm.Tpo" ".deps/tif_fax3sm.Plo"; else rm -f
".deps/tif_fax3sm.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_fax3sm.lo -MD -MP -MF .deps/tif_fax3sm.Tpo -c tif_fax3sm.c  -fPIC -DPIC -o
.libs/tif_fax3sm.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_fax3sm.lo -MD -MP -MF .deps/tif_fax3sm.Tpo -c tif_fax3sm.c -o tif_fax3sm.o
>/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_flush.lo -MD -MP -MF
".deps/tif_flush.Tpo" -c -o tif_flush.lo tif_flush.c; \
then mv -f ".deps/tif_flush.Tpo" ".deps/tif_flush.Plo"; else rm -f
".deps/tif_flush.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_flush.lo -MD -MP -MF .deps/tif_flush.Tpo -c tif_flush.c  -fPIC -DPIC -o
.libs/tif_flush.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_flush.lo -MD -MP -MF .deps/tif_flush.Tpo -c tif_flush.c -o tif_flush.o
>/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_getimage.lo -MD -MP -MF
".deps/tif_getimage.Tpo" -c -o tif_getimage.lo tif_getimage.c; \
then mv -f ".deps/tif_getimage.Tpo" ".deps/tif_getimage.Plo"; else rm -f
".deps/tif_getimage.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_getimage.lo -MD -MP -MF .deps/tif_getimage.Tpo -c tif_getimage.c  -fPIC
-DPIC -o .libs/tif_getimage.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_getimage.lo -MD -MP -MF .deps/tif_getimage.Tpo -c tif_getimage.c -o
tif_getimage.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_jpeg.lo -MD -MP -MF
".deps/tif_jpeg.Tpo" -c -o tif_jpeg.lo tif_jpeg.c; \
then mv -f ".deps/tif_jpeg.Tpo" ".deps/tif_jpeg.Plo"; else rm -f
".deps/tif_jpeg.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_jpeg.lo -MD -MP -MF .deps/tif_jpeg.Tpo -c tif_jpeg.c  -fPIC -DPIC -o
.libs/tif_jpeg.o
In file included from /tps/include/jpeglib.h:24,
                 from tif_jpeg.c:75:
/tps/include/jconfig.h:12:1: warning: "HAVE_STDLIB_H" redefined
In file included from tiffiop.h:33,
                 from tif_jpeg.c:27:
tif_config.h:96:1: warning: this is the location of the previous definition
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_jpeg.lo -MD -MP -MF .deps/tif_jpeg.Tpo -c tif_jpeg.c -o tif_jpeg.o
>/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_luv.lo -MD -MP -MF
".deps/tif_luv.Tpo" -c -o tif_luv.lo tif_luv.c; \
then mv -f ".deps/tif_luv.Tpo" ".deps/tif_luv.Plo"; else rm -f
".deps/tif_luv.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_luv.lo -MD -MP -MF .deps/tif_luv.Tpo -c tif_luv.c  -fPIC -DPIC -o
.libs/tif_luv.o
In file included from tif_luv.c:626:
uvcode.h:10: warning: missing braces around initializer
uvcode.h:10: warning: (near initialization for `uv_row[0]')
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_luv.lo -MD -MP -MF .deps/tif_luv.Tpo -c tif_luv.c -o tif_luv.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_lzw.lo -MD -MP -MF
".deps/tif_lzw.Tpo" -c -o tif_lzw.lo tif_lzw.c; \
then mv -f ".deps/tif_lzw.Tpo" ".deps/tif_lzw.Plo"; else rm -f
".deps/tif_lzw.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_lzw.lo -MD -MP -MF .deps/tif_lzw.Tpo -c tif_lzw.c  -fPIC -DPIC -o
.libs/tif_lzw.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_lzw.lo -MD -MP -MF .deps/tif_lzw.Tpo -c tif_lzw.c -o tif_lzw.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_next.lo -MD -MP -MF
".deps/tif_next.Tpo" -c -o tif_next.lo tif_next.c; \
then mv -f ".deps/tif_next.Tpo" ".deps/tif_next.Plo"; else rm -f
".deps/tif_next.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_next.lo -MD -MP -MF .deps/tif_next.Tpo -c tif_next.c  -fPIC -DPIC -o
.libs/tif_next.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_next.lo -MD -MP -MF .deps/tif_next.Tpo -c tif_next.c -o tif_next.o
>/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_ojpeg.lo -MD -MP -MF
".deps/tif_ojpeg.Tpo" -c -o tif_ojpeg.lo tif_ojpeg.c; \
then mv -f ".deps/tif_ojpeg.Tpo" ".deps/tif_ojpeg.Plo"; else rm -f
".deps/tif_ojpeg.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_ojpeg.lo -MD -MP -MF .deps/tif_ojpeg.Tpo -c tif_ojpeg.c  -fPIC -DPIC -o
.libs/tif_ojpeg.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_ojpeg.lo -MD -MP -MF .deps/tif_ojpeg.Tpo -c tif_ojpeg.c -o tif_ojpeg.o
>/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_open.lo -MD -MP -MF
".deps/tif_open.Tpo" -c -o tif_open.lo tif_open.c; \
then mv -f ".deps/tif_open.Tpo" ".deps/tif_open.Plo"; else rm -f
".deps/tif_open.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_open.lo -MD -MP -MF .deps/tif_open.Tpo -c tif_open.c  -fPIC -DPIC -o
.libs/tif_open.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_open.lo -MD -MP -MF .deps/tif_open.Tpo -c tif_open.c -o tif_open.o
>/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_packbits.lo -MD -MP -MF
".deps/tif_packbits.Tpo" -c -o tif_packbits.lo tif_packbits.c; \
then mv -f ".deps/tif_packbits.Tpo" ".deps/tif_packbits.Plo"; else rm -f
".deps/tif_packbits.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_packbits.lo -MD -MP -MF .deps/tif_packbits.Tpo -c tif_packbits.c  -fPIC
-DPIC -o .libs/tif_packbits.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_packbits.lo -MD -MP -MF .deps/tif_packbits.Tpo -c tif_packbits.c -o
tif_packbits.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_pixarlog.lo -MD -MP -MF
".deps/tif_pixarlog.Tpo" -c -o tif_pixarlog.lo tif_pixarlog.c; \
then mv -f ".deps/tif_pixarlog.Tpo" ".deps/tif_pixarlog.Plo"; else rm -f
".deps/tif_pixarlog.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_pixarlog.lo -MD -MP -MF .deps/tif_pixarlog.Tpo -c tif_pixarlog.c  -fPIC
-DPIC -o .libs/tif_pixarlog.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_pixarlog.lo -MD -MP -MF .deps/tif_pixarlog.Tpo -c tif_pixarlog.c -o
tif_pixarlog.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_predict.lo -MD -MP -MF
".deps/tif_predict.Tpo" -c -o tif_predict.lo tif_predict.c; \
then mv -f ".deps/tif_predict.Tpo" ".deps/tif_predict.Plo"; else rm -f
".deps/tif_predict.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_predict.lo -MD -MP -MF .deps/tif_predict.Tpo -c tif_predict.c  -fPIC -DPIC
-o .libs/tif_predict.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_predict.lo -MD -MP -MF .deps/tif_predict.Tpo -c tif_predict.c -o
tif_predict.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_print.lo -MD -MP -MF
".deps/tif_print.Tpo" -c -o tif_print.lo tif_print.c; \
then mv -f ".deps/tif_print.Tpo" ".deps/tif_print.Plo"; else rm -f
".deps/tif_print.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_print.lo -MD -MP -MF .deps/tif_print.Tpo -c tif_print.c  -fPIC -DPIC -o
.libs/tif_print.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_print.lo -MD -MP -MF .deps/tif_print.Tpo -c tif_print.c -o tif_print.o
>/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_read.lo -MD -MP -MF
".deps/tif_read.Tpo" -c -o tif_read.lo tif_read.c; \
then mv -f ".deps/tif_read.Tpo" ".deps/tif_read.Plo"; else rm -f
".deps/tif_read.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_read.lo -MD -MP -MF .deps/tif_read.Tpo -c tif_read.c  -fPIC -DPIC -o
.libs/tif_read.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_read.lo -MD -MP -MF .deps/tif_read.Tpo -c tif_read.c -o tif_read.o
>/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_strip.lo -MD -MP -MF
".deps/tif_strip.Tpo" -c -o tif_strip.lo tif_strip.c; \
then mv -f ".deps/tif_strip.Tpo" ".deps/tif_strip.Plo"; else rm -f
".deps/tif_strip.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_strip.lo -MD -MP -MF .deps/tif_strip.Tpo -c tif_strip.c  -fPIC -DPIC -o
.libs/tif_strip.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_strip.lo -MD -MP -MF .deps/tif_strip.Tpo -c tif_strip.c -o tif_strip.o
>/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_swab.lo -MD -MP -MF
".deps/tif_swab.Tpo" -c -o tif_swab.lo tif_swab.c; \
then mv -f ".deps/tif_swab.Tpo" ".deps/tif_swab.Plo"; else rm -f
".deps/tif_swab.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_swab.lo -MD -MP -MF .deps/tif_swab.Tpo -c tif_swab.c  -fPIC -DPIC -o
.libs/tif_swab.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_swab.lo -MD -MP -MF .deps/tif_swab.Tpo -c tif_swab.c -o tif_swab.o
>/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_thunder.lo -MD -MP -MF
".deps/tif_thunder.Tpo" -c -o tif_thunder.lo tif_thunder.c; \
then mv -f ".deps/tif_thunder.Tpo" ".deps/tif_thunder.Plo"; else rm -f
".deps/tif_thunder.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_thunder.lo -MD -MP -MF .deps/tif_thunder.Tpo -c tif_thunder.c  -fPIC -DPIC
-o .libs/tif_thunder.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_thunder.lo -MD -MP -MF .deps/tif_thunder.Tpo -c tif_thunder.c -o
tif_thunder.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_tile.lo -MD -MP -MF
".deps/tif_tile.Tpo" -c -o tif_tile.lo tif_tile.c; \
then mv -f ".deps/tif_tile.Tpo" ".deps/tif_tile.Plo"; else rm -f
".deps/tif_tile.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_tile.lo -MD -MP -MF .deps/tif_tile.Tpo -c tif_tile.c  -fPIC -DPIC -o
.libs/tif_tile.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_tile.lo -MD -MP -MF .deps/tif_tile.Tpo -c tif_tile.c -o tif_tile.o
>/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_unix.lo -MD -MP -MF
".deps/tif_unix.Tpo" -c -o tif_unix.lo tif_unix.c; \
then mv -f ".deps/tif_unix.Tpo" ".deps/tif_unix.Plo"; else rm -f
".deps/tif_unix.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_unix.lo -MD -MP -MF .deps/tif_unix.Tpo -c tif_unix.c  -fPIC -DPIC -o
.libs/tif_unix.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_unix.lo -MD -MP -MF .deps/tif_unix.Tpo -c tif_unix.c -o tif_unix.o
>/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_version.lo -MD -MP -MF
".deps/tif_version.Tpo" -c -o tif_version.lo tif_version.c; \
then mv -f ".deps/tif_version.Tpo" ".deps/tif_version.Plo"; else rm -f
".deps/tif_version.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_version.lo -MD -MP -MF .deps/tif_version.Tpo -c tif_version.c  -fPIC -DPIC
-o .libs/tif_version.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_version.lo -MD -MP -MF .deps/tif_version.Tpo -c tif_version.c -o
tif_version.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_warning.lo -MD -MP -MF
".deps/tif_warning.Tpo" -c -o tif_warning.lo tif_warning.c; \
then mv -f ".deps/tif_warning.Tpo" ".deps/tif_warning.Plo"; else rm -f
".deps/tif_warning.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_warning.lo -MD -MP -MF .deps/tif_warning.Tpo -c tif_warning.c  -fPIC -DPIC
-o .libs/tif_warning.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_warning.lo -MD -MP -MF .deps/tif_warning.Tpo -c tif_warning.c -o
tif_warning.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_write.lo -MD -MP -MF
".deps/tif_write.Tpo" -c -o tif_write.lo tif_write.c; \
then mv -f ".deps/tif_write.Tpo" ".deps/tif_write.Plo"; else rm -f
".deps/tif_write.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_write.lo -MD -MP -MF .deps/tif_write.Tpo -c tif_write.c  -fPIC -DPIC -o
.libs/tif_write.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_write.lo -MD -MP -MF .deps/tif_write.Tpo -c tif_write.c -o tif_write.o
>/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile /tps/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I. -I.   -I/tps/include  -g -O2 -Wall -MT tif_zip.lo -MD -MP -MF
".deps/tif_zip.Tpo" -c -o tif_zip.lo tif_zip.c; \
then mv -f ".deps/tif_zip.Tpo" ".deps/tif_zip.Plo"; else rm -f
".deps/tif_zip.Tpo"; exit 1; fi
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_zip.lo -MD -MP -MF .deps/tif_zip.Tpo -c tif_zip.c  -fPIC -DPIC -o
.libs/tif_zip.o
 /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -Wall -MT
tif_zip.lo -MD -MP -MF .deps/tif_zip.Tpo -c tif_zip.c -o tif_zip.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o libtiff.la -rpath /dsw/tiff-cvs.may26.05/lib -no-undefined
-version-number 3:7:2  tif_aux.lo tif_close.lo tif_codec.lo tif_color.lo
tif_compress.lo tif_dir.lo tif_dirinfo.lo tif_dirread.lo tif_dirwrite.lo
tif_dumpmode.lo tif_error.lo tif_extension.lo tif_fax3.lo tif_fax3sm.lo
tif_flush.lo tif_getimage.lo tif_jpeg.lo tif_luv.lo tif_lzw.lo tif_next.lo
tif_ojpeg.lo tif_open.lo tif_packbits.lo tif_pixarlog.lo tif_predict.lo
tif_print.lo tif_read.lo tif_strip.lo tif_swab.lo tif_thunder.lo tif_tile.lo
tif_unix.lo tif_version.lo tif_warning.lo tif_write.lo tif_zip.lo  -ljpeg -lz
-lm -lc 
/tps/bin/gcc -shared -Wl,-h -Wl,libtiff.so.3 -o .libs/libtiff.so.3.7.2 
.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  -R/dsw/jpeg-6brev1/lib -R/dsw/jpeg-6brev1/lib -R/tps/lib
-L/tps/lib /dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -lc 
(cd .libs && rm -f libtiff.so.3 && ln -s libtiff.so.3.7.2 libtiff.so.3)
(cd .libs && rm -f libtiff.so && ln -s libtiff.so.3.7.2 libtiff.so)
ar cru .libs/libtiff.a  tif_aux.o tif_close.o tif_codec.o tif_color.o
tif_compress.o tif_dir.o tif_dirinfo.o tif_dirread.o tif_dirwrite.o
tif_dumpmode.o tif_error.o tif_extension.o tif_fax3.o tif_fax3sm.o tif_flush.o
tif_getimage.o tif_jpeg.o tif_luv.o tif_lzw.o tif_next.o tif_ojpeg.o tif_open.o
tif_packbits.o tif_pixarlog.o tif_predict.o tif_print.o tif_read.o tif_strip.o
tif_swab.o tif_thunder.o tif_tile.o tif_unix.o tif_version.o tif_warning.o
tif_write.o tif_zip.o
ranlib .libs/libtiff.a
creating libtiff.la
(cd .libs && rm -f libtiff.la && ln -s ../libtiff.la libtiff.la)
if /bin/bash ../libtool --tag=CXX --mode=compile /tps/bin/g++ -DHAVE_CONFIG_H
-I. -I. -I. -I.   -I/tps/include  -g -O2 -MT tif_stream.lo -MD -MP -MF
".deps/tif_stream.Tpo" -c -o tif_stream.lo tif_stream.cxx; \
then mv -f ".deps/tif_stream.Tpo" ".deps/tif_stream.Plo"; else rm -f
".deps/tif_stream.Tpo"; exit 1; fi
 /tps/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -MT
tif_stream.lo -MD -MP -MF .deps/tif_stream.Tpo -c tif_stream.cxx  -fPIC -DPIC -o
.libs/tif_stream.o
In file included from tiffiop.h:33,
                 from tif_stream.cxx:31:
tif_config.h:230:1: warning: "_FILE_OFFSET_BITS" redefined
In file included from /usr/include/iso/locale_iso.h:47,
                 from /usr/include/locale.h:46,
                 from
/dsw/gcc-3.4.3/lib/gcc/sparc-sun-solaris2.9/3.4.3/../../../../include/c++/3.4.3/clocale:49,
                 from
/dsw/gcc-3.4.3/lib/gcc/sparc-sun-solaris2.9/3.4.3/../../../../include/c++/3.4.3/sparc-sun-solaris2.9/bits/c++locale.h:41,
                 from
/dsw/gcc-3.4.3/lib/gcc/sparc-sun-solaris2.9/3.4.3/../../../../include/c++/3.4.3/iosfwd:46,
                 from
/dsw/gcc-3.4.3/lib/gcc/sparc-sun-solaris2.9/3.4.3/../../../../include/c++/3.4.3/ios:44,
                 from
/dsw/gcc-3.4.3/lib/gcc/sparc-sun-solaris2.9/3.4.3/../../../../include/c++/3.4.3/ostream:45,
                 from
/dsw/gcc-3.4.3/lib/gcc/sparc-sun-solaris2.9/3.4.3/../../../../include/c++/3.4.3/iostream:45,
                 from tif_stream.cxx:30:
/usr/include/sys/feature_tests.h:96:1: warning: this is the location of the
previous definition
 /tps/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -I. -I/tps/include -g -O2 -MT
tif_stream.lo -MD -MP -MF .deps/tif_stream.Tpo -c tif_stream.cxx -o tif_stream.o
>/dev/null 2>&1
/bin/bash ../libtool --tag=CXX --mode=link /tps/bin/g++  -g -O2  -L/tps/lib
-R/tps/lib -o libtiffxx.la -rpath /dsw/tiff-cvs.may26.05/lib -no-undefined
-version-number 3:7:2  tif_stream.lo ../libtiff/libtiff.la -ljpeg -lz -lm -lc 
libtool: link: warning: `/tps/lib/libjpeg.la' seems to be moved
/tps/bin/g++ -shared -nostdlib -L/tps/lib -R/tps/lib
/dsw/gcc-3.4.3/lib/gcc/sparc-sun-solaris2.9/3.4.3/crti.o
/usr/ccs/lib/values-Xa.o
/dsw/gcc-3.4.3/lib/gcc/sparc-sun-solaris2.9/3.4.3/crtbegin.o  .libs/tif_stream.o
 -Wl,-R -Wl,/export/build/libtiff.cvs.may26.05/libtiff/.libs -Wl,-R
-Wl,/dsw/jpeg-6brev1/lib -Wl,-R -Wl,/dsw/gcc-3.4.3/lib -Wl,-R
-Wl,/dsw/tiff-cvs.may26.05/lib -Wl,-R -Wl,/dsw/jpeg-6brev1/lib -Wl,-R
-Wl,/dsw/gcc-3.4.3/lib -Wl,-R -Wl,/tps/lib -L/export/build/gcc-3.4.3/objdir/gcc
-L/export/build/gcc-3.4.3/objdir/sparc-sun-solaris2.9/libstdc++-v3/src/.libs
-L/export/build/gcc-3.4.3/objdir/sparc-sun-solaris2.9/libstdc++-v3/src
-L/tps/lib ../libtiff/.libs/libtiff.so /dsw/jpeg-6brev1/lib/libjpeg.so -lz -lc
-L/dsw/gcc-3.4.3/lib/gcc/sparc-sun-solaris2.9/3.4.3 -L/usr/ccs/bin
-L/usr/ccs/lib -L/dsw/gcc-3.4.3/lib/gcc/sparc-sun-solaris2.9/3.4.3/../../..
/dsw/gcc-3.4.3/lib/libstdc++.so -lm -lgcc_s
/dsw/gcc-3.4.3/lib/gcc/sparc-sun-solaris2.9/3.4.3/crtend.o
/dsw/gcc-3.4.3/lib/gcc/sparc-sun-solaris2.9/3.4.3/crtn.o  -Wl,-h
-Wl,libtiffxx.so.3 -o .libs/libtiffxx.so.3.7.2
(cd .libs && rm -f libtiffxx.so.3 && ln -s libtiffxx.so.3.7.2 libtiffxx.so.3)
(cd .libs && rm -f libtiffxx.so && ln -s libtiffxx.so.3.7.2 libtiffxx.so)
ar cru .libs/libtiffxx.a  tif_stream.o
ranlib .libs/libtiffxx.a
creating libtiffxx.la
(cd .libs && rm -f libtiffxx.la && ln -s ../libtiffxx.la libtiffxx.la)
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -I.   -I/tps/include  -g -O2 -Wall
-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 /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o mkg3states  mkg3states.o ../port/libport.la -ljpeg -lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o mkg3states mkg3states.o  -L/tps/lib
../port/.libs/libport.a /dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc
-R/dsw/jpeg-6brev1/lib -R/dsw/jpeg-6brev1/lib -R/tps/lib
gmake[2]: Leaving directory `/export/build/libtiff.cvs.may26.05/libtiff'
gmake[1]: Leaving directory `/export/build/libtiff.cvs.may26.05/libtiff'
Making all in tools
gmake[1]: Entering directory `/export/build/libtiff.cvs.may26.05/tools'
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT bmp2tiff.o -MD -MP -MF ".deps/bmp2tiff.Tpo" -c
-o bmp2tiff.o bmp2tiff.c; \
then mv -f ".deps/bmp2tiff.Tpo" ".deps/bmp2tiff.Po"; else rm -f
".deps/bmp2tiff.Tpo"; exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o bmp2tiff  bmp2tiff.o ../libtiff/libtiff.la ../port/libport.la
-ljpeg -lz -lm -lc 
mkdir .libs
/tps/bin/gcc -g -O2 -Wall -o .libs/bmp2tiff bmp2tiff.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating bmp2tiff
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT fax2ps.o -MD -MP -MF ".deps/fax2ps.Tpo" -c -o
fax2ps.o fax2ps.c; \
then mv -f ".deps/fax2ps.Tpo" ".deps/fax2ps.Po"; else rm -f ".deps/fax2ps.Tpo";
exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o fax2ps  fax2ps.o ../libtiff/libtiff.la ../port/libport.la -ljpeg
-lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o .libs/fax2ps fax2ps.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating fax2ps
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT fax2tiff.o -MD -MP -MF ".deps/fax2tiff.Tpo" -c
-o fax2tiff.o fax2tiff.c; \
then mv -f ".deps/fax2tiff.Tpo" ".deps/fax2tiff.Po"; else rm -f
".deps/fax2tiff.Tpo"; exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o fax2tiff  fax2tiff.o ../libtiff/libtiff.la ../port/libport.la
-ljpeg -lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o .libs/fax2tiff fax2tiff.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating fax2tiff
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT gif2tiff.o -MD -MP -MF ".deps/gif2tiff.Tpo" -c
-o gif2tiff.o gif2tiff.c; \
then mv -f ".deps/gif2tiff.Tpo" ".deps/gif2tiff.Po"; else rm -f
".deps/gif2tiff.Tpo"; exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o gif2tiff  gif2tiff.o ../libtiff/libtiff.la ../port/libport.la
-ljpeg -lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o .libs/gif2tiff gif2tiff.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating gif2tiff
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT pal2rgb.o -MD -MP -MF ".deps/pal2rgb.Tpo" -c -o
pal2rgb.o pal2rgb.c; \
then mv -f ".deps/pal2rgb.Tpo" ".deps/pal2rgb.Po"; else rm -f
".deps/pal2rgb.Tpo"; exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o pal2rgb  pal2rgb.o ../libtiff/libtiff.la ../port/libport.la -ljpeg
-lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o .libs/pal2rgb pal2rgb.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating pal2rgb
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT ppm2tiff.o -MD -MP -MF ".deps/ppm2tiff.Tpo" -c
-o ppm2tiff.o ppm2tiff.c; \
then mv -f ".deps/ppm2tiff.Tpo" ".deps/ppm2tiff.Po"; else rm -f
".deps/ppm2tiff.Tpo"; exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o ppm2tiff  ppm2tiff.o ../libtiff/libtiff.la ../port/libport.la
-ljpeg -lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o .libs/ppm2tiff ppm2tiff.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating ppm2tiff
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT ras2tiff.o -MD -MP -MF ".deps/ras2tiff.Tpo" -c
-o ras2tiff.o ras2tiff.c; \
then mv -f ".deps/ras2tiff.Tpo" ".deps/ras2tiff.Po"; else rm -f
".deps/ras2tiff.Tpo"; exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o ras2tiff  ras2tiff.o ../libtiff/libtiff.la ../port/libport.la
-ljpeg -lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o .libs/ras2tiff ras2tiff.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating ras2tiff
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT raw2tiff.o -MD -MP -MF ".deps/raw2tiff.Tpo" -c
-o raw2tiff.o raw2tiff.c; \
then mv -f ".deps/raw2tiff.Tpo" ".deps/raw2tiff.Po"; else rm -f
".deps/raw2tiff.Tpo"; exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o raw2tiff  raw2tiff.o ../libtiff/libtiff.la ../port/libport.la
-ljpeg -lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o .libs/raw2tiff raw2tiff.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating raw2tiff
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT rgb2ycbcr.o -MD -MP -MF ".deps/rgb2ycbcr.Tpo"
-c -o rgb2ycbcr.o rgb2ycbcr.c; \
then mv -f ".deps/rgb2ycbcr.Tpo" ".deps/rgb2ycbcr.Po"; else rm -f
".deps/rgb2ycbcr.Tpo"; exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o rgb2ycbcr  rgb2ycbcr.o ../libtiff/libtiff.la ../port/libport.la
-ljpeg -lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o .libs/rgb2ycbcr rgb2ycbcr.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating rgb2ycbcr
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT thumbnail.o -MD -MP -MF ".deps/thumbnail.Tpo"
-c -o thumbnail.o thumbnail.c; \
then mv -f ".deps/thumbnail.Tpo" ".deps/thumbnail.Po"; else rm -f
".deps/thumbnail.Tpo"; exit 1; fi
thumbnail.c: In function `setImage1':
thumbnail.c:525: warning: int format, uint32 arg (arg 4)
thumbnail.c:525: warning: int format, long unsigned int arg (arg 5)
thumbnail.c: In function `generateThumbnail':
thumbnail.c:567: warning: int format, tsize_t arg (arg 3)
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o thumbnail  thumbnail.o ../libtiff/libtiff.la ../port/libport.la
-ljpeg -lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o .libs/thumbnail thumbnail.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating thumbnail
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT tiff2bw.o -MD -MP -MF ".deps/tiff2bw.Tpo" -c -o
tiff2bw.o tiff2bw.c; \
then mv -f ".deps/tiff2bw.Tpo" ".deps/tiff2bw.Po"; else rm -f
".deps/tiff2bw.Tpo"; exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o tiff2bw  tiff2bw.o ../libtiff/libtiff.la ../port/libport.la -ljpeg
-lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o .libs/tiff2bw tiff2bw.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating tiff2bw
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT tiff2pdf.o -MD -MP -MF ".deps/tiff2pdf.Tpo" -c
-o tiff2pdf.o tiff2pdf.c; \
then mv -f ".deps/tiff2pdf.Tpo" ".deps/tiff2pdf.Po"; else rm -f
".deps/tiff2pdf.Tpo"; exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o tiff2pdf  tiff2pdf.o ../libtiff/libtiff.la ../port/libport.la
-ljpeg -lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o .libs/tiff2pdf tiff2pdf.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating tiff2pdf
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT tiff2ps.o -MD -MP -MF ".deps/tiff2ps.Tpo" -c -o
tiff2ps.o tiff2ps.c; \
then mv -f ".deps/tiff2ps.Tpo" ".deps/tiff2ps.Po"; else rm -f
".deps/tiff2ps.Tpo"; exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o tiff2ps  tiff2ps.o ../libtiff/libtiff.la ../port/libport.la -ljpeg
-lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o .libs/tiff2ps tiff2ps.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating tiff2ps
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT tiff2rgba.o -MD -MP -MF ".deps/tiff2rgba.Tpo"
-c -o tiff2rgba.o tiff2rgba.c; \
then mv -f ".deps/tiff2rgba.Tpo" ".deps/tiff2rgba.Po"; else rm -f
".deps/tiff2rgba.Tpo"; exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o tiff2rgba  tiff2rgba.o ../libtiff/libtiff.la ../port/libport.la
-ljpeg -lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o .libs/tiff2rgba tiff2rgba.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating tiff2rgba
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT tiffcmp.o -MD -MP -MF ".deps/tiffcmp.Tpo" -c -o
tiffcmp.o tiffcmp.c; \
then mv -f ".deps/tiffcmp.Tpo" ".deps/tiffcmp.Po"; else rm -f
".deps/tiffcmp.Tpo"; exit 1; fi
tiffcmp.c: In function `PrintIntDiff':
tiffcmp.c:427: warning: unsigned int format, int32 arg (arg 5)
tiffcmp.c:427: warning: unsigned int format, int32 arg (arg 6)
tiffcmp.c:436: warning: unsigned int format, int32 arg (arg 5)
tiffcmp.c:436: warning: unsigned int format, int32 arg (arg 6)
tiffcmp.c:442: warning: unsigned int format, int32 arg (arg 5)
tiffcmp.c:442: warning: unsigned int format, int32 arg (arg 6)
tiffcmp.c:448: warning: unsigned int format, int32 arg (arg 5)
tiffcmp.c:448: warning: unsigned int format, int32 arg (arg 6)
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o tiffcmp  tiffcmp.o ../libtiff/libtiff.la ../port/libport.la -ljpeg
-lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o .libs/tiffcmp tiffcmp.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating tiffcmp
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT tiffcp.o -MD -MP -MF ".deps/tiffcp.Tpo" -c -o
tiffcp.o tiffcp.c; \
then mv -f ".deps/tiffcp.Tpo" ".deps/tiffcp.Po"; else rm -f ".deps/tiffcp.Tpo";
exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o tiffcp  tiffcp.o ../libtiff/libtiff.la ../port/libport.la -ljpeg
-lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o .libs/tiffcp tiffcp.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating tiffcp
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT tiffdither.o -MD -MP -MF ".deps/tiffdither.Tpo"
-c -o tiffdither.o tiffdither.c; \
then mv -f ".deps/tiffdither.Tpo" ".deps/tiffdither.Po"; else rm -f
".deps/tiffdither.Tpo"; exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o tiffdither  tiffdither.o ../libtiff/libtiff.la ../port/libport.la
-ljpeg -lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o .libs/tiffdither tiffdither.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating tiffdither
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT tiffdump.o -MD -MP -MF ".deps/tiffdump.Tpo" -c
-o tiffdump.o tiffdump.c; \
then mv -f ".deps/tiffdump.Tpo" ".deps/tiffdump.Po"; else rm -f
".deps/tiffdump.Tpo"; exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o tiffdump  tiffdump.o ../libtiff/libtiff.la ../port/libport.la
-ljpeg -lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o .libs/tiffdump tiffdump.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating tiffdump
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT tiffinfo.o -MD -MP -MF ".deps/tiffinfo.Tpo" -c
-o tiffinfo.o tiffinfo.c; \
then mv -f ".deps/tiffinfo.Tpo" ".deps/tiffinfo.Po"; else rm -f
".deps/tiffinfo.Tpo"; exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o tiffinfo  tiffinfo.o ../libtiff/libtiff.la ../port/libport.la
-ljpeg -lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o .libs/tiffinfo tiffinfo.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating tiffinfo
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT tiffmedian.o -MD -MP -MF ".deps/tiffmedian.Tpo"
-c -o tiffmedian.o tiffmedian.c; \
then mv -f ".deps/tiffmedian.Tpo" ".deps/tiffmedian.Po"; else rm -f
".deps/tiffmedian.Tpo"; exit 1; fi
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o tiffmedian  tiffmedian.o ../libtiff/libtiff.la ../port/libport.la
-ljpeg -lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o .libs/tiffmedian tiffmedian.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating tiffmedian
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT tiffset.o -MD -MP -MF ".deps/tiffset.Tpo" -c -o
tiffset.o tiffset.c; \
then mv -f ".deps/tiffset.Tpo" ".deps/tiffset.Po"; else rm -f
".deps/tiffset.Tpo"; exit 1; fi
tiffset.c: In function `main':
tiffset.c:162: warning: enumeration value `TIFF_NOTYPE' not handled in switch
tiffset.c:110: warning: 'ret' might be used uninitialized in this function
tiffset.c:127: warning: 'size' might be used uninitialized in this function
/bin/bash ../libtool --tag=CC --mode=link /tps/bin/gcc  -g -O2 -Wall  -L/tps/lib
-R/tps/lib -o tiffset  tiffset.o ../libtiff/libtiff.la ../port/libport.la -ljpeg
-lz -lm -lc 
/tps/bin/gcc -g -O2 -Wall -o .libs/tiffset tiffset.o  -L/tps/lib
../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/dsw/jpeg-6brev1/lib/libjpeg.so -lz -lm -lc -R/dsw/tiff-cvs.may26.05/lib
-R/dsw/jpeg-6brev1/lib -R/tps/lib
creating tiffset
if /tps/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff 
-I/tps/include  -g -O2 -Wall -MT tiffsplit.o -MD -MP -MF ".deps/tiffsplit.Tpo"
-c -o tiffsplit.o tiffsplit.c; \
then mv -f ".deps/tiffsplit.Tpo" ".deps/tiffsplit.Po"; else rm -f
".deps/tiffsplit.Tpo"; exit 1; fi
tiffsplit.c:34: error: conflicting types for 'getopt'
/usr/include/stdlib.h:191: error: previous declaration of 'getopt' was here
tiffsplit.c:34: error: conflicting types for 'getopt'
/usr/include/stdlib.h:191: error: previous declaration of 'getopt' was here
gmake[1]: *** [tiffsplit.o] Error 1
gmake[1]: Leaving directory `/export/build/libtiff.cvs.may26.05/tools'
gmake: *** [all-recursive] Error 1


comment:5 by dron, 19 years ago

Ahh, sorry, should be fixed now.

Andrey

comment:6 by Even Rouault, 15 years ago

Resolution: invalid
Status: assignedclosed

Closing. libtiff related, not GDAL related

Note: See TracTickets for help on using tickets.