Chuck, On 9/23/13 5:09 PM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Why does mod_jk require a C++ compiler instead of just C? > >> everything is declared as "extern C" > > Wouldn't such declarations require a C++ compiler? I don't think C > can parse that. Perhaps the fix would be to wrapper those portions > of the function declarations and definitions with #ifdef > __cplusplus/#endif.
I've taken another look and it seems that the places where "extern "C"" is used are all in the PCRE package and already have #ifdef __cplusplus surrounding them. -chris
signature.asc
Description: OpenPGP digital signature