[nanomsg] Re: 0.7-beta Debian 7 amd64 ./autogen fail

  • From: "Jason E. Aten" <j.e.aten@xxxxxxxxx>
  • To: nanomsg <nanomsg@xxxxxxxxxxxxx>
  • Date: Wed, 11 Nov 2015 22:26:55 -0800

I'd venture a guess that you need to install 'libtool' or 'libtool-dev'.
Lookup what package on debian7 provides all the libtool stuff, and install
that.

On Wed, Nov 11, 2015 at 2:40 PM, C. Thomas Stover <cts@xxxxxxxxxxxxxxxx>
wrote:

Hi list. So far loving nanomsg on debian 8. Now I'm having to build it
for debian 7, and I'm getting autotools sad panda. Ideas?

~/src$ tar -zxvf 0.7-beta.tar.gz
...
~/src$ cd nanomsg-0.7-beta/
~/src/nanomsg-0.7-beta$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:61: installing `./compile'
configure.ac:36: installing `./config.guess'
configure.ac:36: installing `./config.sub'
configure.ac:31: installing `./install-sh'
configure.ac:31: installing `./missing'
Makefile.am:46: Libtool library used but `LIBTOOL' is undefined
Makefile.am:46: The usual way to define `LIBTOOL' is to add `LT_INIT'
Makefile.am:46: to `configure.ac' and run `aclocal' and `autoconf'
again.
Makefile.am:46: If `LT_INIT' is in `configure.ac', make sure
Makefile.am:46: its definition is in aclocal's search path.
Makefile.am: installing `./depcomp'
autoreconf: automake failed with exit status:

Other related posts: