From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.devel Subject: Re: debian squeeze/sid - guile-master-20100617 [fails] now it's working Date: Mon, 11 Oct 2010 16:12:06 -0300 Message-ID: <20101011161206.08202c8e@rascar> References: <20100622182411.1ee2073a@rascar> <87sk2b36bt.fsf@freedomincluded.MIT.EDU> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1286824357 840 80.91.229.12 (11 Oct 2010 19:12:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 11 Oct 2010 19:12:37 +0000 (UTC) Cc: guile-devel@gnu.org To: Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Oct 11 21:12:35 2010 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.69) (envelope-from ) id 1P5NnX-00073q-19 for guile-devel@m.gmane.org; Mon, 11 Oct 2010 21:12:35 +0200 Original-Received: from localhost ([127.0.0.1]:40145 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5NnW-0002dB-0n for guile-devel@m.gmane.org; Mon, 11 Oct 2010 15:12:34 -0400 Original-Received: from [140.186.70.92] (port=56532 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5NnJ-0002aR-BU for guile-devel@gnu.org; Mon, 11 Oct 2010 15:12:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5NnE-0002vo-5P for guile-devel@gnu.org; Mon, 11 Oct 2010 15:12:21 -0400 Original-Received: from maximusconfessor.all2all.org ([62.58.108.13]:41494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5NnE-0002u9-0x for guile-devel@gnu.org; Mon, 11 Oct 2010 15:12:16 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 230BCA04C155; Mon, 11 Oct 2010 21:12:13 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id 7ihEXcG5H203; Mon, 11 Oct 2010 20:59:06 +0200 (CEST) Original-Received: from rascar (unknown [186.205.48.47]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id DAA2BA04C13E; Mon, 11 Oct 2010 21:12:09 +0200 (CEST) In-Reply-To: <87sk2b36bt.fsf@freedomincluded.MIT.EDU> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i486-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:11018 Archived-At: Hello, debian squeeze/sid - git clone of october the 12th, 2010 ... gcc 4:4.4.4-2 libgc-dev 1:7.1-3 libgc1c2 1:7.1-3 ... Very sorry for the lonnnng delay! For me your suggestion didn't work. What = worked is the following [also manually defining LIBFFI_xxx vars]: export PKG_CONFIG=3Dtrue export BDW_GC_CFLAGS=3D export BDW_GC_LIBS=3D-lgc export LIBFFI_CFLAGS=3D export LIBFFI_LIBS=3D-lffi ./configure make Thanks, David ;; -- Le Wed, 18 Aug 2010 18:27:02 -0400, Mark H Weaver a =C3=A9crit : > Reviving an old thread... >=20 > Recall that David Pirotte had trouble linking libguile-2.0.so because > -lffi was not included in the link command, despite the fact that > `pkg-config --libs libffi' did the right thing. >=20 > I ran into the same problem trying to build guile on gNewSense/mipsel. >=20 > In my case, the problem was that I had set PKG_CONFIG=3Dtrue while running > configure. I did this because it was recommended by the README in the > section on setting the BDW_GC_* variables. >=20 > Perhaps that was David's problem as well? >=20 > Mark