From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.bugs Subject: Re: GIT version: missing linking flag Date: Sat, 29 Jan 2011 23:51:51 +0100 Message-ID: <2F01D033-A13E-4EED-B5D7-F69CD4D05FD9@telia.com> References: <549A0EE6-81DB-4CE9-87EC-3290EC700EC9@telia.com> <8739onzjnd.fsf@gnu.org> <87y66fe1bw.fsf@gnu.org> <92164B15-45D1-4D76-9AF6-8E1E098C04BD@telia.com> <87aaiu8ct6.fsf@gnu.org> <87y6635qm5.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1296341535 26100 80.91.229.12 (29 Jan 2011 22:52:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 Jan 2011 22:52:15 +0000 (UTC) Cc: bug-guile@gnu.org To: =?ISO-8859-1?Q?Ludovic_Court=E8s?= Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Jan 29 23:52:11 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PjJeH-0007Pl-Cy for guile-bugs@m.gmane.org; Sat, 29 Jan 2011 23:52:05 +0100 Original-Received: from localhost ([127.0.0.1]:50103 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjJeG-00085M-T1 for guile-bugs@m.gmane.org; Sat, 29 Jan 2011 17:52:04 -0500 Original-Received: from [140.186.70.92] (port=45530 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjJe7-00084U-Q6 for bug-guile@gnu.org; Sat, 29 Jan 2011 17:51:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PjJe6-0007yY-Nw for bug-guile@gnu.org; Sat, 29 Jan 2011 17:51:55 -0500 Original-Received: from smtp-out12.han.skanova.net ([195.67.226.212]:42566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PjJe6-0007yL-D6; Sat, 29 Jan 2011 17:51:54 -0500 Original-Received: from [10.0.1.3] (217.210.127.13) by smtp-out12.han.skanova.net (8.5.133) (authenticated as u26619196) id 4D065C2900C2AE40; Sat, 29 Jan 2011 23:51:52 +0100 In-Reply-To: <87y6635qm5.fsf@gnu.org> X-Mailer: Apple Mail (2.936) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.67.226.212 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5067 Archived-At: On 29 Jan 2011, at 22:47, Ludovic Court=E8s 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 =20= > use > libgc functions. Fine. So I might take down a new GIT.