This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jett8998
Recipients jett8998
Date 2021-08-25.14:35:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629902152.33.0.134354917611.issue45002@roundup.psfhosted.org>
In-reply-to
Content
I used the following config:
./configure --prefix=/Users/jett/python311 --enable-optimizations --enable-ipv6 --enable-big-digits=30 --with-lto=full --with-experimental-isolated-subinterpreters --with-static-libpython --enable-universalsdk --with-universal-archs=universal2 --with-openssl=/opt/homebrew/opt/openssl@1.1

export CFLAGS="-I/opt/homebrew/opt/xz/include -I/opt/homebrew/opt/tcl-tk/include"
export CPPFLAGS="-I/opt/homebrew/opt/xz/include -I/opt/homebrew/opt/tcl-tk/include"
export LDFLAGS="-L/opt/homebrew/opt/tcl-tk/lib"

and got a version mismatch error: the executable is 8.6 and the library is 8.5
History
Date User Action Args
2021-08-25 14:35:52jett8998setrecipients: + jett8998
2021-08-25 14:35:52jett8998setmessageid: <1629902152.33.0.134354917611.issue45002@roundup.psfhosted.org>
2021-08-25 14:35:52jett8998linkissue45002 messages
2021-08-25 14:35:52jett8998create