Skip to content

Instantly share code, notes, and snippets.

@ceremcem
Last active July 17, 2018 08:02
Show Gist options
  • Save ceremcem/ae017f8a25d8cf1830b648fb65398c59 to your computer and use it in GitHub Desktop.
Save ceremcem/ae017f8a25d8cf1830b648fb65398c59 to your computer and use it in GitHub Desktop.
Cmake error
CMake Deprecation Warning at CMakeLists.txt:22 (cmake_policy):
The OLD behavior for policy CMP0050 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
-- Compiler: GNU, version: 7.2.0
-- prefix: /usr/local
-- datadir: data
-- docdir: doc
-- includedir: include
-- libdir: /usr/local/lib
-- Boost version: 1.62.0
-- Found the following Boost libraries:
-- filesystem
-- program_options
-- regex
-- signals
-- system
-- thread
-- chrono
-- date_time
-- atomic
-- Found Xerces-C: /usr/lib/x86_64-linux-gnu/libxerces-c.so
-- PyCXX found:
-- Headers: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/src
-- Sources: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/src/CXX
-- Version: 6.2.8
CMake Error at cMake/FindOpenCasCade.cmake:94 (file):
file STRINGS file "/usr/share/oce-0.18/Standard_Version.hxx" cannot be
read.
Call Stack (most recent call first):
CMakeLists.txt:644 (find_package)
CMake Error at cMake/FindOpenCasCade.cmake:97 (string):
string sub-command REGEX, mode MATCH needs at least 5 arguments total to
command.
Call Stack (most recent call first):
CMakeLists.txt:644 (find_package)
CMake Error at cMake/FindOpenCasCade.cmake:98 (file):
file STRINGS file "/usr/share/oce-0.18/Standard_Version.hxx" cannot be
read.
Call Stack (most recent call first):
CMakeLists.txt:644 (find_package)
CMake Error at cMake/FindOpenCasCade.cmake:101 (string):
string sub-command REGEX, mode MATCH needs at least 5 arguments total to
command.
Call Stack (most recent call first):
CMakeLists.txt:644 (find_package)
CMake Error at cMake/FindOpenCasCade.cmake:102 (file):
file STRINGS file "/usr/share/oce-0.18/Standard_Version.hxx" cannot be
read.
Call Stack (most recent call first):
CMakeLists.txt:644 (find_package)
CMake Error at cMake/FindOpenCasCade.cmake:105 (string):
string sub-command REGEX, mode MATCH needs at least 5 arguments total to
command.
Call Stack (most recent call first):
CMakeLists.txt:644 (find_package)
-- -- Found OCE/OpenCASCADE version: ..
-- -- OCE/OpenCASCADE include directory: /usr/share/oce-0.18
-- -- OCE/OpenCASCADE shared libraries directory: /usr/lib/x86_64-linux-gnu
-- The imported target "vtkRenderingPythonTkWidgets" references the file
"/usr/lib/x86_64-linux-gnu/libvtkRenderingPythonTkWidgets.so"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/cmake/vtk-6.3/VTKTargets.cmake"
but not all the files it references.
-- The imported target "vtk" references the file
"/usr/bin/vtk"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/cmake/vtk-6.3/VTKTargets.cmake"
but not all the files it references.
-- VTK components: vtkCommonCore;vtkCommonDataModel;vtkFiltersVerdict;vtkIOXML;vtkFiltersCore;vtkFiltersGeneral;vtkIOLegacy;vtkFiltersExtraction;vtkFiltersSources;vtkFiltersGeometry;vtkIOMPIParallel;vtkParallelMPI;vtkhdf5;vtkRenderingCore;vtkInteractionStyle;vtkRenderingFreeType
-- Check for medfile (libmed and libmedc) ...
CMake Warning (dev) at /usr/share/cmake-3.11/Modules/FindOpenGL.cmake:270 (message):
Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
available. Run "cmake --help-policy CMP0072" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
FindOpenGL found both a legacy GL library:
OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so
and GLVND libraries for OpenGL and GLX:
OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so
OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
compatibility with CMake 3.10 and below the legacy GL library will be used.
Call Stack (most recent call first):
CMakeLists.txt:922 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Checking for module 'Coin'
-- No package 'Coin' found
-- libshiboken built for Release
-- Found PySide Tools: /usr/bin/pyside-uic, /usr/bin/pyside-rcc
=====================================================
matplotlib not found, Plot module won't be available.
=====================================================
-- Platform is 64-bit, set -D_OCC64
-- Build type: Release
-- setting gcc options: -Wall -Werror -Wno-deprecated -pedantic-errors
-- Boost version: 1.62.0
-- Found the following Boost libraries:
-- python27
-- found Boost: 1_62
-- boost-incude dirs are: /usr/include
-- boost-python lib is:
-- boost_LIBRARY_DIRS is: /usr/lib/x86_64-linux-gnu
-- Boost_LIBRARIES is: /usr/lib/x86_64-linux-gnu/libboost_python-py27.so
-- area module (for Path Workbench) will be installed to: /usr/local/lib
-- Coin3D doc is not installed
=======================================
Now run 'make' to build FreeCAD
=======================================
-- Configuring incomplete, errors occurred!
See also "/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeOutput.log".
See also "/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeError.log".
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_0bd22/fast"
/usr/bin/make -f CMakeFiles/cmTC_0bd22.dir/build.make CMakeFiles/cmTC_0bd22.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_0bd22.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_0bd22.dir/CheckSymbolExists.c.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_0bd22
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0bd22.dir/link.txt --verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_0bd22.dir/CheckSymbolExists.c.o -o cmTC_0bd22
CMakeFiles/cmTC_0bd22.dir/CheckSymbolExists.c.o: In function `main':
CheckSymbolExists.c:(.text+0x1b): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_0bd22.dir/build.make:86: recipe for target 'cmTC_0bd22' failed
make[1]: *** [cmTC_0bd22] Error 1
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_0bd22/fast' failed
make: *** [cmTC_0bd22/fast] Error 2
File /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pthread_create
return ((int*)(&pthread_create))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a1a59/fast"
/usr/bin/make -f CMakeFiles/cmTC_a1a59.dir/build.make CMakeFiles/cmTC_a1a59.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a1a59.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_a1a59.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.11/Modules/CheckFunctionExists.c
Linking C executable cmTC_a1a59
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a1a59.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -rdynamic CMakeFiles/cmTC_a1a59.dir/CheckFunctionExists.c.o -o cmTC_a1a59 -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_a1a59.dir/build.make:86: recipe for target 'cmTC_a1a59' failed
make[1]: *** [cmTC_a1a59] Error 1
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_a1a59/fast' failed
make: *** [cmTC_a1a59/fast] Error 2
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_90f6b/fast"
/usr/bin/make -f CMakeFiles/cmTC_90f6b.dir/build.make CMakeFiles/cmTC_90f6b.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_90f6b.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -Wall -Wextra -Wno-write-strings -std=c++11 -o CMakeFiles/cmTC_90f6b.dir/CheckSymbolExists.cxx.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_WIN’ was not declared in this scope
return ((int*)(&Q_WS_WIN))[argc];
^~~~~~~~
/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: note: suggested alternative: ‘Q_WS_X11’
return ((int*)(&Q_WS_WIN))[argc];
^~~~~~~~
Q_WS_X11
CMakeFiles/cmTC_90f6b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_90f6b.dir/CheckSymbolExists.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_90f6b.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_90f6b/fast' failed
make: *** [cmTC_90f6b/fast] Error 2
File /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef Q_WS_WIN
return ((int*)(&Q_WS_WIN))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_175c4/fast"
/usr/bin/make -f CMakeFiles/cmTC_175c4.dir/build.make CMakeFiles/cmTC_175c4.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_175c4.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -Wall -Wextra -Wno-write-strings -std=c++11 -o CMakeFiles/cmTC_175c4.dir/CheckSymbolExists.cxx.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_QWS’ was not declared in this scope
return ((int*)(&Q_WS_QWS))[argc];
^~~~~~~~
/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: note: suggested alternative: ‘Q_WS_X11’
return ((int*)(&Q_WS_QWS))[argc];
^~~~~~~~
Q_WS_X11
CMakeFiles/cmTC_175c4.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_175c4.dir/CheckSymbolExists.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_175c4.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_175c4/fast' failed
make: *** [cmTC_175c4/fast] Error 2
File /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef Q_WS_QWS
return ((int*)(&Q_WS_QWS))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_03233/fast"
/usr/bin/make -f CMakeFiles/cmTC_03233.dir/build.make CMakeFiles/cmTC_03233.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_03233.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -Wall -Wextra -Wno-write-strings -std=c++11 -o CMakeFiles/cmTC_03233.dir/CheckSymbolExists.cxx.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_MAC’ was not declared in this scope
return ((int*)(&Q_WS_MAC))[argc];
^~~~~~~~
/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: note: suggested alternative: ‘Q_WS_X11’
return ((int*)(&Q_WS_MAC))[argc];
^~~~~~~~
Q_WS_X11
CMakeFiles/cmTC_03233.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_03233.dir/CheckSymbolExists.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_03233.dir/CheckSymbolExists.cxx.o] Error 1
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_03233/fast' failed
make: *** [cmTC_03233/fast] Error 2
File /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef Q_WS_MAC
return ((int*)(&Q_WS_MAC))[argc];
#else
(void)argc;
return 0;
#endif
}
The system is: Linux - 4.14.0-2-amd64 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/cc
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is GNU, found in "/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/3.11.1/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++
Build flags:
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
The CXX compiler identification is GNU, found in "/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/3.11.1/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_d7f0d/fast"
/usr/bin/make -f CMakeFiles/cmTC_d7f0d.dir/build.make CMakeFiles/cmTC_d7f0d.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d7f0d.dir/testCCompiler.c.o
/usr/bin/cc -o CMakeFiles/cmTC_d7f0d.dir/testCCompiler.c.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_d7f0d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d7f0d.dir/link.txt --verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_d7f0d.dir/testCCompiler.c.o -o cmTC_d7f0d
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f8d11/fast"
/usr/bin/make -f CMakeFiles/cmTC_f8d11.dir/build.make CMakeFiles/cmTC_f8d11.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f8d11.dir/CMakeCCompilerABI.c.o
/usr/bin/cc -o CMakeFiles/cmTC_f8d11.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.11/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_f8d11
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f8d11.dir/link.txt --verbose=1
/usr/bin/cc -v -rdynamic CMakeFiles/cmTC_f8d11.dir/CMakeCCompilerABI.c.o -o cmTC_f8d11
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 7.2.0-19' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.2.0 (Debian 7.2.0-19)
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_f8d11' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/cc6XLaKU.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_f8d11 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_f8d11.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_f8d11' '-mtune=generic' '-march=x86-64'
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_f8d11/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_f8d11.dir/build.make CMakeFiles/cmTC_f8d11.dir/build]
ignore line: [make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp']
ignore line: [Building C object CMakeFiles/cmTC_f8d11.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_f8d11.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.11/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTC_f8d11]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f8d11.dir/link.txt --verbose=1]
ignore line: [/usr/bin/cc -v -rdynamic CMakeFiles/cmTC_f8d11.dir/CMakeCCompilerABI.c.o -o cmTC_f8d11 ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/cc]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper]
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 7.2.0-19' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 7.2.0 (Debian 7.2.0-19) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_f8d11' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/cc6XLaKU.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_f8d11 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_f8d11.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o]
arg [/usr/lib/gcc/x86_64-linux-gnu/7/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/cc6XLaKU.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [--sysroot=/] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-pie] ==> ignore
arg [-o] ==> ignore
arg [cmTC_f8d11] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..]
arg [CMakeFiles/cmTC_f8d11.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--no-as-needed] ==> ignore
arg [-lc] ==> lib [c]
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--no-as-needed] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> ignore
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7] ==> [/usr/lib/gcc/x86_64-linux-gnu/7]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> [/usr/lib]
implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
implicit fwks: []
Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_da771/fast"
/usr/bin/make -f CMakeFiles/cmTC_da771.dir/build.make CMakeFiles/cmTC_da771.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_da771.dir/feature_tests.c.o
/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_da771.dir/feature_tests.c.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/feature_tests.c
Linking C executable cmTC_da771
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_da771.dir/link.txt --verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_da771.dir/feature_tests.c.o -o cmTC_da771
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:1c_static_assert
Feature record: C_FEATURE:1c_variadic_macros
Detecting C [-std=c99] compiler features compiled with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f28bb/fast"
/usr/bin/make -f CMakeFiles/cmTC_f28bb.dir/build.make CMakeFiles/cmTC_f28bb.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f28bb.dir/feature_tests.c.o
/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_f28bb.dir/feature_tests.c.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/feature_tests.c
Linking C executable cmTC_f28bb
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f28bb.dir/link.txt --verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_f28bb.dir/feature_tests.c.o -o cmTC_f28bb
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:1c_variadic_macros
Detecting C [-std=c90] compiler features compiled with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_5441f/fast"
/usr/bin/make -f CMakeFiles/cmTC_5441f.dir/build.make CMakeFiles/cmTC_5441f.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5441f.dir/feature_tests.c.o
/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_5441f.dir/feature_tests.c.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/feature_tests.c
Linking C executable cmTC_5441f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5441f.dir/link.txt --verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_5441f.dir/feature_tests.c.o -o cmTC_5441f
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:0c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:0c_variadic_macros
Determining if the CXX compiler works passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2d0ca/fast"
/usr/bin/make -f CMakeFiles/cmTC_2d0ca.dir/build.make CMakeFiles/cmTC_2d0ca.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_2d0ca.dir/testCXXCompiler.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_2d0ca.dir/testCXXCompiler.cxx.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_2d0ca
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2d0ca.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_2d0ca.dir/testCXXCompiler.cxx.o -o cmTC_2d0ca
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_0b72b/fast"
/usr/bin/make -f CMakeFiles/cmTC_0b72b.dir/build.make CMakeFiles/cmTC_0b72b.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_0b72b.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++ -o CMakeFiles/cmTC_0b72b.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.11/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_0b72b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0b72b.dir/link.txt --verbose=1
/usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_0b72b.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_0b72b
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 7.2.0-19' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.2.0 (Debian 7.2.0-19)
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_0b72b' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/cckDB2si.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_0b72b /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_0b72b.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_0b72b' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_0b72b/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_0b72b.dir/build.make CMakeFiles/cmTC_0b72b.dir/build]
ignore line: [make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp']
ignore line: [Building CXX object CMakeFiles/cmTC_0b72b.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_0b72b.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.11/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTC_0b72b]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0b72b.dir/link.txt --verbose=1]
ignore line: [/usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_0b72b.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_0b72b ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper]
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 7.2.0-19' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 7.2.0 (Debian 7.2.0-19) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_0b72b' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/cckDB2si.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_0b72b /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_0b72b.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o]
arg [/usr/lib/gcc/x86_64-linux-gnu/7/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/cckDB2si.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [--sysroot=/] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-pie] ==> ignore
arg [-o] ==> ignore
arg [cmTC_0b72b] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..]
arg [CMakeFiles/cmTC_0b72b.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lstdc++] ==> lib [stdc++]
arg [-lm] ==> lib [m]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [-lc] ==> lib [c]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> ignore
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7] ==> [/usr/lib/gcc/x86_64-linux-gnu/7]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> [/usr/lib]
implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
implicit fwks: []
Detecting CXX [-std=c++1z] compiler features compiled with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_5a9d3/fast"
/usr/bin/make -f CMakeFiles/cmTC_5a9d3.dir/build.make CMakeFiles/cmTC_5a9d3.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_5a9d3.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++1z -o CMakeFiles/cmTC_5a9d3.dir/feature_tests.cxx.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_5a9d3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5a9d3.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_5a9d3.dir/feature_tests.cxx.o -o cmTC_5a9d3
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b0ddf/fast"
/usr/bin/make -f CMakeFiles/cmTC_b0ddf.dir/build.make CMakeFiles/cmTC_b0ddf.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_b0ddf.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_b0ddf.dir/feature_tests.cxx.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_b0ddf
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b0ddf.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_b0ddf.dir/feature_tests.cxx.o -o cmTC_b0ddf
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++11] compiler features compiled with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_88d1a/fast"
/usr/bin/make -f CMakeFiles/cmTC_88d1a.dir/build.make CMakeFiles/cmTC_88d1a.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_88d1a.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_88d1a.dir/feature_tests.cxx.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_88d1a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_88d1a.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_88d1a.dir/feature_tests.cxx.o -o cmTC_88d1a
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++98] compiler features compiled with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_01ef9/fast"
/usr/bin/make -f CMakeFiles/cmTC_01ef9.dir/build.make CMakeFiles/cmTC_01ef9.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_01ef9.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_01ef9.dir/feature_tests.cxx.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_01ef9
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_01ef9.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_01ef9.dir/feature_tests.cxx.o -o cmTC_01ef9
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:0cxx_alias_templates
Feature record: CXX_FEATURE:0cxx_alignas
Feature record: CXX_FEATURE:0cxx_alignof
Feature record: CXX_FEATURE:0cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:0cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:0cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:0cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:0cxx_default_function_template_args
Feature record: CXX_FEATURE:0cxx_defaulted_functions
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:0cxx_delegating_constructors
Feature record: CXX_FEATURE:0cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
Feature record: CXX_FEATURE:0cxx_explicit_conversions
Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
Feature record: CXX_FEATURE:0cxx_extern_templates
Feature record: CXX_FEATURE:0cxx_final
Feature record: CXX_FEATURE:0cxx_func_identifier
Feature record: CXX_FEATURE:0cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:0cxx_inheriting_constructors
Feature record: CXX_FEATURE:0cxx_inline_namespaces
Feature record: CXX_FEATURE:0cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:0cxx_local_type_template_args
Feature record: CXX_FEATURE:0cxx_long_long_type
Feature record: CXX_FEATURE:0cxx_noexcept
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
Feature record: CXX_FEATURE:0cxx_nullptr
Feature record: CXX_FEATURE:0cxx_override
Feature record: CXX_FEATURE:0cxx_range_for
Feature record: CXX_FEATURE:0cxx_raw_string_literals
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:0cxx_right_angle_brackets
Feature record: CXX_FEATURE:0cxx_rvalue_references
Feature record: CXX_FEATURE:0cxx_sizeof_member
Feature record: CXX_FEATURE:0cxx_static_assert
Feature record: CXX_FEATURE:0cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:0cxx_thread_local
Feature record: CXX_FEATURE:0cxx_trailing_return_types
Feature record: CXX_FEATURE:0cxx_unicode_literals
Feature record: CXX_FEATURE:0cxx_uniform_initialization
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
Feature record: CXX_FEATURE:0cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:0cxx_variadic_macros
Feature record: CXX_FEATURE:0cxx_variadic_templates
Determining if the include file GL/gl.h exists passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_65fa3/fast"
/usr/bin/make -f CMakeFiles/cmTC_65fa3.dir/build.make CMakeFiles/cmTC_65fa3.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_65fa3.dir/CheckIncludeFile.c.o
/usr/bin/cc -o CMakeFiles/cmTC_65fa3.dir/CheckIncludeFile.c.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_65fa3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_65fa3.dir/link.txt --verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_65fa3.dir/CheckIncludeFile.c.o -o cmTC_65fa3
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Determining if the include file istream exists passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_38f45/fast"
/usr/bin/make -f CMakeFiles/cmTC_38f45.dir/build.make CMakeFiles/cmTC_38f45.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_38f45.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_38f45.dir/CheckIncludeFile.cxx.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_38f45
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_38f45.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_38f45.dir/CheckIncludeFile.cxx.o -o cmTC_38f45
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Determining if the include file ostream exists passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a61aa/fast"
/usr/bin/make -f CMakeFiles/cmTC_a61aa.dir/build.make CMakeFiles/cmTC_a61aa.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_a61aa.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_a61aa.dir/CheckIncludeFile.cxx.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_a61aa
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a61aa.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_a61aa.dir/CheckIncludeFile.cxx.o -o cmTC_a61aa
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Determining if the include file fstream exists passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f0673/fast"
/usr/bin/make -f CMakeFiles/cmTC_f0673.dir/build.make CMakeFiles/cmTC_f0673.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f0673.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_f0673.dir/CheckIncludeFile.cxx.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_f0673
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f0673.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_f0673.dir/CheckIncludeFile.cxx.o -o cmTC_f0673
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Determining if the include file sstream exists passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_42b49/fast"
/usr/bin/make -f CMakeFiles/cmTC_42b49.dir/build.make CMakeFiles/cmTC_42b49.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_42b49.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_42b49.dir/CheckIncludeFile.cxx.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_42b49
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_42b49.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_42b49.dir/CheckIncludeFile.cxx.o -o cmTC_42b49
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Determining if the include file ios exists passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_9eb2d/fast"
/usr/bin/make -f CMakeFiles/cmTC_9eb2d.dir/build.make CMakeFiles/cmTC_9eb2d.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_9eb2d.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_9eb2d.dir/CheckIncludeFile.cxx.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_9eb2d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9eb2d.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_9eb2d.dir/CheckIncludeFile.cxx.o -o cmTC_9eb2d
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Determining if the include file iostream exists passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_8c5e9/fast"
/usr/bin/make -f CMakeFiles/cmTC_8c5e9.dir/build.make CMakeFiles/cmTC_8c5e9.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_8c5e9.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_8c5e9.dir/CheckIncludeFile.cxx.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_8c5e9
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8c5e9.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_8c5e9.dir/CheckIncludeFile.cxx.o -o cmTC_8c5e9
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Determining if the include file iomanip exists passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_64700/fast"
/usr/bin/make -f CMakeFiles/cmTC_64700.dir/build.make CMakeFiles/cmTC_64700.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_64700.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_64700.dir/CheckIncludeFile.cxx.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_64700
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_64700.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_64700.dir/CheckIncludeFile.cxx.o -o cmTC_64700
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Determining if the include file iostream exists passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_eb41e/fast"
/usr/bin/make -f CMakeFiles/cmTC_eb41e.dir/build.make CMakeFiles/cmTC_eb41e.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_eb41e.dir/CheckIncludeFile.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_eb41e.dir/CheckIncludeFile.cxx.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_eb41e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eb41e.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_eb41e.dir/CheckIncludeFile.cxx.o -o cmTC_eb41e
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Determining if the CXX compiler has std namespace passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_33d57/fast"
/usr/bin/make -f CMakeFiles/cmTC_33d57.dir/build.make CMakeFiles/cmTC_33d57.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_33d57.dir/TestForSTDNamespace.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_33d57.dir/TestForSTDNamespace.cxx.o -c /usr/share/cmake-3.11/Modules/TestForSTDNamespace.cxx
Linking CXX executable cmTC_33d57
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_33d57.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_33d57.dir/TestForSTDNamespace.cxx.o -o cmTC_33d57
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Determining if the include file pthread.h exists passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f8c5e/fast"
/usr/bin/make -f CMakeFiles/cmTC_f8c5e.dir/build.make CMakeFiles/cmTC_f8c5e.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f8c5e.dir/CheckIncludeFile.c.o
/usr/bin/cc -o CMakeFiles/cmTC_f8c5e.dir/CheckIncludeFile.c.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_f8c5e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f8c5e.dir/link.txt --verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_f8c5e.dir/CheckIncludeFile.c.o -o cmTC_f8c5e
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_7e8cd/fast"
/usr/bin/make -f CMakeFiles/cmTC_7e8cd.dir/build.make CMakeFiles/cmTC_7e8cd.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7e8cd.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_7e8cd.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.11/Modules/CheckFunctionExists.c
Linking C executable cmTC_7e8cd
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7e8cd.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -rdynamic CMakeFiles/cmTC_7e8cd.dir/CheckFunctionExists.c.o -o cmTC_7e8cd -lpthread
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Determining if the Q_WS_X11 exist passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3b601/fast"
/usr/bin/make -f CMakeFiles/cmTC_3b601.dir/build.make CMakeFiles/cmTC_3b601.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_3b601.dir/CheckSymbolExists.cxx.o
/usr/bin/c++ -I/usr/include/qt4 -Wall -Wextra -Wno-write-strings -std=c++11 -o CMakeFiles/cmTC_3b601.dir/CheckSymbolExists.cxx.o -c /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
Linking CXX executable cmTC_3b601
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3b601.dir/link.txt --verbose=1
/usr/bin/c++ -Wall -Wextra -Wno-write-strings -std=c++11 -rdynamic CMakeFiles/cmTC_3b601.dir/CheckSymbolExists.cxx.o -o cmTC_3b601
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
File /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef Q_WS_X11
return ((int*)(&Q_WS_X11))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function XOpenDisplay exists in the /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_d8d74/fast"
/usr/bin/make -f CMakeFiles/cmTC_d8d74.dir/build.make CMakeFiles/cmTC_d8d74.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d8d74.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -o CMakeFiles/cmTC_d8d74.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.11/Modules/CheckFunctionExists.c
Linking C executable cmTC_d8d74
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d8d74.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -rdynamic CMakeFiles/cmTC_d8d74.dir/CheckFunctionExists.c.o -o cmTC_d8d74 /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libXext.so
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Determining if the function gethostbyname exists passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_487d1/fast"
/usr/bin/make -f CMakeFiles/cmTC_487d1.dir/build.make CMakeFiles/cmTC_487d1.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_487d1.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTC_487d1.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.11/Modules/CheckFunctionExists.c
Linking C executable cmTC_487d1
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_487d1.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyname -rdynamic CMakeFiles/cmTC_487d1.dir/CheckFunctionExists.c.o -o cmTC_487d1
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Determining if the function connect exists passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_d360e/fast"
/usr/bin/make -f CMakeFiles/cmTC_d360e.dir/build.make CMakeFiles/cmTC_d360e.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d360e.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTC_d360e.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.11/Modules/CheckFunctionExists.c
Linking C executable cmTC_d360e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d360e.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=connect -rdynamic CMakeFiles/cmTC_d360e.dir/CheckFunctionExists.c.o -o cmTC_d360e
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Determining if the function remove exists passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_fe63e/fast"
/usr/bin/make -f CMakeFiles/cmTC_fe63e.dir/build.make CMakeFiles/cmTC_fe63e.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_fe63e.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=remove -o CMakeFiles/cmTC_fe63e.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.11/Modules/CheckFunctionExists.c
Linking C executable cmTC_fe63e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fe63e.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=remove -rdynamic CMakeFiles/cmTC_fe63e.dir/CheckFunctionExists.c.o -o cmTC_fe63e
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Determining if the function shmat exists passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_bce04/fast"
/usr/bin/make -f CMakeFiles/cmTC_bce04.dir/build.make CMakeFiles/cmTC_bce04.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_bce04.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=shmat -o CMakeFiles/cmTC_bce04.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.11/Modules/CheckFunctionExists.c
Linking C executable cmTC_bce04
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bce04.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=shmat -rdynamic CMakeFiles/cmTC_bce04.dir/CheckFunctionExists.c.o -o cmTC_bce04
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Determining if the function IceConnectionNumber exists in the ICE passed with the following output:
Change Dir: /home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_abb83/fast"
/usr/bin/make -f CMakeFiles/cmTC_abb83.dir/build.make CMakeFiles/cmTC_abb83.dir/build
make[1]: Entering directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_abb83.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -o CMakeFiles/cmTC_abb83.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.11/Modules/CheckFunctionExists.c
Linking C executable cmTC_abb83
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_abb83.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -rdynamic CMakeFiles/cmTC_abb83.dir/CheckFunctionExists.c.o -o cmTC_abb83 -lICE
make[1]: Leaving directory '/home/ceremcem/.sda1/cca/downloads/install-lib-backup/freecad/FreeCAD-LinkStage3/CMakeFiles/CMakeTmp'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment