Install Perl 5.8.8
[msysgit.git] / mingw / html / pod / perllinux.html
blob9c46a8ad68f9a1cd0a0f523617571b56a6de8ca3
1 <?xml version="1.0" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <title>README.linux - Perl version 5 on Linux systems</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <link rev="made" href="mailto:" />
8 </head>
10 <body style="background-color: white">
11 <table border="0" width="100%" cellspacing="0" cellpadding="3">
12 <tr><td class="block" style="background-color: #cccccc" valign="middle">
13 <big><strong><span class="block">&nbsp;README.linux - Perl version 5 on Linux systems</span></strong></big>
14 </td></tr>
15 </table>
17 <p><a name="__index__"></a></p>
18 <!-- INDEX BEGIN -->
20 <ul>
22 <li><a href="#name">NAME</a></li>
23 <li><a href="#description">DESCRIPTION</a></li>
24 <ul>
26 <li><a href="#experimental_support_for_sun_studio_compilers_for_linux_os">Experimental Support for Sun Studio Compilers for Linux OS</a></li>
27 </ul>
29 <li><a href="#author">AUTHOR</a></li>
30 </ul>
31 <!-- INDEX END -->
33 <hr />
34 <p>
35 </p>
36 <h1><a name="name">NAME</a></h1>
37 <p>README.linux - Perl version 5 on Linux systems</p>
38 <p>
39 </p>
40 <hr />
41 <h1><a name="description">DESCRIPTION</a></h1>
42 <p>This document describes various features of Linux that will affect how Perl
43 version 5 (hereafter just Perl) is compiled and/or runs.</p>
44 <p>
45 </p>
46 <h2><a name="experimental_support_for_sun_studio_compilers_for_linux_os">Experimental Support for Sun Studio Compilers for Linux OS</a></h2>
47 <p>Sun Microsystems has released a port of their Sun Studio compiliers for
48 Linux. As of November 2005, only an alpha version has been released.
49 Until a release of these compilers is made, support for compiling Perl with
50 these compiler experimental.</p>
51 <p>Also, some special instructions for building Perl with Sun Studio on Linux.
52 Following the normal <code>Configure</code>, you have to run make as follows:</p>
53 <pre>
54 LDLOADLIBS=-lc make</pre>
55 <p><code>LDLOADLIBS</code> is an environment variable used by the linker to link modules
56 <code>/ext</code> modules to glibc. Currently, that environment variable is not getting
57 populated by a combination of <code>Config</code> entries and <code>ExtUtil::MakeMaker</code>.
58 While there may be a bug somewhere in Perl's configuration or
59 <code>ExtUtil::MakeMaker</code> causing the problem, the most likely cause is an
60 incomplete understanding of Sun Studio by this author. Further investigation
61 is needed to get this working better.</p>
62 <p>
63 </p>
64 <hr />
65 <h1><a name="author">AUTHOR</a></h1>
66 <p>Steve Peters &lt;<a href="mailto:steve@fisharerojo.org">steve@fisharerojo.org</a>&gt;</p>
67 <p>Please report any errors, updates, or suggestions to <em><a href="mailto:perlbug@perl.org">perlbug@perl.org</a></em>.</p>
68 <table border="0" width="100%" cellspacing="0" cellpadding="3">
69 <tr><td class="block" style="background-color: #cccccc" valign="middle">
70 <big><strong><span class="block">&nbsp;README.linux - Perl version 5 on Linux systems</span></strong></big>
71 </td></tr>
72 </table>
74 </body>
76 </html>