1999.03.10 23:05 "problems makeing the tiff distribution", by Andrew DePaula

I'm trying to make the tiff distribution on an rs6000 running aix 4.3.1. I have egcs 1.1.1 for a compiler and am trying to install tiff v3.4 ./configure worked fine but I get the following sequence leading up to the error which bombs out of make.

= libtiff
make[1]: Entering directory `/usr/tiff-v3.4/libtiff'
/usr/local/bin/gcc -c -g -O -I. -I../libtiff ../libtiff/tif_aux.c
In file included from ../libtiff/tiffio.h:33,
                 from ../libtiff/tiffiop.h:44,
                 from ../libtiff/tif_aux.c:32:
../libtiff/tiff.h:56: warning: redefinition of `int8'
/usr/include/sys/inttypes.h:584: warning: `int8' previously declared here
../libtiff/tiff.h:61: warning: redefinition of `int16'
/usr/include/sys/inttypes.h:585: warning: `int16' previously declared here
../libtiff/tiff.h:67: conflicting types for `int32'
/usr/include/sys/inttypes.h:586: previous declaration of `int32'
make[1]: *** [tif_aux.o] Error 1
make[1]: Leaving directory `/usr/tiff-v3.4/libtiff'
(prompt>)

anyone know what's going on here, and how to fix it?

-AD