All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ned Bass <bass6@llnl.gov>
To: lustre-devel@lists.lustre.org
Subject: [lustre-devel] Lustre and libreadline
Date: Wed, 3 Jun 2015 13:57:25 -0700	[thread overview]
Message-ID: <20150603205725.GH10066@llnl.gov> (raw)
In-Reply-To: <556F6341.3070507@cray.com>

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

  reply	other threads:[~2015-06-03 20:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-03 18:32 [lustre-devel] Lustre and libreadline Patrick Farrell
2015-06-03 18:57 ` Ned Bass
2015-06-03 20:27   ` Patrick Farrell
2015-06-03 20:57     ` Ned Bass [this message]
2015-06-03 21:07     ` Simmons, James A.
2015-06-03 22:49       ` Ned Bass
2015-06-04 11:21         ` Dilger, Andreas
2015-06-04 17:37           ` Ned Bass
2015-06-04 17:47             ` Ned Bass
2015-06-05 17:15               ` Dilger, Andreas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150603205725.GH10066@llnl.gov \
    --to=bass6@llnl.gov \
    --cc=lustre-devel@lists.lustre.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.