EnglishFrenchSpanish

Ad


OnWorks favicon

gauche-config - Online in the Cloud

Run gauche-config in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command gauche-config that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


gauche-config - retrieve configuration parameters of Gauche

SYNOPSIS


gauche-config option

DESCRIPTION


Gauche-config displays various parameters specified at the configuration time of the
Gauche Scheme implementation. It can be used in Makefile and other configuration scripts
that uses Gauche.

OPTIONS


General parameters
-V Gauche version.

--reconfigure
Prints the command line used to configure the current Gauche installation. It is
pretty handy to configure another Gauche source tree with the same configuration;
just type `gauche-config --reconfigure | sh'.

Parameters to compile an application using Gauche
-I, -L, -l
List of "-I" options (include directories), "-L" options (library directories), and
"-l" options (libraries) for the compiler which are required to compile
applications that links Gauche library.

--cc Name of the compiler used to compile the current installation.

--ac Directory name that contains Gauche specific autoconf macro.

--arch The architecture signature, which is used in the pathname of architecture-dependent
files, e.g. "i686-pc-linux-gnu".

Parameters to install files
--syslibdir, --sysarchdir, --sysincdir
Directories where the Gauche core system's Scheme files, architecture-dependent
files, and header files are installed, respectively. These directories belong to
Gauche core; additional packages should not put files in them.

--sitelibdir, --sitearchdir, --siteincdir
Directories where the additional packages will put Scheme files, architecture-
dependent files, and header files, respectively.

--pkglibdir, --pkgarchdir, --pkgincdir
Same as --sitelibdir etc, except that the base directory name is left as
`${datadir}'. The result is suitable to be embedded in Makefiles, for the base
directory could be overridden at build time rather than configure time. The
default template for Gauche extension packages use these options.

--mandir, --infodir
Directories where gauche manpage and info docs are installed.

Parameters to compile Gauche extention
--object-suffix
Extension of the compiled objects (e.g. 'o').

--executable-suffix
Suffix of the executable (usually empty on Unix variants, and '.exe' on Windows.
Note that '.' is a part of suffix in this option, as opposed to other -suffix
options.

--so-suffix
Extension of the dynamically loadable (dlopen-able) modules (e.g. 'so' or 'dll').

--so-cflags
Flags required to compile shared object.

--so-ldflags
Flags required to link a gauche extension.

--so-libs
Libraries to be linked with a gauche extension.

--dylib-suffix
Suffix for dynamically linked libraries. Some unix variants require special suffix
(such as 'dylib'). On other platforms this is the same as '--so-suffix'.

--dylib-ldflags
Flags required to link dynamically linked library file. Some unix variants require
special flags. On other platforms this is the same as '--so-ldflags'.

--rpath-flag
Compler flag(s) to embed RPATH in the binary.

--libgauche-so
The name of shared library of libgauche.

AUTHORS


Shiro Kawai (shiro @ acm . org)

Use gauche-config online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Zabbix
    Zabbix
    Zabbix is an enterprise-class open
    source distributed monitoring solution
    designed to monitor and track
    performance and availability of network
    servers, device...
    Download Zabbix
  • 2
    KDiff3
    KDiff3
    This repository is no longer maintained
    and is kept for archival purposes. See
    https://invent.kde.org/sdk/kdiff3 for
    the newest code and
    https://download.kde.o...
    Download KDiff3
  • 3
    USBLoaderGX
    USBLoaderGX
    USBLoaderGX is a GUI for
    Waninkoko's USB Loader, based on
    libwiigui. It allows listing and
    launching Wii games, Gamecube games and
    homebrew on Wii and WiiU...
    Download USBLoaderGX
  • 4
    Firebird
    Firebird
    Firebird RDBMS offers ANSI SQL features
    & runs on Linux, Windows &
    several Unix platforms. Features
    excellent concurrency & performance
    & power...
    Download Firebird
  • 5
    KompoZer
    KompoZer
    KompoZer is a wysiwyg HTML editor using
    the Mozilla Composer codebase. As
    Nvu's development has been stopped
    in 2005, KompoZer fixes many bugs and
    adds a f...
    Download KompoZer
  • 6
    Free Manga Downloader
    Free Manga Downloader
    The Free Manga Downloader (FMD) is an
    open source application written in
    Object-Pascal for managing and
    downloading manga from various websites.
    This is a mirr...
    Download Free Manga Downloader
  • More »

Linux commands

Ad