home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


7.2.21 ExtUtils::Mkbootstrap - Make a Bootstrap File for Use by DynaLoader

use ExtUtils::Mkbootstrap;
mkbootstrap();

mkbootstrap() typically gets called from an extension's Makefile . It writes a *.bs file that is needed by some architectures to do dynamic loading. It is otherwise unremarkable, and MakeMaker usually handles the details. If you need to know more about it, you've probably already read the module.


Previous: 7.2.20 ExtUtils::Miniperl - Write the C Code for perlmain.c Programming Perl Next: 7.2.22 ExtUtils::Mksymlists - Write Linker Option Files for Dynamic Extension
7.2.20 ExtUtils::Miniperl - Write the C Code for perlmain.c Book Index 7.2.22 ExtUtils::Mksymlists - Write Linker Option Files for Dynamic Extension