[ python-Bugs-1070140 ] endianness detection fails on IRIX 5.3

SourceForge.net noreply at sourceforge.net
Sat Nov 20 20:01:34 CET 2004


Bugs item #1070140, was opened at 2004-11-20 20:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1070140&group_id=5470

Category: Installation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Georg Schwarz (gschwarz)
Assigned to: Nobody/Anonymous (nobody)
Summary: endianness detection fails on IRIX 5.3

Initial Comment:
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.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1070140&group_id=5470


More information about the Python-bugs-list mailing list