This is bollocks!
automake 1.5 and autoconf 2.13

checking whether the C++ compiler understands explicit... no
checking whether the systems std::string is really good... no
checking for C headers wrappers... no
checking whether C library functions are already in the global namespace... 
yes checking for conforming std::count... no
checking for ostream... no
checking for istream... no
checking for sstream... no
checking for locale... no
checking for limits... no
checking for modern STL streams... no

The reaon all these are failing is because I'm using the cc compiler, not the 
cxx one:

configure:2357: checking whether the included std::string should be used
configure:2365: checking 
configure:2394: cc -std1 -c -O2  conftest.c 1>&5
cc: Severe: configure, line 2372: Cannot find file <string> specified in 
#include directive. (noinclfile)
            #include <string>
-------------^
configure: failed program was:

Reply via email to