[Pvfs-users] Fwd: pvfs-kernel-1.6.0-linux-2.4 configure problem
Mahesh Salunkhe
mahesh.salunkhe at gmail.com
Sat Dec 9 02:57:40 EST 2006
Skipped content of type multipart/alternative-------------- next part --------------
[root at l4pc1 pvfs-kernel-1.6.0-linux-2.4]# make
gcc -MMD -I/lib/modules/2.4.21-4.EL/build/include -I. -I./libkpvfs/kinclude -I./libkpvfs/klib -I./libkpvfs/kshared -I./libkernsys/include -O2 -Wall -Wstrict-prototypes -DMODULE -D__KERNEL__ -DLINUX -pipe -fomit-frame-pointer -fno-strict-aliasing -mpreferred-stack-boundary=2 -DPVFS_SERIALIZE_DCACHE -c pvfs_mod.c -o pvfs_mod.o
gcc -MMD -I/lib/modules/2.4.21-4.EL/build/include -I. -I./libkpvfs/kinclude -I./libkpvfs/klib -I./libkpvfs/kshared -I./libkernsys/include -O2 -Wall -Wstrict-prototypes -DMODULE -D__KERNEL__ -DLINUX -pipe -fomit-frame-pointer -fno-strict-aliasing -mpreferred-stack-boundary=2 -DPVFS_SERIALIZE_DCACHE -c file.c -o file.o
file.c: In function `do_invalidate_file_pages':
file.c:144: warning: implicit declaration of function `PAGE_CACHE_ALIGN'
file.c:144: `PAGE_CACHE_SHIFT' undeclared (first use in this function)
file.c:144: (Each undeclared identifier is reported only once
file.c:144: for each function it appears in.)
file.c:147: warning: implicit declaration of function `find_lock_page'
file.c:147: warning: initialization makes pointer from integer without a cast
file.c:151: warning: implicit declaration of function `unlock_page'
file.c: In function `pvfs_readpage':
file.c:235: `PAGE_CACHE_SHIFT' undeclared (first use in this function)
make: *** [file.o] Error 1
-------------- next part --------------
[root at l4pc1 pvfs-kernel-1.6.0-linux-2.4]# ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking whether we know how to compile for this OS... yes
checking whether we need to add some compile flags for x86... yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for uname... (cached) yes
checking for cut... (cached) yes
checking for grep... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for ANSI C header files... (cached) yes
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether gcc needs -traditional... (cached) no
checking return type of signal handlers... (cached) void
checking for select... (cached) yes
adding /lib/modules/2.4.21-4.EL/build/include to include paths
checking for pvfs.h... (cached) yes
checking for debug.h... (cached) yes
checking for meta.h... (cached) yes
checking for minmax.h... (cached) yes
checking for pvfs_config.h... (cached) yes
checking for pvfs_proto.h... (cached) yes
checking for pvfs_types.h... (cached) yes
checking for req.h... (cached) yes
checking for pvfs_open in -lminipvfs... (cached) yes
checking for connect_timeout in -lminipvfs... (cached) yes
checking for ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for malloc.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for linux/posix_types.h... (cached) yes
checking for linux/slab.h... (cached) yes
checking for linux/tqueue.h... (cached) no
checking for linux/vmalloc.h... (cached) no
checking for linux/pagemap.h... (cached) no
checking for linux/locks.h... (cached) no
checking for linux/smp_lock.h... (cached) yes
checking for linux/highmem.h... (cached) no
checking for linux/modversions.h... (cached) no
checking for linux/malloc.h... (cached) no
checking for sane compiler includes... yes
checking whether we know how to compile for this kernel version... yes
checking for SMP... no (uniproc)
checking for modversions... yes
checking for highmem... yes
checking for devfs... no
checking for s_maxbytes member in struct super_block... yes
checking for deprecated linux/malloc.h... yes
checking for alloc_kiovec_sz function... no
checking for running kernel version match... yes (2.4)
checking for running kernel SMP settings match... yes (uniproc)
checking for running kernel modversions match... yes (modversions on)
checking for running kernel highmem match... yes (highmem on)
checking for running kernel devfs match... yes (devfs off)
creating ./config.status
creating test/Makefile
creating Makefile
creating libkpvfs/Makefile
creating libkpvfs/klib/Makefile
creating libkpvfs/kinclude/Makefile
creating libkpvfs/kshared/Makefile
creating libkernsys/Makefile
creating config.h
config.h is unchanged
pvfs-kernel configured to use user-space pvfsd daemon.
[root at l4pc1 pvfs-kernel-1.6.0-linux-2.4]#
More information about the Pvfs-users
mailing list