~ubuntu-branches/ubuntu/precise/perl/precise

« back to all changes in this revision

Viewing changes to README.vos

  • Committer: Bazaar Package Importer
  • Author(s): Niko Tyni
  • Date: 2011-02-06 11:31:38 UTC
  • mto: (8.2.12 experimental) (1.1.12)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20110206113138-lzpm3g6rur7i3eyp
Tags: upstream-5.12.3
ImportĀ upstreamĀ versionĀ 5.12.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
popular on many systems.  See L<perlbook> for a number of good
14
14
books on Perl.
15
15
 
16
 
These are instructions for building Perl from source.  Most
17
 
people can simply download a pre-compiled distribution from the
18
 
VOS anonymous FTP site.  This version of Perl is not supported
19
 
on VOS Release 14.2.0 or earlier releases.  If you are running
20
 
VOS Release 14.3.0 or later, download Perl from
21
 
ftp://ftp.stratus.com/pub/vos/posix/ga/ga.html.  Instructions
22
 
for unbundling the Perl distribution file are at
 
16
These are instructions for building Perl from source.  This version of
 
17
Perl is not supported on VOS Release 14.2 or earlier releases.  If you
 
18
have a Continuum platform running VOS Release 14.3 through 14.7,
 
19
download Perl from the Stratus Anonymous FTP site at
 
20
ftp://ftp.stratus.com/pub/vos/posix/ga/continuum/continuum.html.  If
 
21
you have a V Series platform running VOS Release 15.0 or later, or if
 
22
you have a V Series platform running OpenVOS Release 17.0 or later,
 
23
download Perl from
 
24
ftp://ftp.stratus.com/pub/vos/posix/ga/v-series/v-series.html.  The
 
25
perl distribution files on the Stratus anonymous FTP site are stored
 
26
in a format called a "bundled file".  Instructions for unbundling the
 
27
Perl distribution file are at
23
28
ftp://ftp.stratus.com/pub/vos/utility/utility.html.
24
29
 
25
30
If you are running VOS Release 14.4.1 or later, you can obtain a
55
60
 
56
61
=item 2
57
62
 
58
 
While there are currently no architecture-specific
59
 
extensions or modules distributed with perl, the following
60
 
directories can be used to hold such files:
 
63
While there are currently no architecture-specific extensions or
 
64
modules distributed with perl, the following directories can be
 
65
used to hold such files (replace the string VERSION by the
 
66
appropriate version number):
61
67
 
62
 
     >system>ported>lib>perl5>5.9.0>7100
63
 
     >system>ported>lib>perl5>5.9.0>8000
64
 
     >system>ported>lib>perl5>5.9.0>i786
 
68
     >system>ported>lib>perl5>VERSION>7100
 
69
     >system>ported>lib>perl5>VERSION>8000
 
70
     >system>ported>lib>perl5>VERSION>i786
65
71
 
66
72
=item 3
67
73
 
68
74
Site-specific perl extensions and modules can be installed in one of
69
75
two places.  Put architecture-independent files into:
70
76
 
71
 
     >system>ported>lib>perl5>site_perl>5.9.0
 
77
     >system>ported>lib>perl5>site_perl>VERSION
72
78
 
73
79
Put site-specific architecture-dependent files into one of the
74
80
following directories:
75
81
 
76
 
     >system>ported>lib>perl5>site_perl>5.9.0>7100
77
 
     >system>ported>lib>perl5>site_perl>5.9.0>8000
78
 
     >system>ported>lib>perl5>site_perl>5.9.0>i786
 
82
     >system>ported>lib>perl5>site_perl>VERSION>7100
 
83
     >system>ported>lib>perl5>site_perl>VERSION>8000
 
84
     >system>ported>lib>perl5>site_perl>VERSION>i786
79
85
 
80
86
=item 4
81
87
 
114
120
other floating-point computations that underflow or overflow
115
121
will probably result in SIGFPE.  Don't push your luck.
116
122
 
117
 
As of VOS Release 14.7.0, the VOS POSIX runtime sets up the
118
 
PA-RISC and IA-32 hardware floating-point status register so
 
123
As of VOS Release 14.7.0 or later, the VOS POSIX runtime sets up
 
124
the PA-RISC and IA-32 hardware floating-point status register so
119
125
that the overflow and underflow exceptions do not trap, but
120
126
instead automatically convert the result to infinity or zero, as
121
127
appropriate.  As of this writing, there are still floating-point
158
164
 
159
165
=head1 LAST UPDATE
160
166
 
161
 
February 7, 2008
 
167
October 6, 2010
162
168
 
163
169
=cut