NoPaste

configure_help

von xanvader
SNIPPET_DESC:
Kompilieren ./configure
SNIPPET_CREATION_TIME:
10.03.2014 13:39:47
SNIPPET_PRUNE_TIME:
Unendlich

SNIPPET_TEXT:
  1. ./configure --help
  2. `configure' configures worker 3.3.3 to adapt to many kinds of systems.
  3.  
  4. Usage: ./configure [OPTION]... [VAR=VALUE]...
  5.  
  6. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  7. VAR=VALUE.  See below for descriptions of some of the useful variables.
  8.  
  9. Defaults for the options are specified in brackets.
  10.  
  11. Configuration:
  12.  -h, --help              display this help and exit
  13.      --help=short        display options specific to this package
  14.      --help=recursive    display the short help of all the included packages
  15.  -V, --version           display version information and exit
  16.  -q, --quiet, --silent   do not print `checking ...' messages
  17.       --cache-file=FILE   cache test results in FILE [disabled]
  18.   -C, --config-cache      alias for `--cache-file=config.cache'
  19.  -n, --no-create         do not create output files
  20.      --srcdir=DIR        find the sources in DIR [configure dir or `..']
  21.  
  22. Installation directories:
  23.   --prefix=PREFIX         install architecture-independent files in PREFIX
  24.                           [/usr/local]
  25.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  26.                           [PREFIX]
  27.  
  28. By default, `make install' will install all the files in
  29. `/usr/local/bin', `/usr/local/lib' etc.  You can specify
  30. an installation prefix other than `/usr/local' using `--prefix',
  31. for instance `--prefix=$HOME'.
  32.  
  33. For better control, use the options below.
  34.  
  35. Fine tuning of the installation directories:
  36.   --bindir=DIR            user executables [EPREFIX/bin]
  37.   --sbindir=DIR           system admin executables [EPREFIX/sbin]
  38.   --libexecdir=DIR        program executables [EPREFIX/libexec]
  39.   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  40.   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  41.   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  42.   --libdir=DIR            object code libraries [EPREFIX/lib]
  43.   --includedir=DIR        C header files [PREFIX/include]
  44.   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  45.   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  46.   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  47.   --infodir=DIR           info documentation [DATAROOTDIR/info]
  48.   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  49.   --mandir=DIR            man documentation [DATAROOTDIR/man]
  50.   --docdir=DIR            documentation root [DATAROOTDIR/doc/worker]
  51.   --htmldir=DIR           html documentation [DOCDIR]
  52.   --dvidir=DIR            dvi documentation [DOCDIR]
  53.   --pdfdir=DIR            pdf documentation [DOCDIR]
  54.   --psdir=DIR             ps documentation [DOCDIR]
  55.  
  56. Program names:
  57.   --program-prefix=PREFIX            prepend PREFIX to installed program names
  58.   --program-suffix=SUFFIX            append SUFFIX to installed program names
  59.   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
  60.  
  61. X features:
  62.   --x-includes=DIR    X include files are in DIR
  63.   --x-libraries=DIR   X library files are in DIR
  64.  
  65. System types:
  66.   --build=BUILD     configure for building on BUILD [guessed]
  67.   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  68.  
  69. Optional Features:
  70.   --disable-option-checking  ignore unrecognized --enable/--with options
  71.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  72.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  73.   --enable-silent-rules   less verbose build output (undo: "make V=1")
  74.   --disable-silent-rules  verbose build output (undo: "make V=0")
  75.   --enable-dependency-tracking
  76.                           do not reject slow dependency extractors
  77.   --disable-dependency-tracking
  78.                           speeds up one-time build
  79.   --disable-cxx-check     skip compiler tests
  80.   --enable-shared[=PKGS]  build shared libraries [default=yes]
  81.   --enable-static[=PKGS]  build static libraries [default=yes]
  82.   --enable-fast-install[=PKGS]
  83.                           optimize for fast installation [default=yes]
  84.   --disable-libtool-lock  avoid locking (might break parallel builds)
  85.   --disable-largefile     omit support for large files
  86.   --disable-xim           do not use X11 XIM
  87.   --disable-utf8          disable utf8 support
  88.   --enable-debug          compile some debug information
  89.   --disable-xft           disable use of XFT font library
  90.   --enable-developer      compile developer version
  91.   --disable-inotify       disable use of inotify
  92.  
  93. Optional Packages:
  94.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  95.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  96.   --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
  97.                           both]
  98.   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  99.   --with-sysroot=DIR Search for dependent libraries within DIR
  100.                         (or the compiler's sysroot if not specified).
  101.  --with-x                use the X Window System
  102.  --with-avfs             use avfs (default is YES)
  103.  --with-avfs-path=PATH   PATH to avfsconfig (default: autoconfig)
  104.  --with-libmagic         use libmagic library
  105.  --with-hal              use hal (default is YES)
  106.  --with-dbus             use dbus (default is YES)
  107.  
  108. Some influential environment variables:
  109.  CC          C compiler command
  110.  CFLAGS      C compiler flags
  111.  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  112.              nonstandard directory <lib dir>
  113.  LIBS        libraries to pass to the linker, e.g. -l<library>
  114.  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  115.              you have headers in a nonstandard directory <include dir>
  116.  CXX         C++ compiler command
  117.  CXXFLAGS    C++ compiler flags
  118.  YACC        The `Yet Another Compiler Compiler' implementation to use.
  119.               Defaults to the first program found out of: `bison -y', `byacc',
  120.               `yacc'.
  121.  YFLAGS      The list of arguments that will be passed by default to $YACC.
  122.              This script will default YFLAGS to the empty string to avoid a
  123.              default value of `-d' given by some make applications.
  124.   CPP         C preprocessor
  125.   CXXCPP      C++ preprocessor
  126.   XMKMF       Path to xmkmf, Makefile generator for X Window System
  127.   PKG_CONFIG  path to pkg-config utility
  128.   PKG_CONFIG_PATH
  129.               directories to add to pkg-config's search path
  130.  PKG_CONFIG_LIBDIR
  131.              path overriding pkg-config's built-in search path
  132.   XFT_CFLAGS  C compiler flags for XFT, overriding pkg-config
  133.   XFT_LIBS    linker flags for XFT, overriding pkg-config
  134.   DBUS_GLIB_CFLAGS
  135.               C compiler flags for DBUS_GLIB, overriding pkg-config
  136.   DBUS_GLIB_LIBS
  137.               linker flags for DBUS_GLIB, overriding pkg-config
  138.   HAL_STORAGE_CFLAGS
  139.               C compiler flags for HAL_STORAGE, overriding pkg-config
  140.   HAL_STORAGE_LIBS
  141.               linker flags for HAL_STORAGE, overriding pkg-config
  142.  
  143. Use these variables to override the choices made by `configure' or to help
  144. it to find libraries and programs with nonstandard names/locations.
  145.  
  146. Report bugs to the package provider.

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN