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
···
--
scott parkerson. geek, erstwhile prophet and fool.
just a cog in the machinery: http://www.smerpology.org/sprocket/
Message-ID: <2aeb7abd0603060804x38313c79u1b610e7d8c16f6f2@mail.gmail.com>
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".
···
From: "Scott Parkerson" <scott.parkerson@gmail.com>
Subject: Compiling Ruby without Tk?
Date: Tue, 7 Mar 2006 01:04:38 +0900
--
Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)
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.
···
--
Nobu Nakada