Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.76 KB | None | 0 0
  1. user@debian:/mnt/test/usr/src/coreutils-8.31$ ./configure --help
  2. `configure' configures GNU coreutils 8.31 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/coreutils]
  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. System types:
  62. --build=BUILD configure for building on BUILD [guessed]
  63. --host=HOST cross-compile to build programs to run on HOST [BUILD]
  64.  
  65. Optional Features:
  66. --disable-option-checking ignore unrecognized --enable/--with options
  67. --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
  68. --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
  69. --enable-silent-rules less verbose build output (undo: "make V=1")
  70. --disable-silent-rules verbose build output (undo: "make V=0")
  71. --enable-dependency-tracking
  72. do not reject slow dependency extractors
  73. --disable-dependency-tracking
  74. speeds up one-time build
  75. --disable-largefile omit support for large files
  76. --enable-threads={posix|solaris|pth|windows}
  77. specify multithreading API
  78. --disable-threads build without multithread safety
  79. --disable-acl do not support ACLs
  80. --disable-assert turn off assertions
  81. --disable-rpath do not hardcode runtime library paths
  82. --disable-libsmack disable libsmack support
  83. --disable-xattr do not support extended attributes
  84. --disable-libcap disable libcap support
  85. --enable-gcc-warnings turn on many GCC warnings (for developers; best with
  86. GNU make)
  87. --enable-single-binary=shebangs|symlinks
  88. Compile all the tools in a single binary, reducing
  89. the overall size. When compiled this way, shebangs
  90. (default when enabled) or symlinks are installed for
  91. each tool that points to the single binary.
  92. --enable-single-binary-exceptions=PROG_LIST
  93. When used with --enable-single-binary, exclude the
  94. PROG_LIST from it, so these programs are compiled as
  95. separated files (comma-separated, default none))
  96. --enable-install-program=PROG_LIST
  97. install the programs in PROG_LIST (comma-separated,
  98. default: none)
  99. --enable-no-install-program=PROG_LIST
  100. do NOT install the programs in PROG_LIST
  101. (comma-separated, default: arch,coreutils,hostname)
  102. --disable-nls do not use Native Language Support
  103.  
  104. Optional Packages:
  105. --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
  106. --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
  107. --with-linux-crypto use Linux kernel cryptographic API (if available)
  108. --with-openssl use libcrypto hash routines. Valid ARGs are: 'yes',
  109. 'no', 'auto' => use if available, 'optional' => use
  110. if available and warn if not available; default is
  111. 'no'. Note also --with-linux-crypto, which will
  112. enable use of kernel crypto routines, which have
  113. precedence
  114. --with-gnu-ld assume the C compiler uses GNU ld [default=no]
  115. --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
  116. --without-libiconv-prefix don't search for libiconv in includedir and libdir
  117. --with-libpth-prefix[=DIR] search for libpth in DIR/include and DIR/lib
  118. --without-libpth-prefix don't search for libpth in includedir and libdir
  119. --without-included-regex
  120. don't compile regex; this is the default on systems
  121. with recent-enough versions of the GNU C Library
  122. (use with caution on other systems).
  123. --without-selinux do not use SELinux, even on systems with SELinux
  124. --with-packager String identifying the packager of this software
  125. --with-packager-version Packager-specific version information
  126. --with-packager-bug-reports
  127. Packager info for bug reports (URL/e-mail/...)
  128. --with-tty-group[=NAME]
  129. group used by system for TTYs, "tty" when not
  130. specified (default: do not rely on any group used
  131. for TTYs)
  132. --without-gmp do not use the GNU MP library for arbitrary
  133. precision calculation (default: use it if available)
  134. --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib
  135. --without-libintl-prefix don't search for libintl in includedir and libdir
  136.  
  137. Some influential environment variables:
  138. CC C compiler command
  139. CFLAGS C compiler flags
  140. LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
  141. nonstandard directory <lib dir>
  142. LIBS libraries to pass to the linker, e.g. -l<library>
  143. CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  144. you have headers in a nonstandard directory <include dir>
  145. CPP C preprocessor
  146. YACC The "Yet Another C Compiler" implementation to use. Defaults to
  147. 'bison -o y.tab.c'. Values other than 'bison -o y.tab.c' will
  148. most likely break on most systems.
  149. YFLAGS YFLAGS contains the list arguments that will be passed by
  150. default to Bison. This script will default YFLAGS to the empty
  151. string to avoid a default value of '-d' given by some make
  152. applications.
  153. DEFAULT_POSIX2_VERSION
  154. POSIX version to default to; see 'config.hin'.
  155.  
  156. Use these variables to override the choices made by `configure' or to help
  157. it to find libraries and programs with nonstandard names/locations.
  158.  
  159. Report bugs to <bug-coreutils@gnu.org>.
  160. GNU coreutils home page: <https://www.gnu.org/software/coreutils/>.
  161. General help using GNU software: <http://www.gnu.org/gethelp/>.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement