On Tue, 2007-12-18 at 07:03 -0800, David Bertoni wrote: > It's a limitation of the standard C runtime library APIs. I know we have > large file support in Solaris, but I don't know what APIs are available in > GCC's run-time to support it.
In Linux, I think you activate large file support with "-D_FILE_OFFSET_BITS=64" in your compile command. Dale
