New submission from 郑之为 <jettzh...@foxmail.com>: 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 ---------- components: Build messages: 400272 nosy: jett8998 priority: normal severity: normal status: open title: won't match correct version of tcl/tk type: behavior versions: Python 3.11 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue45002> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com