some minor bugs / errors
Manage your shell environment variables and aliases
Brought to you by:
leomania,
xdelaruelle
From: <dep...@i3...> - 1996-08-15 19:50:06
|
hi, this mail concerns Modules 2.4. Beta 2. First some minor errors in the README: 1) the configure-options like --with_tcl_include=<path> directory to lookup the TCL headers are written with '-', not '_'. The correct option is --with-tcl-include 2) The Readme contains wrong information how to subsribe to the mailing-list. The body of the mail must ahve this format: subsribe modules-interest <address> Now something about compiling: 3) I've tried to compile Modules 2.4 Beta 2 with tcl 7.4. Line 125 of modules_def.h reads: #include <tclRegexp.h> but tclRegexp.h doesn't belong to the installed header-files of tcl. It belongs to the source-files of tcl. I first had to reget the tcl-sources in order to extract this special file. dpi -- André Deparade --- dep...@i3... |