X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=INSTALL;h=5466685abf457f26ffbbb5d1f12d5f45ed7ba020;hb=6edeeeffd491b98e5740767b657793c89ec048d1;hp=33dd5ed5c3982a0f3930ba68ce59c1898d1fb39e;hpb=8ada8333bf4b69497b8a3f7c0743d368be779f2b;p=openldap diff --git a/INSTALL b/INSTALL index 33dd5ed5c3..5466685abf 100644 --- a/INSTALL +++ b/INSTALL @@ -37,7 +37,8 @@ these steps: CC C Compiler (cc, ecgs) CFLAGS C Flags (-ansi) CPPFLAGS CPP Flags (-I/path/include -Ddef) - LDFLAGS LDFLAGS (-L/path/lib -llib) + LDFLAGS LDFLAGS (-L/path/lib) + LIBS LIBS (-llib) See the 'USING ENVIRONMENT VARIABLES' section for information on how to use the variables. @@ -136,7 +137,9 @@ Follow these steps for each different platform: CONFIGURE OPTIONS Regrettably, this section has not been written (yet). See -"./configure --help" for current list of options. +"./configure --help" for current list of options. For general +information about how to use "configure", please read: + doc/install/configure USING ENVIRONMENT VARIABLES @@ -152,8 +155,8 @@ Supported Environmental Variables CC C compiler (cc, egcc) CFLAGS C flags (-ansi) CPPFLAGS cpp flags (-I/path/include -Ddef) - LDFLAGS ld flags (-s) - LIBS libraries (-L/usr/local/lib -llib) + LDFLAGS ld flags (-L/usr/local/lib) + LIBS libraries (-llib) PATH command path /usr/local/bin:/usr/bin:/bin * Including alternative compilers @@ -167,7 +170,7 @@ Supported Environmental Variables specified compiler. For example, to require strict ANSI C using the GNU C Compiler, use: - [env] CC="gcc -ansi -predantic" ./configure + [env] CC="gcc -ansi -pedantic" ./configure (you can use CFLAGS to specify compiler flags)