This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: GCC 2.95.3-1 available for testing


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]