[cfarm-users] Please install CMake on GCC119
Noah Misch
noah at leadboat.com
Sun Jul 15 23:33:16 CEST 2018
On Sun, Jul 15, 2018 at 02:19:36PM -0400, Jeffrey Walton via cfarm-users wrote:
> We have the (dis)pleasure of maintaining CMake source files. If it is
> not too much trouble could someone install Cmake on GCC119.
When I needed cmake on gcc119, I installed a private copy of cmake-3.12.0-rc2 as
follows:
./bootstrap --prefix=$HOME/sw/cmake --parallel=10 --verbose CC=gcc CXX=g++ CFLAGS=-maix64 CXXFLAGS=-maix64 LDFLAGS=-Wl,-bbigtoc
gmake -j10
gmake test
gmake -j4 install
(This doesn't fill your request, but I'm conveying these facts in case they help
you or someone who does fill it.)
> CMake is kind of fragile to begin with. I think it would be prudent to
> test on AIX to see how things break and then fix the breaks.
I did no special testing beyond "gmake test".
The following tests FAILED:
50 - LoadCommand (Failed)
134 - LoadedCommandOneConfig (Failed)
165 - LinkStatic (Failed)
299 - RunCMake.Configure (Failed)
378 - RunCMake.try_compile (Failed)
388 - RunCMake.configure_file (Failed)
More information about the cfarm-users
mailing list