[New-bugs-announce] [issue45002] won't match correct version of tcl/tk

郑之为 report at bugs.python.org
Wed Aug 25 10:35:52 EDT 2021


New submission from 郑之为 <jettzheng at 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 at 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 <report at bugs.python.org>
<https://bugs.python.org/issue45002>
_______________________________________


More information about the New-bugs-announce mailing list