tcltklib not built with Ruby 1.8

J

Jim Weirich

I just noticed that my build of Ruby 1.8 does not include tcltklib.
Running the extconf.rb file in ext/tcltklib manually gives ...

$ ruby extconf.rb
checking for t_open() in -lnsl... no
checking for socket() in -lsocket... no
checking for dlopen() in -ldl... yes
checking for log() in -lm... yes
checking for tcl.h... no

Although it is not finding it, I do have a tcl.h file in
/usr/include/tcl8.3.

I am running Debian Linux and have both the tk8.3-dev and tcl8.3-dev
packages installed.

Any ideas?
 
N

nobu.nokada

Hi,

At Mon, 8 Sep 2003 07:11:31 +0900,
Jim said:
Although it is not finding it, I do have a tcl.h file in
/usr/include/tcl8.3.

$ make CONFIGURE_ARGS='--with-tcl-include=/usr/include/tcl8.3'
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,050
Latest member
AngelS122

Latest Threads

Top