1997.05.30 18:46 "problem with tiff-v3.4beta", by Donn Miller

Hi,

Had problems building tiff utils; apparently the file ./tools/sgi2tiff.c wants to include <gl/images.h> which is not on my system, and configure didn't detect the error. The output from make is shown below:

errors from make:

= libtiff
if [ FREEBSDdso != nodso ]; then make FREEBSDdso; else true; fi
`FREEBSDdso' is up to date.
= tools
/usr/bin/gcc -c -g -O -I. -I../tools -I../libtiff ../tools/sgi2tiff.c
../tools/sgi2tiff.c:30: gl/image.h: No such file or directory
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

version: tiff-v3.4beta035

environment (output of uname -msr):

FreeBSD 2.2.1-RELEASE i386

Maybe I need an additional library?

________

   Donn