mkbootstrap.html
来自「perl教程」· HTML 代码 · 共 66 行
HTML
66 行
<?xml version="1.0" ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<!-- saved from url=(0017)http://localhost/ -->
<script language="JavaScript" src="../../displayToc.js"></script>
<script language="JavaScript" src="../../tocParas.js"></script>
<script language="JavaScript" src="../../tocTab.js"></script>
<link rel="stylesheet" type="text/css" href="../../scineplex.css">
<title>ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader</title>
<link rel="stylesheet" href="../../Active.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:" />
</head>
<body>
<script>writelinks('__top__',2);</script>
<h1><a>ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader</a></h1>
<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->
<ul>
<li><a href="#name">NAME</a></li>
<li><a href="#synopsis">SYNOPSIS</a></li>
<li><a href="#description">DESCRIPTION</a></li>
</ul>
<!-- INDEX END -->
<hr />
<p>
</p>
<h1><a name="name">NAME</a></h1>
<p>ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader</p>
<p>
</p>
<hr />
<h1><a name="synopsis">SYNOPSIS</a></h1>
<p><code>Mkbootstrap</code></p>
<p>
</p>
<hr />
<h1><a name="description">DESCRIPTION</a></h1>
<p>Mkbootstrap typically gets called from an extension Makefile.</p>
<p>There is no <code>*.bs</code> file supplied with the extension. Instead, there may
be a <code>*_BS</code> file which has code for the special cases, like posix for
berkeley db on the NeXT.</p>
<p>This file will get parsed, and produce a maybe empty
<code>@DynaLoader::dl_resolve_using</code> array for the current architecture.
That will be extended by $BSLOADLIBS, which was computed by
ExtUtils::Liblist::ext(). If this array still is empty, we do nothing,
else we write a .bs file with an <code>@DynaLoader::dl_resolve_using</code>
array.</p>
<p>The <code>*_BS</code> file can put some code into the generated <code>*.bs</code> file by
placing it in <code>$bscode</code>. This is a handy 'escape' mechanism that may
prove useful in complex situations.</p>
<p>If @DynaLoader::dl_resolve_using contains <code>-L*</code> or <code>-l*</code> entries then
Mkbootstrap will automatically add a <code>dl_findfile()</code> call to the
generated <code>*.bs</code> file.</p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?