It seems to matter how I invoke the compiler. I could definitely use some enlightenment here...

fluffy% csc -e -k e.scm c.c
fluffy% cp e.c e.c.1
fluffy% csc -k e.scm c.c
ld: duplicate symbol _main in c.o and e.o
collect2: ld returned 1 exit status
*** Shell command terminated with exit status 1: gcc e.o c.o -o e -L/ usr/local/Chicken/lib -lchicken -lm
fluffy% csc -e -t e.scm
fluffy% cp e.c e.c.1
fluffy% csc -t e.scm
fluffy% diff e.c e.c.1



_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to