On 29-dec-04, at 4:35, Bob Ippolito wrote:

This is the wrong fix. Distutils is dumber than you think. This patch just breaks C++ compilation in a different way. The correct solution is a patch to distutils of some kind.

from distutils/unixccompiler.py:174

                if target_lang == "c++" and self.compiler_cxx:
                    linker[0] = self.compiler_cxx[0]
                self.spawn(linker + ld_args)

"linker" is the variable expanded LDSHARED (or whatever comes out of sysconfig.customize_compiler).

Bah!

Any suggestions as to what to do to get c++ compilation fixed?

Also, could you point me to a readily available extension package that uses c++?
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma Goldman


_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to