On sab, 2007-01-27 at 10:13 -0800, Eric Blossom wrote: > Yes, this is the "Ubuntu libtool problem". > (Looks like they've propagated the bad idea to 6.06 LTS too.) > > I suspect that you are using Debian libtool-1.5.22-4. > > $ libtool --version > > Try rolling back to libtool-1.5.22-3 > and let us know what happens.
No, I have libtool-1.5.22-2. > > After rolling back, you'll need to remove the old version that was > installed in top level of your build tree and rebuild > > $ make distclean > $ rm libtool ltmain.sh > $ ./bootstrap && ./configure > $ make > > > If Ubuntu libtool-1.5.22-3 still has the problem, please use the > unmolested libtool 1.5.22 available at > http://ftp.gnu.org/gnu/libtool/libtool-1.5.22.tar.gz > Done, but it doesn't work. I remove deeply the compilation folder and download again by SVN tree. While ./boostrap script runs, I receive some cryptic messages: configure.ac:73: warning: AC_PROG_LIBTOOL is m4_require'd but is not m4_defun'd configure.ac:73: AC_PROG_LIBTOOL is required by... config/gr_scripting.m4:30: GR_SCRIPTING is expanded from... configure.ac:73: the top level configure.ac:147: warning: AC_PROG_LD is m4_require'd but is not m4_defun'd configure.ac:147: AC_PROG_LD is required by... config/gr_libgnuradio_core_extra_ldflags.m4:40: GR_LIBGNURADIO_CORE_EXTRA_LDFLAGS is expanded fro m... configure.ac:147: the top level configure.ac:73: warning: AC_PROG_LIBTOOL is m4_require'd but is not m4_defun'd configure.ac:73: AC_PROG_LIBTOOL is required by... config/gr_scripting.m4:30: GR_SCRIPTING is expanded from... configure.ac:73: the top level configure.ac:147: warning: AC_PROG_LD is m4_require'd but is not m4_defun'd configure.ac:147: AC_PROG_LD is required by... config/gr_libgnuradio_core_extra_ldflags.m4:40: GR_LIBGNURADIO_CORE_EXTRA_LDFLAGS is expanded fro m... configure.ac:147: the top level configure.ac:65: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:67: error: possibly undefined macro: AC_ENABLE_SHARED configure.ac:68: error: possibly undefined macro: AC_DISABLE_STATIC configure.ac:69: error: possibly undefined macro: AC_PROG_LIBTOOL configure:10311: error: possibly undefined macro: AC_PROG_LD configure.ac:73: warning: AC_PROG_LIBTOOL is m4_require'd but is not m4_defun'd configure.ac:73: AC_PROG_LIBTOOL is required by... config/gr_scripting.m4:30: GR_SCRIPTING is expanded from... configure.ac:73: the top level configure.ac:147: warning: AC_PROG_LD is m4_require'd but is not m4_defun'd configure.ac:147: AC_PROG_LD is required by... config/gr_libgnuradio_core_extra_ldflags.m4:40: GR_LIBGNURADIO_CORE_EXTRA_LDFLAGS is expanded fro m... configure.ac:147: the top level configure.ac:73: warning: AC_PROG_LIBTOOL is m4_require'd but is not m4_defun'd configure.ac:73: AC_PROG_LIBTOOL is required by... config/gr_scripting.m4:30: GR_SCRIPTING is expanded from... configure.ac:73: the top level configure.ac:147: warning: AC_PROG_LD is m4_require'd but is not m4_defun'd configure.ac:147: AC_PROG_LD is required by... config/gr_libgnuradio_core_extra_ldflags.m4:40: GR_LIBGNURADIO_CORE_EXTRA_LDFLAGS is expanded fro m... configure.ac:147: the top level configure.ac: installing `./install-sh' configure.ac: installing `./missing' ezdop/src/firmware/Makefile.am: installing `./compile' ezdop/src/firmware/Makefile.am: installing `./depcomp' ezdop/src/host/ezdop/Makefile.am:24: Libtool library used but `LIBTOOL' is undefined ezdop/src/host/ezdop/Makefile.am:24: ezdop/src/host/ezdop/Makefile.am:24: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL ...and so on! -- Davide Anastasia web: http://www.davideanastasia.com/ email: [EMAIL PROTECTED] _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
