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: Sat, 5 Mar 2011 20:41:42 +0100 Message-ID: <1CA6B59D-2E18-442F-B713-9893E29B2FDA@telia.com> References: 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 1299354124 5425 80.91.229.12 (5 Mar 2011 19:42:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 5 Mar 2011 19:42:04 +0000 (UTC) Cc: bug-guile@gnu.org To: Steven Wu Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Mar 05 20:41:59 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 1PvxMT-0007M8-HA for guile-bugs@m.gmane.org; Sat, 05 Mar 2011 20:41:57 +0100 Original-Received: from localhost ([127.0.0.1]:46996 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvxMS-0001lo-U6 for guile-bugs@m.gmane.org; Sat, 05 Mar 2011 14:41:56 -0500 Original-Received: from [140.186.70.92] (port=43190 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvxMN-0001kq-JZ for bug-guile@gnu.org; Sat, 05 Mar 2011 14:41:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvxMM-00075a-AR for bug-guile@gnu.org; Sat, 05 Mar 2011 14:41:51 -0500 Original-Received: from smtp-out12.han.skanova.net ([195.67.226.212]:44078) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvxMM-00075R-5V for bug-guile@gnu.org; Sat, 05 Mar 2011 14:41:50 -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 4D651544002E5F27; Sat, 5 Mar 2011 20:41:43 +0100 In-Reply-To: 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:5289 Archived-At: On 5 Mar 2011, at 18:27, Steven Wu wrote: > I built guile-2.0.0 from the tarball, and when I started it, it = crashed. >=20 > The config option: > $./config.status --config '--enable-error-on-warning' = '--disable-deprecated' > '--prefix=3D/usr' Note that on BSD systems (as Mac OS X), /usr/ without /usr/local/ is = reserved for the system installation. It won't, for example, be restored = from backup. Guile worked on Mac OS X 10.6.6 using Xcode 3.2.5.