Message48652
| Author |
rickharris |
| Recipients |
| Date |
2006年07月01日.01:41:43 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=1269204
Patch is good, bug still exists and not limited to just
ccache users.
On many systems using gcc, 'CC' does not == "gcc".
For example, on this
system /usr/lib/python2.4/config/Makefile reads
'CC=i686-pc-linux-gnu-gcc -pthread'
Therefore distutils will never link the RPATH/RUNPATH into
the .so correctly.
If any of the libraries linked against are in directories
that are not in the system's LDPATH, then the application
will fail when it cannot find the linked library.
|
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 15:43:43 | admin | link | issue1254718 messages |
| 2007年08月23日 15:43:43 | admin | create |
|