require PCRE (-lpcre).

gcc -Os mlog.c -o mlog -lpcre -s

or static:

gcc -Os mlog.c -o mlog -lpcre -s -static
