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+
On Dec 29, 2004, at 5:23 AM, Jack Jansen wrote:
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/unixccompi
Jack Jansen wrote:
Also, could you point me to a readily available extension package that
uses c++?
The Bio.Affy and Bio.KDTree extensions in Biopython use c++. See
www.biopython.org.
--Michiel.
--
Michiel de Hoon, Assistant Professor
University of Tokyo, Institute of Medical Science
Human Genome
Bob Ippolito wrote:
I have no idea, but I remember this issue was brought up at some point
during one of the many discussions of this issue. I think it was also
mentioned that SciPy's distutils extensions (or is it a fork?) does
something similarly stupid when frobbing in a Fortran compiler.
Ex