From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: Compilation error with stable-2.0 branch Date: Mon, 28 Mar 2011 21:11:56 +0100 Message-ID: <87wrjj0zub.fsf@ossau.uklinux.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1301343543 23766 80.91.229.12 (28 Mar 2011 20:19:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Mar 2011 20:19:03 +0000 (UTC) Cc: guile-devel@gnu.org To: Detlev Zundel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Mar 28 22:18:59 2011 Return-path: Envelope-to: guile-devel@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 1Q4Itr-0007yI-AZ for guile-devel@m.gmane.org; Mon, 28 Mar 2011 22:18:55 +0200 Original-Received: from localhost ([127.0.0.1]:35831 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4IoF-0007D1-Rm for guile-devel@m.gmane.org; Mon, 28 Mar 2011 16:13:07 -0400 Original-Received: from [140.186.70.92] (port=33182 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4Io0-0007AI-Ph for guile-devel@gnu.org; Mon, 28 Mar 2011 16:12:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4Iny-0005XA-Rr for guile-devel@gnu.org; Mon, 28 Mar 2011 16:12:52 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:45440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4Iny-0005KV-Mx for guile-devel@gnu.org; Mon, 28 Mar 2011 16:12:50 -0400 Original-Received: from arudy (unknown [78.145.31.253]) by mail3.uklinux.net (Postfix) with ESMTP id CA4D41F665E; Mon, 28 Mar 2011 21:11:58 +0100 (BST) Original-Received: from neil-laptop (unknown [192.168.11.4]) by arudy (Postfix) with ESMTP id BCA3738013; Mon, 28 Mar 2011 21:11:57 +0100 (BST) In-Reply-To: (Detlev Zundel's message of "Mon, 28 Mar 2011 16:39:34 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 80.84.72.33 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12027 Archived-At: Detlev Zundel writes: > Hi, > > compiling TOT of this branch (commit > 9dadfa47b07548ff5cf3604067910c8aece93c42 [fix prompt in fix in > single-value context compilation]) fails like this: > > make[2]: Entering directory `/opt/src/git/guile/libguile' > make all-am > make[3]: Entering directory `/opt/src/git/guile/libguile' > CCLD guile > ./.libs/libguile-2.0.so: undefined reference to `GC_pthread_cancel' > ./.libs/libguile-2.0.so: undefined reference to `GC_pthread_exit' > collect2: ld returned 1 exit status > make[3]: *** [guile] Error 1 > make[3]: Leaving directory `/opt/src/git/guile/libguile' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/opt/src/git/guile/libguile' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/opt/src/git/guile' > make: *** [all] Error 2 > dzu@ohwell:guile[0]$ > > Compilation of the tag "v2.0.0" succeeds. Installed locally is > gc-7.2alpha4. > > Is this a known problem? No, I don't think so; thanks for reporting it. FWIW I see it too, also with gc-7.2alpha4. Regards, Neil