discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Make fails in gr-how-to-write-a-block


From: Emil Molin
Subject: Re: [Discuss-gnuradio] Make fails in gr-how-to-write-a-block
Date: Thu, 12 Feb 2009 11:03:18 +0100



2009/2/11 Eric Blossom <address@hidden>
On Wed, Feb 11, 2009 at 03:45:54PM +0100, Emil Molin wrote:
> So i want to learn how to write a block but it fails to install apparently.
>
> after doing ./bootstrap and then ./configure
>
> make gives the following message:
>
> libtool: Version mismatch error.  This is libtool 2.2.6, but the
> libtool: definition of this LT_INIT comes from an older release.
> libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
> libtool: and run autoconf again.
> make[3]: *** [howto.lo] Error 63
> make[2]: *** [check] Error 2
> make[1]: *** [check-recursive] Error 1
>
> well it seems i should recreate aclocal.m4 with macros from libtool 2.2.6
> problem is i dont know how.

 $ rm aclocal.m4
 $ ./bootstrap && ./configure ...

Eric

Seemed simple but i get the same error message after another ./bootstrap and ./configure during the ./bootstrap it warns me about alot of things:

../../lib/autoconf/specific.m4:386: AC_USE_SYSTEM_EXTENSIONS is expanded from...
../../lib/autoconf/specific.m4:459: AC_MINIX is expanded from...
config/lf_cc.m4:33: LF_CONFIGURE_CC is expanded from...
configure.ac:28: the top level
configure.ac:28: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
configure.ac:28: warning: LTVERSION_VERSION is m4_require'd but not m4_defun'd
config/libtool.m4:67: LT_INIT is expanded from...
configure.ac:28: warning: LTOBSOLETE_VERSION is m4_require'd but not m4_defun'd

 this over and over, ./configure goes thru just fine without anything happening but make still refuses due to the same error.



reply via email to

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