summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 20 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 69c51dc..e688b25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,24 @@
1999-03-05 <stanton@GASPODE>
-
+
+ * unix/configure.in: Applied patch from Jan Nijtmans to fix the
+ following problems:
+ - There seems to be a HP-UX-11 already, which behaves
+ identical to HP-UX-10.
+ - For 64-bit IRIX, SHLIB_LD_LIBS should be set to
+ '${LIBS}'. This also has the side-effect that SHLIB_LD
+ doesn't need the -rpath option any more: it is already part
+ of ${LIBS}
+ - Fix Linux to use the -rpath option.
+ - On Solaris, LD_SEARCH_FLAGS can only be used with the
+ linker, not with the compiler, because the "-Wl," part is
+ missing.
+ - The TCL_LD_SEARCH_FLAGS should be used in static executables
+ as well as dynamically linked ones. Otherwise, static
+ executables have a different search strategy for dynamically
+ loadable stub-enabled extensions than executables using
+ shared libraries. This effects extensions which load other
+ libraries in turnq.
+
* generic/tclCompile.h:
* generic/tclStubInit.c:
* generic/tclCompileDecls.h: