diff options
author | mdejong <mdejong> | 2002-01-11 19:58:50 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-01-11 19:58:50 (GMT) |
commit | 0f410fd9721e43a1362e1168418e1dd4f9dc09a0 (patch) | |
tree | 75f6c36f83efbbd3c1ea273519a543395edd9518 /ChangeLog | |
parent | b8647f8610823cb641bb2cf79a22ecd15ddc39cd (diff) | |
download | tk-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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] |