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++/30365] No possibility to disable large file support (LFS)



------- Comment #3 from pcarlini at suse dot de  2007-01-04 11:27 -------
I don't understand: looking at configure.ac, GLIBCXX_CHECK_LFS is run *only* if
 $GLIBCXX_IS_NATIVE is true. Otherwise, _GLIBCXX_USE_LFS remains undefined...

By the way, *when* _GLIBCXX_USE_LFS is defined, the library uses lseek64 (in
basic_file_stdio.cc), *not* fseeko64, and I'd like to also understand how
possibly on this target the former is called from somewhere?!?


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pcarlini at suse dot de
           Severity|normal                      |critical


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30365


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