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

Reply via email to