no title pasted by klm` on Sun Apr 9 12:55:20 2017

;; why isn't chicken-boot emitting error messages?

 ➤ make PLATFORM=linux PREFIX=/home/klm/chicken-5 CHICKEN=./chicken-boot install
./chicken-boot  eval.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-type-file ./types.db  -explicit-use -no-trace -output-file eval.c -emit-import-library chicken.eval

Error: module unresolved: chicken.eval
make: *** [rules.make:796: eval.c] Error 1

no title added by klm` on Sun Apr 9 13:15:22 2017

1313 klm@kth /s/o/chicken-core ➤ 
make PLATFORM=linux PREFIX=/home/klm/chicken-5-klm CHICKEN=/home/klm/chicken-5/bin/chicken install
/home/klm/chicken-5/bin/chicken  eval.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -consult-type-file ./types.db  -explicit-use -no-trace -output-file eval.c -emit-import-library chicken.eval

Error: module unresolved: chicken.eval
make: *** [rules.make:786: eval.c] Error 1