-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed as not planned
Closed as not planned
Copy link
Description
I clone the GitHub repository of cpython with git clone https://github.com/python/cpython/
in macOS Sequoia 15.3.2, then I executed ./configure --enable-optimizations --with-lto
to create a Makefile. After that, I run make
but I got the following error which showed that python.exe
was expected in macOS environment ?
I have included config.log
and Makefile
for reference.
Bug report
Bug description:
Rebuilding with profile guided optimizations:
rm -f profile-clean-stamp
make build_all CFLAGS_NODIST=" -fprofile-instr-use="/Users/wyattwong/GitHub/cpython/code.profclangd"" LDFLAGS_NODIST=""
make[1]: Entering directory '/Users/wyattwong/GitHub/cpython'
Checked 112 modules (34 built-in, 78 shared, 0 n/a on macosx-15.3-x86_64, 0 disabled, 0 missing, 0 failed on import)
./python.exe -E ./Tools/build/generate-build-details.py `cat pybuilddir.txt`/build-details.json
make[1]: Leaving directory '/Users/wyattwong/GitHub/cpython'
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Metadata
Metadata
Assignees
Labels
No labels