------- Comment #1 from pluto at agmk dot net 2006-01-09 10:44 -------
configure fails due to flood from gcc.
[conftest.adb]
procedure conftest is begin null; end conftest;
gcc -c conftest.adb
(...)
<built-in>:0: warning: 'const' attribute directive ignored
<built-in>:0: warning: 'nothrow' attribute directive ignored
errors=`(${CC} -c conftest.adb) 2>&1 || echo failure`
^^^^ flood to stdout.
if test x"$errors" = x && test -f conftest.$ac_objext; then
^^^^^^^^^^^^^^ and fail here.
acx_cv_cc_gcc_supports_ada=yes
fi
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25462