summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-07-01 15:43:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-07-01 15:43:53 (GMT)
commitd01a31dd2c3c0984c9ef185aec47a4c008e70b67 (patch)
tree9be27b386d88fe7f5590aff24d2b9d51402dc8c7 /ChangeLog
parent3eeb6cda634b43eb2e12bbdc7bc6b70f1ffefbb8 (diff)
downloadtcl-d01a31dd2c3c0984c9ef185aec47a4c008e70b67.zip
tcl-d01a31dd2c3c0984c9ef185aec47a4c008e70b67.tar.gz
tcl-d01a31dd2c3c0984c9ef185aec47a4c008e70b67.tar.bz2
Fix for Tcl bug #541181; programs that link against libtcl.so on Solaris no
longer need to use the same compiler as that used for the library itself
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2ac096..b3a8ba5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-07-01 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * unix/tcl.m4 (SC_CONFIG_CFLAGS): Made Solaris use gcc for linking
+ when building with gcc to resolve problems with undefined symbols
+ being present when tcl library used with non-gcc linker at later
+ stage. Symbols were compiler-generated, so it is the compiler's
+ business to define them. [Bug #541181]
+
2002-07-01 Don Porter <dgp@users.sourceforge.net>
* tests/pkg/samename.tcl: restored. needed by pkgMkIndex.test.