From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steven Wu Newsgroups: gmane.lisp.guile.bugs Subject: Re: guile-2.0.0 crash when started on MacOS X 10.6.0 Date: Sun, 6 Mar 2011 18:30:33 -0700 Message-ID: <5D1E6193-C52E-43BF-8A2E-AD277E75E8C2@qwest.net> References: <555B1CC7-9FC7-4B52-9C4E-7BDAD48A0486@telia.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299463897 13365 80.91.229.12 (7 Mar 2011 02:11:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Mar 2011 02:11:37 +0000 (UTC) Cc: bug-guile@gnu.org To: Hans Aberg Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Mar 07 03:11:33 2011 Return-path: Envelope-to: guile-bugs@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 1PwPv1-0005Yk-Mx for guile-bugs@m.gmane.org; Mon, 07 Mar 2011 03:11:31 +0100 Original-Received: from localhost ([127.0.0.1]:60463 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwPv1-00059c-5c for guile-bugs@m.gmane.org; Sun, 06 Mar 2011 21:11:31 -0500 Original-Received: from [140.186.70.92] (port=50972 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwPHY-0003G6-3Q for bug-guile@gnu.org; Sun, 06 Mar 2011 20:30:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwPHW-0001y3-Sj for bug-guile@gnu.org; Sun, 06 Mar 2011 20:30:43 -0500 Original-Received: from mpls-qmqp-05.inet.qwest.net ([63.231.195.116]:15447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PwPHW-0001xk-Q0 for bug-guile@gnu.org; Sun, 06 Mar 2011 20:30:42 -0500 Original-Received: from [10.0.0.5] (63-229-74-67.phnx.qwest.net [63.229.74.67]) by mpls-qmqp-05.inet.qwest.net (Postfix) with ESMTP id CB7CA10DE45B; Mon, 7 Mar 2011 01:30:38 +0000 (UTC) In-Reply-To: <555B1CC7-9FC7-4B52-9C4E-7BDAD48A0486@telia.com> X-Mailer: Apple Mail (2.1082) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 63.231.195.116 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5299 Archived-At: I am using the gnu readline-6.1. I checked the dynamic lib in /usr/lib, = and the symbolic link points to the right library. I guess I need to = check if the header file is the right one. I'll dig a little deeper = later tonight. steve On Mar 6, 2011, at 7:08 AM, Hans Aberg wrote: > On 6 Mar 2011, at 11:02, Andy Wingo wrote: >=20 >> The solution is to use GNU readline, not the editline-based thing = that >> Apple ships. >=20 > This is a notorious problem - perhaps configure should check the = different types. =46rom what I could see, editline is a BSD fork of = readline that no longer is compatible it seems.=20 >=20 > Hans >=20