how to build wxPython w/ Sun's C++ compiler?

Martin v. Loewis martin at v.loewis.de
Mon Sep 9 18:56:49 EDT 2002


Skip Montanaro <skip at pobox.com> writes:

> How do I convince it to use CC for files with .cpp extensions.

Currently, you cannot: distutils does not support usage of separate
tools for C and C++; feel free to contribute patches.

If you can compile all source files as C++, try setting CC to CC in
the installed Makefile.

Regards,
Martin



More information about the Python-list mailing list