-
I am failing to build python 3.10 and 3.11 against brewed I'm on an unsupported config and mixing brewed stuff with outside-of-brew stuff, so I know this is no Issue. Just looking for any tips from someone who understands compilation better than I do—that is, understands it at all. ContextHere's my brew situation: the output of Problempython-build (& pyenv, asdf) fails to build python because of something about OpenSSL:
(full output here) LogsHere's python-build's log. Note the following errors (search
That clearly shows that it failed, but not much more. So I look at the real
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Which GCC are you using? If you are using Ubuntu < 22.04 (i.e, you are using brewed glibc) and are using Homebrew installed libraries, then you must also use Homebrew GCC ( System GCC may work but you'll need to provide some glibc flags if you use that. |
Beta Was this translation helpful? Give feedback.
Which GCC are you using? If you are using Ubuntu < 22.04 (i.e, you are using brewed glibc) and are using Homebrew installed libraries, then you must also use Homebrew GCC (
gcc-12
).System GCC may work but you'll need to provide some glibc flags if you use that.