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 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 <rep...@bugs.python.org>
<http://bugs.python.org/issue6989>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to