Ok, Ok Max.

Now I remember also that I had to do 'aclocal-1.7 -I ./m4 ...' and according to
the libiconv developper, he use slightly modified libtool1.5 files. That's the
reason why I get a serial 47.

So, I suppose I have to update aclocal and automake to maybe 1.8 no?

Thanks Max,
Alain.




"Max Bowsher" <[EMAIL PROTECTED]> le 09/09/2003 15:14:37

Pour :    Alain BONNEFOY/Valence
cc :  [EMAIL PROTECTED]

Objet :   Re: R�f. : Re: ltmain.sh and configure


[EMAIL PROTECTED] 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.







_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to