I've built OpenLDAP for MinGW before, it works fine if you fix the compiler
first. See the OpenLDAP Developer's FAQ.
http://www.openldap.org/faq/data/cache/300.html
I haven't used MSYS. Aside from the lack of signal() support I don't see any
reason to use anything more than the native C runtime library.
-- Howard Chu
Chief Architect, Symas Corp. Director, Highland Sun
http://www.symas.com http://highlandsun.com/hyc
Symas: Premier OpenSource Development and Support
> -----Original Message-----
> From: owner-openldap-devel@OpenLDAP.org
> [mailto:owner-openldap-devel@OpenLDAP.org]On Behalf Of Guido Serassio
> Hi,
>
> I'm working on the native MinGW port of Squid. Currently
> Squid builds fine
> using MinGW hosted on MSYS environment, but lacks LDAP
> support. So I have
> tried to build latest OpenLDAP using MinGW on MSYS, but I
> have found that
> some little fixes are needed on configure and Makefiles.
>
> I like to offer to implement this myself.
>
> Regards
>
> Guido Serassio
>