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: Mon, 25 Sep 2006 06:26:01 +0300

> Date: Mon, 25 Sep 2006 00:46:08 +0200 (MET DST)
> From: Angelo Graziosi <address@hidden>
> 
> Following this thread http://cygwin.com/ml/cygwin/2006-06/msg00855.html, I
> have added -ggdb with the following result:

Good!  Although -gdwarf-2 _should_ have produced the same effect.

> $ gcc -v -ggdb -gdwarf-2 -g3 hello.c -o hello

Do you get the same effect with the following command?

   gcc -v -ggdb -g3 hello.c -o hello

In any case, please reconfigure Emacs to use the switches that produce
DWARF 2 debug info, and rebuild Emacs.  The file INSTALL tells how to
do that (search for "CFLAGS").  Note that you will need to use these
switches both in CFLAGS and in LDFLAGS.




reply via email to

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