OpenLDAP Faq-O-Matic : OpenLDAP Developer's FAQ : Porting OpenLDAP : Porting to Cygwin : 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 % makeConstruct a library containing regex.o: $ ar ru libgnuregex.a regex.oCopy 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: | Update C translator |
Next: | Running configure |
|