File: extend-chicken.1

package info (click to toggle)
chicken 0.990-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 15,052 kB
  • ctags: 32,419
  • sloc: ansic: 388,227; lisp: 30,001; sh: 7,641; makefile: 311
file content (61 lines) | stat: -rw-r--r-- 1,135 bytes parent folder | download
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
59
60
61
.\" dummy line
.TH EXTEND-CHICKEN 1 "19 Sep 2001"

.SH NAME

extend-chicken - script to extend the
.I CHICKEN
compiler with compiled library units

.SH SYNOPSIS

.B extend-chicken
[
.I unitname
|
.I option ...
]

.SH DESCRIPTION

.I extend-chicken
is a Scheme script that rebuilds the 
.I CHICKEN
compiler to contain extra functionality provided by one
or more compiled library units.
.I unitname
should be the name of the unit to be included. The compiled
object module should be in the current directory and named
.I unitname\.o

.SH OPTIONS

.TP
.BI \-output-file \ filename
Generate a new compiler with the name
.I filename
If this option is not supplied, then the generated executable will be
named 
.I chicken-2

.SH DOCUMENTATION

More information can be found in the
.I Chicken\ Manual
which is provided in HTML format as
.B manual\.html
in the distribution.

.SH BUGS
Submit bug reports by e-mail to
.I felix@call-with-current-continuation.org

.SH AUTHOR
.I extend-csi
was written by Felix Winkelmann (felix@call-with-current-continuation.org).

.SH SEE ALSO
.BR csi(1)
.BR chicken(1)
.BR chicken-config(1)
.BT extend-csi(1)