From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: compile error on FreeBSD 9 Date: Thu, 31 Jan 2013 13:53:57 +0100 Message-ID: <87zjzpo6my.fsf@gnu.org> References: <87d2wmgy1m.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1359636847 471 80.91.229.3 (31 Jan 2013 12:54:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jan 2013 12:54:07 +0000 (UTC) Cc: guile-user@gnu.org To: z_axis Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Jan 31 13:54:27 2013 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 1U0teo-0000OD-Om for guile-user@m.gmane.org; Thu, 31 Jan 2013 13:54:22 +0100 Original-Received: from localhost ([::1]:51113 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0teW-0004CR-O9 for guile-user@m.gmane.org; Thu, 31 Jan 2013 07:54:04 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:40520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0teR-0004C6-MV for guile-user@gnu.org; Thu, 31 Jan 2013 07:54:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0teQ-0004nW-Qd for guile-user@gnu.org; Thu, 31 Jan 2013 07:53:59 -0500 Original-Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:55202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0teQ-0004nJ-Kd for guile-user@gnu.org; Thu, 31 Jan 2013 07:53:58 -0500 X-IronPort-AV: E=Sophos;i="4.84,576,1355094000"; d="scan'208";a="819319" Original-Received: from unknown (HELO pluto) ([193.50.110.227]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 31 Jan 2013 13:53:57 +0100 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 12 =?utf-8?Q?Pluvi=C3=B4se?= an 221 de la =?utf-8?Q?R=C3=A9volution?= 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: (z. axis's message of "Thu, 31 Jan 2013 08:39:32 +0800") User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 192.134.164.83 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:9952 Archived-At: z_axis skribis: > i have installed threaded libgc: > $pkg_info | grep boehm-gc > boehm-gc-7.1 Garbage collection and memory leak detection for C > and C++ > boehm-gc-threaded-7.1_1 Garbage collection and memory leak detection > for C and C++ [...] > $./configure --prefix=3D/home/***/guile --with-threads > LDFLAGS=3D'-L/usr/local/lib' > $gmake > ... > 0x281d4ef4 is not a GC visible pointer location > GC_is_visible test failed > Abort trap As others pointed out, using version 7.2 may work better, and disabling thread support may also work better on FreeBSD 9. Ludo=E2=80=99.