From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: nyk Newsgroups: gmane.emacs.bugs Subject: Re: bug#9927: unexec/unexmacosx fails with GCC 4.6.1 on intel Mac OS X 10.6.8 Date: Wed, 30 May 2012 16:23:45 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <87k40cl74y.fsf@gnu.org> <4FB3E984.4080503@cs.ucla.edu> <130807AB-2648-4ADD-9878-778509E036CA@Freenet.DE> <4FB49C24.2080401@cs.ucla.edu> <956AD8D3-9071-46A6-9969-5BEDC270022F@Freenet.DE> <56c1b691-49ad-44b3-9936-166c4b853565@x6g2000pbh.googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1338420914 13226 80.91.229.3 (30 May 2012 23:35:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 May 2012 23:35:14 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu May 31 01:35:14 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SZsQ2-0002AU-Qy for geb-bug-gnu-emacs@m.gmane.org; Thu, 31 May 2012 01:35:10 +0200 Original-Received: from localhost ([::1]:59653 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZsQ2-0005eP-Dj for geb-bug-gnu-emacs@m.gmane.org; Wed, 30 May 2012 19:35:10 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!nl1g2000pbc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 17 Original-NNTP-Posting-Host: 128.183.2.84 Original-X-Trace: posting.google.com 1338420627 12189 127.0.0.1 (30 May 2012 23:30:27 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 30 May 2012 23:30:27 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: nl1g2000pbc.googlegroups.com; posting-host=128.183.2.84; posting-account=Oj3EVwoAAAA14lQthp_-dzZdw_DYb93M User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2, gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.bug:86997 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:60554 Archived-At: On May 30, 6:10=A0pm, nyk wrote: > Hi, any more news from this thread? =A0I reproduced Peter Dyballa's > output in his post on May 17, 2012, 4:36 am, using gcc 4.7 on OS > 10.6.8, XQuartz 2.7.2_rc3, trying to install emacs 23.4 =A0Is it > possible successfully to install earlier versions (I could not > configure with emacs 22.3). =A0Thanks for any updates about this bug fix. I tried to install emacs 23.4 on OS 10.6.8. I edited the Makefile to have cc=3Dgcc-4.2, so everything compiled to completion. However, upon trying to run the resulting ./src/emacs or ./src/emacs-23.4, I get: $ ./src/emacs-23.4.1 Fatal error (11)Segmentation fault This is on a MacBook Pro that is pretty much a fresh install + updates + latest XQuartz. Can anyone suggest a combination that will get me a working Gnu emacs? Thanks.