home *** CD-ROM | disk | FTP | other *** search
/ Internet File Formats / InternetFileFormatsCD.bin / graphics / tiff / unix / archive.z / archive / text0094.txt < prev    next >
Encoding:
Text File  |  1995-09-20  |  727 b   |  24 lines

  1.     To:  tiff@sgi.sgi.com
  2.     Subject:  installing v3.3beta021.src.tar.gz on SPARC with SunOS 4.1.3_U1
  3.     Date: Wed, 18 Jan 1995 09:31:25 CST
  4.     From:  odegard@ece.rice.edu (Jan Erik Odegard)
  5.  
  6.     
  7.     
  8.     I just down loaded v3.3beta021.src.tar.gz and am trying to install
  9.     the complete package on a Sparc running SunOS 4.1.3_U1. I did not
  10.     have problems with libtiff using Makefile.gcc. However, when trying to 
  11.     make the tools directory I ran in to the following problem
  12.     
  13.     gcc -o tiff2ps -g -ansi -O -I../libtiff tiff2ps.c ../libtiff/libtiff.a -lm
  14.     ld: Undefined symbol 
  15.        _strtoul 
  16.  
  17. strtoul is ANSI C; try substituting atoi if you can't find proper
  18. compilation support on your system.
  19.  
  20.     Sam
  21.  
  22.  
  23.  
  24.