On 1/8/21 5:24 PM, Darshit Shah wrote: > /home/rincewind/Programming/wget/lib/regexec.c:1444: undefined reference > to `regmatch_list_free' Oof, it's because Gnulib's replacement of 'free' with 'rpl_free' caused the function definition to be named 'regmatch_list_rpl_free'. Thanks for reporting it. I installed the attached hack into Gnulib to work around the problem. This should work with glibc as well.