public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* build binutils-gdb with --disable-shared
@ 2022-05-18 22:07 Vladimir Mezentsev
  0 siblings, 0 replies; only message in thread
From: Vladimir Mezentsev @ 2022-05-18 22:07 UTC (permalink / raw)
  To: Binutils


% 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-18 22:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 22:07 build binutils-gdb with --disable-shared Vladimir Mezentsev

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).