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

Re: How to compile openldap on windows?



On 2/22/06, Zhou, Lei SLC CT PEK <lei.zhou@siemens.com> wrote:
> How to compile openldap on windows?
>

Using MinGW support on cygwin you can configure the code using
./configure and run make to let gcc compile it.

http://www.openldap.org/faq/data/cache/300.html

As an alternative using MinGW Howard has adapted the cccl script to
allow using the MSVC
compiler from the regular Makefiles. He can throw some more light on this.

-Manish