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 Robert Boehne
Recipients Robert Boehne
Date 2017-06-30.17:11:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498842690.63.0.786379991477.issue30819@psf.upfronthosting.co.za>
In-reply-to
Content
Setting compiler flags to +DD64 produces 64-bit objects, but the linker does not understand this flag, so either you'll see an ld failure to recognize +DD64 at link time, or you'll see a failure later mixing 32 and 64-bit objects.

I also modified the C++ variable because that's obviously needed as well.
There was an issue with configure - after modifying one and adding another line in configure.ac, autoconf 2.69 removed all instances of "runstatedir" in the generated configure script, so I made my intended change to configure in an editor as well.
History
Date User Action Args
2017-06-30 17:11:30Robert Boehnesetrecipients: + Robert Boehne
2017-06-30 17:11:30Robert Boehnesetmessageid: <1498842690.63.0.786379991477.issue30819@psf.upfronthosting.co.za>
2017-06-30 17:11:30Robert Boehnelinkissue30819 messages
2017-06-30 17:11:30Robert Boehnecreate