Hi - sorry for the much-delayed reply.
please help me for the error on make check automake !
The part of the log you sent doesn't actually show the failures.
If this is still an issue for you, please get the latest version (we
just released automake-1.16.3, available from
https://ftp.gnu.org
my system (NetBSD 1.6) stumbled upon the configure's
ACCEPT_INFERIOR_RM_PROGRAM check.
I'm guess that in the five years since you sent this report (sorry for
the ridiculously delayed reply), you've probably been forced to change
your system. (I use old systems too, but haven't been able to
> I think it's about gcc10, not Solaris
No.
The same errors are detected with gcc-9.3.0.
I do not have older versions such as gcc-[1-8].
Regards,
joe.cc:84:21: error: conflicting declaration of 'int yylex()' with 'C'
linkage
84 | #define YY_DECL int yylex (void)
| ^
joe.cc:85:12: note: in expansion of macro 'YY_DECL'
85 | extern "C" YY_DECL;
|^~~
joe.cc:32
Hello,
Installed automake-1.16.3, but make check failed on Solaris 11.3 x86/x64.
$ uname -a
SunOS hidden 5.11 11.3 i86pc i386 i86pc Solaris
$ gcc --version
gcc (GCC) 10.2.0
$ ./configure --prefix=/opt/local CC=gcc CXX=g++
$ make
$ make -k check
:
FAIL: t/lex-clean-cxx.sh
FAIL: t/lex-depend-cx