[ruby-list:37765] Re: tcltklibの作りかた

From: Koji Arai <JCA02266@...>
Date: 2003-06-07 23:30:16 UTC
List: ruby-list #37765
新井です。

In message "[ruby-list:37764] Re: tcltklibの作りかた"
  on 07 Jun 2003 23:00:33 +0900,
  Mitsuo Igarashi <mitsu5@ruby.famille.ne.jp> wrote:
> mitsu5 です。
> 
> レスありがとうございます。

> $ ../configure --enable-shared 
> --with-tcllib=tcl84 --with-tklib=tk84 --with-tcl-include=/usr/local/include/tcl8.4 --with-X1-include=/usr/local/include/X11 
> 
> tcltklib/extconf.rb の内容が良く理解できないのですが、これ
> と Msys とが合わないのでしょうか。
> 
> これを除けば ruby そのものは build 後ちゃんと動くのですが。
> よろしくお願いいたします。

ruby をインストールしたあと、

$ cd ext/tcltklib
$ ruby extconf.rb --with-tcllib=tcl84 --with-tklib=tk84 --with-tcl-include=/usr/local/include/tcl8.4 --with-X1-include=/usr/local/include/X11

とするとどうなるんでしょう?

--
新井康司 (Koji Arai)

In This Thread