From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Building Emacs-cvs on Cygwin (GCC summary) Date: Sun, 29 Oct 2006 12:13:30 +0100 (MET) Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1162120467 17425 80.91.229.2 (29 Oct 2006 11:14:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 29 Oct 2006 11:14:27 +0000 (UTC) Cc: emacs-devel@gnu.org, storm@cua.dk, jasonr@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 29 12:14:23 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 1Ge8cL-0007Cl-3c for ged-emacs-devel@m.gmane.org; Sun, 29 Oct 2006 12:14:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ge8cK-00005j-Is for ged-emacs-devel@m.gmane.org; Sun, 29 Oct 2006 06:14:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ge8c9-00005e-L1 for emacs-devel@gnu.org; Sun, 29 Oct 2006 06:14:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ge8c8-00005S-Rl for emacs-devel@gnu.org; Sun, 29 Oct 2006 06:14:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ge8c8-00005P-P6 for emacs-devel@gnu.org; Sun, 29 Oct 2006 06:14:04 -0500 Original-Received: from [141.108.26.15] (helo=postino1.roma1.infn.it) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Ge8c1-00087f-R5; Sun, 29 Oct 2006 06:13:58 -0500 Original-Received: from ax0rm1.roma1.infn.it (ax0rm1.roma1.infn.it [141.108.26.19]) by postino1.roma1.infn.it (8.12.11/8.12.11) with ESMTP id k9TBDZTQ006508; Sun, 29 Oct 2006 12:13:35 +0100 Original-Received: from localhost (graziosi@localhost) by ax0rm1.roma1.infn.it (8.9.3/8.9.3) with ESMTP id MAA24009; Sun, 29 Oct 2006 12:13:31 +0100 (MET) Original-To: Eli Zaretskii In-Reply-To: X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.0.3.2, Antispam-Data: 2006.10.29.23433 X-PerlMx-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __LINES_OF_YELLING 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' 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:61332 Archived-At: I have bootstrapped Emacs-cvs (22.0.90) with different GCC version on Cygwin and this is the summary of results: 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? It would be very apreciated. Thanks, Angelo.