[Distutils] setup.py demo.C build (gcc vs. g++) (distutils)

Phillip J. Eby pje at telecommunity.com
Wed May 16 20:05:51 CEST 2007


At 12:19 PM 5/16/2007 -0500, Mowry, Peter wrote:
> > echo $CC $CPP $CXX $LDSHARED
>g++ g++ g++ g++


Try this instead:

python2.5 -c "import os; print os.environ['CXX']"

Does it display the same thing? 



More information about the Distutils-SIG mailing list