| |
|
| $srcdir/configure |
$srcdir/configure |
| |
|
| where $srcdir is the source directory (Note that we tested this only |
where $srcdir is the source directory. You need a VPATH-capable 'make' |
| |
(e.g., GNU make) for this. (Note that we tested this only |
| for installation; i.e., if you want to hack the Gforth sources, you |
for installation; i.e., if you want to hack the Gforth sources, you |
| should probably build in the source directory). |
should probably build in the source directory). |
| |
|
| |
|
| env "CC=gcc -b i486-linuxaout -V 2.7.0" ./configure |
env "CC=gcc -b i486-linuxaout -V 2.7.0" ./configure |
| |
|
| |
You can change the sizes of the various areas used in the default |
| |
image `gforth.fi' by passing the appropriate Gforth command line |
| |
options in the FORTHSIZES environment variable: |
| |
|
| |
env "FORTHSIZES=--dictionary-size=256k --data-stack-size=16k --fp-stack-size=16k --return-stack-size=16k --locals-stack-size=16k" ./configure |
| |
|
| |
The line above reaffirms the default sizes. Note that the locals |
| |
stack area is also used as input buffer stack. |
| |
|
| Preloading installation-specific code |
Preloading installation-specific code |
| |
|