This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: export CC=g++ ; make configure ; make
You Wrote DJ Delorie
>
>> regex.c:2316: `pattern' was not declared in this scope
>
> This is a futile exercise. Libiberty isn't even ANSI C much less C++
> compatible.
Yes, but when included in project where __cplusplus is defined
should we not expect the "right" declarations? I take it
obvious that the header are appropriately decorated with
extern "C" calling convention specification.
-- Gaby