diff options
Diffstat (limited to 'unix/dltest/README')
-rw-r--r-- | unix/dltest/README | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/unix/dltest/README b/unix/dltest/README index 7ba3f9f..12aa8be 100644 --- a/unix/dltest/README +++ b/unix/dltest/README @@ -1,12 +1,6 @@ This directory contains several files for testing Tcl's dynamic -loading capabilities. If this directory is present and the files -in here have been compiled, then the "load" test will use the shared -libraries present here to run a series of tests. To compile the -shared libraries, first type "./configure". This will read -configuration information created when Tcl was configured and -create Makefile from Makefile.in. Be sure that you have configured -Tcl before configuring here, since information learned during Tcl's -configure is needed here. Then type "make" to create the shared -libraries. +loading capabilities. If shared libraries are supported then +the build system in the parent directory will create +the shared libs and load them into the tcltest executable. -RCS: @(#) $Id: README,v 1.2 1998/09/14 18:40:18 stanton Exp $ +RCS: @(#) $Id: README,v 1.3 2001/12/19 11:03:20 mdejong Exp $ |