bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compiling problems


From: Neil Jerram
Subject: Re: compiling problems
Date: Thu, 27 Nov 2008 14:25:56 +0000

2008/11/27 David Kyle <address@hidden>:
> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]