diff options
author | Bruno Haible <bruno@clisp.org> | 2003-11-03 21:33:37 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:13 +0200 |
commit | 20dfd0b205b676b296f34bf8849ab12d508099cf (patch) | |
tree | 1a7bea00d1b2decbe682fa2830a1278712dce12b /autoconf-lib-link | |
parent | 94dcd73ab76a6cf58b9c5b7a67017accdacfc959 (diff) | |
download | external_gettext-20dfd0b205b676b296f34bf8849ab12d508099cf.zip external_gettext-20dfd0b205b676b296f34bf8849ab12d508099cf.tar.gz external_gettext-20dfd0b205b676b296f34bf8849ab12d508099cf.tar.bz2 |
Add a note about Solaris.
Diffstat (limited to 'autoconf-lib-link')
-rw-r--r-- | autoconf-lib-link/tests/rpath.README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/autoconf-lib-link/tests/rpath.README b/autoconf-lib-link/tests/rpath.README index 0eabf51..db02d2a 100644 --- a/autoconf-lib-link/tests/rpath.README +++ b/autoconf-lib-link/tests/rpath.README @@ -55,3 +55,10 @@ Known failures: The last -rpath option overrides all previous ones. One would need to pass all directories, separated by colons, in a single -rpath option. +* Solaris: the tests + rpath-3bae rpath-3bbe + rpath-3aaf rpath-3abf + rpath-3baf rpath-3bbf + fail, because code from static libraries not compiled with -fPIC cannot + be integrated into shared libraries: linker error "Text relocation remains". + |