From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: debian squeeze/sid - guile-master-20100617 fails Date: Wed, 18 Aug 2010 18:27:02 -0400 Message-ID: <87sk2b36bt.fsf@freedomincluded.MIT.EDU> References: <20100622182411.1ee2073a@rascar> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1282170446 12111 80.91.229.12 (18 Aug 2010 22:27:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 18 Aug 2010 22:27:26 +0000 (UTC) Cc: guile-devel@gnu.org To: David Pirotte Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Aug 19 00:27:25 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 1Olr6S-0004et-L7 for guile-devel@m.gmane.org; Thu, 19 Aug 2010 00:27:24 +0200 Original-Received: from localhost ([127.0.0.1]:46124 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Olr6R-0007sR-S3 for guile-devel@m.gmane.org; Wed, 18 Aug 2010 18:27:23 -0400 Original-Received: from [140.186.70.92] (port=47716 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Olr6N-0007rd-Sn for guile-devel@gnu.org; Wed, 18 Aug 2010 18:27:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Olr6M-0006Ps-Ug for guile-devel@gnu.org; Wed, 18 Aug 2010 18:27:19 -0400 Original-Received: from world.peace.net ([216.204.32.208]:58840) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Olr6M-0006OX-Qy for guile-devel@gnu.org; Wed, 18 Aug 2010 18:27:18 -0400 Original-Received: from ip68-9-118-38.ri.ri.cox.net ([68.9.118.38] helo=freedomincluded.mit.edu) by world.peace.net with esmtpa (Exim 4.69) (envelope-from ) id 1Olr69-00081v-Mt; Wed, 18 Aug 2010 18:27:05 -0400 Original-Received: from mhw by freedomincluded.mit.edu with local (Exim 4.69) (envelope-from ) id 1Olr66-00084e-DR; Wed, 18 Aug 2010 18:27:02 -0400 In-Reply-To: <20100622182411.1ee2073a@rascar> (David Pirotte's message of "Tue, 22 Jun 2010 18:24:11 -0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) 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:10771 Archived-At: Reviving an old thread... 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. I ran into the same problem trying to build guile on gNewSense/mipsel. In my case, the problem was that I had set PKG_CONFIG=true while running configure. I did this because it was recommended by the README in the section on setting the BDW_GC_* variables. Perhaps that was David's problem as well? Mark