diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-03-20 14:45:59 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-03-20 14:45:59 +0100 |
commit | 79f7885ca13814e1bf32fa15901b6f0cdc95f9be (patch) | |
tree | 2349abad41da08d6e6fdda03f489db60bc3b99b8 /INSTALL | |
parent | 18d7fc8581bb4210d9ffa89f034b1895f1df9ab6 (diff) | |
download | perl-79f7885ca13814e1bf32fa15901b6f0cdc95f9be.tar.gz |
Explain why -Duserelocatableinc isn't compatible with -Duseshrplibv5.12.0-RC0
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |