Re: libtiff-devel (3.9.6-1): missing dependency on libjbig-devel

2012-08-21 Thread Charles Wilson
On 8/21/2012 10:17 PM, James Zern wrote: libwebp's [1] configure script [2] does a simple check for -ltiff, this will succeed, but the build will fail due to the missing library. Corrected on sourceware; next release of libtiff will include this change organically. Thanks for the heads up.

Re: libtiff-devel (3.9.6-1): missing dependency on libjbig-devel

2012-08-21 Thread Yaakov (Cygwin/X)
On 2012-08-21 21:17, James Zern wrote: /bin/sh ../libtool --tag=CC--mode=link gcc -g -O2 -o cwebp.exe cwebp-cwebp.o ../src/libwebp.la -ljpeg -ltiff libtool: link: gcc -g -O2 -o .libs/cwebp.exe cwebp-cwebp.o ../src/.libs/libwebp.a /usr/lib/libtiff.dll.a -ljbig /usr/lib/libjpeg.dll.a -lz

libtiff-devel (3.9.6-1): missing dependency on libjbig-devel

2012-08-21 Thread James Zern
libwebp's [1] configure script [2] does a simple check for -ltiff, this will succeed, but the build will fail due to the missing library. $ wget http://webp.googlecode.com/files/libwebp-0.2.0.tar.gz $ tar -xzf libwebp-0.2.0.tar.gz $ cd libwebp-0.2.0 $ ./configure $ make -j12 ... /bin/sh ../libtool