This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move DynaLoader.o into libperl.so.
authorGisle Aas <gisle@activestate.com>
Mon, 20 Mar 2006 10:21:50 +0000 (10:21 +0000)
committerGisle Aas <gisle@activestate.com>
Mon, 20 Mar 2006 10:21:50 +0000 (10:21 +0000)
commit908fcb8bef8cbab8cfe098520d89599eb7d1a16c
tree77628cd2656f78dab69481aa469e39b9ff86f6ec
parentbc6af7f8cb3d4ab094ae8df3969217a3682c9bed
Move DynaLoader.o into libperl.so.

This avoids the need to statically link DynaLoader into the stub perl
executable and make libperl.so provide all the code needed to get a
functional embedded perl interpreter up running.  As a side effect
this also moves DynaLoader into libperl.a for non-useshrplib builds.

Fixes [perl #32539]

p4raw-id: //depot/perl@27549
Makefile.SH
ext/DynaLoader/Makefile.PL
ext/util/make_ext
writemain.SH