discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Compilation failed [Ubuntu 6.06]


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Compilation failed [Ubuntu 6.06]
Date: Sun, 28 Jan 2007 09:28:35 -0800
User-agent: Mutt/1.5.9i

On Sun, Jan 28, 2007 at 05:48:35PM +0100, Davide Anastasia wrote:
> 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:

[snip]

> 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

[snip]

> 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!

Something's hosed with either your autoconf or libtool installation.

I've just built GNU Radio from scratch on an Ubuntu 6.06 LTS machine
with no problem.  That machine was using:

  address@hidden:~$ autoconf --version
  autoconf (GNU Autoconf) 2.59

  address@hidden:~$ libtool --version
  ltmain.sh (GNU libtool) 1.5.22 Debian 1.5.22-2 (1.1220.2.365 2005/12/18 
22:14:06)

  address@hidden:~$ automake --version
  automake (GNU automake) 1.8.5


Eric




reply via email to

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