[Bug target/14666] Crossing from GNU/Linux to MinGW requires SEVERAL hacks
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Mar 21 05:40:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-21 05:40 -------
The first and second problem is in libstdc++'s configure.in (also in crossconfig.m4 on the 3.4 branch
and the mainline):
*-mingw32*)
AC_CHECK_HEADERS([sys/types.h locale.h float.h])
GLIBCXX_CHECK_LINKER_FEATURES
GLIBCXX_CHECK_COMPLEX_MATH_SUPPORT
GLIBCXX_CHECK_WCHAR_T_SUPPORT
It does not match the target which you used. The first and second problem can be worked around by
instead using i686-mingw32 or i386-mingw32 instead.
The thrid might be solved by doing the same also but I do not know.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14666
More information about the Gcc-bugs
mailing list