Ashish 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 get error as
Mark Dickinson 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? (Try
removing all occ
New submission from Ashish :
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
PATH=/usr/local/bin:/op