guile-user
[Top][All Lists]
Advanced

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

Re: dynamic linking


From: Ludovic Courtès
Subject: Re: dynamic linking
Date: Fri, 05 Feb 2010 14:57:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hi,

"Tomas By" <address@hidden> writes:

> open("/usr/local/mercury-rotd-2009-12-28/lib/mercury/lib/libgc.so",
> O_RDONLY) = 9

[...]

> I guess that "libgc.so" is the Mercury garbage collector. Is there some
> problem with having another GC in a Guile module?

The problem is that Guile 1.9 is linked against another libgc (this one:
http://www.hpl.hp.com/personal/Hans_Boehm/gc/).  So, presumably, when
dlopening the Guile module, the dynamic linker tries top open libgc.so
but picks up the wrong one, hence the failure.

Thanks,
Ludo’.





reply via email to

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