Hello, Mike Gran <[EMAIL PROTECTED]> writes:
>> ./configure --prefix=$HOME/my CFLAGS=-I$HOME/my/include >> LDFLAGS=-L$HOME/my/lib > > In your CFLAGS, try putting a -O2. This can sometimes cure the stack > overflow problems. Indeed. You may also need to add $HOME/my/lib to $LD_LIBRARY_PATH to be able to load auxiliary shared libraries, e.g., the one that's loaded when doing "(use-modules (srfi srfi-1))". Thanks, Ludo'.
