X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.mint;h=a2372c0d6690d592ac82787c45d2ce8346035e58;hb=bdd9a1b1ec56a0b6b7d8b1b363138a8fbd3040e3;hp=82f7509eeb7a0bd142c76fda205b70dfdc4dc8ff;hpb=3a1825b5137e86b5a16512c85cd54354148a299f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/README.mint b/README.mint index 82f7509..a2372c0 100644 --- a/README.mint +++ b/README.mint @@ -78,7 +78,7 @@ for cc1's stack. A setting of 1 would reserve the entire memory for cc1, 3 would reserve three fourths. You will have to find out the value that suits to your system yourself. -To find out the location of the program `cc1' simply type +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 @@ -123,16 +123,16 @@ This will fix the problem. This version (5.00402) of perl has passed most of the tests on my system: -Failed Test Status Wstat Total Fail Failed List of failed ------------------------------------------------------------------------------- -io/pipe.t 10 2 20.00% 7, 9 -io/tell.t 13 1 7.69% 12 -lib/complex.t 762 13 1.71% 84-85, 248-251, 257, 272-273, - 371, 380, 419-420 -lib/io_pipe.t 10 1 10.00% 9 -lib/io_tell.t 13 1 7.69% 12 -op/magic.t 30 2 6.67% 29-30 -Failed 6/152 test scripts, 96.05% okay. 20/4359 subtests failed, 99.54% okay. + Failed Test Status Wstat Total Fail Failed List of failed + ------------------------------------------------------------------------------ + io/pipe.t 10 2 20.00% 7, 9 + io/tell.t 13 1 7.69% 12 + lib/complex.t 762 13 1.71% 84-85, 248-251, 257, 272-273, + 371, 380, 419-420 + lib/io_pipe.t 10 1 10.00% 9 + lib/io_tell.t 13 1 7.69% 12 + op/magic.t 30 2 6.67% 29-30 + Failed 6/152 test scripts, 96.05% okay. 20/4359 subtests failed, 99.54% okay. Pipes always cause problems with MiNT, it's actually a surprise that most of the tests did work. I've got no idea why the "tell" test failed,