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
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
2 matches
Mail list logo