1999.10.22 11:45 "LIBTIFF and OJPEG", by

1999.10.22 11:45 "LIBTIFF and OJPEG", by

Hi,

I'm trying to build libtiff so that it will support compression 6 (OJPEG), however I can't get it to worK

I have modified the tiffconf.h file in several ways, but whenevet I add the OJPEG_SUPPORT I get the foillowing:

        /usr/local/bin/gcc -o fax2tiff -g -O -I. -I../tools -I../libtiff
fax2tif
f.o ../libtiff/libtiff.a -L.././ -ljpeg -lm
collect2: ld returned 8 exit status
ld: 0711-317 ERROR: Undefined symbol: TIFFInitOJPEG
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more nformation.
make: 1254-004 The error code from the last command is 1.

Stop.
make: 1254-004 The error code from the last command is 2.

Stop.

Can you tell me what I need to do to fix this problem?

I'm using jpeg-6b and tiff-v3.5.2.

I need OJPEG_SUPPORT in order to convert TIFF images that were made with this compression mode to PDF.