AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
August 2006

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2006.08.01 17:06 "Help *** jpeg_reset_huff_decode *** [bmp2tiff] : Error 1: On Solaris at Compilations", by Dotun Olafunmiloye
2006.08.01 17:29 "Re: Help *** jpeg_reset_huff_decode *** [bmp2tiff] : Error 1: On Solaris at Compilations", by Bob Friesenhahn
2006.08.01 18:24 "Re: Help *** jpeg_reset_huff_decode *** [bmp2tiff] : Error1: On Solaris at Compilations", by Joris Van Damme

2006.08.01 17:06 "Help *** jpeg_reset_huff_decode *** [bmp2tiff] : Error 1: On Solaris at Compilations", by Dotun Olafunmiloye

 Hello,

I recompiled jpeg and libtiff with --enabled-shared and compilation went
further than before but died at ~tiff-3.8.2/tools; snapshot of error  below;

 Entering directory `/export/home/dotun/tiff-3.8.2/tools'
if gcc -DHAVE_CONFIG_H -I. -I. -I../libtiff -I../libtiff -I../libtiff
-I/usr/local/include -I/usr/local/include   -g -O2 -Wall -W -MT
bmp2tiff.o-MD -MP -MF ".deps/bmp2tiff.Tpo" -c -o
bmp2tiff.o bmp2tiff.c; \
then mv -f ".deps/bmp2tiff.Tpo" ".deps/bmp2tiff.Po"; else rm -f
".deps/bmp2tiff.Tpo"; exit 1; fi
/bin/bash ../libtool --mode=link --tag=CC gcc  -g -O2 -Wall -W
-L/usr/local/lib -L/usr/local/lib  -o bmp2tiff
bmp2tiff.o../libtiff/libtiff.la ../port/libport.la -ljpeg -lz -lm -lc
libtool: link: gcc -g -O2 -Wall -W -o .libs/bmp2tiff bmp2tiff.o
-L/usr/local/lib ../libtiff/.libs/libtiff.so ../port/.libs/libport.a
/usr/local/lib/libjpeg.so -lz -lm -lc -R/usr/local/libtiff3.8.4/lib
-R/usr/local/lib
Undefined                       first referenced
 symbol                             in file
jpeg_reset_huff_decode              ../libtiff/.libs/libtiff.so
ld: fatal: Symbol referencing errors. No output written to .libs/bmp2tiff

collect2: ld returned 1 exit status
make[1]: *** [bmp2tiff] Error 1
make[1]: Leaving directory `/export/home/dotun/tiff-3.8.2/tools'
make: *** [all-recursive] Error 1


Thanks for sharing your expertise and time.

Regards,
 Dotun