Mail Archives: cygwin-developers/1999/01/12/08:02:07
> Why is gcc not consistent with the "HOST"
> compiler in this area?
I don't know, but remember that the x86 support for gcc isn't limited
to cygwin - it supports many other x86 targets like djgpp, linux, SCO,
etc.
> This will mess up alignment for any
> sturcture/union that uses the system
> libraries with long doubles.
If MSVC doesn't support long doubles bigger than double anyway, just
change "long double" to "double" in all the headers and it should
work.
- Raw text -