Приглашаем посетить
Экономика (economics.niv.ru)

[Chapter 7] 7.2.21 ExtUtils::Mkbootstrap - Make a Bootstrap File for Use by DynaLoader

PreviousChapter 7
The Standard Perl Library
Next
 

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.


PreviousHomeNext
7.2.20 ExtUtils::Miniperl - Write the C Code for perlmain.cBook Index7.2.22 ExtUtils::Mksymlists - Write Linker Option Files for Dynamic Extension