On 2/22/06, Ed Hartnett <[EMAIL PROTECTED]> 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?
>
> Thanks!
>
> Ed
>
> --
> Ed Hartnett  -- [EMAIL PROTECTED]
>
>
>
> _______________________________________________
> http://lists.gnu.org/mailman/listinfo/libtool
>


Looks like your aclocal is picking up the old libtool macros.  If you
installed libtool to /usr/local, try using aclocal -I
/usr/local/share/aclocal


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

Reply via email to