X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.mint;h=b3955099b6b9286b2bb55100af48ae021c00d428;hb=4bdee82d7bc2074b4348e7a8af9486f836481a0a;hp=9cd480881d2ec320fd8db26455ed0c6c850af227;hpb=61ae2fbf8676dafa05a9a9a710fde421f30a2071;p=p5sagit%2Fp5-mst-13.2.git diff --git a/README.mint b/README.mint index 9cd4808..b395509 100644 --- a/README.mint +++ b/README.mint @@ -1,6 +1,12 @@ -########################################################################## -# *** README.mint -########################################################################## +If you read this file _as_is_, just ignore the funny characters you see. +It is written in the POD format (see pod/perlpod.pod) which is specially +designed to be readable as is. + +=head1 NAME + +README.mint - Perl version 5 on Atari MiNT + +=head1 DESCRIPTION If you want to build perl yourself on MiNT (or maybe on an Atari without MiNT) you may want to accept some advice from somebody who already did it... @@ -23,8 +29,7 @@ provided that the user has a Eunuchs-like environment (i.e. the standard envariables like $PATH, $HOME, ... are set, there is a POSIX compliant shell in /bin/sh, and...) -Known problems -============== +=head1 Known problems with Perl on MiNT The problems you may encounter when building perl on your machine are most probably due to deficiencies in MiNT resp. the Atari @@ -63,17 +68,11 @@ and fix its stack. I have made good experiences with This doesn't establish a stack of 2 Bytes only as you might think. It really reserves one half of the available memory for cc1's stack. A setting of 1 would reserve the entire -memory for cc1, 3 would reserve three thirds. You will have +memory for cc1, 3 would reserve three fourths. You will have to find out the value that suits to your system yourself. -BTW, cc1 is maybe a little hard to find. It is generally installed -as - /usr/local/lib/gcc-lib///cc1 - -where is probably something like "m68k-atari-mint" -and is the gcc version you use (find out with -"gcc --version"). Maybe "gcc-lib" is not installed in -"/usr/local/lib" but "/usr/lib" on your system. +To find out the location of the program `cc1' simply type +`gcc --print-prog-name cc1' at your shell prompt. Now run make (maybe "make -k"). If you get a fatal signal 10 increase cc1's stacksize, if you run out of memory you should @@ -216,7 +215,10 @@ OK, this was my motto while working on Perl for MiNT, especially rule (1)... Have fun with Perl! +=head1 AUTHOR + Guido Flohr --- -mailto:gufl0000@stud.uni-sb.de -http://stud.uni-sb.de/~gufl0000 + + mailto:gufl0000@stud.uni-sb.de + http://stud.uni-sb.de/~gufl0000 +