------- Comment #23 from hp at gcc dot gnu dot org 2009-04-08 06:47 ------- (In reply to comment #22) > you should then figure out why the configure-time tests do not enable > _GLIBCXX_USE_C99_STDINT_TR1.
conftest.cc: In function 'int main()': conftest.cc:99: error: 'INTPTR_MAX' was not declared in this scope conftest.cc:100: error: 'INTPTR_MIN' was not declared in this scope conftest.cc:141: error: 'UINTPTR_MAX' was not declared in this scope IIRC (not having the standard here), these macros are mandatory with the __STDC_CONSTANT_MACROS so this is a deficiency in the newlib stdint.h (as obvious, but absence verified by inspection). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39644