comparison INSTALL @ 77479:ea1660303af7

(DETAILED BUILDING AND INSTALLATION): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 24 Apr 2007 14:18:05 +0000
parents c853532ee388
children d823156fd547
comparison
equal deleted inserted replaced
77478:616881d8777c 77479:ea1660303af7
362 362
363 Some tests might fail because the compiler should look in special 363 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 CPPFLGS, CFLAGS, LDFLAGS, LIBS, CPP and CC before 367 setting the variables CPPFLAGS, CFLAGS, LDFLAGS, LIBS, CPP and CC
368 running `configure'. CPP is the command which invokes the 368 before running `configure'. CPP is the command which invokes the
369 preprocessor, CPPFLAGS lists the options passed to it, CFLAGS are 369 preprocessor, CPPFLAGS lists the options passed to it, CFLAGS are
370 compilation options, LDFLAGS are options used when linking, LIBS are 370 compilation options, LDFLAGS are options used when linking, LIBS are
371 libraries to link against, and CC is the command which invokes the 371 libraries to link against, and CC is the command which invokes the
372 compiler. 372 compiler.
373 373