Failure crossing gcc 3.3.3 from GNU/Linux to MinGW
Stephan T. Lavavej
stl@caltech.edu
Sat Mar 20 04:53:00 GMT 2004
Thanks for the reply.
[Gabriel Dos Reis]
> As you probably know, in the nutshell, native builds on MinGW
> or Cygwin do not have support for wchar_t so corresponding
> 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.
But how did I do that? In my build script, I configure cross binutils,
cross gcc, and crossed-native gcc with --disable-nls.
Or does that not affect wchar gunk at all?
How can I disable the wchar stuff explicitly?
Stephan T. Lavavej
More information about the Gcc
mailing list