From 69f92356495fb695233e54964b60737856eff16b Mon Sep 17 00:00:00 2001 From: Pete Wyckoff Date: Tue, 26 Feb 2008 14:19:07 -0500 Subject: [PATCH] okay to use shared libs again --- README.osd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.osd b/README.osd index bba3f9d..77e10a6 100644 --- a/README.osd +++ b/README.osd @@ -25,7 +25,7 @@ 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, 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 + CFLAGS="-O3 -DNDEBUG" ./configure --without-openssl --disable-karma --disable-thread-safety --enable-strict --disable-static --enable-shared --prefix=$(pwd)/install --with-openib=/usr/local/openib-iser --without-bmi-tcp To build kernel module, add: --with-kernel=/usr/src/linux