[Python-Dev] Include C++ code in the ctypes test suite?

Alexander Belopolsky alexander.belopolsky at gmail.com
Thu Jan 29 17:59:39 CET 2009


On Thu, Jan 29, 2009 at 11:50 AM, Antoine Pitrou <solipsis at pitrou.net> wrote:
..
> (I also suppose configure can detect the presence of a C++ compiler...)
>
This test is already there:

$ ./configure
...
checking for g++... g++
configure: WARNING:

  By default, distutils will build C++ extension modules with "g++".
  If this is not intended, then set CXX on the configure command line.
...


More information about the Python-Dev mailing list