I'm trying to compile pvfs-2.7.1 on fc9 with this command:

./configure --prefix=/usr
--with-kernel=/usr/src/kernels/2.6.25.9-76.fc9.i686/


everything goes but kmod...

[EMAIL PROTECTED] pvfs-2.7.1]# make kmod
for i in pvfs2-utils.c devpvfs2-req.c pvfs2-cache.c dcache.c
file.c inode.c dir.c namei.c super.c pvfs2-mod.c
pvfs2-bufmap.c symlink.c xattr.c acl.c xattr-trusted.c
xattr-default.c waitqueue.c pvfs2-proc.c pvfs2-kernel.h
pvfs2-dev-proto.h pvfs2-bufmap.h upcall.h downcall.h
pvfs2-proc.h; do \
            if [ ! -f $i  -a  ! -L $i ] ; then \
                ln -s ../../.././src/kernel/linux-2.6/$i ;\
            fi ;\
        done
make -C /usr/src/kernels/2.6.25.9-76.fc9.i686/
SUBDIRS=/home/storto/Documents/pvfs-2.7.1/src/kernel/linux-2.6
modules
/bin/sh: -c: line 0: syntax error near unexpected token
`cat'
/bin/sh: -c: line 0: `echo (cat /dev/null;   echo
kernel//home/storto/Documents/pvfs-2.7.1/src/kernel/linux-2.6/pvfs2.ko;
) >
/home/storto/Documents/pvfs-2.7.1/src/kernel/linux-2.6/modules.order'
make[3]: ***
[/home/storto/Documents/pvfs-2.7.1/src/kernel/linux-2.6/modules.order]
Error 2
make[2]: ***
[_module_/home/storto/Documents/pvfs-2.7.1/src/kernel/linux-2.6]
Error 2
make[1]: *** [default] Error 2
make: *** [just_kmod] Error 2

could you help me please?

thank you.
_______________________________________________
Pvfs2-users mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users

Reply via email to