Staging
v0.5.1
https://github.com/python/cpython
Revision a2a9f571a5bd14f7879e5c78c1778fa85bd08e58 authored by Ned Deily on 25 October 2013, 07:30:10 UTC, committed by Ned Deily on 25 October 2013, 07:30:10 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 22fb0de
History
Tip revision: a2a9f571a5bd14f7879e5c78c1778fa85bd08e58 authored by Ned Deily on 25 October 2013, 07:30:10 UTC
Issue #1584: Provide options to override default search paths for Tcl and Tk
Tip revision: a2a9f57
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.bzrignore -rw-r--r-- 554 bytes
.gitignore -rw-r--r-- 583 bytes
.hgeol -rw-r--r-- 692 bytes
.hgignore -rw-r--r-- 886 bytes
.hgtags -rw-r--r-- 7.7 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 43.1 KB
README -rw-r--r-- 52.7 KB
config.guess -rwxr-xr-x 43.8 KB
config.sub -rwxr-xr-x 34.8 KB
configure -rwxr-xr-x 416.6 KB
configure.ac -rw-r--r-- 130.4 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 34.0 KB
setup.py -rw-r--r-- 95.0 KB

README

back to top