-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andy Wingo wrote: > On Sun 02 Nov 2008 21:31, [EMAIL PROTECTED] (Ludovic Courtès) writes: > >> Dwight <[EMAIL PROTECTED]> writes: >> >>> ld: 0711-317 ERROR: Undefined symbol: lt__PROGRAM__LTX_preloaded_symbols >> Please make sure to use GNU Libtool 1.5.x as we don't support 2.2.x >> yet. That will hopefully fix the problem. > > FYI, I'm told that the new Ubuntu release uses 2.2 by default. We'll get > a lot more of these if we don't fix this soon. I would poke at fixing > this but Fedora does not ship libtool 2.2. > > Cheers, > > Andy
http://lists.gnu.org/archive/html/guile-devel/2008-05/msg00014.html already contained a patch for this: - --- configure.in.old 2008-05-06 23:48:26.000000000 +0200 +++ configure.in 2008-05-06 23:48:26.000000000 +0200 @@ -38,7 +38,7 @@ ]), [EMAIL PROTECTED]) AC_CONFIG_AUX_DIR([build-aux]) - -AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_MACRO_DIR([guile-config]) AC_CONFIG_SRCDIR(GUILE-VERSION) AM_INIT_AUTOMAKE([gnu no-define check-news]) Marijn - -- Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML <http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkkQi20ACgkQp/VmCx0OL2yGSQCfdfMTMm1+4rMceDyK+D7H1xoF yxEAn36n7fOqL3IAlmwK/2eSNRfRsqAC =Ibey -----END PGP SIGNATURE-----
