summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--unix/README5
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a4bf38c..9b6f83f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-09-10 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * unix/README: Add note about building extensions
+ with the same compiler Tcl was built with.
+ [Tk Bug 592096]
+
2002-09-10 Daniel Steffen <das@users.sourceforge.net>
* macosx/Tcl.pbproj/project.pbxproj: disabled building html
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.