From 5effff0b18af479fcc5e67b74bc41c4bc53342f6 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Fri, 2 Oct 1998 04:59:13 +0000 Subject: [PATCH] add note to INSTALL about ANSI C p4raw-id: //depot/perl@1919 --- INSTALL | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/INSTALL b/INSTALL index 9c0e96e..47ba0c0 100644 --- a/INSTALL +++ b/INSTALL @@ -64,6 +64,23 @@ In a related issue, old extensions may possibly be affected by the changes in the Perl language in the current release. Please see pod/perldelta.pod for a description of what's changed. +=head1 WARNING: This version requires a compiler that supports ANSI C. + +If you find that your C compiler is not ANSI-capable, try obtaining +GCC, available from GNU mirrors worldwide (e.g. ftp://ftp.gnu.org/pub/gnu). +Another alternative may be to use a tool like C to convert the +sources back to K&R style, but there is no guarantee this route will get +you anywhere, since the prototypes are not the only ANSI features used +in the Perl sources. C is usually found as part of the freely +available C distribution. Another similar tool is +C, distributed with GCC. Since C requires GCC to +run, you may have to run it on a platform where GCC is available, and move +the sources back to the platform without GCC. + +If you succeed in automatically converting the sources to a K&R compatible +form, be sure to email perlbug@perl.com to let us know the steps you +followed. This will enable us to officially support this option. + =head1 Space Requirements The complete perl5 source tree takes up about 10 MB of disk space. The -- 2.7.4