File operations with stat() system call fails on files which are more of 2GB in size when we are on 32-bit systems.
We can overcome this by forcing all file access calls to use the 64 bit variants with following flag on compiler usage.
"gcc -D_FILE_OFFSET_BITS=64"
and offcource there are many multiple options to do it.
http://users.suse.com/~aj/linux_lfs.html
No comments :
Post a Comment