Skip to content

Commit

Permalink
note about static-only for ib build
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Wyckoff committed Feb 22, 2008
1 parent 870ec99 commit a4b57e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.osd
Original file line number Diff line number Diff line change
Expand Up @@ -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 <pvfs-osd@osc.edu>
Copyright (C) 2007-8 OSD Team <pvfs-osd@osc.edu>
Copyright (C) 2007 Pete Wyckoff <pw@osc.edu>

Initial import from pvfs CVS on 5 feb 07 20:47:00 EST.
Expand All @@ -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
Expand Down

0 comments on commit a4b57e6

Please sign in to comment.