Re: [Mingw-w64-public] Header conflicts between cstdlib and process.h in recent builds of '1.0'

2010-07-15 Thread Kai Tietz
2010/7/15 Prof Brian Ripley rip...@stats.ox.ac.uk: Meanwhile (because I am working with 1.0) I have done a local svn merge and tested my example problems, which now compile. Thanks to all, especially Kai. On Thu, 15 Jul 2010, Ozkan Sezer wrote: On Thu, Jul 15, 2010 at 4:09 PM, Kai Tietz

Re: [Mingw-w64-public] Header conflicts between cstdlib and process.h in recent builds of '1.0'

2010-07-15 Thread Prof Brian Ripley
Meanwhile (because I am working with 1.0) I have done a local svn merge and tested my example problems, which now compile. Thanks to all, especially Kai. On Thu, 15 Jul 2010, Ozkan Sezer wrote: On Thu, Jul 15, 2010 at 4:09 PM, Kai Tietz ktiet...@googlemail.com wrote: 2010/7/15 Ozkan Sezer

[Mingw-w64-public] Why decimal floating point not supported for this target ?

2010-07-15 Thread Dongsheng Song
Hi, When I compile the following simple C program: int main() { _Decimal32 d1; _Decimal64 d2; _Decimal128 d3; return 0; } gcc 4.4 linux target is OK, but mingw32 or mingw64 target failed: C:\var\tmp\mingw32\bingcc testDecimal.c testDecimal.c: In function 'main': testDecimal.c:3:

Re: [Mingw-w64-public] Why decimal floating point not supported for this target ?

2010-07-15 Thread Kai Tietz
Hello, 2010/7/16 Dongsheng Song dongsheng.s...@gmail.com: Hi, When I compile the following simple C program: int main() {   _Decimal32 d1;   _Decimal64 d2;   _Decimal128 d3;   return 0; } gcc 4.4 linux target is OK, but mingw32 or mingw64 target failed: C:\var\tmp\mingw32\bingcc