Autoconf-2.69e make check fails on Solaris 11.3 x86/x64.

Kiyoshi KANAZAWA <[email protected]>
Newsgroups gmane.comp.sysutils.autoconf.bugs
Message-ID <[email protected]>
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,
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.