On 10/4/23 13:09, Dennis Clarke via Bug reports for GNU grep wrote:

/opt/bw/build/grep-3.11_netbsd_9.3_sparcv9.002/src/dfasearch.c:159: undefined reference to `re_set_syntax'

So, you didn't build the regex library that came with grep ...


--without-included-regex

... and this is your problem.

Don't use that option unless your C library's regex code is compatible with glibc's, which Solaris regex is not.



Reply via email to