Re: [pcre-dev] Mingw Memory mismatch problem

Pàgina inicial
Delete this message
Autor: Sheri
Data:  
A: pcre-dev
Assumpte: Re: [pcre-dev] Mingw Memory mismatch problem
Bob Rossi wrote:
>
> One other note, Sheri doesn't seem to like that pcre-7.1 generates 3
> dll's instead of 1 compared to pcre-7.0. I haven't verified that 7.0
> generates one, but I'm taking his word for it. I actually prefer the 3
> dll's as it seems cleaner. For instance, I disable cpp support and I
> don't use libpcreposix. So I won't need to link that in at all. Either
> way, depending on what we do, you might want to add something to the
> ChangeLog or README to describe the change.
>

In 7.0 and 6.7 there were 2 not 3 shared libraries counting the cpp
library that I do not build. The cpp library is enormous when built in
msys/mingw (due to embedding mingw cpp runtime) and we couldn't get it
to build in the Microsoft toolchain. It will be interesting to see how
that looks when built with Cmake.