.\" dummy line .TH CSC 1 "19 Sep 2001" .SH NAME csc \- driver program for the CHICKEN Scheme compiler .SH SYNOPSIS .B csc [ .I filename | .I option ... ] .SH DESCRIPTION .I csc is a program that invokes the .I CHICKEN compiler and the host systems C compiler to generate an executable from a Scheme source file or C files generated by .I CHICKEN For a list of options enter .B csc\ \-help .SH ENVIRONMENT\ VARIABLES .TP .B CSC_OPTIONS Can hold default options that should be passed to every invocation of .B csc .TP .B 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. .SH DOCUMENTATION More information can be found in the .I CHICKEN\ User's\ Manual .SH BUGS Submit bug reports by e-mail to .I chicken-janitors@nongnu.org , preferrably using the .B chicken\-bug tool. .SH AUTHOR The CHICKEN Team .SH SEE ALSO .BR chicken(1) .BR chicken-bug(1)