https://sourceware.org/bugzilla/show_bug.cgi?id=21476

--- Comment #1 from Vincent Lefèvre <vincent-srcware at vinc17 dot net> ---
(In reply to Vincent Lefèvre from comment #0)
> Under Debian/unstable (with binutils 2.28), ld now generates a RUNPATH
> instead of a RPATH, breaking test programs generated by libtool.

Note that this occurs when using libtool's -no-install option, which is
recommended for the test programs, e.g. with:

AM_LDFLAGS = -no-install

in the Makefile.am file of the corresponding directory. This is what MPFR is
using, at least for MPFR 3.1.x with x ≤ 5 (currently the latest version).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to