From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Grant Newsgroups: gmane.lisp.guile.devel Subject: Re: guile-2.0.11 build: libtool and readline problems Date: Mon, 21 Apr 2014 23:29:59 -0400 Message-ID: References: <87wqepdfmf.fsf@yeeloong.lan> <87ha5mdq35.fsf@yeeloong.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1398137413 22611 80.91.229.3 (22 Apr 2014 03:30:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Apr 2014 03:30:13 +0000 (UTC) To: Mark H Weaver , guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Apr 22 05:30: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 1WcRPL-0008E2-Bb for guile-devel@m.gmane.org; Tue, 22 Apr 2014 05:30:07 +0200 Original-Received: from localhost ([::1]:52552 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcRPK-0008SW-RU for guile-devel@m.gmane.org; Mon, 21 Apr 2014 23:30:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcRPF-0008RY-M2 for guile-devel@gnu.org; Mon, 21 Apr 2014 23:30:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WcRPE-0008Oi-NH for guile-devel@gnu.org; Mon, 21 Apr 2014 23:30:01 -0400 Original-Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:58324) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcRPE-0008OD-FV for guile-devel@gnu.org; Mon, 21 Apr 2014 23:30:00 -0400 Original-Received: by mail-wi0-f172.google.com with SMTP id hi2so2586537wib.5 for ; Mon, 21 Apr 2014 20:29:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=3a1fuUwh81L4p8xtC4RxpOuxOGM7PmLv45AC6SVzz48=; b=oeRZx60FY7M2AegUilnZb5K/2y29dXR6Oe4SUzgb8icuzHRkrKMB3ejvUlL2r5T8F6 XvfnAMXiwhTVf27q0r/aAJQcvbpHt2l4F2EQilxNY2AOoCvw8UJaixwPln8BgCu0zkgJ RTLz2kDw0z5J+93nOOEinARmYA/G9ex69bMyKnMKByg69AsTMMZ46e6vtYXvFPp+SlNj /YRNd/cdnJgQEPO5+v3g2W99YE8b9O1ZJ03bSlFl4G3niOIMFc42+Du5Uce2zlNW+d3/ 7RM55Z5D9YOFU/Yc4pDqwcmFJlTmmwf0OYYhgviVqSU/SGRfDGz8LHwnRPGUrJZumZZJ stEQ== X-Received: by 10.180.36.232 with SMTP id t8mr16503024wij.1.1398137399666; Mon, 21 Apr 2014 20:29:59 -0700 (PDT) Original-Received: by 10.227.127.71 with HTTP; Mon, 21 Apr 2014 20:29:59 -0700 (PDT) In-Reply-To: <87ha5mdq35.fsf@yeeloong.lan> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22c 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:17092 Archived-At: For the record, the readline problem was because I had not ./configure'ed readline ---with-curses. I think that guile's autoconf test program makes this assumption. The assumption is probably reasonable if most distributions do this, but it is strictly speaking a bug in the autoconf detection of readline. On Mon, Apr 21, 2014 at 11:02 PM, Mark H Weaver wrote: > 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