[odb-users] install-git bootstrap libodb-qt-1.6.0 fails related to libtool

Brown, Matt C Brown223 at llnl.gov
Tue Oct 18 12:32:13 EDT 2011


Yup, that worked - I figured it was something easy.  Maybe you could put in these requirements into the INSTALL-GIT documentation for us newbs?

Thanks,

-Matt

-----Original Message-----
From: Boris Kolpackov [mailto:boris at codesynthesis.com] 
Sent: Tuesday, October 18, 2011 9:23 AM
To: Brown, Matt C
Cc: odb-users at codesynthesis.com
Subject: Re: [odb-users] install-git bootstrap libodb-qt-1.6.0 fails related to libtool

Hi Matt,

Brown, Matt C <Brown223 at llnl.gov> writes:

> I've been trying to adapt basic support for google protocol buffers for odb
> (not relevant, but interesting!).  I started with libodb-qt from git, but
> the basic installation per instructions don't seem to work.
>
> [...] 
>
> odb/qt/Makefile.am:6: Libtool library used but `LIBTOOL' is undefined
> odb/qt/Makefile.am:6:   The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
> odb/qt/Makefile.am:6:   to `configure.ac' and run `aclocal' and `autoconf' again.
> odb/qt/Makefile.am:6:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
> odb/qt/Makefile.am:6:   its definition is in aclocal's search path.

Hm, looks like you either don't have libtool installed or you are using
an incompatible autotools versions combination. I am using:

libtool 2.2.6b  (libtoolize --version)
autoconf 2.67   (autoconf --version)
automake 1.11.1 (automake --version)

I suggest that you try to get something close to these versions. In
particular, I've heard that libtool 2.4 is badly incompatible with 
2.2.

Boris



More information about the odb-users mailing list