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: Compiling from GIT Date: Sat, 12 Mar 2011 11:22:29 +0100 Message-ID: <2E0442DE-E5C3-4523-9011-B14211C71F0D@telia.com> References: <0582B05F-D8FF-4F47-B828-0166B3D0BB00@telia.com> <874o8b7cx0.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299925383 5791 80.91.229.12 (12 Mar 2011 10:23:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 12 Mar 2011 10:23:03 +0000 (UTC) Cc: bug-guile@gnu.org To: =?iso-8859-1?Q?Ludovic_Court=E8s?= Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Mar 12 11:22:51 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 1PyLyB-0003bQ-Uw for guile-bugs@m.gmane.org; Sat, 12 Mar 2011 11:22:48 +0100 Original-Received: from localhost ([127.0.0.1]:58814 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyLyA-0000An-1S for guile-bugs@m.gmane.org; Sat, 12 Mar 2011 05:22:46 -0500 Original-Received: from [140.186.70.92] (port=50842 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyLy2-00008y-RO for bug-guile@gnu.org; Sat, 12 Mar 2011 05:22:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PyLxz-0007j6-Bb for bug-guile@gnu.org; Sat, 12 Mar 2011 05:22:37 -0500 Original-Received: from smtp-out12.han.skanova.net ([195.67.226.212]:46595) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PyLxx-0007i8-Hv; Sat, 12 Mar 2011 05:22:33 -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 4D651544004DFE21; Sat, 12 Mar 2011 11:22:31 +0100 In-Reply-To: <874o8b7cx0.fsf@gnu.org> 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:5322 Archived-At: On 10 Feb 2011, at 23:16, Ludovic Court=E8s wrote: >>>> vm.c:907: internal compiler error: Segmentation fault >>>> Please submit a full bug report, >>>> with preprocessed source if appropriate. >>>> See for instructions. >>>=20 >>> Please bring this up with your OS vendor; it is not a Guile bug. >>=20 >> Already done yesterday; I mentioned it to you earlier today. >>=20 >> It might though be a GCC bug, but they are at 4.5.2 now. >=20 > Despite the name, etc., this is *not* GCC; it is Apple CC. Apple is changing from a GCC derivation in Xcode 3 and earlier, which = are for free, to LLVM in Xcode 4, which they now charge money for. So = perhaps they have removed all GPLed software. Hans