From a4b57e67b352655c74ac8d728e92471e04668c2a Mon Sep 17 00:00:00 2001 From: Pete Wyckoff Date: Fri, 22 Feb 2008 16:08:21 -0500 Subject: [PATCH] note about static-only for ib build --- README.osd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.osd b/README.osd index c041258..bba3f9d 100644 --- a/README.osd +++ b/README.osd @@ -10,7 +10,7 @@ Note that the copyright on the OSD modifications is GPLv2 while the rest of PVFS is distributed under LGPLv2. This is to be consistent with the rest of the OSC OSD software distribution which is also GPLv2. -Copyright (C) 2007 OSD Team +Copyright (C) 2007-8 OSD Team Copyright (C) 2007 Pete Wyckoff Initial import from pvfs CVS on 5 feb 07 20:47:00 EST. @@ -24,8 +24,8 @@ To configure: Or, with optimization: CFLAGS="-O3 -DNDEBUG" ./configure --without-openssl --disable-karma --disable-thread-safety --enable-strict --enable-shared --disable-static --prefix=$(pwd)/install -Or, with IB: - CFLAGS="-O3 -DNDEBUG" ./configure --without-openssl --disable-karma --disable-thread-safety --enable-strict --enable-shared --disable-static --prefix=$(pwd)/install --with-openib=/usr/local/openib-iser --without-bmi-tcp +Or, with IB, but shared libs will not work: + CFLAGS="-O3 -DNDEBUG" ./configure --without-openssl --disable-karma --disable-thread-safety --enable-strict --enable-static --disable-shared --prefix=$(pwd)/install --with-openib=/usr/local/openib-iser --without-bmi-tcp To build kernel module, add: --with-kernel=/usr/src/linux