diff options
author | hobbs <hobbs> | 2000-04-26 17:31:18 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-04-26 17:31:18 (GMT) |
commit | fd0099899a28b18723e8aad032c7134c411754bc (patch) | |
tree | 7fe1cccd0231293fea22c8318fc641193286457f /unix | |
parent | db3897bfc7d3e1c71efa9d6c922e56d2718d53db (diff) | |
download | tcl-fd0099899a28b18723e8aad032c7134c411754bc.zip tcl-fd0099899a28b18723e8aad032c7134c411754bc.tar.gz tcl-fd0099899a28b18723e8aad032c7134c411754bc.tar.bz2 |
* README:
* mac/README:
* tools/tcl.wse.in:
* unix/README:
* unix/tcl.spec:
* win/README:
* win/README.binary: Updating URLs to reference dev.scriptics.com
Diffstat (limited to 'unix')
-rw-r--r-- | unix/README | 11 | ||||
-rw-r--r-- | unix/tcl.spec | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/unix/README b/unix/README index 702c5b4..683ca57 100644 --- a/unix/README +++ b/unix/README @@ -8,11 +8,11 @@ used on the PC or Mac platform too, but they all depend on UNIX (POSIX/ANSI C) interfaces and some of them only make sense under UNIX. Updated forms of the information found in this file is available at: - http://www.scriptics.com/support/howto/compile.html#unix + http://dev.scriptics.com/doc/howto/compile.html#unix For information on platforms where Tcl is known to compile, along with any porting notes for getting it to work on those platforms, see: - http://dev.scriptics.com/services/support/platforms.html + http://dev.scriptics.com/software/tcltk/platforms.html The rest of this file contains instructions on how to do this. The release should compile and run either "out of the box" or with trivial @@ -22,7 +22,7 @@ SGI, as well as PCs running Linux, BSDI, and SCO UNIX. To compile for a PC running Windows, see the README file in the directory ../win. To compile for a Macintosh, see the README file in the directory ../mac. -RCS: @(#) $Id: README,v 1.10 2000/02/10 08:55:26 hobbs Exp $ +RCS: @(#) $Id: README,v 1.11 2000/04/26 17:31:21 hobbs Exp $ How To Compile And Install Tcl: ------------------------------- @@ -120,7 +120,10 @@ directory. You should then see a printout of the test files processed. If any errors occur, you'll see a much more substantial printout for each error. See the README file in the "tests" directory for more information on the test suite. Note: don't run the tests as superuser: -this will cause several of them to fail. +this will cause several of them to fail. If a test is failing +consistently, please send us a bug report with as much detail as you +can manage. Please use the online database at + http://dev.scriptics.com/ticket/ The Tcl test suite is very sensitive to proper implementation of ANSI C library procedures such as sprintf and sscanf. If the test diff --git a/unix/tcl.spec b/unix/tcl.spec index ed3a675..40b187f 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -1,4 +1,4 @@ -# $Id: tcl.spec,v 1.3 2000/04/19 08:32:45 hobbs Exp $ +# $Id: tcl.spec,v 1.4 2000/04/26 17:31:21 hobbs Exp $ # This file is the basis for a binary Tcl RPM for Linux. %define version 8.3.1 @@ -11,7 +11,7 @@ Release: 1 Copyright: BSD Group: Development/Languages Source: ftp://ftp.scriptics.com/pub/tcl/tcl8_3/tcl%{version}.tar.gz -URL: http://www.scriptics.com/ +URL: http://dev.scriptics.com/ Packager: Scriptics Corporation Buildroot: /var/tmp/%{name}%{version} |