On 10/14/06, Mirko Roller <[EMAIL PROTECTED]> wrote:
Problem, the configure script will use an ./libtool in the jpegsrc.v6b dir. But there is no sutch file ! Use this patch to compile jpegsrc.v6b again: tar xvfz SOURCE/jpegsrc.v6b.tar.gz cd jpeg* ./configure --prefix=/usr --enable-static --enable-shared && sed -i '[EMAIL PROTECTED] = ./[EMAIL PROTECTED] = [EMAIL PROTECTED]' Makefile make -j 4 && make install
What arch are you on? libtool is created in the source directory by ltconfig. Usually this isn't an issue on x86, at least it's never been here. The patch in the repo updates this file as well as config.guess and config.sub. But at least one other distro works around the problem by forcing use of the system libtool. http://www.paldo.org/paldo/specs/jpeg.xml What does configure say about generating libtool? Here's what it said the last time I built jpeg: checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs creating libtool -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
