Re: [CMake] static cmake, ctest executables

2012-02-05 Thread Ilias Miroslav
10:59 AM To: Ilias Miroslav; CMake ML Subject: Re: [CMake] static cmake, ctest executables 2012/2/4 Ilias Miroslav miroslav.il...@umb.sk: Greetings, Sirs, I would like to have cmake and ctest executables static (for usage in grid enviroment). I tried to compile the newest cmake-2.8.7.tar.gz

Re: [CMake] static cmake, ctest executables

2012-02-05 Thread Eric Noulard
2012/2/5 Ilias Miroslav miroslav.il...@umb.sk: Dear Eric, yes, I would like to have static cmake execs for usage in (sometimes unequipped) grid environment; I tried your buildup prescription, but got dynamic execs, ilias@194.160.135.47:~/bin/cmake_static/.cmake -DBUILD_SHARED_LIBS=OFF

Re: [CMake] static cmake, ctest executables

2012-02-04 Thread Eric Noulard
2012/2/4 Ilias Miroslav miroslav.il...@umb.sk: Greetings, Sirs, I would like to have cmake and ctest executables static (for usage in grid enviroment). I tried to compile the newest cmake-2.8.7.tar.gz version with ./configure --prefix=/home/ilias/bin/cmake_static LDFLAGS=--static

[CMake] static cmake, ctest executables

2012-02-03 Thread Ilias Miroslav
Greetings, Sirs, I would like to have cmake and ctest executables static (for usage in grid enviroment). I tried to compile the newest cmake-2.8.7.tar.gz version with ./configure --prefix=/home/ilias/bin/cmake_static LDFLAGS=--static --disable-shared --enable-static but still got dynamic