cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/objfile.o ../common/objfile.c
../common/objfile.c

8: error: use of undeclared identifier 'REG_OKAY'
== REG_OKAY)
^
../common/objfile.c

74: error: use of undeclared identifier 'REG_OKAY'
...= regexec(®ex, str_data(symbol->name), 0, NULL, 0)) == REG_OKAY) { /...
^
../common/objfile.c

74: error: use of undeclared identifier 'REG_OKAY'
...= regexec(®ex, str_data(symbol->name), 0, NULL, 0)) == REG_OKAY) { /...
^
3 errors generated.
make[1]: *** [Makefile:60: ../common/objfile.o] Error 1