[issue12991] Python 64-bit build on HP Itanium - Executable built successfully but modules failed with HP Compiler
Stefan Krah
report at bugs.python.org
Tue Sep 20 12:21:04 CEST 2011
Stefan Krah <stefan-usenet at bytereef.org> added the comment:
The README looks outdated. This isn't surprising, since probably no one
here has access to the HP compiler.
If you want to improve it, please try this:
make distclean
./configure CC=cc CFLAGS="+DD64"
make test
I don't think the linker should be invoked as 'ld'. Several sites
suggest that the HP compiler can be used a the linker front end
(in the same manner as gcc).
http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/ad/r0007656.htm
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12991>
_______________________________________
More information about the Python-bugs-list
mailing list