Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Miscellany
Saturday, April 14th, 2007 at 11:07:31pm UTC 

  1. `configure' configures XChat 2.8.2 to adapt to many kinds of systems.
  2.  
  3. Usage: ./configure [OPTION]... [VAR=VALUE]...
  4.  
  5. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  6. VAR=VALUE.  See below for descriptions of some of the useful variables.
  7.  
  8. Defaults for the options are specified in brackets.
  9.  
  10. Configuration:
  11.   -h, --help              display this help and exit
  12.       --help=short        display options specific to this package
  13.       --help=recursive    display the short help of all the included packages
  14.   -V, --version           display version information and exit
  15.   -q, --quiet, --silent   do not print `checking...' messages
  16.       --cache-file=FILE   cache test results in FILE [disabled]
  17.   -C, --config-cache      alias for `--cache-file=config.cache'
  18.   -n, --no-create         do not create output files
  19.       --srcdir=DIR        find the sources in DIR [configure dir or `..']
  20.  
  21. Installation directories:
  22.   --prefix=PREFIX         install architecture-independent files in PREFIX
  23.                           [/usr/local]
  24.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  25.                           [PREFIX]
  26.  
  27. By default, `make install' will install all the files in
  28. `/usr/local/bin', `/usr/local/lib' etc.  You can specify
  29. an installation prefix other than `/usr/local' using `--prefix',
  30. for instance `--prefix=$HOME'.
  31.  
  32. For better control, use the options below.
  33.  
  34. Fine tuning of the installation directories:
  35.   --bindir=DIR           user executables [EPREFIX/bin]
  36.   --sbindir=DIR          system admin executables [EPREFIX/sbin]
  37.   --libexecdir=DIR       program executables [EPREFIX/libexec]
  38.   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
  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.   --infodir=DIR          info documentation [PREFIX/info]
  46.   --mandir=DIR           man documentation [PREFIX/man]
  47.  
  48. Program names:
  49.   --program-prefix=PREFIX            prepend PREFIX to installed program names
  50.   --program-suffix=SUFFIX            append SUFFIX to installed program names
  51.   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
  52.  
  53. System types:
  54.   --build=BUILD     configure for building on BUILD [guessed]
  55.   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  56.  
  57. Optional Features:
  58.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  59.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  60.   --enable-maintainer-mode  enable make rules and dependencies not useful
  61.                           (and sometimes confusing) to the casual installer
  62.   --disable-dependency-tracking  speeds up one-time build
  63.   --enable-dependency-tracking   do not reject slow dependency extractors
  64.   --enable-static[=PKGS]
  65.                           build static libraries [default=no]
  66.   --enable-shared[=PKGS]
  67.                           build shared libraries [default=yes]
  68.   --enable-fast-install[=PKGS]
  69.                           optimize for fast installation [default=yes]
  70.   --disable-libtool-lock  avoid locking (might break parallel builds)
  71.   --disable-nls           do not use Native Language Support
  72.   --disable-rpath         do not hardcode runtime library paths
  73.   --enable-socks          link with SOCKS5 library (default: no)
  74.   --enable-ipv6           enable IPv6 (default: no)
  75.   --enable-xft            enable use of Xft directly (default: no)
  76.   --enable-openssl=PATH   enable use of openSSL
  77.   --disable-gtkfe         disable building gtk frontend
  78.   --enable-textfe         build the text frontend (default: no)
  79.   --disable-xlib          disable use of xlib (for non X11 systems)
  80.   --disable-python        don't build the python plugin
  81.   --disable-perl          don't build the perl plugin
  82.   --disable-perl_old      no backwards compatibility for perl plugin
  83.   --enable-tcl=PATH       directory with Tcl config file: tclConfig.sh
  84.   --disable-plugin        disable plugin support
  85.   --disable-dbus          disable DBUS support
  86.   --disable-mmx           disable MMX assembly routines
  87.   --enable-shm            enable use of XShm for fast tinting (default: no)
  88.   --enable-spell=type     enable spelling type: none static libsexy gtkspell
  89.   --disable-glibtest      do not try to compile and run a test GLIB program
  90.   --disable-gtktest       do not try to compile and run a test GTK+ program
  91.  
  92. Optional Packages:
  93.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  94.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  95.   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  96.   --with-pic              try to use only PIC/non-PIC objects [default=use
  97.                           both]
  98.   --with-tags[=TAGS]
  99.                           include additional configurations [automatic]
  100.   --with-gnu-ld           assume the C compiler uses GNU ld default=no
  101.   --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
  102.   --without-libiconv-prefix     don't search for libiconv in includedir and libdir
  103.   --with-included-gettext use the GNU gettext library included here
  104.   --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
  105.   --without-libintl-prefix     don't search for libintl in includedir and libdir
  106.  
  107. Some influential environment variables:
  108.   CC          C compiler command
  109.   CFLAGS      C compiler flags
  110.   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  111.               nonstandard directory <lib dir>
  112.   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
  113.               headers in a nonstandard directory <include dir>
  114.   CPP         C preprocessor
  115.   CCAS        assembler compiler command (defaults to CC)
  116.   CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
  117.   CXX         C++ compiler command
  118.   CXXFLAGS    C++ compiler flags
  119.   CXXCPP      C++ preprocessor
  120.   F77         Fortran 77 compiler command
  121.   FFLAGS      Fortran 77 compiler flags
  122.   PKG_CONFIG  path to pkg-config utility
  123.   DBUS_CFLAGS C compiler flags for DBUS, overriding pkg-config
  124.   DBUS_LIBS   linker flags for DBUS, overriding pkg-config
  125.   GTKSPELL_CFLAGS
  126.               C compiler flags for GTKSPELL, overriding pkg-config
  127.   GTKSPELL_LIBS
  128.               linker flags for GTKSPELL, overriding pkg-config
  129.   LIBSEXY_CFLAGS
  130.               C compiler flags for LIBSEXY, overriding pkg-config
  131.   LIBSEXY_LIBS
  132.               linker flags for LIBSEXY, overriding pkg-config
  133.  
  134. Use these variables to override the choices made by `configure' or to help
  135. it to find libraries and programs with nonstandard names/locations.
  136.  
  137. Report bugs to <http://www.xchat.org/>.

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right