You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I appreciate that building 32-bit python using gcc on Linux is not currently a supported platform combination, I would still like to review the code behind this... configure: WARNING: i686-pc-linux-gnu/gcc is not supported
Building CPython generates the following warning:
#Environment
Python 3.12.0a6+
Not able to replicate on a 64 bit system without the following compiler options:
-D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64
Found whilst analysing #101732
I appreciate that building 32-bit python using gcc on Linux is not currently a supported platform combination, I would still like to review the code behind this...
configure: WARNING: i686-pc-linux-gnu/gcc is not supported
Linked PRs
The text was updated successfully, but these errors were encountered: