This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/30365] No possibility to disable large file support (LFS)
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jan 2007 11:33:04 -0000
- Subject: [Bug libstdc++/30365] No possibility to disable large file support (LFS)
- References: <bug-30365-11811@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from pcarlini at suse dot de 2007-01-04 11:33 -------
(In reply to comment #3)
> 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?!?
Sorry, this last point of mine is wrong: forgot that currently the library also
uses fseeko64, in stdio_sync_filebuf.h
--
pcarlini at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |link-failure
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30365