-*- mode: compilation; default-directory: "/tmp/" -*-
Compilation started at Wed Oct 9 21:35:37
csc test.scm -embedded
/usr/bin/ld: error: undefined symbol: main
>>> referenced by crt1.c:76 (/usr/src/lib/csu/amd64/crt1.c:76)
>>> /usr/lib/crt1.o:(_start)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Error: shell command terminated with non-zero exit status 256: 'cc' 'test.o' -o 'test' -fstack-protector-strong -L/usr/local/lib -Wl,-R/usr/local/lib -lchicken -lm -lpthread
Compilation exited abnormally with code 1 at Wed Oct 9 21:35:37
plain