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

  1. I have a Sun IPX, running Sun OS 4.1.4 when I tried to compile the
  2. tiffinfo tool (v3.3.tiff.tar.gz) , I got
  3.  
  4. gcc -g  -I../libtiff  -target sun4 -c  getopt.c
  5. gcc -o tiffinfo -g  -I../libtiff tiffinfo.c getopt.o ../libtiff/libtiff.a
  6. ld: Undefined symbol 
  7.    _strtoul  
  8. collect: ld returned 2 exit status
  9. *** Error code 1
  10.  
  11. I tried to find the strtoul symbol in several libraries, but without any luck.
  12. The same happens with tiffdump and tiff2ps , the same undefined symbol.
  13.  
  14. Any insight.?
  15.  
  16. Thank You
  17. Arturo Puente
  18.  
  19.