Re: Solaris 10 + Sun Studio 12 Pyrhon 2.4.4 64-bit build problem

2007-10-30 Thread MrJean1
On final comment. For 64-bit usage, Python 2.5.1 is the better choice. More on that here . /Jean Brouwers On Oct 30, 10:15 am, MrJean1 <[EMAIL PROTECTED]> wrote: > Building 64-bit Python 2.4.4 on Solaris 10 and SUC C/C++ using the > instructions f

Re: Solaris 10 + Sun Studio 12 Pyrhon 2.4.4 64-bit build problem

2007-10-30 Thread MrJean1
Building 64-bit Python 2.4.4 on Solaris 10 and SUC C/C++ using the instructions from worked just fine on Ultra 20 Opteron machine. The test result summary is below. /Jean Brouwers 249 tests OK. 2 tests failed: te

Re: Solaris 10 + Sun Studio 12 Pyrhon 2.4.4 64-bit build problem

2007-10-29 Thread MrJean1
Correction: the number of tests which pass must be 276. /Jean Brouwers On Oct 29, 10:29 pm, MrJean1 <[EMAIL PROTECTED]> wrote: > Here is a better way to build Python on Solaris, both 32- and 64- > bit. > > > > since it builds

Re: Solaris 10 + Sun Studio 12 Pyrhon 2.4.4 64-bit build problem

2007-10-29 Thread MrJean1
Here is a better way to build Python on Solaris, both 32- and 64- bit. since it builds both the binary and make test on my Ultra 20 machine. In my case 26 tests pass, 1 failed, 44 are skipped and there are 6 u expected skips.

Re: Solaris 10 + Sun Studio 12 Pyrhon 2.4.4 64-bit build problem

2007-10-29 Thread MrJean1
Here is one way to build a 64-bit Python binary on Solaris 10 using SUN's compilers**. This is probably not the recommended procedure but it does create a partial, expected result. Here are the 4 steps I used: 1 - Run ./configure --without-gcc --with-cxx-main=CC --enable-64- bit 2 - Ed

Re: Solaris 10 + Sun Studio 12 Pyrhon 2.4.4 64-bit build problem

2007-10-29 Thread MrJean1
Building 64-bit Python is still elusive. I tried various ways to add - xtarget=opteron -xarch-amd64 to the C/C++ flags but that still fails to produce a 64-bit build. Changing the Makefile is not sufficient since that causes compilation errors. It looks like the ./configure command must run wit

Re: Solaris 10 + Sun Studio 12 Pyrhon 2.4.4 64-bit build problem

2007-10-29 Thread MrJean1
Maybe this helps. Using ./configure --without-gcc in Python 2.5.1 on Solaris 10 gives a different message. That message indicates that C++ compiler 'c++' will be used but the Studio C++ compiler on Solaris is 'CC'. Using ./configure --without-gcc --with-cxx-main=CC made that message

Solaris 10 + Sun Studio 12 Pyrhon 2.4.4 64-bit build problem

2007-10-28 Thread plumb and tree
I've been trying for days to build 64 bit python with Solaris 10 + Sun Studio 12. Can anyone helpl please. This is how I tried to do build: # ./configure --prefix=/opt/python2.4 --without-gcc --enable-shared checking MACHDEP... sunos5 checking EXTRAPLATDIR... checking for --without-gcc... yes ch