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 wah meng
Recipients loewis, skrah, wah meng
Date 2011-09-21.11:45:21
SpamBayes Score 3.346631e-08
Marked as misclassified No
Message-id <1316605521.99.0.0889984241734.issue12991@psf.upfronthosting.co.za>
In-reply-to
Content
Good news is now I am still using ld, like what is generated in the Makefile file by configure script, and able to do the linking process for the built-in modules successfully. 

I only need to set CC="cc +DD64" and "CXX=aCC" and the process make process is able to build python executable 64-bit and all the built-in modules where the necessary bit can be found.

For other built-in modules, for example, _tkinter, I am also able to build it this time by setting these 3 environment variables where ~/local is where I installed my tcl/tk binary.

export CC="cc +DD64 -I/home/r32813/local/include"
export CXX=aCC
export LDFLAGS="-L/home/r32813/local/lib -lxnet"

I am finally able to build python 64-bit and built-in library on HP ia64 using HP compiler aCC. Thanks for the input everyone. :)
History
Date User Action Args
2011-09-21 11:45:22wah mengsetrecipients: + wah meng, loewis, skrah
2011-09-21 11:45:21wah mengsetmessageid: <1316605521.99.0.0889984241734.issue12991@psf.upfronthosting.co.za>
2011-09-21 11:45:21wah menglinkissue12991 messages
2011-09-21 11:45:21wah mengcreate