delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Date: | Sat, 24 Mar 2001 18:59:35 -0500 |
From: | Christopher Faylor <cgf AT redhat DOT com> |
To: | Cygwin <cygwin AT cygwin DOT com> |
Subject: | Re: GCC 2.95.3-1 available for testing |
Message-ID: | <20010324185935.A1560@redhat.com> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | Cygwin <cygwin AT cygwin DOT com> |
References: | <20010324235324 DOT 24844 DOT qmail AT web6404 DOT mail DOT yahoo DOT com> |
Mime-Version: | 1.0 |
User-Agent: | Mutt/1.3.11i |
In-Reply-To: | <20010324235324.24844.qmail@web6404.mail.yahoo.com>; from danny_r_smith_2001@yahoo.co.nz on Sun, Mar 25, 2001 at 11:53:24AM +1200 |
On Sun, Mar 25, 2001 at 11:53:24AM +1200, Danny Smith wrote: >Thanks for the upgrade to 2.95.3 > > This is a -mno-cygwin post, so those who are easily offended should stop >reading now. > >2.95.3-1 works on my testcases with -mno-cygwin. > >Re C++, the _G_config.h in /usr/include/mingw looks like a crtdll version. The >__MSVCRT__ version should have the follwing change: >--- _G_config.h.orig Fri Mar 23 14:23:16 2001 >+++ _G_config.h Sat Mar 24 15:31:12 2001 >@@ -28,8 +28,8 @@ typedef unsigned long /* deduced */ _G_u > #endif > > typedef long _G_clock_t; >-typedef short _G_dev_t; >-typedef long _G_fpos_t; >+typedef unsigned int _G_dev_t; >+typedef _G_llong _G_fpos_t; y typedef int /* default */ _G_gid_t; > typedef short _G_ino_t; > typedef unsigned short _G_mode_t; I've applied the above patch. Thanks. >(2) explicit -I/usr/include/g++-3 to find G++ headers This directory is searched automatically. You shouldn't need the -I. I will mak another release soon. cgf -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |