PREV UP NEXT SCM

2.10: Problems Running

PROBLEM
HOW TO FIX
Opening message and then machine crashes.
Change memory model option to C compiler (or makefile).

Make sure sizet definition is correct in `scmfig.h'.

Reduce size of HEAP_SEG_SIZE in `setjump.h'.

Input hangs
#define NOSETBUF
ERROR: heap: need larger initial
Need to increase the initial heap allocation using -a<kb> or INIT_HEAP_SIZE.
ERROR: Could not allocate ...
Check sizet definition.

Use 32 bit compiler mode.

Don't try to run as subproccess

remove ... in scmfig.h and recompile scm
add ... in scmfig.h and recompile scm
Do it and recompile files.
ERROR: `Init.scm' not found
Assign correct IMPLINIT in makefile or `scmfig.h' or define environment variable SCM_INIT_PATH to be the full pathname of `Init.scm' (see Installing SCM).
WARNING: require.scm not found
define environment variable SCHEME_LIBRARY_PATH to be the full pathname of the scheme library [SLIB] or change library-vicinity in `Init.scm' to point to library or remove. See Installation.

Make sure the value of (library-vicinity) has a trailing file separator (like / or \).