summaryrefslogtreecommitdiffstats
path: root/unix/README
diff options
context:
space:
mode:
authormdejong <mdejong>2002-09-11 03:19:17 (GMT)
committermdejong <mdejong>2002-09-11 03:19:17 (GMT)
commit2df9ddec36fa63a36a21e253b3951b78c42b7694 (patch)
tree13bb74a13b23227d08b84c975e08ac8561f54568 /unix/README
parent3f2f3d4bb643739afbf9c8aeb17ab7b2deccb4d7 (diff)
downloadtcl-2df9ddec36fa63a36a21e253b3951b78c42b7694.zip
tcl-2df9ddec36fa63a36a21e253b3951b78c42b7694.tar.gz
tcl-2df9ddec36fa63a36a21e253b3951b78c42b7694.tar.bz2
* unix/README: Add note about building extensions
with the same compiler Tcl was built with. [Tk Bug 592096]
Diffstat (limited to 'unix/README')
-rw-r--r--unix/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/README b/unix/README
index 59738c6..721ae24 100644
--- a/unix/README
+++ b/unix/README
@@ -1,7 +1,7 @@
Tcl UNIX README
---------------
-RCS: @(#) $Id: README,v 1.22 2002/06/25 15:20:44 rmax Exp $
+RCS: @(#) $Id: README,v 1.23 2002/09/11 03:19:18 mdejong Exp $
This is the directory where you configure, compile, test, and install
UNIX versions of Tcl. This directory also contains source files for Tcl
@@ -81,7 +81,8 @@ How To Compile And Install Tcl:
Note: by default gcc will be used if it can be located on the PATH.
if you want to use cc instead of gcc, set the CC environment variable
to "cc" before running configure. It is not safe to edit the
- Makefile to use gcc after configure is run.
+ Makefile to use gcc after configure is run. Also note that
+ you should use the same compiler when building extensions.
Note: be sure to use only absolute path names (those starting with "/")
in the --prefix and --exec-prefix options.