summaryrefslogtreecommitdiff
path: root/README.hpux
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2003-06-06 12:21:43 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2003-06-06 12:21:43 +0000
commit70dff5ba10e4ca7812cb86fd78f4732ba93c86d9 (patch)
treeb88bed5679eb855b747c90f23294f818efd53abb /README.hpux
parentf0b2cf552638278613953870ec9b5623f83b321d (diff)
downloadperl-70dff5ba10e4ca7812cb86fd78f4732ba93c86d9.tar.gz
Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
as the compiler supports it) p4raw-id: //depot/perl@19696
Diffstat (limited to 'README.hpux')
-rw-r--r--README.hpux10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.hpux b/README.hpux
index ade330948f..e0fb54fd9e 100644
--- a/README.hpux
+++ b/README.hpux
@@ -401,11 +401,15 @@ Work is being performed on Perl to make it 64-bit compliant on all
versions of Unix. Once this is complete, scalar variables will be able
to hold numbers larger than 2^32 with complete precision.
-As of the date of this document, Perl is not 64-bit compliant on HP-UX.
+As of the date of this document, Perl is fully 64-bit compliant on
+HP-UX 11.00 and up for both ccc- and gcc builds.
Should a user wish to experiment with compiling Perl in the LP64
environment, use the -Duse64bitall flag to Configure. This will force
Perl to be compiled in a pure LP64 environment (via the +DD64 flag).
+(Note that these flags will only work with HP's ANSI C compiler. If
+you want to compile Perl using gcc, you will have to get a version of
+the compiler that support 64-bit operations.)
You can also use the -Duse64bitint flag to Configure. Although there
are some minor differences between compiling Perl with this flag versus
@@ -418,10 +422,6 @@ questions about 64-bit numbers when Configure asks you, you may get a
configuration that cannot be compiled, or that does not function as
expected.
-(Note that these Configure flags will only work with HP's ANSI C
-compiler. If you want to compile Perl using gcc, you will have to get a
-version of the compiler that support 64-bit operations.)
-
=head2 Oracle on HP-UX
Using perl to connect to Oracle databases through DBI and DBD::Oracle