Last change
on this file since 8361 was
8361,
checked in by felix winkelmann, 13 years ago
|
probably fixed 64-bit literal bug and changed copyrights
|
File size:
1.1 KB
|
Line | |
---|
1 | .\" dummy line |
---|
2 | .TH CSC 1 "19 Sep 2001" |
---|
3 | |
---|
4 | .SH NAME |
---|
5 | |
---|
6 | csc - driver program to simplify compilation of Scheme files with the |
---|
7 | .I CHICKEN |
---|
8 | compiler |
---|
9 | |
---|
10 | .SH SYNOPSIS |
---|
11 | |
---|
12 | .B csc |
---|
13 | [ |
---|
14 | .I filename |
---|
15 | | |
---|
16 | .I option ... |
---|
17 | ] |
---|
18 | |
---|
19 | .SH DESCRIPTION |
---|
20 | |
---|
21 | .I csc |
---|
22 | is a program that invokes the |
---|
23 | .I CHICKEN |
---|
24 | compiler and the host systems C compiler to generate |
---|
25 | an executable from a Scheme source file or C files generated by |
---|
26 | .I CHICKEN |
---|
27 | For a list of options enter |
---|
28 | .B csc \ \-help |
---|
29 | |
---|
30 | .SH ENVIRONMENT\ VARIABLES |
---|
31 | |
---|
32 | .TP |
---|
33 | .B CSC_OPTIONS |
---|
34 | Can hold default options that should be passed to every invocation of |
---|
35 | .B csc |
---|
36 | |
---|
37 | .TP |
---|
38 | .B CHICKEN_PREFIX |
---|
39 | An alternative installation prefix, where the Scheme-to-C translator |
---|
40 | and any support files and libraries are located. Defaults to the installation |
---|
41 | time prefix given when configuring the system. |
---|
42 | |
---|
43 | .SH DOCUMENTATION |
---|
44 | |
---|
45 | More information can be found in the |
---|
46 | .I Chicken\ User's\ Manual |
---|
47 | |
---|
48 | .SH BUGS |
---|
49 | Submit bug reports by e-mail to |
---|
50 | .I chicken-janitors@nongnu.org |
---|
51 | , preferrably using the |
---|
52 | .B chicken\-bug |
---|
53 | tool. |
---|
54 | |
---|
55 | .SH AUTHOR |
---|
56 | Felix L. Winkelmann and the Chicken Team |
---|
57 | |
---|
58 | .SH SEE ALSO |
---|
59 | .BR chicken(1) |
---|
60 | .BR chicken-bug(1) |
---|
Note: See
TracBrowser
for help on using the repository browser.