[New-bugs-announce] [issue8027] distutils fail to determine c++ linker with unixcompiler if using ccache

Alexander Sulfrian report at bugs.python.org
Sat Feb 27 16:24:03 CET 2010


New submission from Alexander Sulfrian <alexander at 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 <report at bugs.python.org>
<http://bugs.python.org/issue8027>
_______________________________________


More information about the New-bugs-announce mailing list