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: Help: build emacs in cygwin Date: Tue, 13 Mar 2007 14:10:31 +0100 (MET) Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1173791473 21477 80.91.229.12 (13 Mar 2007 13:11:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Mar 2007 13:11:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 13 14:11:06 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HR6mH-0007gs-Rh for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2007 14:10:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HR6n3-0002fL-Nx for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2007 08:11:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HR6ms-0002fG-ST for emacs-devel@gnu.org; Tue, 13 Mar 2007 09:11:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HR6mq-0002f4-SJ for emacs-devel@gnu.org; Tue, 13 Mar 2007 09:11:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HR6mq-0002f1-NN for emacs-devel@gnu.org; Tue, 13 Mar 2007 08:11:32 -0500 Original-Received: from postino1.roma1.infn.it ([141.108.26.15]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HR6m1-0002bH-8P; Tue, 13 Mar 2007 09:10:41 -0400 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 l2DDAawF017566; Tue, 13 Mar 2007 14:10:36 +0100 Original-Received: from localhost (graziosi@localhost) by ax0rm1.roma1.infn.it (8.9.3/8.9.3) with ESMTP id OAA28640; Tue, 13 Mar 2007 14:10:31 +0100 (MET) In-Reply-To: X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.3.13.53435 X-PerlMx-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' X-detected-kernel: Linux 2.4-2.6 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:67856 Archived-At: Eli Zaretskii wrote: > Strange, that's the version that caused lots of trouble to Angelo > Graziosi. Also, he reported problems with debug info generated by > 3.4.4-2 (can you debug your binary?). I confirm. I have done a build with GCC-3.4.4 (that now is 3.4.4-3, not -2) using the configure options described here http://lists.gnu.org/archive/html/emacs-devel/2007-03/msg00722.html (it differs from mine only because it does not uses XAW3D) but it segment faults in a few seconds/minutes! Every time I use GCC-3.4.4 the result is unstable. Instead GCC-4.0.3 gives results very stable. Cheers, Angelo.