diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-28 21:46:19 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-28 21:46:19 +0000 |
commit | 5a7d176ddfe3850724e86702975cfe5594324cfc (patch) | |
tree | 6889acf6201400512ef81825c2a11c53593f740a /README.cygwin32 | |
parent | d6c1b5d37fe90dfde927a85ace3fe459e0a0b850 (diff) | |
download | perl-5a7d176ddfe3850724e86702975cfe5594324cfc.tar.gz |
add explicit references to perl source path in ld2 and gcc2
p4raw-id: //depot/perl@2115
Diffstat (limited to 'README.cygwin32')
-rw-r--r-- | README.cygwin32 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.cygwin32 b/README.cygwin32 index d7950f63d4..3b89e52d46 100644 --- a/README.cygwin32 +++ b/README.cygwin32 @@ -6,11 +6,11 @@ project and the Cygwin32 API. 1) Copy the contents of the cygwin32 directory to the Perl source root directory. -2) Modify the ld2 script by making the PERLPATH variable contain the - Perl source root directory. For example, if you extracted perl to - "/perl5.004", change the script so it contains the line: +2) Modify the ld2 and gcc2 scripts by making the PERLPATH variable contain + the Perl source root directory. For example, if you extracted perl to + "/perl5.005", change the scripts so they contain the line: - PERLPATH=/perl5.004 + PERLPATH=/perl5.005 3) Copy the two scripts ld2 and gcc2 from the cygwin32 subdirectory to a directory in your PATH environment variable. For example, copy to |