[issue6863] Wrong linker command if CXX set to "ccache g++"

Pertti Kellomäki report at bugs.python.org
Sat Sep 12 15:10:05 CEST 2009


Pertti Kellomäki <pertti.kellomaki at tut.fi> added the comment:

The linker is usually called via a compiler, which arranges for compiler
specific libraries to be included in the linking. See e.g. section 10.2
in the GNU Make manual:

Linking a single object file

n is made automatically from n.o by running the linker (usually called
ld) via the C compiler. The precise command used is `$(CC) $(LDFLAGS)
n.o $(LOADLIBES) $(LDLIBS)'.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6863>
_______________________________________


More information about the Python-bugs-list mailing list