Compiling Ruby without Tk?

  • Thread starter Scott Parkerson
  • Start date
S

Scott Parkerson

Greetings,

I'm trying to package Ruby without compiling the Tcl/Tk extension.
This is so I can install Ruby on a system without X11 or Tcl/Tk.
Examining the output of configure --help doesn't seem to yield
anything obvious.

Thanks,
Scott
 
H

Hidetoshi NAGAI

From: "Scott Parkerson" <[email protected]>
Subject: Compiling Ruby without Tk?
Date: Tue, 7 Mar 2006 01:04:38 +0900
Message-ID: said:
I'm trying to package Ruby without compiling the Tcl/Tk extension.
This is so I can install Ruby on a system without X11 or Tcl/Tk.
Examining the output of configure --help doesn't seem to yield
anything obvious.

If you give invalid Tcl/Tk lib names, tcltklib may not be compiled.
For example, "configure --with-tcllib=none --with-tklib=none".
 
N

nobu

Hi,

At Wed, 8 Mar 2006 23:37:06 +0900,
Hidetoshi NAGAI wrote in [ruby-talk:183087]:
If you give invalid Tcl/Tk lib names, tcltklib may not be compiled.
For example, "configure --with-tcllib=none --with-tklib=none".

"configure --without-tk" should work with 1.8.4.
 

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

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,266
Latest member
DavidaAlla

Latest Threads

Top