Skip to content

Instantly share code, notes, and snippets.

@kmturley
Created December 21, 2021 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmturley/5aa1347959dd7e33c69cca73a45ff788 to your computer and use it in GitHub Desktop.
Save kmturley/5aa1347959dd7e33c69cca73a45ff788 to your computer and use it in GitHub Desktop.
The system is: Linux - 5.10.76-linuxkit - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/x86_64-w64-mingw32/bin/cc
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.exe"
The C compiler identification is GNU, found in "/app/build/win/CMakeFiles/3.18.4/CompilerIdC/a.exe"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/x86_64-w64-mingw32/bin/c++
Build flags:
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.exe"
The CXX compiler identification is GNU, found in "/app/build/win/CMakeFiles/3.18.4/CompilerIdCXX/a.exe"
Determining if the C compiler works passed with the following output:
Change Dir: /app/build/win/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake cmTC_f6fb7/fast && /usr/bin/gmake -f CMakeFiles/cmTC_f6fb7.dir/build.make CMakeFiles/cmTC_f6fb7.dir/build
gmake[1]: Entering directory '/app/build/win/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f6fb7.dir/testCCompiler.c.o
/usr/x86_64-w64-mingw32/bin/cc -o CMakeFiles/cmTC_f6fb7.dir/testCCompiler.c.o -c /app/build/win/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_f6fb7
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f6fb7.dir/link.txt --verbose=1
/usr/x86_64-w64-mingw32/bin/cc CMakeFiles/cmTC_f6fb7.dir/testCCompiler.c.o -o cmTC_f6fb7
gmake[1]: Leaving directory '/app/build/win/CMakeFiles/CMakeTmp'
Determining if the CXX compiler works passed with the following output:
Change Dir: /app/build/win/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake cmTC_cc564/fast && /usr/bin/gmake -f CMakeFiles/cmTC_cc564.dir/build.make CMakeFiles/cmTC_cc564.dir/build
gmake[1]: Entering directory '/app/build/win/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_cc564.dir/testCXXCompiler.cxx.o
/usr/x86_64-w64-mingw32/bin/c++ -o CMakeFiles/cmTC_cc564.dir/testCXXCompiler.cxx.o -c /app/build/win/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_cc564
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cc564.dir/link.txt --verbose=1
/usr/x86_64-w64-mingw32/bin/c++ CMakeFiles/cmTC_cc564.dir/testCXXCompiler.cxx.o -o cmTC_cc564
gmake[1]: Leaving directory '/app/build/win/CMakeFiles/CMakeTmp'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment