1

I am trying to install Tokyo Cabinet under Windows Cygwin but when I run ./configure I get the following error:

configure: error: regex.h is required
Zombo
  • 1
  • 62
  • 391
  • 407
user1845360
  • 847
  • 2
  • 12
  • 29

1 Answers1

1

From a stock Cygwin installation, this can be fixed by installing the gcc4-core package. Make sure to check Select required packages (RECOMMENDED).

However if you are trying to cross compile you will need to install PCRE.

Zombo
  • 1
  • 62
  • 391
  • 407