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: BDW-GC branch updated Date: Thu, 10 Sep 2009 21:09:03 +0100 Message-ID: <87y6om1s0w.fsf@arudy.ossau.uklinux.net> References: <87vdkle3qr.fsf@gnu.org> <87r5v9s4av.fsf@delenn.lan> <871vn95kgo.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1252613480 19789 80.91.229.12 (10 Sep 2009 20:11:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Sep 2009 20:11:20 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Sep 10 22:11:13 2009 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.50) id 1Mlpz1-0005O9-Oo for guile-devel@m.gmane.org; Thu, 10 Sep 2009 22:11:08 +0200 Original-Received: from localhost ([127.0.0.1]:54533 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mlpz1-000370-5e for guile-devel@m.gmane.org; Thu, 10 Sep 2009 16:11:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mlpyu-00033i-BP for guile-devel@gnu.org; Thu, 10 Sep 2009 16:11:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mlpyp-000311-L9 for guile-devel@gnu.org; Thu, 10 Sep 2009 16:10:59 -0400 Original-Received: from [199.232.76.173] (port=43509 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mlpyp-00030n-IB for guile-devel@gnu.org; Thu, 10 Sep 2009 16:10:55 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:51053) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mlpyc-0002ma-Nu; Thu, 10 Sep 2009 16:10:43 -0400 Original-Received: from arudy (host86-147-112-99.range86-147.btcentralplus.com [86.147.112.99]) by mail3.uklinux.net (Postfix) with ESMTP id 79AEB1F6950; Thu, 10 Sep 2009 21:10:12 +0100 (BST) Original-Received: from arudy.ossau.uklinux.net (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 90B3C38023; Thu, 10 Sep 2009 21:09:03 +0100 (BST) In-Reply-To: <871vn95kgo.fsf@gnu.org> ("Ludovic =?iso-8859-1?Q?Court=E8s?= =?iso-8859-1?Q?=22's?= message of "Tue\, 18 Aug 2009 15\:18\:31 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:9305 Archived-At: ludo@gnu.org (Ludovic Court=E8s) writes: >>> So now is a good time to test it and report back! It requires libgc 7.1 >>> or later, which isn't packaged in Debian, although it was released in >>> May 2008. >>> >> It's in experimental since recently; I assume its maintainer will upload >> to unstable soonish. > > Good. I just installed libgc1c2 and libgc-dev (both 1:7.1-3) on my Debian stable/testing machine. Apparently no problem there. But there's still no pkgconfig for libgc, and so=20 PKG_CHECK_MODULES([BDW_GC], [bdw-gc]) fails: checking for BDW_GC... configure: error: Package requirements (bdw-gc) were= not met: No package 'bdw-gc' found Am I missing some easy solution? (I haven't tried the approach of setting BDW_GC_CFLAGS and BDW_GC_LIBS yet.) Neil