[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/21476] ld generates a RUNPATH instead of a RPATH, breaking tests
From: |
vincent-srcware at vinc17 dot net |
Subject: |
[Bug ld/21476] ld generates a RUNPATH instead of a RPATH, breaking tests generated by libtool |
Date: |
Tue, 30 May 2017 09:55:14 +0000 |
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.