bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool/gettext bug


From: Martin MOKREJŠ
Subject: Re: libtool/gettext bug
Date: Thu, 27 Feb 2003 15:12:03 +0100 (CET)

Hi,
  I've reported in January problem with -rpath being treated in libtool as
-R dir, what made /usr/bin/ld exit during link stage, as this option is
not recognized. The problem is fixed in gettext package, but the ltmain
stuff should be sucked into libtool. Any volunteers going to port the
fixes?

  Hint:
cvs log ltmain.sh
cvs diff -c3 -r1.9 -r1.10 ltmain.sh


-- 
Martin Mokrejs <address@hidden>, <address@hidden>
PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs
MIPS / Institute for Bioinformatics <http://mips.gsf.de>
GSF - National Research Center for Environment and Health
Ingolstaedter Landstrasse 1, D-85764 Neuherberg, Germany
tel.: +49-89-3187 3683 , fax: +49-89-3187 3585

---------- Forwarded message ----------
From: Bruno Haible <address@hidden>
To: Martin MOKREJŠ <address@hidden>
Date: Thu, 20 Feb 2003 17:57:50 +0100 (CET)
Subject: Re: libtool/gettext bug


> --- /software/@sys/usr/share/libtool/ltmain.sh  2003-02-03 02:22:36.000000000 
> +0100
> +++ ./autoconf-lib-link/config/ltmain.sh        2003-02-20 16:50:22.000000000 
> +0100
> @@ -49,14 +49,14 @@
>  fi
>
>  # The name of this program.
> -progname=`$echo "$0" | sed 's%^.*/%%'`
> +progname=`$echo "$0" | ${SED} 's%^.*/%%'`
>  modename="$progname"
>
>  # Constants.
>  PROGRAM=ltmain.sh
>  PACKAGE=libtool
> -VERSION=1.4.2
> -TIMESTAMP=" (1.922.2.54 2001/09/11 03:33:37)"
> +VERSION=1.4.3
> +TIMESTAMP=" (1.922.2.110 2002/10/23 01:39:54)"
>
>
> So I can just overwrite the ltmain.sh installed by libtool by the one
> from gettext.

Not this quickly! ltmain.sh and libtool.m4 depend on each other.
ltmain.sh 1.4.3 will not work with libtool.m4 1.4.2. First you need to
upgrade to libtool-1.4.3, then only you can overwrite your ltmain.sh
with gettext's one.

> Couldn't that be updated also in libtool cvs?

You can point the remaining libtool guy(s) to the modifications I made
for gettext. But I don't have and don't want to have write access to
the libtoool CVS.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]