summaryrefslogtreecommitdiffstats
path: root/unix/README
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2002-09-11 03:19:17 (GMT)
committermdejong <mdejong@noemail.net>2002-09-11 03:19:17 (GMT)
commitce774eb50726299e7d1afdb2b584fbf27cc9e4f9 (patch)
tree13bb74a13b23227d08b84c975e08ac8561f54568 /unix/README
parentdf9af0c50a6f20054460b728ed3dda5d614fc583 (diff)
downloadtcl-ce774eb50726299e7d1afdb2b584fbf27cc9e4f9.zip
tcl-ce774eb50726299e7d1afdb2b584fbf27cc9e4f9.tar.gz
tcl-ce774eb50726299e7d1afdb2b584fbf27cc9e4f9.tar.bz2
* unix/README: Add note about building extensions
with the same compiler Tcl was built with. [Tk Bug 592096] FossilOrigin-Name: be3171bcf11dab132afc0247afded89f1d1bf97d
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.