This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
can't write to files greater than 2Gb using C++
- From: Ashok dot Yadav at ril dot com
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 3 Feb 2006 12:53:25 +0530
- Subject: can't write to files greater than 2Gb using C++
Hi gcc users,
I am unable to write to files having size
graeter than 2Gb using a simple C++ program compiled using g++ and with
flags _LARGEFILE64_SOURCE and _FILE_OFFSET_BITS=64.
Can somebody help me out?
Ashok
Mumbai, INDIA