From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Noah Lavine Newsgroups: gmane.lisp.guile.user Subject: Re: compile error on FreeBSD 9 Date: Tue, 29 Jan 2013 19:29:11 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b33d94e6603df04d47699f5 X-Trace: ger.gmane.org 1359505762 31193 80.91.229.3 (30 Jan 2013 00:29:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Jan 2013 00:29:22 +0000 (UTC) Cc: Guile User To: z_axis Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Jan 30 01:29:42 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 1U0LYY-00089c-AH for guile-user@m.gmane.org; Wed, 30 Jan 2013 01:29:38 +0100 Original-Received: from localhost ([::1]:57943 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0LYG-0006LJ-9L for guile-user@m.gmane.org; Tue, 29 Jan 2013 19:29:20 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:57326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0LYA-0006LC-EN for guile-user@gnu.org; Tue, 29 Jan 2013 19:29:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0LY9-0000a7-Bn for guile-user@gnu.org; Tue, 29 Jan 2013 19:29:14 -0500 Original-Received: from mail-da0-f44.google.com ([209.85.210.44]:43917) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0LY9-0000Zp-5a for guile-user@gnu.org; Tue, 29 Jan 2013 19:29:13 -0500 Original-Received: by mail-da0-f44.google.com with SMTP id z20so479658dae.31 for ; Tue, 29 Jan 2013 16:29:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Cfn3oNrSy0CjWzViPrl6NMC60ltYgKV17aL3R/IPGWc=; b=s5dFc3asZ+8wljhO3MgZb52cq04YZeeFDg/M+rd1Fh4ulJMGEjgieo/KfwdVf3YmBc xaF+tLa3uOTpkuhR0/Q+9x2V9JIqc53RzZYPD0eHQ9v1neBkVD88z8Whp7Cthxmq1JuP 50Y+au6YYRZz3jkSX9zrCwQ61rNxaLYHS+sRCbApLktt4NUYKMdEA+DRUMb9MBRzbkFp pZ8u4gAcc0QOYKjnKwyO2eixiiDlGg1aMt+Y33sFuVmRD7O3yF9tm5RmneZUE1dRnEkT 8ZZ9LyPYpcwfXgTDO7yZDAKr5+KWZQcmjPDnaURX3pWFWM23spF0rlbw7AmuCHOiWCIw MBKA== X-Received: by 10.68.236.97 with SMTP id ut1mr7022734pbc.164.1359505751671; Tue, 29 Jan 2013 16:29:11 -0800 (PST) Original-Received: by 10.68.242.73 with HTTP; Tue, 29 Jan 2013 16:29:11 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: ag1uIPwnGjcTplz1U5Bw6pP90nE X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.210.44 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:9930 Archived-At: --047d7b33d94e6603df04d47699f5 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable I suspect that libgc 7.1 is too old. But it's true that Guile's build system should detect that. Noah On Tue, Jan 29, 2013 at 7:27 PM, z_axis wrote: > pkg_info -W /usr/local/lib/libgc.so >> > /usr/local/lib/libgc.so was installed by package boehm-gc-7.1 > > pkg_info -Qx boehm-gc-7.1 >> > boehm-gc-7.1:Garbage collection and memory leak detection for C and C++ > > =D4=DA Wed, 30 Jan 2013 08:20:56 +0800=A3=ACNala Ginrut =D0=B4=B5=C0: > > libgc >> > > > -- > =CA=B9=D3=C3 Opera =B8=EF=C3=FC=D0=D4=B5=C4=B5=E7=D7=D3=D3=CA=BC=FE=BF=CD= =BB=A7=B3=CC=D0=F2: http://www.opera.com/mail/ > > > --047d7b33d94e6603df04d47699f5 Content-Type: text/html; charset=GB2312 Content-Transfer-Encoding: quoted-printable
I suspect that libgc 7.1 is too old.

But it's true that Guile's build system should detect that.

Noah



On Tue, Jan 29, 2013 at 7:27 PM, z_axis = <z= _axis@163.com> wrote:
pkg_info -W /usr/local/lib/libgc.so
/usr/local/lib/libgc.so was installed by package boehm-gc-7.1

pkg_info -Qx boehm-gc-7.1
boehm-gc-7.1:Garbage collection and memory leak detection for C and C++

=D4=DA Wed, 30 Jan 2013 08:20:56 +0800=A3=ACNala Ginrut <nalaginrut@gmail.com> =D0= =B4=B5=C0:

libgc


--
=CA=B9=D3=C3 Opera =B8=EF=C3=FC=D0=D4=B5=C4=B5=E7=D7=D3=D3=CA=BC=FE=BF=CD= =BB=A7=B3=CC=D0=F2: http://www.opera.com/mail/



--047d7b33d94e6603df04d47699f5--