2008/11/27 David Kyle <[EMAIL PROTECTED]>: > Hoping someone has a bit of time to look at this "undefined reference to > `lt__PROGRAM__LTX_preloaded_symbols" bug.
David, This is a known problem, caused by your machine having libltdl installed from Libtool 2.2 - whereas guile expects libltdl from Libtool 1.5.*. We are working on a proper solution. In the meantime, a couple of possible options are - downgrade libtool (including libltdl) on your machine - an untested guess: before the main() function in libguile/guile.c, add "#undef lt_preloaded_symbols". Regards, Neil