diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-06-11 14:21:01 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-11 13:03:13 +0000 |
commit | a2b4a97e1bac5f37e3ac662cf5a28a72ba1b27ec (patch) | |
tree | 77b5b5d88a5c0d76f0f15fccfbfa22a69d594429 /INSTALL | |
parent | 3dec3e0939f3a64e4e3f5a1d93cb5d7a80f6ebb1 (diff) | |
download | perl-a2b4a97e1bac5f37e3ac662cf5a28a72ba1b27ec.tar.gz |
warn about gcc 3.1 + usemorebits
Message-ID: <3D05CF0D.9060409@hexaflux.com>
p4raw-id: //depot/perl@17187
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -795,6 +795,10 @@ this support (if it is available). You can "Configure -Dusemorebits" to turn on both the 64-bit support and the long double support. +Note that on some platforms the gcc 3.1 compiler has been reported +to refuse to compile the Time::Hires module when using -Dusemorebits +or an equivalent setting. + =head2 Selecting File IO mechanisms Executive summary: in Perl 5.8, you should use the default "PerlIO" |