unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Chong Yidong <cyd@gnu.org>
Cc: "Ludovic Courtès" <ludo@gnu.org>, 11251@debbugs.gnu.org
Subject: bug#11251: Use -Wl, -rpath instead of -R on GNU/Linux with GCC 4.6
Date: Mon, 16 Apr 2012 12:31:11 -0400	[thread overview]
Message-ID: <n83983ej00.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <87k41gq7d0.fsf@gnu.org> (Chong Yidong's message of "Mon, 16 Apr 2012 18:49:31 +0800")

Chong Yidong wrote:

> (BTW, maybe we don't need to AC_SUBST the LD_SWITCH_X_SITE_AUX and
> LD_SWITCH_X_SITE_AUX_RPATH variables; they don't seem to be used
> anywhere outside of configure.)

Yes they are. Eg

case "$opsys" in
  netbsd|openbsd)
   LD_SWITCH_SYSTEM="\$(LD_SWITCH_X_SITE_AUX_RPATH) $LD_SWITCH_SYSTEM"
  ;;
esac

Note escaped \$, so these references appear in the Makefile unexpanded.





  reply	other threads:[~2012-04-16 16:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-16 10:01 bug#11251: Use -Wl,-rpath instead of -R on GNU/Linux with GCC 4.6 Ludovic Courtès
2012-04-16 10:49 ` bug#11251: Use -Wl, -rpath " Chong Yidong
2012-04-16 16:31   ` Glenn Morris [this message]
2012-04-18  2:14 ` Chong Yidong

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=n83983ej00.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=11251@debbugs.gnu.org \
    --cc=cyd@gnu.org \
    --cc=ludo@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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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