On this FAQ I read:

If you're currently linking your perl executable to a
shared libc.so, you can often gain a 10-25%
performance benefit by rebuilding it to
link with a static libc.a instead.  This will make a
bigger perl exe-cutable, but your Perl programs (and
programmers) may thank you for it.
See the INSTALL file in the source distribution for
more information.

All I found in the INSTALL file was this block of
text.

On some systems that support dynamic loading, it may
be possible to
replace libperl.a with a shared libperl.so.  If you
anticipate building
several different perl binaries (e.g. by embedding
libperl into
different programs, or by using the optional compiler
extension), then
you might wish to build a shared libperl.so so that
all your binaries
can share the same library.


Is this libc.a linking still true for Perl version
5.8?From perl -V I see:
Am I linked to libc.a?

 Linker and Libraries:
   ld='ld2', ldflags =' -s -L/usr/local/lib'
   libpth=/usr/local/lib /lib /usr/lib
   libs=-lgdbm -ldb -lcrypt -lgdbm_compat
   perllibs=-lcrypt -lgdbm_compat
   libc=/usr/lib/libc.a, so=dll, useshrplib=true,
   libperl=libperl.a
   gnulibc_version=''

thank you...



 
____________________________________________________________________________________
Now that's room service!  Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to