summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2010-03-20 14:45:59 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2010-03-20 14:45:59 +0100
commit79f7885ca13814e1bf32fa15901b6f0cdc95f9be (patch)
tree2349abad41da08d6e6fdda03f489db60bc3b99b8
parent18d7fc8581bb4210d9ffa89f034b1895f1df9ab6 (diff)
downloadperl-79f7885ca13814e1bf32fa15901b6f0cdc95f9be.tar.gz
Explain why -Duserelocatableinc isn't compatible with -Duseshrplibv5.12.0-RC0
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index a0405b2d8e..7c085cd2e3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -787,6 +787,10 @@ can be configured on a per-directory basis, although the default with
"-Duserelocatableinc" is that everything is relocated. The initial
install is done to the original configured prefix.
+This option is not compatible with the building of a shared libperl
+("-Duseshrplib"), because in that case perl is linked with an hard-coded
+rpath that points at the libperl.so, that cannot be relocated.
+
=head2 Site-wide Policy settings
After Configure runs, it stores a number of common site-wide "policy"