summaryrefslogtreecommitdiff
path: root/ext/tcltklib/README.1st
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-07 21:39:36 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-07 21:39:36 +0000
commit3d337f360679bed00aafc40d77181016f902e862 (patch)
treec8c0300001c6ffd85797879a685729558bbb5233 /ext/tcltklib/README.1st
parent91669219efe42ec5cf57fe9f0634159838dd240b (diff)
* ext/tcltklib/tcltklib.c: To fix 'pthread-enabled Tcl/Tk' problem,
TclTkIp#_eval calls Tcl_Eval() on the mainloop thread only (queueing a handler to the EventQueue). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tcltklib/README.1st')
-rw-r--r--ext/tcltklib/README.1st9
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/tcltklib/README.1st b/ext/tcltklib/README.1st
index fe965e04d0..0b6e3142ef 100644
--- a/ext/tcltklib/README.1st
+++ b/ext/tcltklib/README.1st
@@ -31,10 +31,11 @@ directry of Ruby sources, please try something like as the followings.
*** ATTENTION ***
-If your Tcl/Tk libraries are compiled with "pthread support", Ruby/Tk
-may cause "Hang-up" or "Segmentation Fault" frequently. To avoid this
-trouble, please try to use the '--with-pthread-ext' option of the
-'configure' command and re-compile Ruby sources.
+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 '--with-pthread-ext'
+option of the 'configure' command and re-compile Ruby sources.
+It may help you to avoid this trouble,
==========================================================
Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)