Re: Python and Solaris 10

2006-01-12 Thread Layne Meier
Thank you, thank you, thank you. This works so much better. Layne On Jan 12, 2006, at 2:24 PM, [EMAIL PROTECTED] wrote: > 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

Re: Python and Solaris 10

2006-01-12 Thread Layne Meier
I get the same result. Layne On Jan 12, 2006, at 1:21 PM, [EMAIL PROTECTED] wrote: > I've built it with both GCC and Sun Studio compilers. > > Try adding /usr/sfw/bin to your path. > > Or set CC=/usr/sfw/bin/gcc > > casevh > > -- > http://mail.python.org/mailman/listinfo/python-list -- http:

Re: Python and Solaris 10

2006-01-12 Thread casevh
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 -- http://mail.python.org/mailman/listinfo/python-list

Re: Python and Solaris 10

2006-01-12 Thread casevh
I've built it with both GCC and Sun Studio compilers. Try adding /usr/sfw/bin to your path. Or set CC=/usr/sfw/bin/gcc casevh -- http://mail.python.org/mailman/listinfo/python-list

Python and Solaris 10

2006-01-12 Thread Layne Meier
I'm having a bit of a problem trying to install Python on a Solaris 10 system. I didn't have this kind of problem when trying to install it on Solaris 8. Has anyone else experienced this problem? I've tried adding CC=gcc into the configure script, and have also tried running ./configure --wi