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 |
Message-ID: | <20010324235324.24844.qmail@web6404.mail.yahoo.com> |
Date: | Sun, 25 Mar 2001 11:53:24 +1200 (NZST) |
From: | =?iso-8859-1?q?Danny=20Smith?= <danny_r_smith_2001 AT yahoo DOT co DOT nz> |
Subject: | Re: GCC 2.95.3-1 available for testing |
To: | Cygwin <cygwin AT cygwin DOT com> |
MIME-Version: | 1.0 |
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; typedef int /* default */ _G_gid_t; typedef short _G_ino_t; typedef unsigned short _G_mode_t; 2.95.3 C++ works with -mno-cygwin with above change after (1) installing mingw built versions of 2.95.3 libstdc++.a and libgcc.a into /usr/lib/mingw (2) explicit -I/usr/include/g++-3 to find G++ headers Danny _____________________________________________________________________________ http://calendar.yahoo.com.au - Yahoo! Calendar - Access your appointments and meetings online. -- 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 |