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
xriskmannequin opened this issue
May 10, 2021
· 4 comments
Assignees
Labels
3.7 (EOL)end of life3.8 (EOL)end of life3.9only security fixes3.10only security fixes3.11only security fixesbuildThe build process and cross-buildOS-mactype-bugAn unexpected behavior, bug, or error
On macOS devices, the configure script seems to always detect gcc, even though Apple does not ship with gcc — the gcc binary is simply a wrapper around clang (probably llvm-gcc?)
The issue seems to be solved. We can close the issue.
Perhaps I don't understand the desired result but it doesn't look solved to me. In particular, the test:
if test -n "`"$found_gcc" --version | grep llvm-gcc`"
fails because compilers provided by current versions of Apple's Xcode or Command Line Tools no longer include the string llvm-gcc in their reported versions:
$ gcc --version
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
Target: x86_64-apple-darwin22.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
3.7 (EOL)end of life3.8 (EOL)end of life3.9only security fixes3.10only security fixes3.11only security fixesbuildThe build process and cross-buildOS-mactype-bugAn unexpected behavior, bug, or error
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: