Re: Looking for a autotools/libtool expert: Unnecessarily linked libraries

2006-03-04 Thread Steve Langasek
On Sat, Mar 04, 2006 at 11:59:05AM +0100, Frank Küster wrote: > Steve Langasek <[EMAIL PROTECTED]> wrote: > >> > cd texk > >> > libtoolize -f -c > >> > cp /usr/share/aclocal/libtool.m4 libtool.m4 > >> > autoconf > > > >> > works, after editing kpathsea/withenable.ac to not try to use > >>

Re: Looking for a autotools/libtool expert: Unnecessarily linked libraries

2006-03-04 Thread Ben Pfaff
Andreas Metzler <[EMAIL PROTECTED]> writes: > It seems to stumble over this in web2c/withenable.ac > > AC_ARG_ENABLE(ipc, > [ --enable-ipcenable TeX's --ipc option, i.e., pipe to a > program], > if test "x$enableval" = xyes; then > AC_DEFINE(IPC) > # -lsocket is need

Re: Looking for a autotools/libtool expert: Unnecessarily linked libraries

2006-03-04 Thread Andreas Metzler
Frank Küster <[EMAIL PROTECTED]> wrote: [...] > and then "cd texk" and your commands, configure fails like this: > [...] > configuring in texk > running /bin/sh ./configure --prefix=/usr --enable-ipc > --disable-multiplatform --enable-shared --without-dialog --without-texinfo > --without-t1util

Re: Looking for a autotools/libtool expert: Unnecessarily linked libraries

2006-03-04 Thread Frank Küster
Steve Langasek <[EMAIL PROTECTED]> wrote: >> > cd texk >> > libtoolize -f -c >> > cp /usr/share/aclocal/libtool.m4 libtool.m4 >> > autoconf > >> > works, after editing kpathsea/withenable.ac to not try to use >> > AM_MAINTAINER_MODE [...] > I used current sid versions of all packages: libt

Re: Looking for a autotools/libtool expert: Unnecessarily linked libraries

2006-03-03 Thread Steve Langasek
On Fri, Mar 03, 2006 at 05:27:05PM +0100, Frank Küster wrote: > Steve Langasek <[EMAIL PROTECTED]> wrote: > > For me, running the commands > > cd texk > > libtoolize -f -c > > cp /usr/share/aclocal/libtool.m4 libtool.m4 > > autoconf > > works, after editing kpathsea/withenable.ac to not

Re: Looking for a autotools/libtool expert: Unnecessarily linked libraries

2006-03-03 Thread Frank Küster
Steve Langasek <[EMAIL PROTECTED]> wrote: > For me, running the commands > > cd texk > libtoolize -f -c > cp /usr/share/aclocal/libtool.m4 libtool.m4 > autoconf > > works, after editing kpathsea/withenable.ac to not try to use > AM_MAINTAINER_MODE (obviously irrelevant if you're not using

Re: Looking for a autotools/libtool expert: Unnecessarily linked libraries

2006-03-02 Thread Steve Langasek
On Thu, Mar 02, 2006 at 01:14:54PM +0100, Frank Küster wrote: > tags 353693 help > thanks > The Problem: > - Binaries in the tetex-bin package are unnecessarily linked against > libraries they do not use directly, but only indirectly through other > libraries [1]. > - The solution describe

Re: Looking for a autotools/libtool expert: Unnecessarily linked libraries

2006-03-02 Thread Darren Salt
I demand that Frank Küster may or may not have written... > The Problem: > - Binaries in the tetex-bin package are unnecessarily linked against > libraries they do not use directly, but only indirectly through other > libraries [1]. [snip] That sounds like -Wl,--as-needed needs to be added t