Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@false.org>
To: "Joseph S. Myers" <joseph@codesourcery.com>
Cc: gdb-patches@sourceware.org
Subject: Re: Fix configure test for ELF in BFD for static libraries
Date: Fri, 18 Jul 2008 13:04:00 -0000	[thread overview]
Message-ID: <20080718130335.GB19045@caradoc.them.org> (raw)
In-Reply-To: <Pine.LNX.4.64.0807181205430.12743@digraph.polyomino.org.uk>

On Fri, Jul 18, 2008 at 12:09:20PM +0000, Joseph S. Myers wrote:
> GDB has a configure test for ELF support in BFD.  This is a link test, 
> linking with $LIBS -lbfd -liberty $intl.  If using zlib, this means -lz 
> comes before -lbfd, and with static libraries that means -lz will not be 
> used to resolve symbols needed by -lbfd - so the configure test fails when 
> BFD requires zlib and a static zlib is being used.
> 
> This patch puts the previous $LIBS setting after the extra libraries being 
> tested rather than before, so that -lz can be used to resolve symbols 
> needed by -lbfd.  OK to commit?
> 
> 2008-07-18  Joseph Myers  <joseph@codesourcery.com>
> 
> 	* configure.ac: Put old value of $LIBS after -lbfd -liberty $intl
> 	in BFD ELF check.
> 	* configure: Regenerate.

OK.

-- 
Daniel Jacobowitz
CodeSourcery


      reply	other threads:[~2008-07-18 13:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-18 12:09 Joseph S. Myers
2008-07-18 13:04 ` Daniel Jacobowitz [this message]

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=20080718130335.GB19045@caradoc.them.org \
    --to=drow@false.org \
    --cc=gdb-patches@sourceware.org \
    --cc=joseph@codesourcery.com \
    /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