From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.bugs Subject: Re: guile-2.0.0 crash when started on MacOS X 10.6.0 Date: Mon, 7 Mar 2011 10:45:45 +0100 Message-ID: <955CED42-2F15-46FC-9439-5957430361C9@telia.com> References: <555B1CC7-9FC7-4B52-9C4E-7BDAD48A0486@telia.com> <5D1E6193-C52E-43BF-8A2E-AD277E75E8C2@qwest.net> 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 1299491187 26677 80.91.229.12 (7 Mar 2011 09:46:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Mar 2011 09:46:27 +0000 (UTC) Cc: bug-guile@gnu.org To: Steven Wu Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Mar 07 10:46:21 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 1PwX1A-0004nh-Py for guile-bugs@m.gmane.org; Mon, 07 Mar 2011 10:46:20 +0100 Original-Received: from localhost ([127.0.0.1]:35415 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwX19-0002ZX-UY for guile-bugs@m.gmane.org; Mon, 07 Mar 2011 04:46:19 -0500 Original-Received: from [140.186.70.92] (port=41767 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwX10-0002YP-I7 for bug-guile@gnu.org; Mon, 07 Mar 2011 04:46:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwX0z-0005gR-7x for bug-guile@gnu.org; Mon, 07 Mar 2011 04:46:10 -0500 Original-Received: from smtp-out12.han.skanova.net ([195.67.226.212]:51344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PwX0y-0005gJ-Sr for bug-guile@gnu.org; Mon, 07 Mar 2011 04:46:09 -0500 Original-Received: from [10.0.1.2] (217.210.127.13) by smtp-out12.han.skanova.net (8.5.133) (authenticated as u26619196) id 4D6515440033101B; Mon, 7 Mar 2011 10:45:47 +0100 In-Reply-To: <5D1E6193-C52E-43BF-8A2E-AD277E75E8C2@qwest.net> X-Mailer: Apple Mail (2.1082) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.67.226.212 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:5300 Archived-At: On 7 Mar 2011, at 02:30, Steven Wu wrote: > 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. You might try not overwriting the system installation. > steve > On Mar 6, 2011, at 7:08 AM, Hans Aberg wrote: >=20 >> 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 >=20