Hi. csc seems to predefine some cond-expand feature (srfi-1, srfi-13, srfi-14, srfi-69, maybe more) for the program to be compiled. How to prevent this? (I fear that this has been asked before, but I could not find the answer.)
Example: > echo "(cond-expand (srfi-1 (print "srfi-1")) (else))" > bugchicken2.scm > csi -e '(load "bugchicken2.scm")' > -> as expected > csc bugchicken2.scm && ./bugchicken2 srfi-1 -> unexpected; csc should behave like csi. Ciao Sven _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
