Index of /pub/CPAN/ports

Icon  Name                    Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] README 2023-10-10 19:20 2.3K [DIR] acorn/ 1999-08-12 02:01 - [DIR] amiga/ 1999-08-12 02:01 - [DIR] aos/ 1999-08-12 02:01 - [TXT] archive-2011-03-26.html 2023-10-10 19:20 55K [DIR] as400/ 2003-01-03 08:35 - [DIR] atari/ 1999-08-12 02:01 - [DIR] beos/ 1999-08-12 02:01 - [TXT] binaries.html 2023-10-10 19:20 48K [DIR] guardian/ 1999-08-12 02:01 - [TXT] index.html 2023-10-10 19:20 5.0K [DIR] lynxos/ 2001-09-30 08:33 - [DIR] mac/ 2002-12-05 07:52 - [DIR] mint/ 1999-08-12 02:01 - [DIR] mpe/ 1999-10-01 08:50 - [DIR] msdos/ 1999-08-12 02:01 - [DIR] mvs/ 1999-08-12 02:01 - [DIR] netware/ 2002-11-23 00:09 - [DIR] nt/ 2001-04-25 09:10 - [DIR] os2/ 2021-11-22 06:27 - [DIR] os390/ 1999-08-12 02:01 - [DIR] os400/ 2003-01-03 08:35 - [DIR] oses/ 2023-10-10 19:15 - [DIR] plan9/ 1999-08-12 02:01 - [DIR] qnx/ 1999-08-12 02:01 - [DIR] riscos/ 1999-08-12 02:01 - [DIR] sco/ 1999-08-12 02:01 - [DIR] sequent/ 2000-02-18 05:09 - [DIR] sharp/ 2003-09-18 16:38 - [DIR] tandem/ 1999-08-12 02:01 - [DIR] vms/ 1999-08-12 02:01 - [DIR] vos/ 2000-11-21 08:30 - [DIR] win16/ 1999-08-12 02:01 - [DIR] win31/ 1999-08-12 02:01 - [DIR] win32/ 2001-04-25 09:10 - [DIR] win95/ 2001-04-25 09:10 - [DIR] winNT/ 2001-04-25 09:10 -


CPAN/ports/README

	You are probably looking for a binary distribution of Perl.
	If so, go directly to

		http://www.perl.com/CPAN/ports/index.html

	The rest of this file tells is more detail about the
	contents of this directory (http://www.perl.com/CPAN/ports/)
	but in principle, the above URL should be all you need.

CONTENTS

	This directory contains ports (or pointers to such) of Perl

	(1) to platforms that the Perl standard source code distribution (S)
	    does not (yet) support, such as Tandem Guardian.

	(2) to platforms where a C compiler is an exception, not the rule,
	    like for example the Windows platforms and OS/2.

	(3) some of the directories here are empty and just contain pointers
	    back to (S).  These are Perl source code archaeology in action:
	    once upon a time these platforms were not supported in the (S),
	    but they are now.  Examples include Amiga, BeOS, and MPE/iX.

	(S) Either

		http://www.perl.com/CPAN/src/stable.tar.gz

	   or

		http://www.perl.com/CPAN/src/stable.zip

	Grab that, unpack it, start off by reading the README.

BUILDING PERL FROM SOURCE

	To build from the (S) you will need a full C compiler and
	some sort of compilation environment ('make' or some similar
	build tool).  If you have a UNIX-like shell environment
	(Bourne shell and the usual UNIX utilities like 'tr', 'sed',
	and so on), so much the better.

	Because Perl's roots are in the UNIX world in general any
	UNIX platform should be supported in the (S).  If this isn't
	the case, please send email to perlbug@perl.com and tell in
	excruciating detail what is your UNIX platform.  For example
	the output of "uname -a" or similar would be handy.

	Beware: some platforms which the vendors call UNIX do not
	have a full C compiler -- or if they have a 'bundled' one,
	it's severely crippled, supplied mainly for compiling the
	kernel/device drivers.

	Perl requires more than that.

	Such crippled platforms include HP-UX and Solaris.  Either
	you will have to pay for the full C compiler or find
	yourself the GNU C compiler (gcc) as a binary distribution.
	If you don't know where to start, locate the FAQ for your
	platform.  If you don't know what that is or where to get
	that, use the search engines.  If you don't know what those
	are, consult your local information systems support.  If
	they don't know what all the above means, fire them.

--
cpan@perl.org