This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:40adminlinkissue1254718 messages
2007-08-23 15:43:40admincreate