[issue6989] Python-2.6.2

Ashish report at bugs.python.org
Thu Sep 24 22:59:35 CEST 2009


Ashish <pimple9 at 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 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.

----------
status: pending -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6989>
_______________________________________


More information about the Python-bugs-list mailing list