summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-01 02:04:22 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-01 02:04:22 +0000
commitd953f698b2c38b90c08a3ed9f11ce2835fc0eb22 (patch)
tree7761c4d7a1d61f68950403b3104e2469d4a7540f /INSTALL
parent641d418146aca42ab6c180be32ab9f32e3d6ea46 (diff)
downloadperl-d953f698b2c38b90c08a3ed9f11ce2835fc0eb22.tar.gz
No bincompat5005.
p4raw-id: //depot/perl@16291
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 3 insertions, 10 deletions
diff --git a/INSTALL b/INSTALL
index 836f1524cd..0a22dcbd4c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -107,7 +107,7 @@ Using the default Configure options for building perl should get you
a perl that will be binary compatible with the 5.005 release.
However, if you run Configure with any custom options, such as
--Dusethreads, -Dusemultiplicity, -Dusemymalloc, -Ubincompat5005 etc.,
+-Dusethreads, -Dusemultiplicity, -Dusemymalloc, etc.,
the resulting perl will not be binary compatible. Under these
circumstances, if you have dynamically loaded extensions that were
built under perl 5.005, you will need to rebuild and reinstall all
@@ -991,15 +991,8 @@ or you can answer 'n' at the appropriate interactive Configure prompt.
=item -DPERL_POLLUTE_MALLOC
-NOTE: This flag is enabled automatically on some platforms if you
-asked for binary compatibility with version 5.005, or if you just
-run Configure to accept all the defaults on those platforms. You
-can refuse the automatic binary compatibility flags wholesale by
-running:
-
- sh Configure -Ubincompat5005
-
-or by answering 'n' at the appropriate prompt.
+NOTE: This flag is enabled automatically on some platforms if you just
+run Configure to accept all the defaults on those platforms.
Perl's malloc family of functions are called Perl_malloc(),
Perl_realloc(), Perl_calloc() and Perl_mfree(). When this flag is