Driver program for the chicken scheme compiler
csc [ filename | option ... ]
csc is a program that invokes the CHICKEN compiler and the host systems C compiler to generate an executable from a Scheme source file or C files generated by CHICKEN For a list of options enter csc -help
CSC_OPTIONS
Can hold default options that should be passed to every invocation of csc
CHICKEN_PREFIX
An alternative installation prefix, where the Scheme-to-C translator and any support files and libraries are located. Defaults to the installation time prefix given when configuring the system.
More information can be found in the Chicken User's Manual
Submit bug reports by e-mail to [email protected] , preferrably using the chicken-bug tool.
The CHICKEN Team