Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

chicken(1) [debian man page]

CHICKEN(1)						      General Commands Manual							CHICKEN(1)

NAME
chicken - A Scheme-to-C translator SYNOPSIS
chicken PATHNAME [ OPTION ... ] DESCRIPTION
CHICKEN is a compiler and interpreter for the programming language Scheme supporting most of the features as described in the Revised^5 Report on the Algorithmic Language Scheme For a more convenient interface, see the manual page for csc(1). OPTIONS
Enter chicken -help for a list of supported command-line options. ENVIRONMENT VARIABLES
CHICKEN_PREFIX Is used as a prefix directory for support files, include-files and libraries. CHICKEN_INCLUDE_PATH Contains one or more pathnames where the compiler should additionally look for include-files, separated by ; characters. CHICKEN_OPTIONS Holds a string of default compiler options that should apply to every invocation of chicken DOCUMENTATION
More information can be found in the CHICKEN User's Manual AUTHORS
The CHICKEN Team. SEE ALSO
csc(1) chicken-bug(1) 10 Sep 2002 CHICKEN(1)

Check Out this Related Man Page

CHICKEN-STATUS(1)					      General Commands Manual						 CHICKEN-STATUS(1)

NAME
chicken-status - list installed extension libraries SYNOPSIS
chicken-status [OPTION | PATTERN] ... DESCRIPTION
chicken-status lists installed extensions for the CHICKEN Scheme system matching the regular expression(s) PATTERN or all, if no pattern has been given. OPTIONS
Enter chicken-status -help for a list of supported command-line options. ENVIRONMENT VARIABLES
CHICKEN_PREFIX The installation prefix where CHICKEN Scheme and its support files and libraries are located. Defaults to the installation time pre- fix given when configuring the system. CHICKEN_REPOSITORY The path where extension libraries are installed. Defaults to the package-library path selected during configuration (usually /var/lib/chicken/<binary-version> ) DOCUMENTATION
More information can be found in the CHICKEN User's Manual BUGS
Submit bug reports by e-mail to chicken-janitors@nongnu.org , preferrably using the chicken-bug tool. AUTHORS
The CHICKEN Team SEE ALSO
chicken-install(1) chicken-uninstall(1) chicken(1) chicken-bug(1) 13 Aug 2008 CHICKEN-STATUS(1)
Man Page

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

cron/logrotate chicken and egg problem

I have run into a problem where about a dozen machines, all the same x86_64 2.6.12 GNU/Linux. For some reason these machines will fill up their /var partition (10G), because their logs never get rotated... Unfortunately, there is no error message from logrotate (would be in /var/log/messages) and... (8 Replies)
Discussion started by: jjinno
8 Replies