Re: [CMake] Custom installation of cmake
OK and how about custom installation path of cmake? Regards, Mahmood On Saturday, October 19, 2019, 4:44:28 PM GMT+3:30, 15 knots wrote: What worked for me, is to add 'ools/gcc-7.1.0/bin/' in front of the PATh environment variable for the time cmake is invoked. E.g from bash. PATH=tools/gcc-7.1.0/bin/;$PATH cmake -G ... Martin -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: https://cmake.org/mailman/listinfo/cmake
[CMake] Custom installation of cmake
Hi I would like to compile cmake source with a non default gcc version. That is, I have built gcc in my home$ ls tools/gcc-7.1.0/bin/ c++ gcc-ar gcov-dumpx86_64-pc-linux-gnu-gcc x86_64-pc-linux-gnu-gcc-ranlib cpp gcc-nm gcov-toolx86_64-pc-linux-gnu-gcc-7.1.0 g++ gcc-ranlib x86_64-pc-linux-gnu-c++ x86_64-pc-linux-gnu-gcc-ar gcc gcovx86_64-pc-linux-gnu-g++ x86_64-pc-linux-gnu-gcc-nm and $ ls ~/cmake-3.14.6 Auxiliary CMakeFiles configure doxygen.config Source bootstrap CMakeGraphVizOptions.cmake CONTRIBUTING.rst HelpTemplates Bootstrap.cmk CMakeLists.txt Copyright.txt LicensesTests CMakeCache.txt CMakeLogo.gif CTestConfig.cmake Modules Utilities CMakeCPack.cmakecmake_uninstall.cmake.inCTestCustom.cmake.in Packaging CMakeCPackOptions.cmake.in CompileFlags.cmake DartConfig.cmake README.rst In the manual, it is only stated to build cmake with the default options which will install cmake in the system paths. ./bootstrap make make install I want to give it my gcc and install it in my home. How can I do that? Regards, Mahmood-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: https://cmake.org/mailman/listinfo/cmake