(Answer) (Category) OpenLDAP Faq-O-Matic : (Category) OpenLDAP Developer's FAQ : (Category) Porting OpenLDAP : (Category) Porting to Cygwin : (Answer) POSIX Regex
CYGWIN is does not ship with a POSIX regex library.
Fetch and install one.
One solution is to download and install GNU regex 0.12 (ftp://ftp.gnu.org/gnu/regex/regex-0.12.tar.gz).

Compile regex.o:

  % ./configure
  % make
Construct a library containing regex.o:
  $ ar ru libgnuregex.a regex.o
Copy regex.h into the the Cygwin include directory. Copy libgnuregex.a into the Cygwin lib directory.
Cygwin now contains regex. Choose it too be included in your system!
[Append to This Answer]
Previous: (Answer) Update C translator
Next: (Answer) Running configure
This document is: http://www.openldap.org/faq/index.cgi?file=148
[Search] [Appearance]
This is a Faq-O-Matic 2.721.test.
© Copyright 1998-2013, OpenLDAP Foundation, info@OpenLDAP.org