From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: nalaginrut Newsgroups: gmane.lisp.guile.devel Subject: Re: Compilation error with stable-2.0 branch Date: Tue, 29 Mar 2011 22:37:58 +0800 Organization: HFG Message-ID: <1301409478.2730.5.camel@Renee-desktop> References: Reply-To: NalaGinrut@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1301410742 19133 80.91.229.12 (29 Mar 2011 14:59:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 29 Mar 2011 14:59:02 +0000 (UTC) Cc: guile-devel@gnu.org To: Detlev Zundel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Mar 29 16:58:58 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 1Q4aNl-00028g-U5 for guile-devel@m.gmane.org; Tue, 29 Mar 2011 16:58:58 +0200 Original-Received: from localhost ([127.0.0.1]:53346 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4aNk-0000oo-OB for guile-devel@m.gmane.org; Tue, 29 Mar 2011 10:58:56 -0400 Original-Received: from [140.186.70.92] (port=44980 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4a3x-0000HF-IE for guile-devel@gnu.org; Tue, 29 Mar 2011 10:38:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4a3s-0003G0-4b for guile-devel@gnu.org; Tue, 29 Mar 2011 10:38:28 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:48504) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4a3s-0003Ff-2C for guile-devel@gnu.org; Tue, 29 Mar 2011 10:38:24 -0400 Original-Received: by vws4 with SMTP id 4so240018vws.0 for ; Tue, 29 Mar 2011 07:38:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:from:reply-to:to:cc:in-reply-to :references:content-type:organization:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=wMXR97xWM2RabIwyi8aDBnSD71rEmPJPHbZTdPzFZkY=; b=hPaUDvwlK0Zug7f9WPnImFGbELKN18LM1kRoEuAJrJoZu30PC+1getCE5v9c9lay8C IIvxPAXh7QzP5J2Ou4cN1g1fw+DOdLALD3qXG+gdDUHkAtpWng5mMVaWGHgNZXCQL96r elLqsiKW0U9impo1ChXAeLxV613aEaZkkKX+I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=RBrNsyRNw7hFHUeOqITwIqoSkm7/4UDjVqbaAcIpOqXGavmWALwI3YNXdYslQpKUle 1PETAOwtW7ALgzeaeXzF4bf9QntXUmlk4FxQMKl7zWhX8qHDKE7+TOBNYdVEvIJRkZHg BXZfRL+29mneKJ6TsyjI/9PAnaZheX4gw+i20= Original-Received: by 10.52.171.137 with SMTP id au9mr1141177vdc.169.1301409502446; Tue, 29 Mar 2011 07:38:22 -0700 (PDT) Original-Received: from [192.168.100.100] ([183.15.160.138]) by mx.google.com with ESMTPS id h18sm2781326vbr.4.2011.03.29.07.38.13 (version=SSLv3 cipher=OTHER); Tue, 29 Mar 2011 07:38:21 -0700 (PDT) In-Reply-To: X-Mailer: Evolution 2.28.3 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.212.41 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:12061 Archived-At: > 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? > > Thanks > Detlev > hi, I got the same problem today. While I tried bdwgc-7_2alpha5-20110107 the problem's gone. Good luck! :-) -- GNU Powered it GPL Protected it GOD Blessed it HFG - NalaGinrut --hacker key-- v4sw7CUSMhw6ln6pr8OSFck4ma9u8MLSOFw3WDXGm7g/l8Li6e7t4TNGSb8AGORTDLMen6g6RASZOGCHPa28s1MIr4p-x hackerkey.com ---end key---