Should we use a perl with shared libraries?
William Immendorf
will.immendorf at gmail.com
Sat Mar 21 12:47:05 MDT 2009
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hey,
Should we use a perl with shared libraries? Just a thought.
BTW, the configure option for a shared lib perl is -Duseshrplib, and you
need to apply this sed so that DynaLoader.a is built with -fPIC,
so that it can be linked into a shared library:
{{{
sed -i -e "s at pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \
33 -e "s at static_target='static'@static_target='static_pic'@g"
Makefile.SH
}}}
William
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAknFNiUACgkQoCo9f2PXIGbuEQCeLEW6tS+P1Nz+oQzzfwghbF0t
P7AAoKRF0Az3B0ZKw6+fs/Q6u8iEb/ph
=y5Ba
-----END PGP SIGNATURE-----
More information about the lfs-dev
mailing list