From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5049 invoked by alias); 20 Aug 2009 11:43:51 -0000 Received: (qmail 5040 invoked by uid 22791); 20 Aug 2009 11:43:51 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-ew0-f219.google.com (HELO mail-ew0-f219.google.com) (209.85.219.219) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 20 Aug 2009 11:43:44 +0000 Received: by ewy19 with SMTP id 19so5641249ewy.44 for ; Thu, 20 Aug 2009 04:43:41 -0700 (PDT) Received: by 10.210.36.10 with SMTP id j10mr4178497ebj.9.1250768621576; Thu, 20 Aug 2009 04:43:41 -0700 (PDT) Received: from ?192.168.2.99? (cpc2-cmbg8-0-0-cust61.cmbg.cable.ntl.com [82.6.108.62]) by mx.google.com with ESMTPS id 28sm5661930eyg.22.2009.08.20.04.43.40 (version=SSLv3 cipher=RC4-MD5); Thu, 20 Aug 2009 04:43:41 -0700 (PDT) Message-ID: <4A8D3A19.2030000@gmail.com> Date: Thu, 20 Aug 2009 11:43:00 -0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: Problem with GCC4[1.7] References: <4A8D184E.5020306@alice.it> In-Reply-To: <4A8D184E.5020306@alice.it> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2009-08/txt/msg00651.txt.bz2 Angelo Graziosi wrote: > Dave Korn wrote: >> For now I recommend uninstalling gcc4-ada, or just 'rm' the gnat >> executables >> from /bin. I'll have a somewhat better (at least to the extent of not >> hanging >> like this) version out in 4.3.4-1 very shortly. Apologies for the >> inconvenience. > > Don't worry! :-) I understand your great and hard work! > > For completeness, running (without arguments): > > $ /usr/lib/gcc/i686-pc-cygwin/4.3.2/gnat1.exe > > prints the help and hangs in the same manner... > > ...and, just a curiosity, did it worked in 1.7 before? I don't see how it ever could have done, but then I ran the GNAT and ACATS testsuites before I shipped 4.3.2-2 and it seemed to work there. I think the autoconf test for ada at the toplevel is new, which would explain why we never saw this before. (I also think the problem might be caused by a lack of #ifdef IN_RTS around the call to __main that I added in __gnat_initialize, because just ripping it out altogether causes lots of FAILS. As a result, 4.3.4-1 is going to need at least one more spin before I can release it, alas.) cheers, DaveK -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple