◐ Shell
clean mode source ↗

Message 285428 - Python tracker

Message285428

Author phantal
Recipients phantal
Date 2017-01-13.17:27:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484328459.12.0.655564355741.issue29264@psf.upfronthosting.co.za>
In-reply-to
Content
When building pythong 3.6.0 on solaris 10/sparc I'm seeing the following error:

Modules/_ctypes/libffi/src/sparc/ffi.c:440:8: error: 'asm' undeclared (first use in this function)
(...)

If I force it to use -std=gnu99 then it seems to compile fine.
History
Date User Action Args
2017-01-13 17:27:39phantalsetrecipients: + phantal
2017-01-13 17:27:39phantalsetmessageid: <1484328459.12.0.655564355741.issue29264@psf.upfronthosting.co.za>
2017-01-13 17:27:39phantallinkissue29264 messages
2017-01-13 17:27:38phantalcreate