I am using Mandrake 9.1 and have installed the XFS filesystem on a large drive. I am trying to create/open/append files that are greater than the 2GB filesize. I would like to know what header files
Hi, You do not actually need any XFS libraries for that, you need to compile your code with some -D directives to tell glibc you want access to large file support, putting -D_GNU_SOURCE on the gcc co