On Mon, Dec 04, 2006 at 11:06:05AM -0600, Kirby Cliff wrote: > I have tried the configure script from CVS and the one included. My > configure line has the correct kernel source, > /configure --with-kernel=/usr/src/linux-2.6.16.21-0.25 --without-openssl
Hi Your platform and the warnings you are seeing are unfortunately quite common on ppc 970 machines, especially when the compiler and toolchain is "biarch" -- able to produce 32 or 64 bit executables. the PVFS configure script is testing for kernel features, and is probably doing so with the compiler in 32 bit mode. Your kernel, however, is 64 bit, and all the linux kernel header files are created accordingly. To fix this problem, add "-m64" to your CFLAGS and LDFLAGS and re-run configure. If you find you do not have the 64 bit versions of the berkely db, that's ok. You only need those to make the pvfs server, so when you configure for the kernel module you can pass --disable-server. Let us know if that doesn't do the trick. ==rob -- Rob Latham Mathematics and Computer Science Division A215 0178 EA2D B059 8CDF Argonne National Lab, IL USA B29D F333 664A 4280 315B _______________________________________________ Pvfs2-users mailing list [email protected] http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
