From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Maks Romih Newsgroups: gmane.emacs.devel Subject: Re: Building Emacs-cvs on Cygwin (GCC summary) Date: Mon, 30 Oct 2006 02:22:39 +0100 (CET) Message-ID: <20061030022239.AEY02066@m1.t-2.net> Reply-To: maks.romih@t-2.net NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162181002 9650 80.91.229.2 (30 Oct 2006 04:03:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Oct 2006 04:03:22 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 30 05:03:20 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 1GeOMf-0006xy-9d for ged-emacs-devel@m.gmane.org; Mon, 30 Oct 2006 05:03:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GeOMe-000433-RU for ged-emacs-devel@m.gmane.org; Sun, 29 Oct 2006 23:03:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GeLrQ-00033e-JE for emacs-devel@gnu.org; Sun, 29 Oct 2006 20:22:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GeLrO-00033D-Tw for emacs-devel@gnu.org; Sun, 29 Oct 2006 20:22:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GeLrO-00033A-Pl for emacs-devel@gnu.org; Sun, 29 Oct 2006 20:22:42 -0500 Original-Received: from [84.255.209.71] (helo=md2.t-2.net) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1GeLrO-0007sq-L0 for emacs-devel@gnu.org; Sun, 29 Oct 2006 20:22:42 -0500 Original-Received: from m1.t-2.net (m1.t-2.net [84.255.209.68]) by md2.t-2.net (MOS 3.7.5-GA) with ESMTP id BEG98519; Mon, 30 Oct 2006 02:22:39 +0100 (CET) Original-Received: (from m1.t-2.net [84.255.209.72]) by m1.t-2.net (MOS 3.7.3a-GA) with HTTP/1.1 id AEY02066 (AUTH maks_romih@t-2.net); Mon, 30 Oct 2006 02:22:39 +0100 (CET) Original-To: emacs-devel@gnu.org X-Mailer: Mirapoint Webmail Direct 3.7.3a-GA X-Mailman-Approved-At: Sun, 29 Oct 2006 23:02:53 -0500 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:61362 Archived-At: > GCC-3.4.4-(1/2) Segment fault > > GCC-4.0.3 OK > GCC-4.1.1 OK > > GCC-4.2-20061024(prerelease) M-x undefined > GCC-4.3-20061022(experim.) M-x undefined > > > In conclusion on Cygwin only the build with GCC-4.0.3 and > 4.1.1 seem to > work fine. > > Are there people that can confirm these results? I can confirm the 3.4.4.1., because I've also had stackdumps when I built the emacs-22.0.50 with GCC 3.4.4.1. Then I compiled with CFLAGS=-g to see where it breaks but it doesn't break any more, so now I happily use the debug version. Maks.