------- Additional Comments From dannysmith at users dot sourceforge dot net 2005-07-09 23:11 ------- mingw runtime does not have struct stat64 or fstat64(), so this define is not correct. In fact the native build of libstdc++ fails the _GLIBCXX_USE_LFS configure test.
(mingwt does have struct _stati64 and _fstati64() which would work in __basic_file<char>::showmanyc) Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22388