I'm running 64-bit Windows 7 with MinGW and MSYS, and have run into issues with ./configure - specifically, getting it to locate the regex files.
It seems it is able to find the regex.h file, which contains the regexec command, but then determines that regexec isn't there?
I have perused some previous discussions of similar problems in this group, and my best guess is that I need to put a 64-bit version of the GNU regex2.dll somewhere in my file system - thing is, I can't seem to find a 64-bit regex2.dll, and I have no idea where to put it.
...
checking for an ANSI C-conforming const... yes
checking for towupper... yes
checking for native Win32... yes
checking for 64-bit Apple OSX... no
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking sqlite3.h usability... no
checking sqlite3.h presence... no
checking for sqlite3.h... no
checking for ASPELL... no
checking aspell.h usability... no
checking aspell.h presence... no
checking for aspell.h... no
checking for new_aspell_config in -laspell... no
checking for HUNSPELL... no
checking hunspell.h usability... no
checking hunspell.h presence... no
checking for hunspell.h... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... no
checking for LIBEDIT... no
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for regexec... no
checking for regexec in -lregex... no
configure: error: No regex library found
I can post my config.log too, if that would help, but I'm avoiding that for now as it's bulky and I don't know what part of it to show.