1PERLLINUX(1)           Perl Programmers Reference Guide           PERLLINUX(1)
2
3
4

NAME

6       README.linux - Perl version 5 on Linux systems
7

DESCRIPTION

9       This document describes various features of Linux that will affect how
10       Perl version 5 (hereafter just Perl) is compiled and/or runs.
11
12       Experimental Support for Sun Studio Compilers for Linux OS
13
14       Sun Microsystems has released a port of their Sun Studio compiliers for
15       Linux.  As of November 2005, only an alpha version has been released.
16       Until a release of these compilers is made, support for compiling Perl
17       with these compiler experimental.
18
19       Also, some special instructions for building Perl with Sun Studio on
20       Linux.  Following the normal "Configure", you have to run make as fol‐
21       lows:
22
23           LDLOADLIBS=-lc make
24
25       "LDLOADLIBS" is an environment variable used by the linker to link mod‐
26       ules "/ext" modules to glibc.  Currently, that environment variable is
27       not getting populated by a combination of "Config" entries and "ExtU‐
28       til::MakeMaker".  While there may be a bug somewhere in Perl's configu‐
29       ration or "ExtUtil::MakeMaker" causing the problem, the most likely
30       cause is an incomplete understanding of Sun Studio by this author.
31       Further investigation is needed to get this working better.
32

AUTHOR

34       Steve Peters <steve@fisharerojo.org>
35
36       Please report any errors, updates, or suggestions to perlbug@perl.org.
37
38
39
40perl v5.8.8                       2006-01-07                      PERLLINUX(1)
Impressum