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: Thu, 10 Feb 2011 10:13:55 +0100 Message-ID: <9C403B32-07C3-4B96-ABF6-2BC6A9E2DF6F@telia.com> References: <102A4E0F-DA84-484B-8F2F-D08F0D1B3A9E@telia.com> <79C2B6A7-DF56-424B-ABEE-F79DBA902386@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: 7bit X-Trace: dough.gmane.org 1297329271 5579 80.91.229.12 (10 Feb 2011 09:14:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 Feb 2011 09:14:31 +0000 (UTC) Cc: bug-guile@gnu.org To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Feb 10 10:14:27 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 1PnSba-00031V-Ky for guile-bugs@m.gmane.org; Thu, 10 Feb 2011 10:14:26 +0100 Original-Received: from localhost ([127.0.0.1]:51580 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnSbe-0005n7-Rs for guile-bugs@m.gmane.org; Thu, 10 Feb 2011 04:14:30 -0500 Original-Received: from [140.186.70.92] (port=38818 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnSbY-0005mr-Nf for bug-guile@gnu.org; Thu, 10 Feb 2011 04:14:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnSbS-0005oY-QB for bug-guile@gnu.org; Thu, 10 Feb 2011 04:14:19 -0500 Original-Received: from smtp-out21.han.skanova.net ([195.67.226.208]:56355) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnSbS-0005o4-HM for bug-guile@gnu.org; Thu, 10 Feb 2011 04:14:18 -0500 Original-Received: from [10.0.1.2] (217.210.127.13) by smtp-out21.han.skanova.net (8.5.133) (authenticated as u26619196) id 4D0751710141669B; Thu, 10 Feb 2011 10:13:56 +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.208 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:5099 Archived-At: On 10 Feb 2011, at 09:40, Andy Wingo wrote: >>> However, it uses /usr/share/aclocal/, not /usr/local/share/aclocal/. I >> can see that by changing the name of the former - it still does not >> work. But if I in addition set a symbolic link to the latter, then it >> works. >> >> That is, I get the compiler internal segmentation fault mentioned >> before. Latest version that compiled is guile-1.9.13; 1.9.14 produced an >> error; and 1.9.15 also gets the segmentation fault. I filed a bug report >> to Apple, but it will probably not be fixe anytime soon, I would gather. > > Are you using CC=gcc-4.2 ? $ gcc --version i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664)