add note to INSTALL about C++ compilers (from M J T Guy)
Gurusamy Sarathy [Tue, 7 Mar 2000 22:40:55 +0000 (22:40 +0000)]
p4raw-id: //depot/perl@5602

INSTALL

diff --git a/INSTALL b/INSTALL
index de8017a..552c870 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -128,6 +128,9 @@ 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.
 
+Although Perl can be compiled using a C++ compiler, the Configure script
+does not work with some C++ compilers.
+
 =head1 Space Requirements
 
 The complete perl5 source tree takes up about 20 MB of disk space.