Description
I get this error on a Raspberry PI 3 compiling from source Python3.11.1.
In the configure output:
[...]
checking whether float word ordering is bigendian... unknown
configure: error:
Unknown float word ordering. You need to manually preset
ax_cv_c_float_words_bigendian=no (or yes) according to your system.
It stop there.
I use the following flags for compilation on TinyCoreLinux (Linux box 5.10.77-piCore-v7 #1 SMP Sun Nov 7 11:27:33 UTC 2021 armv7l GNU/Linux)
CPPFLAGS="-I/usr/local/include/ncursesw" CC="gcc -flto -fuse-linker-plugin -march=armv7 -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -march=armv7 -mtu
ne=arm1176jzf-s -mfpu=vfp -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var --enable-shared --with-system-expat --with-system-ffi --with-ensurepip=yes --with-tcltk-i
ncludes='-I/usr/local/include' --with-tcltk-libs='-L/usr/local/lib -ltk8.6 -ltcl8.6'
I get the same result with the armv6kz arch.
Thanks!