Hello, Autoconf-2.69e make check fails on Solaris 11.3 x86/x64. $ uname -a SunOS hidden 5.11 11.3 i86pc i386 i86pc
$ gcc --version gcc (GCC) 10.2.0 $ ./configure CC=gcc CXX=g++ $ make $ make -k check : AC_SYS_LARGEFILE FAILED (acspecific.at:9) I expected this would disappear with compiler option -D_FILE_OFFSET_BITS=64 or -m64, such as $ ./configure CC='gcc -D_FILE_OFFSET_BITS=64' CXX='g++ -D_FILE_OFFSET_BITS=64' or $ ./configure CC='gcc -m64' CXX='g++ -m64' but still have the same one. Regards,