Werner LEMBERG wrote:
Repeating your test verbatim I get the #error message!
I'm not too surprised, since you're probably using a pre-C++11 system. I get the same #error on RHEL 6.4, which uses g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3), which is older even than your compiler. How about if you compile with the following command instead?
g++ -D__STDC_LIMIT_MACROS -c t.cc That fixes the problem on RHEL 6.4, anyway. _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx https://lists.gnu.org/mailman/listinfo/autoconf