This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/22388] When cross-compiling libstdc++ for mingw, enable large file support (LFS)


------- 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


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