compile error '--with-cxx=c++'

Martin v. Loewis martin at v.loewis.de
Sun Jan 27 05:45:13 EST 2002


"Jochen Küpper" <jochen at jochen-kuepper.de> writes:

> Linking with c++ instead of gcc works.

Please submit a bug report to SF. If you want to investigate: Python's
configure performs a test whether CC can link a program compiled with
CXX, following the lines

# LINKCC is the command that links the python executable -- default is $(CC).
# If CXX is set, and if it is needed to link a main function that was
# compiled with CXX, LINKCC is CXX instead. Always using CXX is undesirable:
# python might then depend on the C++ runtime

For some reason, this test passes on your system, yet linking of
Python still fails. It would be good if you could find out how to
reformulate the test (or determine why it passed).

Regards,
Martin




More information about the Python-list mailing list