
10 May
2004
10 May
'04
2:17 p.m.
On Fri, May 07, 2004 at 11:09:24PM -0500, Vincent N. Virgilio wrote:
For instance, how would it work with the GNU standard C++ library? My dated understanding is that some (all?) versions of GNU C++ streams do not support LFS.
In G++ 3.4 onwards the std::streamoff type is a 64bit value, so LFS should be enabled on all systems that support it. See the "Runtime Library" section here: http://gcc.gnu.org/gcc-3.4/changes.html jon