emacs-devel
[Top][All Lists]
Advanced

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

Re: Building Emacs-cvs on Cygwin


From: Eli Zaretskii
Subject: Re: Building Emacs-cvs on Cygwin
Date: Wed, 20 Sep 2006 06:29:36 +0300

> Date: Wed, 20 Sep 2006 01:49:56 +0200 (MET DST)
> From: Angelo Graziosi <address@hidden>
> 
> I have tried to use GDB (I am not an expert of GDB):
> -------------------------------------------------------------
> $ gdb --args ../src/bootstrap-emacs.exe -batch --no-site-file --multibyte

Please run this from the `src' directory, since it includes a .gdbinit
file which will greatly help in debugging Emacs.

> GNU gdb 6.5.50.20060706-cvs (cygwin-special)
> Copyright (C) 2006 Free Software Foundation, Inc.
> ...
> This GDB was configured as "i686-pc-cygwin"...(no debugging symbols found)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
That is no good: your Emacs binary is somehow stripped, so it will be
very hard to debug it.  Please modify your build procedure so that
Emacs is not stripped.

> (gdb) r
> Starting program: /tmp/emacs/src/bootstrap-emacs.exe -batch --no-site-file
> --multibyte -l autoload --eval \(setq\ generated-autoload-file\
> \"/tmp/emacs/lisp/loaddefs.el\"\) -f batch-update-autoloads
> /tmp/emacs/lisp/. /tmp/emacs/lisp/./calc
> /tmp/emacs/lisp/./calendar /tmp/emacs/lisp/./emacs-lisp
> /tmp/emacs/lisp/./emulation /tmp/emacs/lisp/./erc /tmp/emacs/lisp/./eshell 
> /tmp/emacs/lisp/./gnus
> /tmp/emacs/lisp/./international /tmp/emacs/lisp/./language
> /tmp/emacs/lisp/./mail /tmp
> /emacs/lisp/./mh-e /tmp/emacs/lisp/./net /tmp/emacs/lisp/./obsolete
> /tmp/emacs/lisp/./play /tmp/emacs/lisp/./progmodes /tmp/emacs/lisp/./term
> /tmp/emacs/lisp/./textmodes /tmp/emacs/lisp/./url
> 
> [3]+  Stopped                 gdb --args ../src/bootstrap-emacs.exe -batch

Why ``Stopped''?  Did you type something to stop the job?




reply via email to

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