z88dk/src/z80asm ?
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: In function ?file_rename_sections?:
../common/objfile.c
== REG_OKAY)
^~~~~~~~
REG_EEND
../common/objfile.c
../common/objfile.c: In function ?file_add_symbol_prefix?:
../common/objfile.c
if ((reti = regexec(®ex, str_data(symbol->name), 0, NULL, 0)) == REG_OKAY) { // match
^~~~~~~~
REG_EEND
../common/objfile.c: In function ?file_change_symbols_scope?:
../common/objfile.c
if ((reti = regexec(®ex, str_data(symbol->name), 0, NULL, 0)) == REG_OKAY) { // match
^~~~~~~~
REG_EEND
make[1]: *** [Makefile:67: ../common/objfile.o] Error 1