Re: [pcre-dev] [Bug 664] ABI breakage in PCRE 7.6

Top Page
Delete this message
Author: Craig Silverstein
Date:  
To: csilvers
CC: pcre-dev, 664
Subject: Re: [pcre-dev] [Bug 664] ABI breakage in PCRE 7.6
} I think there are two options going forward:

A third option was just pointed out to me: just make this alias weak.
Can you test if this works on your os x configuration? To test it,
replace the alias line in pcrecpp.cc with this one:

extern Arg no_arg __attribute__((weak, alias("_ZN7pcrecpp2RE6no_argE")));

If you try it, let us know how it works.

craig