public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
To: John David Anglin <dave@hiauly1.hia.nrc.ca>
Cc: gcc-patches@gcc.gnu.org, fortran@gcc.gnu.org, libtool-patches@gnu.org
Subject: Re: ping: [PATCH libtool] hardcoded path to dependent shared libraries	on 32-bit hpux (libquadmath)
Date: Sun, 19 Dec 2010 19:35:00 -0000	[thread overview]
Message-ID: <20101219183118.GX7020@gmx.de> (raw)
In-Reply-To: <20101219160436.GA14934@hiauly1.hia.nrc.ca>

* John David Anglin wrote on Sun, Dec 19, 2010 at 05:04:36PM CET:
> Ping.
> 
> On Fri, 10 Dec 2010, John David Anglin wrote:
> > The attached change to ltmain.sh fixes the above problem on on 32-bit
> > hppa*-*hpux*.  Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11.
> > 
> > Would you please apply if ok to libtool, gcc and sourceware?

Sorry for the delay, I really would like to test the patch on the
Libtool tree on a couple of systems, and write a Libtool testsuite
addition for it, so we don't regress in the future.  I hope to get
to it before the end of the calendar year.

If you'd like to help, you can download the Libtool source tree
(git or nightly tarball from the website), apply the patch, run
'make -k check' and send the log files the output tells to send,
on the HP systems you have available for testing.

Thanks,
Ralf

> > 2010-12-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
> > 
> > 	* ltmain.sh (relink): Use absolute path when hardcoding with -L.
> > 
> > Index: ltmain.sh
> > ===================================================================
> > --- ltmain.sh	(revision 167668)
> > +++ ltmain.sh	(working copy)
> > @@ -5928,7 +5928,7 @@
> >  	         test "$hardcode_direct_absolute" = no; then
> >  		add="$dir/$linklib"
> >  	      elif test "$hardcode_minus_L" = yes; then
> > -		add_dir="-L$dir"
> > +		add_dir="-L$absdir"
> >  		# Try looking first in the location we're being installed to.
> >  		if test -n "$inst_prefix_dir"; then
> >  		  case $libdir in

      reply	other threads:[~2010-12-19 18:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-29  0:13 [patch libgfortran] path to libquadmath John David Anglin
2010-11-29  0:58 ` Ralf Wildenhues
2010-11-29  1:50   ` John David Anglin
2010-12-06  0:57   ` John David Anglin
2010-12-10 17:03   ` John David Anglin
2010-12-19 16:21     ` ping: [PATCH libtool] hardcoded path to dependent shared libraries on 32-bit hpux (libquadmath) John David Anglin
2010-12-19 19:35       ` Ralf Wildenhues [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=20101219183118.GX7020@gmx.de \
    --to=ralf.wildenhues@gmx.de \
    --cc=dave@hiauly1.hia.nrc.ca \
    --cc=fortran@gcc.gnu.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=libtool-patches@gnu.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).