Programming Perl

Programming PerlSearch this book
Previous: 7.2.20 ExtUtils::Miniperl - Write the C Code for perlmain.cChapter 7
The Standard Perl Library
Next: 7.2.22 ExtUtils::Mksymlists - Write Linker Option Files for Dynamic Extension
 

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.cProgramming PerlNext: 7.2.22 ExtUtils::Mksymlists - Write Linker Option Files for Dynamic Extension
7.2.20 ExtUtils::Miniperl - Write the C Code for perlmain.cBook Index7.2.22 ExtUtils::Mksymlists - Write Linker Option Files for Dynamic Extension