diff options
| author | Glenn Morris | 2007-04-18 04:02:05 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-04-18 04:02:05 +0000 |
| commit | 30d624f6d99b2fdeaa467ae2242d11f82dfbeff4 (patch) | |
| tree | dafcee6ed2374e5a352456d21f70be25468a9b0b /INSTALL | |
| parent | e18cb3949ffa146b519164b9d25ba0a4d08b8e6e (diff) | |
| download | emacs-30d624f6d99b2fdeaa467ae2242d11f82dfbeff4.tar.gz emacs-30d624f6d99b2fdeaa467ae2242d11f82dfbeff4.zip | |
Mention CPP.
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 11 |
1 files changed, 6 insertions, 5 deletions
| @@ -364,11 +364,12 @@ Some tests might fail because the compiler should look in special | |||
| 364 | directories for some header files, or link against optional | 364 | directories for some header files, or link against optional |
| 365 | libraries, or use special compilation options. You can force | 365 | libraries, or use special compilation options. You can force |
| 366 | `configure' and the build process which follows it to do that by | 366 | `configure' and the build process which follows it to do that by |
| 367 | setting the variables CPPFLAGS, CFLAGS, LDFLAGS, LIBS, and CC before | 367 | setting the variables CPPFLGS, CFLAGS, LDFLAGS, LIBS, CPP and CC before |
| 368 | running `configure'. CPPFLAGS lists the options passed to the | 368 | running `configure'. CPP is the command which invokes the |
| 369 | preprocessor, CFLAGS are compilation options, LDFLAGS are options used | 369 | preprocessor, CPPFLAGS lists the options passed to it, CFLAGS are |
| 370 | when linking, LIBS are libraries to link against, and CC is the | 370 | compilation options, LDFLAGS are options used when linking, LIBS are |
| 371 | command which invokes the compiler. | 371 | libraries to link against, and CC is the command which invokes the |
| 372 | compiler. | ||
| 372 | 373 | ||
| 373 | Here's an example of a `configure' invocation, assuming a Bourne-like | 374 | Here's an example of a `configure' invocation, assuming a Bourne-like |
| 374 | shell such as Bash, which uses these variables: | 375 | shell such as Bash, which uses these variables: |