On Mon, 13 Jun 2011, Petr Pisar wrote: > May I have a question? If I compile pcre to use stack and then to use heap, > will be the two libraries binary compatible?
I'm not quite sure what you are asking here. The two libraries will both contain the same set of functions with the same names and the same APIs. The pcre_exec() function will be different in the way it works; the other functions will be identical in both libraries. Philip -- Philip Hazel -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
