]> git.sur5r.net Git - openldap/blobdiff - INSTALL
During cleanup always unlock root_mutex if rootlock is true
[openldap] / INSTALL
diff --git a/INSTALL b/INSTALL
index 33dd5ed5c3982a0f3930ba68ce59c1898d1fb39e..5466685abf457f26ffbbb5d1f12d5f45ed7ba020 100644 (file)
--- 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)