https://bugs.openldap.org/show_bug.cgi?id=10555
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Keywords|needs_review | Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- Hello,
It is already noted in the INSTALL file that ships with the software that you may need to set the LIBS variable according to the needs of your build environment.
2. Type:
% ./configure --help
to list available configuration options.
The configure script also looks for compiler/linker options on the command line and in the environment. These include:
Variable Description Example CC C compiler gcc CFLAGS C flags -O -g CPPFLAGS cpp flags -I/path/include -D__FOO__=42 LDFLAGS ld flags -L/usr/local/lib LIBS libraries -llib PATH command path /usr/local/bin:/usr/bin:/bin
See doc/install/configure for generic configure documentation.