-
Notifications
You must be signed in to change notification settings - Fork 0
/
csc.1
58 lines (44 loc) · 1019 Bytes
/
csc.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.\" 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
, preferrably using the
.B chicken\-bug
tool.
.SH AUTHOR
The CHICKEN Team
.SH SEE ALSO
.BR chicken(1)
.BR chicken-bug(1)