From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: cygwn 5.19 with X-win bootstrap Date: Tue, 30 May 2006 22:19:10 +0300 Message-ID: References: <20060525133349.1416@henman-np.b-eng.it.to-be.co.jp> <20060526134758.2944@henman-np.b-eng.it.to-be.co.jp> <20060530160319.2416@henman-np.b-eng.it.to-be.co.jp> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1149016806 12487 80.91.229.2 (30 May 2006 19:20:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 30 May 2006 19:20:06 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 30 21:20:04 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fl9ky-0004QX-5x for ged-emacs-devel@m.gmane.org; Tue, 30 May 2006 21:19:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fl9kx-0005Iz-HC for ged-emacs-devel@m.gmane.org; Tue, 30 May 2006 15:19:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fl9kf-0005Ff-5y for emacs-devel@gnu.org; Tue, 30 May 2006 15:19:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fl9kb-0005ED-Ek for emacs-devel@gnu.org; Tue, 30 May 2006 15:19:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fl9kb-0005E9-62 for emacs-devel@gnu.org; Tue, 30 May 2006 15:19:33 -0400 Original-Received: from [192.114.186.17] (helo=gandalf.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fl9qS-0006L2-12 for emacs-devel@gnu.org; Tue, 30 May 2006 15:25:36 -0400 Original-Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id IVG51571; Tue, 30 May 2006 22:19:11 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-252-174.inter.net.il [83.130.252.174]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DNL94609 (AUTH halo1); Tue, 30 May 2006 22:19:09 +0300 (IDT) Original-To: "djh" In-reply-to: <20060530160319.2416@henman-np.b-eng.it.to-be.co.jp> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:55492 Archived-At: > Cc: > From: "djh" > Date: Tue, 30 May 2006 16:03:19 +0900 > > (1) I did an update from cvs and then > (2) added the "-dgward-2 -g3" options as advised above like below: > > export CFLAGS="-gdwarf-2 -g3" in my install script. > > ran the install script. But, it ran succesfully! Do we have a Heisenbug? What happens if you build with CFLAGS="-gdwarf-2 -g3 -O2"?