This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: linux->mingw cross and latest gcc snapshot



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]