Hi, AC_LANG_SOURCE(C++) uses extern "C" void exit (int); However, the latest libstdc++ will complain about this, since "exit" function is in the "_C_legacy" and/or "std" namespaces. I think this line shouldn't be in AC_LANG_SOURCE, but instead use #include <stdlib.h> - Hari -- Raja R Harinath ------------------------------ [EMAIL PROTECTED] "When all else fails, read the instructions." -- Cahn's Axiom "Our policy is, when in doubt, do the right thing." -- Roy L Ash
- Re: AC_LANG_SOURCE(C++) and exit Raja R Harinath
- Re: AC_LANG_SOURCE(C++) and exit Pavel Roskin
- Re: AC_LANG_SOURCE(C++) and exit Raja R Harinath