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: trouble compiling guile Date: Wed, 29 Feb 2012 14:13:09 +0100 Message-ID: <87aa41ixzu.fsf@gnu.org> References: <1330441391.34524@da3m0n8t3r.com> <1330458189.65743@da3m0n8t3r.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1330521231 30523 80.91.229.3 (29 Feb 2012 13:13:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 29 Feb 2012 13:13:51 +0000 (UTC) Cc: guile-user@gnu.org To: "Waitman Gobble" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Feb 29 14:13:50 2012 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S2jLo-0001SE-0b for guile-user@m.gmane.org; Wed, 29 Feb 2012 14:13:48 +0100 Original-Received: from localhost ([::1]:35991 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2jLn-0004bV-AJ for guile-user@m.gmane.org; Wed, 29 Feb 2012 08:13:47 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:33012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2jLd-0004b6-HN for guile-user@gnu.org; Wed, 29 Feb 2012 08:13:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2jLE-0003lL-KJ for guile-user@gnu.org; Wed, 29 Feb 2012 08:13:37 -0500 Original-Received: from xanadu.aquilenet.fr ([88.191.123.111]:34853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2jLE-0003l1-9s for guile-user@gnu.org; Wed, 29 Feb 2012 08:13:12 -0500 Original-Received: from localhost (xanadu.aquilenet.fr [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id C6BAE7011; Wed, 29 Feb 2012 14:13:10 +0100 (CET) Original-Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AA5kHk275TiO; Wed, 29 Feb 2012 14:13:10 +0100 (CET) Original-Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id 346547003; Wed, 29 Feb 2012 14:13:10 +0100 (CET) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 11 =?iso-8859-1?Q?Vent=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 In-Reply-To: <1330458189.65743@da3m0n8t3r.com> (Waitman Gobble's message of "Tue, 28 Feb 2012 11:43:09 -0800 (PST)") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 88.191.123.111 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:9309 Archived-At: Hi, "Waitman Gobble" skribis: > It looks like maybe there is code in libguile/gc.c that is only > compiled if functions don't previously exist (in bdw-gc i guess).. for > some reason it's not catching it. Can you post the section of =E2=80=98config.log=E2=80=99 that relates to =E2=80=98GC_get_free_space_divisor=E2=80=99? Thanks, Ludo=E2=80=99.