diff options
author | stanton <stanton> | 1999-03-06 00:36:20 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-03-06 00:36:20 (GMT) |
commit | f3c491e201ddaf803144e2caadf7d605716b8ac2 (patch) | |
tree | b15c4ea2ec4f79e7ec26ef8141bc856e642ccd2f /unix/Makefile.in | |
parent | aaf123580e9af5cb8d41235523c062b1a3784b39 (diff) | |
download | tcl-f3c491e201ddaf803144e2caadf7d605716b8ac2.zip tcl-f3c491e201ddaf803144e2caadf7d605716b8ac2.tar.gz tcl-f3c491e201ddaf803144e2caadf7d605716b8ac2.tar.bz2 |
* 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 turn.
Diffstat (limited to 'unix/Makefile.in')
0 files changed, 0 insertions, 0 deletions