linux->mingw cross and latest gcc snapshot

Benjamin Kosnik bkoz@redhat.com
Tue Mar 13 12:18:00 GMT 2001


is this a new failure, or is this the first time you've done this?

> i386-mingw32/libstdc++-v3/include/bits/ctype_base.h in the build
> directory is linked to libstdc++-v3/config/os/newlib/bits/ctype_base.h
> in the source directory.

Hmm. Have you ever done a native mingw32 build? What are the ctype
files linked to in that case?

crosses default to newlib, so that's why you see these links.

Basically, from your error messages it looks like the newlib bits
aren't going to fly for mingwin32: (the newlib files work for cygwin,
but perhaps not mingwin). Can you try linking to the generic files and
seeing if that works?

ie /config/os/generic/bits/ctype_base.h et. al.

-benjamin



More information about the Libstdc++ mailing list