Hi I am hitting a strange dependency issue:
pcre2_compile.c references _pcre2_study_8 which is resolved in pcre2_study.c and this behavior is to be expected
However
pcre2_study.c appears to reference _pcre2_find_bracket_8 which seems to be resolved only in pcre2_compile.c
Could you please shed any light on that issue. For now, I assume that I do something incorrectly Ze'ev Atlas