From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: compiling 2.0.5 and make error Date: Sun, 05 Feb 2012 00:30:33 +0100 Message-ID: <87fweqfa7a.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1328464782 18315 80.91.229.3 (5 Feb 2012 17:59:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Feb 2012 17:59:42 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Feb 05 18:59:40 2012 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ru6NF-00030I-Jk for guile-user@m.gmane.org; Sun, 05 Feb 2012 18:59:37 +0100 Original-Received: from localhost ([::1]:46624 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ru6NF-0001GQ-4p for guile-user@m.gmane.org; Sun, 05 Feb 2012 12:59:37 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:50185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rtp8L-0004dO-O0 for guile-user@gnu.org; Sat, 04 Feb 2012 18:35:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rtp8K-0000Gi-Sg for guile-user@gnu.org; Sat, 04 Feb 2012 18:35:05 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:58879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rtp8K-0000F1-Ju for guile-user@gnu.org; Sat, 04 Feb 2012 18:35:04 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Rtp8I-0004QQ-UA for guile-user@gnu.org; Sun, 05 Feb 2012 00:35:02 +0100 Original-Received: from 126.1-64-87.adsl-dyn.isp.belgacom.be ([87.64.1.126]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Feb 2012 00:35:02 +0100 Original-Received: from ludo by 126.1-64-87.adsl-dyn.isp.belgacom.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Feb 2012 00:35:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 126.1-64-87.adsl-dyn.isp.belgacom.be X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 17 =?iso-8859-1?Q?Pluvi=F4se?= an 220 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.93 (gnu/linux) Cancel-Lock: sha1:wG9M6xoKcI9RILl7+2VIxaIfbTI= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-Mailman-Approved-At: Sun, 05 Feb 2012 12:59:33 -0500 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:9242 Archived-At: Hi, mikeyao skribis: > CCLD guile > ./.libs/libguile-2.0.so: undefined reference to `GC_unregister_my_thread' > ./.libs/libguile-2.0.so: undefined reference to `GC_pthread_create' > ./.libs/libguile-2.0.so: undefined reference to `GC_register_my_thread' > ./.libs/libguile-2.0.so: undefined reference to `GC_pthread_detach' > collect2: ld returned 1 exit status It looks like libgc was compiled without pthread support. Can you check that? Thanks, Ludo’.