public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
To: Binutils <binutils@sourceware.org>
Subject: build binutils-gdb with --disable-shared
Date: Wed, 18 May 2022 15:07:07 -0700	[thread overview]
Message-ID: <5434970c-653c-b446-4808-540917829215@oracle.com> (raw)


% cat -n gprofng/libcollector/configure.ac | head -43 | tail -9
     35
     36    LT_INIT
     37    AC_ENABLE_SHARED
     38    AC_DISABLE_STATIC
     39
     40    if test "$enable_shared" != "yes"; then
     41      AC_MSG_ERROR([Cannot set --enable-shared for 
gprofng/libcollector.])
     42    fi
     43


When I configure my build with --disable-shared, I see that 
AC_ENABLE_SHARED does nothing.
Is it possible to set --enable-shared only for one sub-directory (in my 
case, gprofng/libcollector) ?


Thank you,
-Vladimir


                 reply	other threads:[~2022-05-18 22:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=5434970c-653c-b446-4808-540917829215@oracle.com \
    --to=vladimir.mezentsev@oracle.com \
    --cc=binutils@sourceware.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).