bug-guile
[Top][All Lists]
Advanced

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

Re: GIT version: missing linking flag


From: Hans Aberg
Subject: Re: GIT version: missing linking flag
Date: Sat, 29 Jan 2011 23:51:51 +0100

On 29 Jan 2011, at 22:47, Ludovic Courtès wrote:

Undefined symbols:
 "_GC_register_finalizer_no_order", referenced from:
     _make_c_exception in exception.o
     _make_exception in exception.o
     _make_tuple in tuple.o
ld: symbol(s) not found

Oooh, I finally got your point about SCM_NEWSMOB.  It introduces a
direct dependency from your app on libgc, which can require -lgc,
depending on the linker.

Should be fixed now.

I ended up modifying guile-2.0.pc since other public macros/inlines use
libgc functions.

Fine. So I might take down a new GIT.




reply via email to

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