home *** CD-ROM | disk | FTP | other *** search
- To: tiff@sgi.sgi.com
- Subject: installing v3.3beta021.src.tar.gz on SPARC with SunOS 4.1.3_U1
- Date: Wed, 18 Jan 1995 09:31:25 CST
- From: odegard@ece.rice.edu (Jan Erik Odegard)
-
-
-
- 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
-
-
-
-