diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-21 06:08:20 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-21 06:08:20 +0000 |
commit | ee51726982d50898e7825e7502b77681fc7426e7 (patch) | |
tree | 91aefee9970b046bbcc1de5729f8ae427813ba8c /README.mint | |
parent | cc507455df60f06ecd74b2df5a0ae9f17fb3291d (diff) | |
download | perl-ee51726982d50898e7825e7502b77681fc7426e7.tar.gz |
README.mint tweaks (from Guido Flohr <gufl0000@stud.uni-sb.de>)
p4raw-id: //depot/perl@5852
Diffstat (limited to 'README.mint')
-rw-r--r-- | README.mint | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/README.mint b/README.mint index 9cd480881d..1915129ff8 100644 --- a/README.mint +++ b/README.mint @@ -63,17 +63,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/<platform>/<gcc-version>/cc1 - -where <platform> is probably something like "m68k-atari-mint" -and <version> 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 |