Change 11469 by nick@camel-linux on 2001/07/26 06:20:25 Subject: [DOC PATCH bleadperl] typo in INSTALL? From: Philip Newton <[EMAIL PROTECTED]> Date: Wed, 25 Jul 2001 08:12:48 +0200 Message-Id: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/INSTALL#81 edit Differences ... ==== //depot/perl/INSTALL#81 (text) ==== Index: perl/INSTALL --- perl/INSTALL.~1~ Thu Jul 26 00:30:06 2001 +++ perl/INSTALL Thu Jul 26 00:30:06 2001 @@ -1737,7 +1737,7 @@ Starting from Perl 5.8 Perl has the beginnings of cross-compilation support. What is known to work is running Configure in a cross-compilation environment and building the miniperl executable. -What is known not work work is building the perl executable because +What is known not to work is building the perl executable because that would require building extensions: Dynaloader statically and File::Glob dynamically, for extensions one needs MakeMaker and MakeMaker is not yet cross-compilation aware, and neither is End of Patch.