Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* [RFC] Shared library cruft in configure.in
@ 2003-01-02 21:02 Mark Kettenis
  2003-01-02 22:23 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Kettenis @ 2003-01-02 21:02 UTC (permalink / raw)
  To: gdb

There is some code in configure.in to "support" --enable-shared.  Its
purpose seems to be to make it possible to build a GDB that's linked
against shared versions of libraries from elsewhere in the Cygnus tree
(e.g. bfd, opcodes).  However, we always use static libraries when
linking (../bfd/libbfd.a, ../opcodes/opcodes.a).  Therefore I think
the code is completely useless, and I propose to whack it.  If, in the
future, we want to support a GDB linked against a shared libbfd and
libopcodes, we shouldn't use this code anyway, but use libtool
instead.

Any objects?

Mark


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [RFC] Shared library cruft in configure.in
  2003-01-02 21:02 [RFC] Shared library cruft in configure.in Mark Kettenis
@ 2003-01-02 22:23 ` Daniel Jacobowitz
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2003-01-02 22:23 UTC (permalink / raw)
  To: gdb

On Thu, Jan 02, 2003 at 10:02:19PM +0100, Mark Kettenis wrote:
> There is some code in configure.in to "support" --enable-shared.  Its
> purpose seems to be to make it possible to build a GDB that's linked
> against shared versions of libraries from elsewhere in the Cygnus tree
> (e.g. bfd, opcodes).  However, we always use static libraries when
> linking (../bfd/libbfd.a, ../opcodes/opcodes.a).  Therefore I think
> the code is completely useless, and I propose to whack it.  If, in the
> future, we want to support a GDB linked against a shared libbfd and
> libopcodes, we shouldn't use this code anyway, but use libtool
> instead.
> 
> Any objects?

None at all.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-01-02 22:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-02 21:02 [RFC] Shared library cruft in configure.in Mark Kettenis
2003-01-02 22:23 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox