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 gschwarz
Recipients
Date 2004-11-20.19:01:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Configuring python 2.3.4 on IRIX 5.3 fails as follows:

checking whether byte ordering is bigendian... unknown
configure: error: unknown endianness
presetting ac_cv_c_bigendian=no (or yes) will help
*** Error code 1

The problem is that the respective defines are in sys/
endian.h, which is not being included in the test code.
History
Date User Action Args
2008-01-20 09:57:18adminlinkissue1070140 messages
2008-01-20 09:57:18admincreate