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


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


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