Hello, "Han-Wen Nienhuys" <[EMAIL PROTECTED]> writes:
> autoreconf: running: aclocal --force > autoreconf: configure.in: not using Libtool > autoreconf: running: /home/hanwen/usr/pkg/ac/bin/autoconf --force > configure.in:20: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > configure.in:21: error: possibly undefined macro: AC_PROG_LIBTOOL > autoreconf: /home/hanwen/usr/pkg/ac/bin/autoconf failed with exit status: 1 Looks like the machine is missing Libtool or at least that its M4 macros cannot be found. You need Libtool 1.5.x, *not* Libtool 2.2. > How do I get GUILE to actually compile now? How did you get it to compile last week? :-) Thanks, Ludo'.