(Answer) (Category) OpenLDAP Faq-O-Matic : (Category) OpenLDAP Developer's FAQ : (Category) Porting OpenLDAP : (Answer) Native Win32 w. WGCC
one can build openldap using the wgcc compiler wrapper and Interix.
What you need:
 * wgcc (interix-wgcc.sf.net)
 * pxwc (same as wgcc)
 * libtool patch for wgcc (same as wgcc)
 * autoconf patch for wgcc (same as wgcc)
* autoconf (with wgcc patch applied before installing) * automake * libtool (with wgcc patch applied before installing , you will have to bootstrap libtool)
* openldap 2.3.32 * openldap patch (see openldap ITS #4825)
what you need to do:
 * install all above, except openldap.
* extract openldap sources. * apply the wgcc patch (ITS #4825) * bootstrap openldap (use patched autoconf/libtool): * libtoolize --force --copy * aclocal * autoconf
* configure with wgcc: * ./configure CC=wgcc CXX=wgcc LD=wgcc --prefix=....
* make install as usual...
* enjoy
Cheers, Markus
markus.duft@salomon.at
[Append to This Answer]
Previous: (Answer) Porting to new (unix-like) platforms
This document is: http://www.openldap.org/faq/index.cgi?file=1394
[Search] [Appearance]
This is a Faq-O-Matic 2.721.test.
© Copyright 1998-2013, OpenLDAP Foundation, info@OpenLDAP.org