static compile added by eatonphil on Mon May 30 16:12:18 2016

'/usr/local/bin/chicken' 'test.scm' -output-file 'test.c' -feature chicken-compile-static -verbose
'cc' 'test.c' -o 'test.o' -c  -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -O2 -pipe -fstack-protector -fno-strict-aliasing -I"/usr/local/include/chicken"
rm test.c
'cc' 'test.o' -o 'test' -L"/usr/local/lib"  -Wl,-R"/usr/local/lib" -static '/usr/local/lib/libchicken.a' -lm -lpthread
test.o: In function `main':
test.c:(.text+0xb): undefined reference to `CHICKEN_main'
test.o: In function `C_toplevel':
test.c:(.text+0x3e): undefined reference to `C_toplevel_entry'
test.c:(.text+0x48): undefined reference to `C_check_nursery_minimum'
test.c:(.text+0x52): undefined reference to `C_stack_limit'
test.c:(.text+0x6f): undefined reference to `C_fromspace_top'
test.c:(.text+0x76): undefined reference to `C_fromspace_limit'
test.c:(.text+0x7f): undefined reference to `C_temporary_stack'
test.c:(.text+0x8a): undefined reference to `C_temporary_stack'
test.c:(.text+0x9d): undefined reference to `C_rereclaim2'
test.c:(.text+0xa4): undefined reference to `C_temporary_stack'
test.c:(.text+0xaf): undefined reference to `C_temporary_stack'
test.c:(.text+0xcb): undefined reference to `C_initialize_lf'
test.c:(.text+0xdf): undefined reference to `C_h_intern'
test.c:(.text+0xfa): undefined reference to `C_h_intern'
test.c:(.text+0x106): undefined reference to `C_fromspace_top'
test.c:(.text+0x110): undefined reference to `C_decode_literal'
test.c:(.text+0x12b): undefined reference to `C_register_lf2'
test.c:(.text+0x157): undefined reference to `C_library_toplevel'
test.c:(.text+0x15e): undefined reference to `C_temporary_stack'
test.c:(.text+0x169): undefined reference to `C_temporary_stack'
test.c:(.text+0x179): undefined reference to `C_reclaim'
test.o: In function `toplevel_trampoline':
test.c:(.text+0x187): undefined reference to `C_temporary_stack'