when i trying to compile an old c source code using msys2 this error happens:
"configure: error: POSIX regex functions required and missing!"
Please any idea? Is that a library that can be added or it's an error related to the code itself?
when i trying to compile an old c source code using msys2 this error happens:
"configure: error: POSIX regex functions required and missing!"
Please any idea? Is that a library that can be added or it's an error related to the code itself?
It's not clear whether you want to build an MSYS2 or a native program. Anyway ..
MSYS2 has the following regex libraries. You can search for them yourself via:
pacman -Ss regular
From the mingw{32,64} (i.e. native) repositories:
mingw-w64-{x86_64,i686}-oniguruma
mingw-w64-{x86_64,i686}-pcre
From the msys2 (i.e. Cygwin-like msys-2.0.dll linked) repository:
libpcre
libpcre16
libpcre32
libpcrecpp
libpcreposix
pcre