1995.01.05 15:09 "Problem compiling tiffinfo in a Sun.", by Arturo Puente

1995.01.24 18:36 "Re: installing v3.3beta021.src.tar.gz on SPARC with SunOS 4.1.3_U1", by Sam Leffler

I just down loaded v3.3beta021.src.tar.gz and am trying to install the complete package on a Sparc running SunOS 4.1.3_U1. I did not have problems with libtiff using Makefile.gcc. However, when trying to make the tools directory I ran in to the following problem

gcc -o tiff2ps -g -ansi -O -I../libtiff tiff2ps.c ../libtiff/libtiff.a -lm
ld: Undefined symbol
_strtoul

strtoul is ANSI C; try substituting atoi if you can't find proper compilation support on your system.

    Sam