Gentoo Archives: gentoo-alt

From: Johan Hattne <johan.hattne@××××××××××××××.edu>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] RPATH/RUNPATH set automatically in gcc - How?
Date: Thu, 02 Dec 2010 17:57:28
Message-Id: 4CF7D722.1010200@utsouthwestern.edu
In Reply to: Re: [gentoo-alt] RPATH/RUNPATH set automatically in gcc - How? by Fabian Groffen
1 On 11/30/10 11:42, Fabian Groffen wrote:
2 > On 30-11-2010 18:37:37 +0100, justin wrote:
3 >> on prefix the RPATH/RUNPATH is automatically set to mach libraries from
4 >> the prefix. How is that done? And can we implement a solution for icc/ifc?
5
6 ...
7
8 > You can't modify icc (I presume) so the first is difficult, but if
9 > you're lucky you icc calls /usr/bin/ld which still can be the ld-wrapper
10 > like we use.
11
12 I think you can modify binaries such as icc--at least on some
13 platforms--and I've been toying around with prefixed icc/ifc before. See
14
15
16 http://archives.gentoo.org/gentoo-alt/msg_77205c1b0a6ac9cb751979ea51b444b4.xml
17
18 Don't know whether this is the right way to go or not, but for the
19 handful of binary-only software packages that I regularly use, it seems
20 to be OK.
21
22 // Cheers; Johan