1CSC(1)                      General Commands Manual                     CSC(1)
2
3
4

NAME

6       csc - driver program for the CHICKEN Scheme compiler
7
8

SYNOPSIS

10       csc [ filename | option ...  ]
11
12

DESCRIPTION

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

ENVIRONMENT VARIABLES

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

DOCUMENTATION

33       More information can be found in the CHICKEN User's Manual
34
35

BUGS

37       Submit  bug  reports  by  e-mail  to chicken-janitors@nongnu.org , pre‐
38       ferrably using the chicken-bug tool.
39
40

AUTHOR

42       The CHICKEN Team
43
44

SEE ALSO

46       chicken(1) chicken-bug(1)
47
48
49
50                                  19 Sep 2001                           CSC(1)
Impressum