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, 17 Sep 2009 18:45:58 +0100 Message-ID: <874or1ihwp.fsf@ossau.uklinux.net> References: <87vdkle3qr.fsf@gnu.org> <87r5v9s4av.fsf@delenn.lan> <871vn95kgo.fsf@gnu.org> <87y6om1s0w.fsf@arudy.ossau.uklinux.net> <87r5ueo57a.fsf@gnu.org> <8763bju21a.fsf@delenn.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1253209735 13614 80.91.229.12 (17 Sep 2009 17:48:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Sep 2009 17:48:55 +0000 (UTC) Cc: Ludovic =?iso-8859-1?Q?Court=E8s?= , guile-devel@gnu.org To: Andreas Rottmann Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Sep 17 19:48:48 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 1MoL67-0007pf-IS for guile-devel@m.gmane.org; Thu, 17 Sep 2009 19:48:47 +0200 Original-Received: from localhost ([127.0.0.1]:34840 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoL67-0003HC-0I for guile-devel@m.gmane.org; Thu, 17 Sep 2009 13:48:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MoL3d-0002bj-C0 for guile-devel@gnu.org; Thu, 17 Sep 2009 13:46:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoL3X-0002Yr-57 for guile-devel@gnu.org; Thu, 17 Sep 2009 13:46:11 -0400 Original-Received: from [199.232.76.173] (port=53499 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoL3W-0002Yj-UD for guile-devel@gnu.org; Thu, 17 Sep 2009 13:46:06 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:43780) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MoL3U-0006qP-81; Thu, 17 Sep 2009 13:46:04 -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 296DC1F6B97; Thu, 17 Sep 2009 18:46:01 +0100 (BST) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id A6CC438021; Thu, 17 Sep 2009 18:45:59 +0100 (BST) In-Reply-To: <8763bju21a.fsf@delenn.lan> (Andreas Rottmann's message of "Wed, 16 Sep 2009 03:11:13 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (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:9338 Archived-At: Andreas Rottmann writes: >> I checked the upstream tarballs and both 7.0 and 7.1 come with >> =A1=AEbdw-gc.pc.in=A1=AF. Thus I suspect this is a packaging issue. Ca= n you >> report it on the Debian side? >> > I've taken the liberty to do so: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D546833 > > Regards, Rotty Thanks! FWIW, I'm now building successfully with export BDW_GC_CFLAGS=3D-I/usr/include export BDW_GC_LIBS=3D-lgc Neil