Message48650
| Author |
sanxiyn |
| Recipients |
| Date |
2005年08月09日.04:53:25 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Recently I discovered ccache and am very happily using it.
However, some Python extensions (python-ldap, to be
precise) didn't link correctly, ignoring
runtime_library_dirs, only if I used ccache.
(CC='ccache gcc' python setup.py...)
Attached patch fixes this by treating any compiler with
string gcc or g++ in it as GCC, not only those start
with gcc or g++. This feels like hack over hack, but oh
well. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 15:43:40 | admin | link | issue1254718 messages |
| 2007年08月23日 15:43:40 | admin | create |
|