From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: Build Failure Date: Fri, 03 May 2002 19:19:45 +0300 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <3CD2B8A1.E3BAC47@is.elta.co.il> References: <1020431829.514859@sj-nntpcache-5> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1020442878 16969 127.0.0.1 (3 May 2002 16:21:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 3 May 2002 16:21:18 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 173fo6-0004Pa-00 for ; Fri, 03 May 2002 18:21:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 173fo4-0006FQ-00; Fri, 03 May 2002 12:21:16 -0400 Original-Received: from chx400.switch.ch ([130.59.10.2]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 173fnj-0006Ck-00 for ; Fri, 03 May 2002 12:20:55 -0400 Original-Received: from mail.fu-berlin.de ([160.45.11.165]) by chx400.switch.ch with esmtp (Exim 3.20 #1) id 173fnh-0001JM-00 for gnu-emacs-bug@moderators.isc.org; Fri, 03 May 2002 18:20:53 +0200 Original-Received: by mail.fu-berlin.de (Smail3.2.0.98) from Curry.ZEDAT.FU-Berlin.DE (160.45.10.36) with esmtp id ; Fri, 3 May 2002 18:20:52 +0200 (MEST) Original-Received: by Curry.ZEDAT.FU-Berlin.DE (Smail3.2.0.98) from news.fu-berlin.de with bsmtp id ; Fri, 3 May 2002 18:20:51 +0200 (MEST) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: 80.230.2.40!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 20 X-Orig-NNTP-Posting-Host: 80.230.2.40 X-Orig-X-Trace: fu-berlin.de 1020442851 14480257 80.230.2.40 (16 [61365]) X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:1138 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1138 Nick Brown wrote: > > /emacs -q -batch -f list-load-path-shadows > make[1]: *** [emacs] Illegal Instruction (core dumped) > make[1]: Leaving directory `/users/nicbrown/emacs-21.2/src' > (export PARALLEL; PARALLEL=0; cd leim; make all \ > CC='gcc' CFLAGS='-g -O2 ' CPPFLAGS='' \ > LDFLAGS='' MAKE='make') Thanks. Can you please see in the debugger where does it crash? Here are the commands to do that if you have GDB installed (the same should work with dbx): cd /users/nicbrown/emacs-21.2/src gdb ./emacs core where Please post the debugger's output here.