[issue6989] Python-2.6.2

2009-09-24 Thread Ashish
New submission from Ashish pimp...@gmail.com: I am getting error while compiling python-2.6.2 OS - Solaris 10 8/07 s10s_u4wos_12b SPARC bash-3.00$ isainfo -v 64-bit sparcv9 applications asi_blk_init 32-bit sparc applications asi_blk_init v8plus div32 mul32 Paths and defined

[issue6989] Python-2.6.2

2009-09-24 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: If you do a Google search for that particular error message ('There are only 32 single ...'), the results suggest that this is a known problem with gcc and/or gas on Solaris. Does removing the -O3 optimization flag make any difference?

[issue6989] Python-2.6.2

2009-09-24 Thread Ashish
Ashish pimp...@gmail.com added the comment: I added vaiable as export CXX=gcc -q64 then run sudo ./configure --with-universal-archs=64 bit --prefix=/opt/Python-2.6.2/ After completion of configure I removed O3 from makefile, then run sudo make It seems to be run fine. But after make install i