diff options
author | Leon Brocard <acme@astray.com> | 2009-09-15 11:53:20 +0100 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2009-09-15 11:53:20 +0100 |
commit | eb863851dc760d12b53aa443481ac97240430aa7 (patch) | |
tree | ad71d7acd3b7cb4c9a32f3a8242749055c84b408 /README.os2 | |
parent | dc0655f797469c47a9e4296c6ab99e8cfba3bd7a (diff) | |
download | perl-eb863851dc760d12b53aa443481ac97240430aa7.tar.gz |
Use alternative URLs for links which are now broken (link rot)
Diffstat (limited to 'README.os2')
-rw-r--r-- | README.os2 | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/README.os2 b/README.os2 index 2f47b838e9..12b4eb459d 100644 --- a/README.os2 +++ b/README.os2 @@ -208,9 +208,8 @@ under earlier versions of EMX, but this is not tested. One can get different parts of EMX from, say - http://www.leo.org/pub/comp/os/os2/leo/gnu/emx+gcc/ - http://powerusersbbs.com/pub/os2/dev/ [EMX+GCC Development] - http://hobbes.nmsu.edu/pub/os2/dev/emx/v0.9d/ + ftp://crydee.sai.msu.ru/pub/comp/os/os2/leo/gnu/emx+gcc/ + http://hobbes.nmsu.edu/h-browse.php?dir=/pub/os2/dev/emx/v0.9d/ The runtime component should have the name F<emxrt.zip>. @@ -235,9 +234,8 @@ can have Perl development environment under DOS. One can get RSX from, say - ftp://ftp.cdrom.com/pub/os2/emx09c/contrib - ftp://ftp.uni-bielefeld.de/pub/systems/msdos/misc - ftp://ftp.leo.org/pub/comp/os/os2/leo/devtools/emx+gcc/contrib + http://cd.textfiles.com/hobbesos29804/disk1/EMX09C/ + ftp://crydee.sai.msu.ru/pub/comp/os/os2/leo/gnu/emx+gcc/contrib/ Contact the author on C<rainer@mathematik.uni-bielefeld.de>. @@ -799,8 +797,7 @@ can be constructed using C<pod2latex>. =head1 BUILD -Here we discuss how to build Perl under OS/2. There is an alternative -(but maybe older) view on L<http://www.shadow.net/~troc/os2perl.html>. +Here we discuss how to build Perl under OS/2. =head2 The short story @@ -846,10 +843,11 @@ optionally - Berkeley DB headers and libraries, and crypt. Possible locations to get the files: - ftp://hobbes.nmsu.edu/os2/unix/ - ftp://ftp.cdrom.com/pub/os2/unix/ - ftp://ftp.cdrom.com/pub/os2/dev32/ - ftp://ftp.cdrom.com/pub/os2/emx09c/ + + ftp://ftp.uni-heidelberg.de/pub/os2/unix/ + http://hobbes.nmsu.edu/h-browse.php?dir=/pub/os2 + http://cd.textfiles.com/hobbesos29804/disk1/DEV32/ + http://cd.textfiles.com/hobbesos29804/disk1/EMX09C/ It is reported that the following archives contain enough utils to build perl: F<gnufutil.zip>, F<gnusutil.zip>, F<gnututil.zip>, F<gnused.zip>, @@ -857,7 +855,7 @@ F<gnupatch.zip>, F<gnuawk.zip>, F<gnumake.zip>, F<gnugrep.zip>, F<bsddev.zip> an F<ksh527rt.zip> (or a later version). Note that all these utilities are known to be available from LEO: - ftp://ftp.leo.org/pub/comp/os/os2/leo/gnu + ftp://crydee.sai.msu.ru/pub/comp/os/os2/leo/gnu/ Note also that the F<db.lib> and F<db.a> from the EMX distribution are not suitable for multi-threaded compile (even single-threaded |