1CSC(1) General Commands Manual CSC(1)
2
3
4
6 csc - driver program for the CHICKEN Scheme compiler
7
8
10 csc [ filename | option ... ]
11
12
14 csc is a program that invokes the CHICKEN compiler and the host systems
15 C compiler to generate an executable from a Scheme source file or C
16 files generated by CHICKEN For a list of options enter csc -help
17
18
20 CSC_OPTIONS
21 Can hold default options that should be passed to every invoca‐
22 tion of csc
23
24
25 CHICKEN_PREFIX
26 An alternative installation prefix, where the Scheme-to-C trans‐
27 lator and any support files and libraries are located. Defaults
28 to the installation time prefix given when configuring the sys‐
29 tem.
30
31
33 More information can be found in the CHICKEN User's Manual
34
35
37 Submit bug reports by e-mail to chicken-janitors@nongnu.org , pre‐
38 ferrably using the chicken-bug tool.
39
40
42 The CHICKEN Team
43
44
46 chicken(1) chicken-bug(1)
47
48
49
50 19 Sep 2001 CSC(1)