diff options
author | Philip Newton <pne@cpan.org> | 2002-04-17 22:36:34 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-04-17 20:20:19 +0000 |
commit | f3e4a94eca8091ef3e896dc377f9a1a97616795c (patch) | |
tree | a1e5683a85543be193f5717a6ca281dc970ce916 | |
parent | 04333ffaffc1418007ebe7cddbeaba6233772d93 (diff) | |
download | perl-f3e4a94eca8091ef3e896dc377f9a1a97616795c.tar.gz |
Re: gcc on HP
Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
p4raw-id: //depot/perl@15978
-rw-r--r-- | README.hpux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.hpux b/README.hpux index f07ad5844e..c05a39ffb2 100644 --- a/README.hpux +++ b/README.hpux @@ -279,7 +279,7 @@ compiled using structures and functions in which these are 64 bits wide, rather than 32 bits wide. (Note that this 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. See above for -where to find it) +where to find it.) There are some drawbacks to this approach. One is that any extension which calls any file-manipulating C function will need to be recompiled |