summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-01-24 16:03:26 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 01:08:04 +0200
commit5dfee45a4d4d9d7f62dfd6e04d414fc7696f2297 (patch)
treee372f7020745975aeeb040bd153e37ce14ed5728
parentffa94552cd0a3a7d9671d1db3a62e5bd4f47dcbf (diff)
downloadexternal_gettext-5dfee45a4d4d9d7f62dfd6e04d414fc7696f2297.zip
external_gettext-5dfee45a4d4d9d7f62dfd6e04d414fc7696f2297.tar.gz
external_gettext-5dfee45a4d4d9d7f62dfd6e04d414fc7696f2297.tar.bz2
Comment.
-rw-r--r--tests/rpath-2.README6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/rpath-2.README b/tests/rpath-2.README
index be2e9c0..ffe9c32 100644
--- a/tests/rpath-2.README
+++ b/tests/rpath-2.README
@@ -21,3 +21,9 @@ The rpath-2* tests are sensitive to
- bugs in libtool that creates the shared libraries,
- bugs in lib-link.m4.
+Known failures:
+
+* OSF/1 4.0: rpath-2bbd fails, because -rpath options are not cumulative:
+ The last -rpath option overrides all previous ones. One would need to
+ pass all directories, separated by colons, in a single -rpath option.
+