-----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...@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \
33          -e "s...@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-----
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to