Via private conversation with @mattgodbolt , currently if you only install gcc/g++ you may get these errors on running make:
CMake Error at /home/jsamuels/.cache/ozy/cmake/3.21.3/cmake-3.21.3-linux-x86_64/share/cmake-3.21/Modules/CMakeDetermineCCompiler.cmake:49 (message):
Could not find compiler set in environment variable CC:
gcc-10.
Call Stack (most recent call first):
CMakeLists.txt:2 (project)
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
See also "/home/jsamuels/code/oss/mattgodbolt/xania/cmake-build-debug/CMakeFiles/CMakeOutput.log".
make: *** [Makefile:100: /home/jsamuels/code/oss/mattgodbolt/xania/cmake-build-debug/CMakeCache.txt] Error 1
Via private conversation with @mattgodbolt , currently if you only install gcc/g++ you may get these errors on running
make
: