From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Maier Newsgroups: gmane.emacs.devel Subject: Re: Help: build emacs in cygwin Date: Tue, 13 Mar 2007 19:23:21 +0100 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 1173819009 10041 80.91.229.12 (13 Mar 2007 20:50:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Mar 2007 20:50:09 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 13 21:50:03 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 1HRDwY-0001ba-2O for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2007 21:50:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRDxL-00008r-W9 for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2007 15:50:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HRBfu-0006Z7-JM for emacs-devel@gnu.org; Tue, 13 Mar 2007 14:24:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HRBfs-0006UZ-2w for emacs-devel@gnu.org; Tue, 13 Mar 2007 14:24:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRBfr-0006UB-P5 for emacs-devel@gnu.org; Tue, 13 Mar 2007 13:24:39 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.174]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HRBez-0003MV-T7; Tue, 13 Mar 2007 14:23:46 -0400 Original-Received: from [84.152.28.106] (helo=gaia.localhost) by mrelayeu.kundenserver.de (node=mrelayeu8) with ESMTP (Nemesis), id 0ML31I-1HRBex2637-0000XW; Tue, 13 Mar 2007 19:23:43 +0100 Original-Received: by gaia.localhost (Postfix, from userid 501) id 8F21F6872DE; Tue, 13 Mar 2007 19:23:21 +0100 (CET) In-Reply-To: (Angelo Graziosi's message of "Tue\, 13 Mar 2007 14\:10\:31 +0100 \(MET\)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (darwin) X-Provags-ID: V01U2FsdGVkX1/ZaPQvwHmTviz1YwqbtwlHPyLRwXkD91evzf8 liQkWb9ec3MbhVubB9qNx4MS0nsS8pxfdscAJ0STYwyTQAmDII sg9zU8iPB1j0bNO1WwA6Q== X-detected-kernel: Linux 2.6? (barebone, rare!) X-Mailman-Approved-At: Tue, 13 Mar 2007 16:50:48 -0400 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:67870 Archived-At: Angelo Graziosi writes: > 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. Me too. An Cygwin-Emacs compiled with gcc-3.4.4 is unusable! Especially, I saw lots of crashes by subprocess handling such as ssh and with SQLi buffers. Harald