summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-15 15:53:28 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-15 15:53:28 +0000
commit8ba4bff021b90753075220ee95e5ff001524ab2d (patch)
tree5726eedf6cb32f3d15e779f64586448f8b8c9975 /INSTALL
parentfe3ee0aa43b5aa35d36a04cb4dd3fcc055b741f7 (diff)
downloadperl-8ba4bff021b90753075220ee95e5ff001524ab2d.tar.gz
Don't mention DynaLoader.a in INSTALL,
since it doesn't exist anymore p4raw-id: //depot/perl@30596
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 1 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 4607e17b72..ab8d63fe1d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -535,8 +535,7 @@ you can use the Configure command line option -Uusedl.
Currently, for most systems, the main perl executable is built by
linking the "perl library" libperl.a with perlmain.o, your static
-extensions (usually just DynaLoader.a) and various extra libraries,
-such as -lm.
+extensions, and various extra libraries, such as -lm.
On some systems that support dynamic loading, it may be possible to
replace libperl.a with a shared libperl.so. If you anticipate building