[Date Prev][Date Next] [Chronological] [Thread] [Top]

OpenLDAP Windows Compilation Failed



Hi All,


I am trying to compile the stable openldap-2.4.23 using the instructions mentioned in INSTALL file in the package.

./configure
make depend

The above two commands completed successfully

make gives the following error

  Entering subdirectory libldap
make[2]: Entering directory `/cygdrive/c/Documents and Settings/ma/Desktop/openldap-2.4.23/libraries/libldap'
cc -g -O2 -I../../include        -I../../include       -c -o apitest.o apitest.c
/bin/sh ../../libtool --mode=link cc -static -g -O2     -o apitest apitest.o libldap.la ../../libraries/liblber/liblber.la ../../libraries/liblutil/liblutil.a -lsasl2  -lssl -lcrypto
libtool: link: cannot find the library `Settings/ma/Desktop/openldap-2.4.23/libraries/liblber/liblber.la' or unhandled argument `Settings/ma/Desktop/openldap-2.4.23/libraries/liblber/liblber.la'
make[2]: *** [apitest] Error 1
make[2]: Leaving directory `/cygdrive/c/Documents and Settings/ma/Desktop/openldap-2.4.23/libraries/libldap'
make[1]: *** [all-common] Error 1
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/ma/Desktop/openldap-2.4.23/libraries'
make: *** [all-common] Error 1


Can anyone suggest a solution/workaround?


Regards,