Hi, Following on from my earlier email... I'm able to get PVFS 2.6.2 to compile and install with the following commands:
./configure --with-kernel=</path/to/kernel26/> --enable-kernel-sendfile --prefix=/usr/local/pvfs2/ then type make all make kmod_install make install I see wanrings: /usr/src/pvfs-2.6.2/src/kernel/linux-2.6/pvfs2-bufmap.c: In function `initialize_bufmap_descriptors': /usr/src/pvfs-2.6.2/src/kernel/linux-2.6/pvfs2-bufmap.c:66: warning: int format, different type arg (arg 2) /usr/src/pvfs-2.6.2/src/kernel/linux-2.6/pvfs2-bufmap.c:66: warning: int format, different type arg (arg 2) and src/client/sysint/fs-add.sm: In function `fs_add_final_cleanup': src/client/sysint/fs-add.sm:383: warning: 'ret' might be used uninitialized in this function src/client/sysint/fs-add.sm: In function `fs_add_final_cleanup': src/client/sysint/fs-add.sm:383: warning: 'ret' might be used uninitialized in this function Are these anything to be concerned about - specifically I am seeing some unexpected behavior when using diff or cmp to verify copied files (see the email titled: PVFS 2.6.2 intermittent cmp/diff failure ) Thanks in advance Mark _______________________________________________ Pvfs2-users mailing list [email protected] http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
