diff host/README @ 136:a9ac27ec7abc ecos-sw-2000-11-17

Merge from eCos master repository on 2000-11-17-18:24:25-GMT
author jlarmour
date Fri, 17 Nov 2000 23:16:43 +0000
parents 518f42066aba
children 0d0f03f76f6a
line wrap: on
line diff
--- a/host/README
+++ b/host/README
@@ -139,7 +139,9 @@ 2) --enable-debug. By default all assert
    --disable-tracing        disable tracing
    --disable-fntracing      disable function entry/exit tracing
 
-3) --with-tcl=<path> and --with-tcl-version=<number>
+3) --with-tcl=<path>, --with-tcl-header=<path>, --with-tcl-lib=<path>
+   and --with-tcl-version=<number>
+
    The host-side tools have a dependency on Tcl, which is not supplied
    with the sources because many people will already have a suitable
    installation. Specifically it is necessary to have the header file
@@ -157,6 +159,14 @@ 3) --with-tcl=<path> and --with-tcl-vers
 
    $ <path>/configure --with-tcl=/usr <args>
 
+   If the Tcl libraries and Tcl headers are installed in different
+   locations, such as when a seperate --prefix and --exec-prefix are
+   used, the --with-tcl-header and --with-tcl-lib options can be used
+   to specify both location.  The configure will expect to find
+   <tcl-header-dir>/include/tcl.h and <tcl-lib-dir>/lib/tclConfig.sh.
+   The --with-tcl option has precedence and if used will override the
+   --with-tcl-header and --with-tcl-lib options.
+
    It is possible to have multiple versions of Tcl installed, for
    example libtcl8.0.a, libtcl8.1.a, and so on. Typically linking with
    -ltcl will result in the latest version being used. It is possible