Re: MSYS build and POSIX regex

2012-11-27 Thread Anton Malov
On Tue, Nov 27, 2012 at 3:04 AM, Howard Chu h...@symas.com wrote: Read the INSTALL document. Ok, I have ran configure script with LIBS=-lpcre param and it passed the regex test. Did you mean that?

Re: MSYS build and POSIX regex

2012-11-26 Thread Anton Malov
On Fri, Nov 23, 2012 at 5:05 PM, Howard Chu h...@symas.com wrote: Only you can answer that. Read the config.log file and see what error message was in it for the regfree test. As far as I can investigate the situation configure script tries to build following source to find regex library: | /*

Re: MSYS build and POSIX regex

2012-11-26 Thread Anton Malov
First of all, GNU regex library is seriously outdated and unmaintained anymore. Second, there is no such library in most popular MinGW distro - http://nuwen.net/mingw.html I can try to build GNU regex lib by myself, but for now I need to know is there any way to build OpenLDAP client library using

Re: MSYS build and POSIX regex

2012-11-26 Thread Anton Malov
On 26.11.2012 17:56, Sergio NNX wrote: I agree with you it's outdated, but everybody is using it. It's also mentioned on the OpenLDAP website. I can try with the PCRE libs on my box. Can you send me the link to PCRE libs source code and which version you have installed? I am using MinGW distro

Re: MSYS build and POSIX regex

2012-11-26 Thread Howard Chu
Anton Malov wrote: First of all, GNU regex library is seriously outdated and unmaintained anymore. Second, there is no such library in most popular MinGW distro - http://nuwen.net/mingw.html I can try to build GNU regex lib by myself, but for now I need to know is there any way to build OpenLDAP

Re: MSYS build and POSIX regex

2012-11-23 Thread Howard Chu
Anton Malov wrote: Trying to build openldap with msys and mingw using distribution from http://nuwen.net/mingw.html The problem is the configure script can not find regex library and provides following output: checking for regex.h... yes checking for library containing regfree... no configure: