Comment 1 for bug 751112

Revision history for this message
sds (sds-gnu) wrote :

the crash is cause by linking libffcall dynamically.
it should be linked statically.
see https://bugs.launchpad.net/bugs/987617
workaround:
in the clisp build directory:

perl -p -i -e "s,-lavcall,/usr/lib/libavcall.a,g" `grep -I -r -l -- -lavcall .`
perl -p -i -e "s,-lcallback,/usr/lib/libcallback.a,g" `grep -I -r -l -- -lcallback .`
make clean full check