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

Top Page
Delete this message
Author: Craig Silverstein
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 664] ABI breakage in PCRE 7.6
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=664




--- Comment #14 from Craig Silverstein <csilvers@???> 2008-03-22 19:35:00 ---
} 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


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email