[lustre-devel] Lustre and libreadline

Ned Bass bass6 at llnl.gov
Wed Jun 3 13:57:25 PDT 2015


On Wed, Jun 03, 2015 at 03:27:45PM -0500, Patrick Farrell wrote:
> You say you just install the library and not the utils, but do you
> specifically build without the utils?  Is there some existing config
> option for that?  (Hoping to save myself some grepping...)
> Otherwise, I'll have to add in that option.

There's no such config option, I just manually perform the build steps
after configure. Something like this:

./configure --disable-server --disable-readline
cd lustre/utils
make CC=mpicc liblustreapi.a
<$BQQ_BIN_DIR>/gcc -shared -Wl,-soname,liblustreapi.so.0 -o liblustreapi.so.0 liblustreapi*.o l_ioctl.o kernel_user_comm.o

Kind of a hack, but we don't update it often so I haven't bothered to
add build system support.

Ned


More information about the lustre-devel mailing list