perllinux.html
来自「perl教程」· HTML 代码 · 共 76 行
HTML
76 行
<?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>README.linux - Perl version 5 on Linux systems</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>README.linux - Perl version 5 on Linux systems</a></h1>
<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->
<ul>
<li><a href="#name">NAME</a></li>
<li><a href="#description">DESCRIPTION</a></li>
<ul>
<li><a href="#experimental_support_for_sun_studio_compilers_for_linux_os">Experimental Support for Sun Studio Compilers for Linux OS</a></li>
</ul>
<li><a href="#author">AUTHOR</a></li>
</ul>
<!-- INDEX END -->
<hr />
<p>
</p>
<h1><a name="name">NAME</a></h1>
<p>README.linux - Perl version 5 on Linux systems</p>
<p>
</p>
<hr />
<h1><a name="description">DESCRIPTION</a></h1>
<p>This document describes various features of Linux that will affect how Perl
version 5 (hereafter just Perl) is compiled and/or runs.</p>
<p>
</p>
<h2><a name="experimental_support_for_sun_studio_compilers_for_linux_os">Experimental Support for Sun Studio Compilers for Linux OS</a></h2>
<p>Sun Microsystems has released a port of their Sun Studio compiliers for
Linux. As of November 2005, only an alpha version has been released.
Until a release of these compilers is made, support for compiling Perl with
these compiler experimental.</p>
<p>Also, some special instructions for building Perl with Sun Studio on Linux.
Following the normal <code>Configure</code>, you have to run make as follows:</p>
<pre>
LDLOADLIBS=-lc make</pre>
<p><code>LDLOADLIBS</code> is an environment variable used by the linker to link modules
<code>/ext</code> modules to glibc. Currently, that environment variable is not getting
populated by a combination of <code>Config</code> entries and <code>ExtUtil::MakeMaker</code>.
While there may be a bug somewhere in Perl's configuration or
<code>ExtUtil::MakeMaker</code> causing the problem, the most likely cause is an
incomplete understanding of Sun Studio by this author. Further investigation
is needed to get this working better.</p>
<p>
</p>
<hr />
<h1><a name="author">AUTHOR</a></h1>
<p>Steve Peters <<a href="mailto:steve@fisharerojo.org">steve@fisharerojo.org</a>></p>
<p>Please report any errors, updates, or suggestions to <em><a href="mailto:perlbug@perl.org">perlbug@perl.org</a></em>.</p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?