$ csc -v test.scm ""C:/chicken/bin/chicken" "test.scm" -output-file "test.c" -verbose" ""gcc" "test.c" -o "test.o" -c -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os -IC:\\chicken\\include\\chicken\\" rm test.c ""gcc" "test.o" -o "test" -Wl,--enable-auto-import -LC:\chicken\lib\ -lchicken -lm -lws2_32" test.o:test.c:(.text+0x3b): undefined reference to `C_toplevel_entry' test.o:test.c:(.text+0x4e): undefined reference to `C_check_nursery_minimum' test.o:test.c:(.text+0x58): undefined reference to `C_stack_limit' test.o:test.c:(.text+0x76): undefined reference to `C_save_and_reclaim' test.o:test.c:(.text+0x7b): undefined reference to `C_fromspace_top' test.o:test.c:(.text+0x8e): undefined reference to `C_fromspace_limit' test.o:test.c:(.text+0x95): undefined reference to `C_temporary_stack' test.o:test.c:(.text+0x9e): undefined reference to `C_temporary_stack' test.o:test.c:(.text+0xb0): undefined reference to `C_rereclaim2' test.o:test.c:(.text+0xb5): undefined reference to `C_temporary_stack' test.o:test.c:(.text+0xbe): undefined reference to `C_temporary_stack' test.o:test.c:(.text+0xe4): undefined reference to `C_initialize_lf' test.o:test.c:(.text+0xf8): undefined reference to `C_h_intern' test.o:test.c:(.text+0x114): undefined reference to `C_h_intern' test.o:test.c:(.text+0x123): undefined reference to `C_fromspace_top' test.o:test.c:(.text+0x128): undefined reference to `C_decode_literal' test.o:test.c:(.text+0x149): undefined reference to `C_register_lf2' test.o:test.c:(.text+0x172): undefined reference to `C_library_toplevel' test.o:test.c:(.text+0x17f): undefined reference to `C_timer_interrupt_counter' test.o:test.c:(.text+0x18c): undefined reference to `C_timer_interrupt_counter' test.o:test.c:(.text+0x198): undefined reference to `C_raise_interrupt' test.o:test.c:(.text+0x1a2): undefined reference to `C_stack_limit' test.o:test.c:(.text+0x1ca): undefined reference to `C_save_and_reclaim' test.o:test.c:(.text+0x1f1): undefined reference to `C_timer_interrupt_counter' test.o:test.c:(.text+0x1fe): undefined reference to `C_timer_interrupt_counter' test.o:test.c:(.text+0x20a): undefined reference to `C_raise_interrupt' test.o:test.c:(.text+0x214): undefined reference to `C_stack_limit' test.o:test.c:(.text+0x240): undefined reference to `C_save_and_reclaim' test.o:test.c:(.text+0x27f): undefined reference to `C_eval_toplevel' test.o:test.c:(.text+0x28c): undefined reference to `C_timer_interrupt_counter' test.o:test.c:(.text+0x299): undefined reference to `C_timer_interrupt_counter' test.o:test.c:(.text+0x2a5): undefined reference to `C_raise_interrupt' test.o:test.c:(.text+0x2af): undefined reference to `C_stack_limit' test.o:test.c:(.text+0x2db): undefined reference to `C_save_and_reclaim' test.o:test.c:(.text+0x31a): undefined reference to `C_chicken_2dsyntax_toplevel' test.o:test.c:(.text+0x328): undefined reference to `C_timer_interrupt_counter' test.o:test.c:(.text+0x335): undefined reference to `C_timer_interrupt_counter' test.o:test.c:(.text+0x341): undefined reference to `C_raise_interrupt' test.o:test.c:(.text+0x34b): undefined reference to `C_stack_limit' test.o:test.c:(.text+0x377): undefined reference to `C_save_and_reclaim' test.o:test.c:(.text+0x3bb): undefined reference to `C_trace' test.o:test.c:(.text+0x3d0): undefined reference to `C_unbound_variable' test.o:test.c:(.text+0x3db): undefined reference to `C_invalid_procedure' test.o:test.c:(.text+0x416): undefined reference to `C_timer_interrupt_counter' test.o:test.c:(.text+0x423): undefined reference to `C_timer_interrupt_counter' test.o:test.c:(.text+0x42f): undefined reference to `C_raise_interrupt' test.o:test.c:(.text+0x439): undefined reference to `C_stack_limit' test.o:test.c:(.text+0x465): undefined reference to `C_save_and_reclaim' test.o:test.c:(.text+0x495): undefined reference to `C_trace' test.o:test.c:(.text+0x49f): undefined reference to `C_invalid_procedure' test.o:test.c:(.text+0x4f9): undefined reference to `C_timer_interrupt_counter' test.o:test.c:(.text+0x509): undefined reference to `C_timer_interrupt_counter' test.o:test.c:(.text+0x515): undefined reference to `C_raise_interrupt' test.o:test.c:(.text+0x51f): undefined reference to `C_stack_limit' test.o:test.c:(.text+0x547): undefined reference to `C_save_and_reclaim' test.o:test.c:(.text+0x557): undefined reference to `C_invalid_procedure' test.o:test.c:(.text.startup+0x24): undefined reference to `CHICKEN_main' collect2.exe: error: ld returned 1 exit status Error: shell command terminated with non-zero exit status 1: ""gcc" "test.o" -o "test" -Wl,--enable-auto-import -LC:\chicken\lib\ -lchicken -lm -lws2_32"