Specifying linker and compiler in distutils

Greg Green gregory.p.green at boeing.com
Fri Jul 12 19:30:29 EDT 2002


We are trying to build a c++ extension using distutils on SGI irix. C++ source
needs to be linked using the 'CC' command on sgi instead of 'ld' so that
template instantiation can be done correctly. I scanned through the
documentation and source of distutils, and didn't see an obvious way of
specifying this. Can anybody point me in the right direction?

-- 

Greg Green



More information about the Python-list mailing list