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
> >>
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
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
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
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
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
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
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
8 matches
Mail list logo