------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=953 --- Comment #3 from Sheri <[email protected]> 2010-01-22 14:54:17 --- PCRE_STATIC may have something to do with this issue. If not building shared libraries PCRE_STATIC should be defined. How was the solution file created? Best to use cMake to configure PCRE and create the VS solution file for building the libraries because PCRE_STATIC and other Windows issues are automatically addressed. See NON-UNIX-USE for info on cMake. PCRE_STATIC also needs defining when building the software than includes a static PCRE library, see the the documentation for pcredemo. -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at http://lists.exim.org/mailman/listinfo/pcre-dev
