Lines Matching +full:- +full:- +full:cross +full:- +full:bindir
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.
230 parse its `<wchar.h>' header file. The option `-nodtk' can be used as
238 ./configure CC="cc -nodtk"
248 ./configure --prefix=/boot/common
258 `--build=TYPE' option. TYPE can either be a short name for the system
261 CPU-COMPANY-SYSTEM
266 KERNEL-OS
272 If you are _building_ compiler tools for cross-compiling, you should
273 use the option `--target=TYPE' to select the type of system they will
276 If you want to _use_ a cross compiler, that generates code for a
279 eventually be run) with `--host=TYPE'.
317 `--help'
318 `-h'
321 `--help=short'
322 `--help=recursive'
328 `--version'
329 `-V'
333 `--cache-file=FILE'
338 `--config-cache'
339 `-C'
340 Alias for `--cache-file=config.cache'.
342 `--quiet'
343 `--silent'
344 `-q'
349 `--srcdir=DIR'
353 `--prefix=DIR'
355 for more details, including other options available for fine-tuning
358 `--no-create'
359 `-n'
364 `configure --help' for more details.