Failure crossing gcc 3.3.3 from GNU/Linux to MinGW
Gabriel Dos Reis
gdr@integrable-solutions.net
Sat Mar 20 04:50:00 GMT 2004
"Stephan T. Lavavej" <stl@caltech.edu> writes:
| I am working on GNU/Linux, building cross binutils, cross gcc, and then
| crossed-native gcc. Making the cross gcc fails with:
As you probably know, in the nutshell, native builds on MinGW or
Cygwin do not have support for wchar_t so correponding support in
libstdc++ is disabled. It looks like when building the cross, you did
-not- take that fact into consideration and somehow requested support
for wchar_t while the underlying C functions are missing.
It looks to me that we have been through this before.
-- Gaby
More information about the Gcc
mailing list