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

Advertising

Untitled
Sunday, August 19th, 2007 at 5:35:02pm UTC 

  1. [email protected]:~/boinc$ ./configure --help
  2. `configure' configures BOINC 5.11.0 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/boinc]
  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.   --target=TARGET   configure for building compilers for TARGET [HOST]
  69.  
  70. Optional Features:
  71.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  72.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  73.   --enable-debug          enable tracing and debugging flags for all
  74.                           components
  75.   --enable-unicode        enable building the manager with unicode support
  76.   --disable-server        disable building the scheduling server
  77.   --disable-client        disable building the client
  78.                           Default: --enable-server --enable-client: builds
  79.                           both server and client
  80.   --enable-client-release Attempt to build a portable "release-candidate":
  81.                           this links libstd++ and other addon-libraries
  82.                           statically. (On GNU/Linux you might need to use
  83.                           gcc-3.0 for this to produce a binary that works for
  84.                           glibc <= 2.2 systems. => use CC=gcc-3.0 and
  85.                           CXX=g++-3.0) (Default = no)
  86.   --enable-maintainer-mode  enable make rules and dependencies not useful
  87.                           (and sometimes confusing) to the casual installer
  88.   --disable-dependency-tracking  speeds up one-time build
  89.   --enable-dependency-tracking   do not reject slow dependency extractors
  90.   --enable-shared[=PKGS]  build shared libraries [default=yes]
  91.   --enable-static[=PKGS]  build static libraries [default=yes]
  92.   --enable-fast-install[=PKGS]
  93.                           optimize for fast installation [default=yes]
  94.   --disable-libtool-lock  avoid locking (might break parallel builds)
  95.   --enable-bitness=(32,64)
  96.                           enable 32 or 64 bit object/executable files
  97.   --disable-largefile     omit support for large files
  98.  
  99. Optional Packages:
  100.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  101.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  102.   --with-winsock          use windows sockets even if sys/socket.h exists
  103.   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  104.   --with-pic              try to use only PIC/non-PIC objects [default=use
  105.                           both]
  106.   --with-tags[=TAGS]      include additional configurations [automatic]
  107.   --with-boinc-platform   override the default boinc platform
  108.   --with-boinc-alt-platform
  109.                           override the boinc alterate platform
  110.   --with-libcurl=DIR      look for the curl library in DIR
  111.   --with-ssl              Use openssl (in specified installation directory)
  112.   --with-x                use the X Window System
  113.   --with-apple-opengl-framework
  114.                           use Apple OpenGL framework (Mac OS X only)
  115.   --with-wxdir=PATH       Use uninstalled version of wxWidgets in PATH
  116.   --with-wx-config=CONFIG wx-config script to use (optional)
  117.   --with-wx-prefix=PREFIX Prefix where wxWidgets is installed (optional)
  118.   --with-wx-exec-prefix=PREFIX
  119.                           Exec prefix where wxWidgets is installed (optional)
  120.  
  121. Some influential environment variables:
  122.   CC          C compiler command
  123.   CFLAGS      C compiler flags
  124.   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  125.               nonstandard directory <lib dir>
  126.   LIBS        libraries to pass to the linker, e.g. -l<library>
  127.   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
  128.               you have headers in a nonstandard directory <include dir>
  129.   CXX         C++ compiler command
  130.   CXXFLAGS    C++ compiler flags
  131.   CPP         C preprocessor
  132.   CXXCPP      C++ preprocessor
  133.   F77         Fortran 77 compiler command
  134.   FFLAGS      Fortran 77 compiler flags
  135.   MYSQL_CONFIG
  136.               mysql_config program
  137.   XMKMF       Path to xmkmf, Makefile generator for X Window System
  138.  
  139. Use these variables to override the choices made by `configure' or to help
  140. it to find libraries and programs with nonstandard names/locations.

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
worth-right
worth-right