Ah, ok, I've installed libtool. Here's the issue I'm running into now. When I run automake it spits out: Makefile.am: required file `./INSTALL' not found Makefile.am: `automake --add-missing' can install `INSTALL'
So I rerun it with "automake --add-missing" Then I run aclocal and autoconf that give no complaint. However when I run "./configure" I get this: ./configure configure: error: cannot find install-sh, install.sh, or shtool in config "."/config I do have shtool installed. There's no "config" directory in the libunwind directory... Brendan On Tue, Mar 2, 2010 at 1:34 PM, Keith Owens <[email protected]> wrote: > On Tue, 2 Mar 2010 13:21:11 -0800, > Brendan Miller <[email protected]> wrote: >>I'm not sure familiar with autotools, as I usually use scons... I >>looked this up online, and it suggested these commands to generate the >>configure file: >> >>automake >>aclocal >>autoconf >> >>but autoconf generates: >> >>configure.in:20: error: possibly undefined macro: AM_PROG_LIBTOOL > > Have you installed libtool? > > > > _______________________________________________ > Libunwind-devel mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/libunwind-devel > _______________________________________________ Libunwind-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/libunwind-devel
