Lines Matching +full:- +full:- +full:cross +full:- +full:bindir
4 Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
9 notice and this notice are preserved. This file is offered as-is,
17 more-detailed instructions are generic; see the `README' file for
25 various system-dependent variables used during compilation. It uses
27 It may also create one or more `.h' files containing system-dependent
34 and enabled with `--cache-file=config.cache' or simply `-C') that saves
61 3. Optionally, type `make check' to run any self-tests that come with
62 the package, generally using the just-built uninstalled binaries.
70 5. Optionally, type `make installcheck' to repeat any self-tests, but
81 also a `make maintainer-clean' target, but that is intended mainly
100 the `configure' script does not know about. Run `./configure --help'
107 ./configure CC=c99 CFLAGS=-g LIBS=-lposix
122 With a non-GNU `make', it is safer to compile the package for one
128 executables that work on multiple system types--known as "fat" or
129 "universal" binaries--by specifying multiple `-arch' options to the
130 compiler but only a single `-arch' option to the preprocessor. Like
133 ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
134 CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
135 CPP="gcc -E" CXXCPP="g++ -E"
147 `configure' the option `--prefix=PREFIX', where PREFIX must be an
151 architecture-specific files and architecture-independent files. If you
152 pass the option `--exec-prefix=PREFIX' to `configure', the package uses
157 options like `--bindir=DIR' to specify different values for particular
158 kinds of files. Run `configure --help' for a list of the directories
161 specifying just `--prefix' will affect all of the other directory
197 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
199 Some packages pay attention to `--enable-FEATURE' options to
201 They may also pay attention to `--with-PACKAGE' options, where PACKAGE
202 is something like `gnu-as' or `x' (for the X Window System). The
203 `README' should mention any `--enable-' and `--with-' options that the
208 you can use the `configure' options `--x-includes=DIR' and
209 `--x-libraries=DIR' to specify their locations.
213 --enable-silent-rules' sets the default to minimal output, which can be
215 --disable-silent-rules' sets the default to verbose, which can be
221 On HP-UX, the default C compiler is not ANSI C compatible. If GNU
225 ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
227 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
229 HP-UX `make' updates targets which have the same time stamps as
235 parse its `<wchar.h>' header file. The option `-nodtk' can be used as
243 ./configure CC="cc -nodtk"
253 ./configure --prefix=/boot/common
263 `--build=TYPE' option. TYPE can either be a short name for the system
266 CPU-COMPANY-SYSTEM
271 KERNEL-OS
277 If you are _building_ compiler tools for cross-compiling, you should
278 use the option `--target=TYPE' to select the type of system they will
281 If you want to _use_ a cross compiler, that generates code for a
284 eventually be run) with `--host=TYPE'.
322 `--help'
323 `-h'
326 `--help=short'
327 `--help=recursive'
333 `--version'
334 `-V'
338 `--cache-file=FILE'
343 `--config-cache'
344 `-C'
345 Alias for `--cache-file=config.cache'.
347 `--quiet'
348 `--silent'
349 `-q'
354 `--srcdir=DIR'
358 `--prefix=DIR'
360 for more details, including other options available for fine-tuning
363 `--no-create'
364 `-n'
369 `configure --help' for more details.