From: Lee Date: Fri, 4 Aug 2023 09:41:14 +0000 (-0400) Subject: Enable use of the PCRE2 library on Windows X-Git-Url: http://www.privoxy.org/gitweb/misc.html?a=commitdiff_plain;h=fa6f0c233abb34b8b6d1c37191914d735e6fc3bf;hp=fa6f0c233abb34b8b6d1c37191914d735e6fc3bf;p=privoxy.git Enable use of the PCRE2 library on Windows - windows/MYconfigure Use the PCRE2 library for building Privoxy on Windows. - configure.in PCRE2_STATIC must be defined if you want to statically link the PCRE2 library. If it isn't defined you'll get these kind of linker errors: undefined reference to `_imp__pcre2_compile_8' undefined reference to `_imp__pcre2_jit_compile_8' undefined reference to `_imp__pcre2_match_data_create_from_pattern_8' undefined reference to `_imp__pcre2_match_8' ---