SunOS 11 Segmentation Fault (core dumped)
I am trying to update cmake on SunOS 11 to newer version. At the moment I have been able to compile version 3.6.2 and it is working
~/build/cmake$ cmake --version
cmake version 3.6.2
CMake suite maintained and supported by Kitware (kitware.com/cmake).
First I tried to compile newest version
~/build/cmake$ bin/cmake --version
cmake version 3.13.0
CMake suite maintained and supported by Kitware (kitware.com/cmake).
Segmentation Fault (core dumped)
As I only needed cppcheck support I tried to compile version 3.10.
~/build/cmake$ bin/cmake --version
cmake version 3.10.3
CMake suite maintained and supported by Kitware (kitware.com/cmake).
Segmentation Fault (core dumped)
Segmentation Fault happens in package installed cmake too
~/build/cmake$ /usr/bin/cmake --version
cmake version 3.9.1
CMake suite maintained and supported by Kitware (kitware.com/cmake).
Segmentation Fault (core dumped)
Bootstrapping works so it is able to create somekind of working cmake.
I have tried with CC: Studio 12.6 Sun C++ 5.15 SunOS_sparc 2017/05/30 g++ (GCC) 7.3.0
What can I do to find solution to this.