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 17:09:14 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5804f6b9-0db1-4883-a80f-893392a735ec@z4g2000pbz.googlegroups.com> 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 1338423612 30575 80.91.229.3 (31 May 2012 00:20:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 31 May 2012 00:20:12 +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 02:20:10 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 1SZt7Z-0002FJ-8I for geb-bug-gnu-emacs@m.gmane.org; Thu, 31 May 2012 02:20:09 +0200 Original-Received: from localhost ([::1]:38129 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZt7Y-00034I-I7 for geb-bug-gnu-emacs@m.gmane.org; Wed, 30 May 2012 20:20:08 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!z4g2000pbz.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 16 Original-NNTP-Posting-Host: 128.183.2.84 Original-X-Trace: posting.google.com 1338423385 8225 127.0.0.1 (31 May 2012 00:16:25 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 31 May 2012 00:16:25 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z4g2000pbz.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:86998 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:60555 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. Hi, I set the environment variables export CC=3Dgcc-4.2, ran configure and make. Upon trying to run the resulting src/emacs or src/ emacs-23.4.1, I get: ./emacs-23.4.1 Fatal error (11)Segmentation fault I tried the same with 23.3, same error. Also tried gcc-4.0, but couldn't make it through configure. Can anyone suggest how I can install a working emacs? Thanks.