Python and Solaris 10

casevh at comcast.net casevh at comcast.net
Thu Jan 12 14:24:28 EST 2006


It looks like it is finding c++ in /usr/local/bin. Is that the compiler
you want to use?

I was assuming you want to use the Sun provided GCC located in
/usr/sfw/bin.

Try

CC=/usr/sfw/bin/gcc CXX=/usr/sfw/bin/g++ ./configure

casevh




More information about the Python-list mailing list