From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4983 invoked by alias); 16 Jul 2005 18:32:03 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 4970 invoked by uid 22791); 16 Jul 2005 18:32:00 -0000 Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 16 Jul 2005 18:32:00 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DtrRo-00036K-LX for cygwin@cygwin.com; Sat, 16 Jul 2005 20:31:36 +0200 Received: from coh109.neoplus.adsl.tpnet.pl ([83.31.187.109]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Jul 2005 20:31:36 +0200 Received: from krzysan by coh109.neoplus.adsl.tpnet.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Jul 2005 20:31:36 +0200 To: cygwin@cygwin.com From: Krzysztof Duleba Subject: Re: cygwin 1.5.18 breaks gcc 2.95 compatibility Date: Sat, 16 Jul 2005 18:32:00 -0000 Message-ID: References: <42D94E70.5060905@familiehaase.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) In-Reply-To: <42D94E70.5060905@familiehaase.de> X-IsSubscribed: yes X-SW-Source: 2005-07/txt/msg00768.txt.bz2 Gerrit P. Haase wrote: >> $ cat foo.c >> int main(){ >> } > > Your example compiles ok with gcc-3.4.4, so why want you use gcc-2.x? Well, no wonder that int main(){} compiles ok with gcc-3.4.4. This is the minimal test case. > Maybe you can recompile gcc-2.95 if you really must use it? Do you know where can I find cygwin sources, or at least cygwin patches? > However, gcc-2.95.3 was released 2001 which is about four years ago, > it is time to move on! I use the following compilers: $ g++-2.exe --version 2.95.3-10 $ g++-3.3.exe --version g++-3.3 (GCC) 3.3.3 (cygwin special) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ g++ --version g++ (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I need it. There are third parties out there that use certain compiler version and just won't upgrade. Slight differences in compiler or compiled code can be a factor. Krzysztof Duleba -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/