From f6c36d95d16b287f1cb4563850d1cd042fcdbfb6 Mon Sep 17 00:00:00 2001 From: nagai Date: Mon, 24 May 2004 08:33:45 +0000 Subject: * ext/tcltklib/extconf.rb: add --enable-tcl-thread configure option and --with-tclConfig-file= configure option git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tcltklib/README.1st | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'ext/tcltklib/README.1st') diff --git a/ext/tcltklib/README.1st b/ext/tcltklib/README.1st index 48e3a2b668..84a7826fdb 100644 --- a/ext/tcltklib/README.1st +++ b/ext/tcltklib/README.1st @@ -35,7 +35,19 @@ When your Tcl/Tk libraries are compiled with "pthread support", Ruby/Tk may cause "Hang-up" or "Segmentation Fault" frequently. If you have such a trouble, please try to use the '--enable-pthread' option of the 'configure' command and re-compile Ruby sources. -It may help you to avoid this trouble. +It may help you to avoid this trouble. The following configure +options may be useful. + + --enable-tcl-thread/--disable-tcl-thread + --with-tclConfig-file= + +It is not need that 'tclConfig.sh' is a normal Tcl/Tk's tclConfig.sh. +But the file is expected to include the line "TCL_THREADS=0" or "...=1". +When no "TCL_THREADS=?" line, if Tcl version is 7.x or 8.0 which is +given by "TCL_MAJOR_VERSION=?" line and "TCL_MINOR_VERSION=?" line, +then --disable-tcl-thread is expected. Else, ignore the 'tclConfig.sh'. +If --enable-tcl-thread or --disable-tcl-thread option is given, then +--with-tclConfig-file option is ignored. ========================================================== Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) -- cgit v1.2.3