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

Top Page
Delete this message
Author: Craig Silverstein
Date:  
To: 664
CC: pcre-dev, iant
Subject: Re: [pcre-dev] [Bug 664] ABI breakage in PCRE 7.6
} Don't you need to concatenate the macro and the string constant? Otherwise the
} compiler thinks they're separate symbols.

Sorry for the typos and failures. When I tested pcre on a mac, I
accidentally tested an old version. :-( Testing the most recent
version runs across the same problems you encountered.

This problem is easily fixable, and is due to the fact the __USERfoo
macro is not a string. I'll send out a patch to philip to fix that
part.

However, we're left with the fact that mach-o doesn't seem to support
alises at all -- I thought it supported weak alises.

I a bit at my wit's end as to how to fix this. Ian, any more ideas?
:-)

craig