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 gregcouch
Recipients gregcouch, loewis, theller
Date 2007-11-29.19:46:16
SpamBayes Score 0.10874052
Marked as misclassified No
Message-id <1196365577.47.0.12148374867.issue1516@psf.upfronthosting.co.za>
In-reply-to
Content
The modications work on Tru64 and IRIX.  cc has understood .s suffixes
for a long time.  You use cc instead of as because it knows how to run
the C preprocessor (often /lib/cpp, but not on all systems).

Looking at the Solaris cc manual page (via google), I see that its cc
has the same .S and .s distinction that gcc has, so my patch will not
work with Solaris either.  IRIX has a separate issue in that it has
libffi support for n32 binaries, but doesn't have the ffi_closure
support, so while libffi compiles, _ctypes still fails  to compile (same
would be true if gcc were used).
History
Date User Action Args
2007-11-29 19:46:17gregcouchsetspambayes_score: 0.108741 -> 0.10874052
recipients: + gregcouch, loewis, theller
2007-11-29 19:46:17gregcouchsetspambayes_score: 0.108741 -> 0.108741
messageid: <1196365577.47.0.12148374867.issue1516@psf.upfronthosting.co.za>
2007-11-29 19:46:17gregcouchlinkissue1516 messages
2007-11-29 19:46:17gregcouchcreate