GNU bug report logs - #11251
Use -Wl,-rpath instead of -R on GNU/Linux with GCC 4.6

Previous Next

Package: emacs;

Reported by: ludo <at> gnu.org (Ludovic Courtès)

Date: Mon, 16 Apr 2012 10:02:01 UTC

Severity: important

Done: Chong Yidong <cyd <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: Chong Yidong <cyd <at> gnu.org>
Cc: Ludovic Courtès <ludo <at> gnu.org>, 11251 <at> 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
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.




This bug report was last modified 13 years and 32 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.