vext01/hgd

Autogen errors on Ubuntu Lucid.

Closed this issue · 6 comments

Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 189.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 189.

Not sure if these are serious.

On Thu, Oct 06, 2011 at 08:39:37AM -0700, Tristan Linnell wrote:

Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 189.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 189.

Not sure if these are serious.

Is libtool installed? Not that we use it.

Best Regards
Edd Barrett

http://www.theunixzoo.co.uk

One of the macros might be using it, though it should probably be checking for it.

please send command used as well as full log. can not reproduce.

I only ran ./autogen.sh on a freshly cloned repo.
I pasted the entire stdout.

installed libtoolize?

Works when libtool is installed.