Shin guey Wong wrote:
> 
> So, can anyone tell me how to compile readline for ruby in windows?
> and so for openssl, curse, iconv, tk.....

I just successful compile openssl base on the instruction below:
http://blade.nagaokaut.ac.jp/cgi-bin/vframe.rb/ruby/ruby-talk/120695?120482-121114+split-mode-vertical

I use the same technique to compile the tk binding. I can compile it but 
I get the following warning message:

*****************************************************************************
**
** PTHREAD SUPPORT MODE WARNING:
**
**   Ruby is compiled with --enable-pthread, but your Tcl/Tk library
**   seems to be compiled without pthread support. Although you can
**   create the tcltklib library, this combination may cause errors
**   (e.g. hangs or segmentation faults). If you have no reason to
**   keep the current pthread support status, we recommend you 
reconfigure
**   and recompile the libraries so that both or neither support 
pthreads.
**
**   If you want change the status of pthread support, please recompile
**   Ruby without "--enable-pthread" configure option or recompile 
Tcl/Tk
**   with "--enable-threads" configure option (if your Tcl/Tk is later
**   than or equal to Tcl/Tk 8.1).
**
*****************************************************************************

So, how do I configure with "--enable-threads" ? changing the Makefile? 
I never compile any ruby source myself.

My previous post question, I still no idea on how to compile readline 
for ruby....
-- 
Posted via http://www.ruby-forum.com/.