comparison INSTALL @ 91573:9ab8772424c0

Mention that gcc is the default compiler.
author Glenn Morris <rgm@gnu.org>
date Wed, 06 Feb 2008 08:01:38 +0000
parents 0f2aa8d80ecc
children 1a762a842f80
comparison
equal deleted inserted replaced
91572:bda2a0f46286 91573:9ab8772424c0
386 setting the variables CPPFLAGS, CFLAGS, LDFLAGS, LIBS, CPP and CC 386 setting the variables CPPFLAGS, CFLAGS, LDFLAGS, LIBS, CPP and CC
387 before running `configure'. CPP is the command which invokes the 387 before running `configure'. CPP is the command which invokes the
388 preprocessor, CPPFLAGS lists the options passed to it, CFLAGS are 388 preprocessor, CPPFLAGS lists the options passed to it, CFLAGS are
389 compilation options, LDFLAGS are options used when linking, LIBS are 389 compilation options, LDFLAGS are options used when linking, LIBS are
390 libraries to link against, and CC is the command which invokes the 390 libraries to link against, and CC is the command which invokes the
391 compiler. 391 compiler. By default, gcc is used if available.
392 392
393 Here's an example of a `configure' invocation, assuming a Bourne-like 393 Here's an example of a `configure' invocation, assuming a Bourne-like
394 shell such as Bash, which uses these variables: 394 shell such as Bash, which uses these variables:
395 395
396 CPPFLAGS='-I/foo/myinclude' LDFLAGS='-L/bar/mylib' \ 396 CPPFLAGS='-I/foo/myinclude' LDFLAGS='-L/bar/mylib' \