On Wed, 4 Jun 2003, Jarkko Hietaniemi wrote:

> Sounds reasonable to make the useshrplib to default to false (because
> of the significant startup slowness otherwise) and at the very least
> make it conditional (and I got a nod from Ed Moy of Apple, too).

I had thought that the shared libperl provided by Apple was actually used
by at least one other common application (and that not breaking that
application was part of the background for Apple's original choice of
installation location for their shared libperl).  I've never used Mac OS
X, so I don't have any firsthand knowledge either way.

> So I did (change #19681).

Since useshrplib='false' is the default anyway, I suggest the following
minor editorial change:

diff -u perl-5.8.x/hints/darwin.sh perl-5.8.x-andy/hints/darwin.sh
--- perl-5.8.x/hints/darwin.sh  Wed Jun  4 02:40:33 2003
+++ perl-5.8.x-andy/hints/darwin.sh     Wed Jun  4 11:18:23 2003
@@ -141,9 +141,7 @@
 ldlibpthname='DYLD_LIBRARY_PATH';

 # useshrplib=true results in much slower startup times.
-case "$useshrplib" in
-'') useshrplib='false' ;;
-esac
+# 'false' is the default value.  Use Configure -Duseshrplib to override.

 cat > UU/archname.cbu <<'EOCBU'
 # This script UU/archname.cbu will get 'called-back' by Configure

-- 
    Andy Dougherty              [EMAIL PROTECTED]

Reply via email to