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 David.Edelsohn
Recipients David.Edelsohn, Michael.Felt, vstinner
Date 2016-03-01.16:22:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456849356.11.0.503102829172.issue26466@psf.upfronthosting.co.za>
In-reply-to
Content
Something is building libpython2.7.a incorrectly or the python.exp script is not functioning correctly.

ld: 0711-596 SEVERE ERROR: Object libpython2.7.a[ceval.o]
        An RLD for section 2 (.data) refers to symbol 0,
        but the storage class of the symbol is not C_EXT or C_HIDEXT.
ld: 0711-596 SEVERE ERROR: Object libpython2.7.a[ceval.o]
        An RLD for section 2 (.data) refers to symbol 0,
        but the storage class of the symbol is not C_EXT or C_HIDEXT.

is different than the later undefined symbols error.
History
Date User Action Args
2016-03-01 16:22:36David.Edelsohnsetrecipients: + David.Edelsohn, vstinner, Michael.Felt
2016-03-01 16:22:36David.Edelsohnsetmessageid: <1456849356.11.0.503102829172.issue26466@psf.upfronthosting.co.za>
2016-03-01 16:22:36David.Edelsohnlinkissue26466 messages
2016-03-01 16:22:35David.Edelsohncreate