libtool
[Top][All Lists]
Advanced

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

Re: Réf. : Re: ltmain.sh and configur e


From: Max Bowsher
Subject: Re: Réf. : Re: ltmain.sh and configur e
Date: Tue, 9 Sep 2003 14:14:37 +0100

address@hidden wrote:
> Hi Max,
>
> Sorry for the mistake but in fact I invoke "libtoolize -f -c' and
> 'automake-1.7 -a -c '!
> Anyway, I get a new ltmain.sh, the one is stored in my libtool (1.4.3)
> directory.
> So, either ltmain.sh is bad in libtool-1.4.3 (I don't think so) or the
source
> file which creates the following line (I don't which one) is bad:
>    library_names_spec='${libname}${release}${shared_ext}$versuffix
> ${libname}${release}${shared_ext}$major $libname${shared_ext}'
>
> I think the problem is here but where that libray_names_spec comes from?

The AC_PROG_LIBTOOL m4 macro.

After running aclocal, run this:
egrep 'serial.*AC_PROG_LIBTOOL' aclocal.m4

You should see 'serial 46 AC_PROG_LIBTOOL', but I suspect you will actually
see 'serial 47 AC_PROG_LIBTOOL', indicating that you have picked up the
definition of AC_PROG_LIBTOOL (from the file libtool.m4) from libtool-1.5.

ltmain.sh from 1.4.3 + libtool.m4 from 1.5 = broken

Max.





reply via email to

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