New submission from Alexander Sulfrian <alexan...@sulfrian.net>: Hi, if using ccache (CC="ccache gcc --flags", CXX="g++") distutils will try to execute something like "g++ gcc --flags" as linker for c++ libraries.
Patch attached. Alex ---------- assignee: tarek components: Distutils files: fix-distutils-with-ccache.patch keywords: patch messages: 100186 nosy: Alexander.Sulfrian, tarek severity: normal status: open title: distutils fail to determine c++ linker with unixcompiler if using ccache type: compile error versions: Python 2.6 Added file: http://bugs.python.org/file16388/fix-distutils-with-ccache.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8027> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com