bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Build Failure


From: Eli Zaretskii
Subject: Re: Build Failure
Date: Fri, 03 May 2002 19:19:45 +0300

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]