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, mark.dickinson
Date 2009-09-24.20:59:33
SpamBayes Score 2.867109e-07
Marked as misclassified No
Message-id <1253825975.57.0.0805141992671.issue6989@psf.upfronthosting.co.za>
In-reply-to
Content
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 
Compiling /opt/Python-2.6.2//lib/python2.6/xml/sax/expatreader.py ...
Compiling /opt/Python-2.6.2//lib/python2.6/xml/sax/handler.py ...
Compiling /opt/Python-2.6.2//lib/python2.6/xml/sax/saxutils.py ...
Compiling /opt/Python-2.6.2//lib/python2.6/xml/sax/xmlreader.py ...
Compiling /opt/Python-2.6.2//lib/python2.6/xmllib.py ...
Compiling /opt/Python-2.6.2//lib/python2.6/xmlrpclib.py ...
Compiling /opt/Python-2.6.2//lib/python2.6/zipfile.py ...
*** Error code 1
make: Fatal error: Command failed for target `libinstall'


I need to change variable with 
export LD_LIBRARY_PATH="L/usr/lib/sparcv9:/usr/local/lib/sparcv9
R/opt/Python-2.6.2/lib"
Please suggest.
Thanks for cooperation and guideline.
I feel we are near to resolve the issue.
History
Date User Action Args
2009-09-24 20:59:35ashishsetrecipients: + ashish, mark.dickinson
2009-09-24 20:59:35ashishsetmessageid: <1253825975.57.0.0805141992671.issue6989@psf.upfronthosting.co.za>
2009-09-24 20:59:34ashishlinkissue6989 messages
2009-09-24 20:59:33ashishcreate