This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ashish
Recipients ashish
Date 2009-09-24.19:07:27
SpamBayes Score 2.8264191e-08
Marked as misclassified No
Message-id <1253819255.25.0.700651410183.issue6989@psf.upfronthosting.co.za>
In-reply-to
Content
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:/opt/sfw/bin:/opt/sfw/sbin:/usr/sfw/bin:/usr/sfw/sbin:/opt/SUNWspci/bin:/usr/ccs/bin:/usr/bin:$PATH
export LD_LIBRARY_PATH="/usr/lib/sparcv9:/usr/local/lib/sparcv9"
export LDFLAGS="-mcpu=v9 -m64"
export LDDFLAGS="-mcpu=v9 -m64 -G"
export CC="gcc -mcpu=v9 -m64 -D_LARGEFILE64_SOURCE=1"

Configure seems to be runs fine. ( Attched File for configure )
 sudo ./configure --with-universal-archs="64 bit"
--prefix=/opt/Python-2.6.2/

But getting error after running make
bash-3.00$ sudo make
\gcc -mcpu=v9 -m64 -D_LARGEFILE64_SOURCE=1 -c -fno-strict-aliasing
-DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include 
-DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
/var/tmp//ccBDYDRE.s: Assembler messages:
/var/tmp//ccBDYDRE.s:7339: Error: Illegal operands: There are only 32
single precision f registers; [0-31]
*** Error code 1
make: Fatal error: Command failed for target `Objects/floatobject.o'

Please advice.
History
Date User Action Args
2009-09-24 19:07:35ashishsetrecipients: + ashish
2009-09-24 19:07:35ashishsetmessageid: <1253819255.25.0.700651410183.issue6989@psf.upfronthosting.co.za>
2009-09-24 19:07:33ashishlinkissue6989 messages
2009-09-24 19:07:32ashishcreate