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 skrah
Recipients loewis, skrah, wah meng
Date 2011-09-20.10:21:03
SpamBayes Score 0.052135035
Marked as misclassified No
Message-id <1316514064.59.0.831298544458.issue12991@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-09-20 10:21:04skrahsetrecipients: + skrah, loewis, wah meng
2011-09-20 10:21:04skrahsetmessageid: <1316514064.59.0.831298544458.issue12991@psf.upfronthosting.co.za>
2011-09-20 10:21:04skrahlinkissue12991 messages
2011-09-20 10:21:03skrahcreate