Re: Cygwin 1.7/1.5 C99 conformance (GCC, libc)

2009-09-16 Thread Dave Korn
Matthias Andree wrote: > Now, Cygwin 1.5 and 1.7 appear to lack long double library support in > libc/libm -- which is required for a hosted C99 implementation however, > but not for a freestanding C99 implementation. > > Trying to solve this, I found another Cygwin issue: GCC 3.4.4 sets > __STDC

Cygwin 1.7/1.5 C99 conformance (GCC, libc)

2009-09-15 Thread Matthias Andree
Greetings, I recently figured that ctrio (from sourceforge.net) fails to link (GCC 3.4.4 here). Reason is that ctrio checks the __STDC_VERSION__ for C99 support, which there is, and assumes that the implementation were a hosted one (as opposed to a freestanding one) and uses powl() withou