Re: dynamic linking

2010-02-05 Thread Ludovic Courtès
Hi, "Tomas By" 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 anot

dynamic linking

2010-02-05 Thread Tomas By
Hi all, I'm trying to create a Guile module, using code written in Mercury. (http://www.cs.mu.oz.au/research/mercury/) I have managed to produce a library file (.so), but when I try to open it in Guile (with dynamic-link), I get "file not found". It's clear from the strace output that it does find