summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-01-11 19:58:50 (GMT)
committermdejong <mdejong>2002-01-11 19:58:50 (GMT)
commit0f410fd9721e43a1362e1168418e1dd4f9dc09a0 (patch)
tree75f6c36f83efbbd3c1ea273519a543395edd9518 /ChangeLog
parentb8647f8610823cb641bb2cf79a22ecd15ddc39cd (diff)
downloadtk-0f410fd9721e43a1362e1168418e1dd4f9dc09a0.zip
tk-0f410fd9721e43a1362e1168418e1dd4f9dc09a0.tar.gz
tk-0f410fd9721e43a1362e1168418e1dd4f9dc09a0.tar.bz2
* unix/Makefile.in: Burn Tcl and Tk build
directories into tktest executable to avoid crashes caused by ld loading a previously installed version of the tcl or tk shared libraries. Remove setting of LD_LIBRARY_PATH, LIBPATH, and SHLIB_PATH before running tktest since it should no longer be required.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92309db..0c10ab5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2002-01-11 Mo DeJong <mdejong@users.sourceforge.net>
+ * unix/Makefile.in: Burn Tcl and Tk build
+ directories into tktest executable to avoid crashes
+ caused by ld loading a previously installed version
+ of the tcl or tk shared libraries. Remove setting
+ of LD_LIBRARY_PATH, LIBPATH, and SHLIB_PATH
+ before running tktest since it should no
+ longer be required.
+
+2002-01-11 Mo DeJong <mdejong@users.sourceforge.net>
+
Enable use of Tcl stubs when building Tk as
a shared library. This should fix the build
under AIX. [Bugs 220858, 220955, 220921]