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: guile-2.0.11 build: libtool and readline problems Date: Mon, 21 Apr 2014 23:02:06 -0400 Message-ID: <87ha5mdq35.fsf@yeeloong.lan> References: <87wqepdfmf.fsf@yeeloong.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1398135854 5298 80.91.229.3 (22 Apr 2014 03:04:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Apr 2014 03:04:14 +0000 (UTC) Cc: guile-devel@gnu.org To: Ian Grant Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Apr 22 05:04:07 2014 Return-path: Envelope-to: guile-devel@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 1WcR0A-0004dm-UO for guile-devel@m.gmane.org; Tue, 22 Apr 2014 05:04:07 +0200 Original-Received: from localhost ([::1]:52479 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcR0A-0003lS-CC for guile-devel@m.gmane.org; Mon, 21 Apr 2014 23:04:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcQzy-0003kP-NW for guile-devel@gnu.org; Mon, 21 Apr 2014 23:04:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WcQzr-0001a2-6p for guile-devel@gnu.org; Mon, 21 Apr 2014 23:03:54 -0400 Original-Received: from world.peace.net ([96.39.62.75]:60079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcQzr-0001Zy-1x for guile-devel@gnu.org; Mon, 21 Apr 2014 23:03:47 -0400 Original-Received: from ip72-221-68-65.ri.ri.cox.net ([72.221.68.65] helo=yeeloong.lan) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WcQzg-0005Xp-29; Mon, 21 Apr 2014 23:03:36 -0400 In-Reply-To: (Ian Grant's message of "Mon, 21 Apr 2014 15:18:19 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17090 Archived-At: Hi Ian, Three questions: 1. What is the output of "pkg-config --libs libffi" on your system? 2. What is the output of "grep '^LIBFFI' libguile/Makefile"? 3. What is the output of "grep '^READLINE_LIBS' libguile/Makefile"? Thanks, Mark