Hello Paul, * Paul Eggert wrote on Thu, Nov 09, 2006 at 10:05:32PM CET: > I installed this to prevent an Autoconf test failure in the > all-too-common case where g++ generates non-working executables on > Solaris:
This is unfortunate, as it will hide what would have been my next bug report: The IRIX C++ compiler CC generates a directory named 'ii_files' (for template instantiation IIRC). I'm not yet sure in which cases it would be appropriate to remove it. FWIW, what is the reason for g++ to be broken like this, and how could it be fixed? I mean, there is interest in getting this to work outside of the Autoconf test suite as well. ;-) Cheers, Ralf > 2006-11-09 Paul Eggert <[EMAIL PROTECTED]> > > * tests/mktests.sh (ac_exclude_list): Exclude AC_PROG_CXX_C_O, for > benefit of platforms like Solaris+GCC where it is common to have a > non-working g++ installation.
