Bug#353693: Looking for a autotools/libtool expert:Unnecessarily linked libraries

2006-03-16 Thread Ralf Stubner
Frank Küster wrote: > Ralf Stubner <[EMAIL PROTECTED]> wrote: > >> Frank Küster wrote: >> [...] >>> At least libcairo is wrong; I think that also libfontconfig, libjpeg, >>> libfreetype, and maybe libX11 and libXrender are wrong, because >> >> I wouldn't be surprised if libjpeg is actually needed

Bug#353693: Looking for a autotools/libtool expert:Unnecessarily linked libraries

2006-03-16 Thread Frank Küster
Ralf Stubner <[EMAIL PROTECTED]> wrote: > Frank Küster wrote: > [...] >> At least libcairo is wrong; I think that also libfontconfig, libjpeg, >> libfreetype, and maybe libX11 and libXrender are wrong, because > > I wouldn't be surprised if libjpeg is actually needed, since pdftex is > able to in

Bug#353693: Looking for a autotools/libtool expert:Unnecessarily linked libraries

2006-03-16 Thread Ralf Stubner
Frank Küster wrote: [...] > At least libcairo is wrong; I think that also libfontconfig, libjpeg, > libfreetype, and maybe libX11 and libXrender are wrong, because I wouldn't be surprised if libjpeg is actually needed, since pdftex is able to include JPEG files directly into the PDF. But there sh

Bug#353693: Looking for a autotools/libtool expert:Unnecessarily linked libraries

2006-03-16 Thread Norbert Preining
On Don, 16 Mär 2006, Frank Küster wrote: > $ objdump -p /sid/usr/bin/pdfetex | grep NEEDED > NEEDED libpng12.so.0 > NEEDED libkpathsea.so.4 > NEEDED libpoppler.so.0 > NEEDED libcairo.so.2 > NEEDED libXrender.so.1 > NEEDED libX11.so.6 > NEEDED libfont

Bug#353693: Looking for a autotools/libtool expert:Unnecessarily linked libraries

2006-03-16 Thread Frank Küster
Ralf Wildenhues <[EMAIL PROTECTED]> wrote: >> No, objdump shows less libraries, but still too much. > > Which ones should not be there? $ objdump -p /sid/usr/bin/pdfetex | grep NEEDED NEEDED libpng12.so.0 NEEDED libkpathsea.so.4 NEEDED libpoppler.so.0 NEEDED libcairo.s

Bug#353693: Looking for a autotools/libtool expert:Unnecessarily linked libraries

2006-03-16 Thread Ralf Wildenhues
* Frank Küster wrote on Thu, Mar 16, 2006 at 10:07:07AM CET: > Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > > should get you going. > > Sorry, could you please describe exactly what we are supposed to do in > *which* file? Oh, sorry, too late last night. I'll post a patch. > > The library de

Bug#353693: Looking for a autotools/libtool expert:Unnecessarily linked libraries

2006-03-16 Thread Frank Küster
Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > should get you going. Sorry, could you please describe exactly what we are supposed to do in *which* file? > The library dependency issue was solved before, right (using "objdump -p" > rather than ldd to find direct dependencies showed not-too-much)?

Bug#353693: Looking for a autotools/libtool expert:Unnecessarily linked libraries

2006-03-15 Thread Ralf Wildenhues
* Frank Küster wrote on Tue, Mar 14, 2006 at 11:51:57AM CET: > Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > >> Steve Langasek <[EMAIL PROTECTED]> wrote: > >> > But even after fixing this, tetex-bin seems to be using some obscure and > >> > obsolete feature of autoconf 2.13 that replaces "ac_include

Bug#353693: Looking for a autotools/libtool expert:Unnecessarily linked libraries

2006-03-14 Thread Frank Küster
Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > [ Please Cc: me on replies ] > > Hi Frank, > >> Steve Langasek <[EMAIL PROTECTED]> wrote: >> > But even after fixing this, tetex-bin seems to be using some obscure and >> > obsolete feature of autoconf 2.13 that replaces "ac_include $file" in >> > Makef

Bug#353693: Looking for a autotools/libtool expert:Unnecessarily linked libraries

2006-03-14 Thread Ralf Wildenhues
[ Please Cc: me on replies ] Hi Frank, > Steve Langasek <[EMAIL PROTECTED]> wrote: > > But even after fixing this, tetex-bin seems to be using some obscure and > > obsolete feature of autoconf 2.13 that replaces "ac_include $file" in > > Makefile.in with the contents of that file in the output Ma