Ed Hartnett wrote:
> Howdy all!
> 
> I got the latest libtool from the CVS and installed it. Now when I
> build my library, I get the following error:
> 
> libtool: Version mismatch error.  This is libtool 2.1a, but the
> libtool: definition of this LT_INIT comes from an older release.
> libtool: You should recreate aclocal.m4 with macros from libtool 2.1a
> libtool: and run autoconf again.
> make[1]: *** [fort-attio.lo] Error 1
> make[1]: Leaving directory `/shecky/n3_new/fortran'
> make: *** [check-recursive] Error 1
> 
> 
> I have tried rm aclocal.m4, and autoreconf --force.
> 
> But nothing has worked. Any suggestions?

This is telling you that your project is picking up an old libtool.m4,
and the latest ltmain.sh.  Have you installed your new libtool to a
different prefix from the old one?  Where is your aclocal command
collecting macros from?

Cheers,
        Gary.
-- 
Gary V. Vaughan      ())_.  [EMAIL PROTECTED],gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to