From: Bruno Haible Date: Thu, 24 Jan 2002 16:03:26 +0000 (+0000) Subject: Comment. X-Git-Tag: v0.11~24 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=5dfee45a4d4d9d7f62dfd6e04d414fc7696f2297;p=thirdparty%2Fgettext.git Comment. --- diff --git a/tests/rpath-2.README b/tests/rpath-2.README index be2e9c0f1..ffe9c329e 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. +