Shawn Walker wrote: > On 30/10/2007, Stefan Teleman <Stefan.Teleman at sun.com> wrote: >> >> Shawn Walker wrote: >> >>> I spoke too soon. After I ran make, it barfed. >> gmake error ? > > http://opensolaris.pastebin.ca/755494
Does your libtool.m4 define AM_PROG_LIBTOOL ? It should looks something like this: # old names AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL]) AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)] around line 6477. libtool.m4 is in the "share/aclocal" subdir of the libtool/libtoolize parent dir installation (so, if libtoolize is in /usr/bin, then libtool.m4 will be in /usr/share/aclocal/libtool.m4). --Stefan -- Stefan Teleman Sun Microsystems, Inc. Stefan.Teleman at Sun.COM
