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

RE: Compiling openldap-2.4.8 on cygwin



> Thanks for the reply.
> Anyone know of a decent dummies guide to compiling mingw exes?
> I've never done this before.
> Thanks,
>
> Chris
>
>

IIRC, it's the same as normal on *unix, that's the point:

/configure --blah
make depend
make
make test