From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: gcc 4.2 dump problems Date: Wed, 26 Aug 2009 15:32:47 +0200 Message-ID: References: <6C7B302D-623F-463D-A5C7-CAC557968C57@gmail.com> <200908061824.n76IO3Wg012594@godzilla.ics.uci.edu> <016ACD5B-B97C-4548-89C5-E1E6A581CC61@gmail.com> <564D465F-EEE4-41B7-AE77-98096EF7672B@digg.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251293611 1238 80.91.229.12 (26 Aug 2009 13:33:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Aug 2009 13:33:31 +0000 (UTC) Cc: David Reitter , Dan Nicolaescu , Emacs Development To: Ian Eure Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 26 15:33:23 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MgIcr-0007xz-1V for ged-emacs-devel@m.gmane.org; Wed, 26 Aug 2009 15:33:23 +0200 Original-Received: from localhost ([127.0.0.1]:49423 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgIcp-0005z5-13 for ged-emacs-devel@m.gmane.org; Wed, 26 Aug 2009 09:33:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgIcj-0005yv-Ch for emacs-devel@gnu.org; Wed, 26 Aug 2009 09:33:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgIch-0005yb-OW for emacs-devel@gnu.org; Wed, 26 Aug 2009 09:33:12 -0400 Original-Received: from [199.232.76.173] (port=60694 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgIch-0005yY-Jl for emacs-devel@gnu.org; Wed, 26 Aug 2009 09:33:11 -0400 Original-Received: from m61s02.vlinux.de ([83.151.21.164]:45345) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MgIcg-0007MX-O3 for emacs-devel@gnu.org; Wed, 26 Aug 2009 09:33:11 -0400 Original-Received: from gwdg-mac-engster.top.gwdg.de ([134.76.4.218]) by m61s02.vlinux.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1MgIcQ-0001jc-9o; Wed, 26 Aug 2009 15:32:54 +0200 In-Reply-To: <564D465F-EEE4-41B7-AE77-98096EF7672B@digg.com> (Ian Eure's message of "Tue, 25 Aug 2009 08:56:37 -0700") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (darwin) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:114614 Archived-At: Ian Eure writes: > On Aug 25, 2009, at 6:18 AM, David Engster wrote: > >> I'm reviving this old thread, since I'm now facing the same problem >> with >> the arrival of Mac OS X 10.6... >> > Perhaps you can install MacPorts and the apple-gcc40 port as a > temporary workaround. That doesn't work, either. I could not build any other gcc via macports on 10.6, so I compiled gcc 4.2 manually, but that also didn't help. While I do not get the __program_vars section in the __DATA segment anymore, the resulting dump now crashes. -David