C
cannyf
Hi,
I have g++ 3.3.2 installed on sun solaris sparc machine and I am trying
to to read files greater than 2gb.
I compile the code as follows:g++ -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -v -o Test test.cpp
Anyone any ideas why my program will not read over 2 gb.
Regards
Fergal
I have g++ 3.3.2 installed on sun solaris sparc machine and I am trying
to to read files greater than 2gb.
I compile the code as follows:g++ -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -v -o Test test.cpp
Anyone any ideas why my program will not read over 2 gb.
Regards
Fergal