Staging
v0.5.1
https://github.com/python/cpython
Revision d819b931f35852e1399f73ea19b74920ffde2651 authored by Ned Deily on 06 September 2013, 08:07:05 UTC, committed by Ned Deily on 06 September 2013, 08:07:05 UTC
when building _tkinter.  configure has two new options; if used, both must
be specified:

  ./configure \
      --with-tcltk-includes="-I/opt/local/include" \
      --with-tcltk-libs="-L/opt/local/lib -ltcl8.5 -ltk8.5"

In addition, the options can be overridden with make:

   make \
       TCLTK_INCLUDES="-I/opt/local/include" \
       TCLTK_LIBS="-L/opt/local/lib -ltcl8.6 -ltk8.6"
1 parent d80f7be
History
Tip revision: d819b931f35852e1399f73ea19b74920ffde2651 authored by Ned Deily on 06 September 2013, 08:07:05 UTC
Issue #1584: Provide options to override default search paths for Tcl and Tk
Tip revision: d819b93
File Mode Size
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 584 bytes
.gitignore -rw-r--r-- 960 bytes
.hgeol -rw-r--r-- 713 bytes
.hgignore -rw-r--r-- 1.2 KB
.hgtags -rw-r--r-- 5.6 KB
.hgtouch -rw-r--r-- 1.2 KB
LICENSE -rw-r--r-- 14.7 KB
Makefile.pre.in -rw-r--r-- 50.6 KB
README -rw-r--r-- 6.6 KB
config.guess -rwxr-xr-x 43.8 KB
config.sub -rwxr-xr-x 34.8 KB
configure -rwxr-xr-x 431.8 KB
configure.ac -rw-r--r-- 133.9 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 39.5 KB
setup.py -rw-r--r-- 94.4 KB

README

back to top