Git Product home page Git Product logo

flowvis's People

Contributors

duongnb09 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

flowvis's Issues

cmake error with qt version

Helllo thanks this project. can you help me cmake file problem.. and qt5-dev and vtk-dev files is installed. but problem continue
QT4 NOT SUPPORTED... DEPRECATED

CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.

Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.

-- HDF5: Using hdf5 compiler wrapper to determine C configuration
-- Found Boost: /usr/include (found suitable exact version "1.75.0")
-- Found Boost: /usr/include (found suitable exact version "1.75.0") found components: serialization
CMake Deprecation Warning at /usr/lib64/cmake/vtk/vtk-use-file-deprecated.cmake:1 (message):
The VTK_USE_FILE is no longer used starting with 8.90.
Call Stack (most recent call first):
CMakeLists.txt:14 (include)

CMake Error at /usr/share/cmake/Modules/FindQt4.cmake:1314 (message):
Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x
Call Stack (most recent call first):
CMakeLists.txt:21 (find_package)

-- Configuring incomplete, errors occurred!
See also "lowVis/CMakeFiles/CMakeOutput.log".
See also "FlowVis/CMakeFiles/CMakeError.log".

cmakeoutputlog:

"""
1 The system is: Linux - 5.14.14-200.fc34.x86_64 - x86_64
2 Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
3 Compiler: /usr/bin/cc
4 Build flags:
5 Id flags:
6
7 The output was:
8 0
9
10
11 Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
12
13 The C compiler identification is GNU, found in "/FlowVis/CMakeFiles/3.20.5/CompilerIdC/a.out"
14
15 Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
16 Compiler: /usr/bin/c++
17 Build flags:
18 Id flags:
19
20 The output was:
21 0
22
23
24 Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
25
26 The CXX compiler identification is GNU, found in "/FlowVis/CMakeFiles/3.20.5/CompilerIdCXX/a.out"
27
28 Detecting C compiler ABI info compiled with the following output:
29 Change Dir: FlowVis/CMakeFiles/CMakeTmp
30
31 Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_7a224/fast && /usr/bin/gmake -f CMakeFiles/cmTC_7a224.dir/build.make CMakeFiles/cmTC_7a224.dir/build
32 gmake[1]: Entering directory 'FlowVis/CMakeFiles/CMakeTmp'
33 Building C object CMakeFiles/cmTC_7a224.dir/CMakeCCompilerABI.c.o
34 /usr/bin/cc -v -o CMakeFiles/cmTC_7a224.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c
35 Using built-in specs.
36 COLLECT_GCC=/usr/bin/cc
37 OFFLOAD_TARGET_NAMES=nvptx-none
38 OFFLOAD_TARGET_DEFAULT=1
39 Target: x86_64-redhat-linux
40 Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-11.2.1-20210728/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
41 Thread model: posix
42 Supported LTO compression algorithms: zlib zstd
43 gcc version 11.2.1 20210728 (Red Hat 11.2.1-1) (GCC)
44 COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7a224.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7a224.dir/'
45 /usr/libexec/gcc/x86_64-redhat-linux/11/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_7a224.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/cclaQiNL.s
46 GNU C17 (GCC) version 11.2.1 20210728 (Red Hat 11.2.1-1) (x86_64-redhat-linux)
47 compiled by GNU C version 11.2.1 20210728 (Red Hat 11.2.1-1), GMP version 6.2.0, MPFR version 4.1.0-p13, MPC version 1.2.1, isl version isl-0.18-GMP
48
49 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
50 ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/11/include-fixed"
51 ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/11/../../../../x86_64-redhat-linux/include"
52 #include "..." search starts here:
53 #include <...> search starts here:
54 /usr/lib/gcc/x86_64-redhat-linux/11/include
55 /usr/local/include
56 /usr/include
57 End of search list.
58 GNU C17 (GCC) version 11.2.1 20210728 (Red Hat 11.2.1-1) (x86_64-redhat-linux)
59 compiled by GNU C version 11.2.1 20210728 (Red Hat 11.2.1-1), GMP version 6.2.0, MPFR version 4.1.0-p13, MPC version 1.2.1, isl version isl-0.18-GMP
60
61 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
62 Compiler executable checksum: d9978e1d525f02eccc63983c4161253e
63 COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7a224.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7a224.dir/'
64 as -v --64 -o CMakeFiles/cmTC_7a224.dir/CMakeCCompilerABI.c.o /tmp/cclaQiNL.s
65 GNU assembler version 2.35.2 (x86_64-redhat-linux) using BFD version version 2.35.2-6.fc34
66 COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/11/:/usr/libexec/gcc/x86_64-redhat-linux/11/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/11/:/usr/lib/gcc/x86_64-redhat-linux/
67 LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/11/:/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/11/../../../:/lib/:/usr/lib/
68 COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7a224.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7a224.dir/CMakeCCompilerABI.c.'
69 Linking C executable cmTC_7a224
70 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7a224.dir/link.txt --verbose=1
71 /usr/bin/cc -v -rdynamic CMakeFiles/cmTC_7a224.dir/CMakeCCompilerABI.c.o -o cmTC_7a224
72 Using built-in specs.
73 COLLECT_GCC=/usr/bin/cc
74 COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/11/lto-wrapper
75 OFFLOAD_TARGET_NAMES=nvptx-none
76 OFFLOAD_TARGET_DEFAULT=1
77 Target: x86_64-redhat-linux
78 Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-11.2.1-20210728/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
79 Thread model: posix
80 Supported LTO compression algorithms: zlib zstd
81 gcc version 11.2.1 20210728 (Red Hat 11.2.1-1) (GCC)
82 COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/11/:/usr/libexec/gcc/x86_64-redhat-linux/11/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/11/:/usr/lib/gcc/x86_64-redhat-linux/
83 LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/11/:/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/11/../../../:/lib/:/usr/lib/
84 COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_7a224' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_7a224.'
85 /usr/libexec/gcc/x86_64-redhat-linux/11/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/11/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccHQqvVE.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 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_7a224 /usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/11/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/11 -L/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/11/../../.. CMakeFiles/cmTC_7a224.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/11/crtend.o /usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crtn.o
86 COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_7a224' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_7a224.'
87 gmake[1]: Leaving directory 'FlowVis/CMakeFiles/CMakeTmp'
88
89
90
91 Parsed C implicit include dir info from above output: rv=done
92 found start of include info
93 found start of implicit include info
94 add: [/usr/lib/gcc/x86_64-redhat-linux/11/include]
95 add: [/usr/local/include]
96 add: [/usr/include]
97 end of search list found
98 collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/11/include] ==> [/usr/lib/gcc/x86_64-redhat-linux/11/include]
99 collapse include dir [/usr/local/include] ==> [/usr/local/include]
100 collapse include dir [/usr/include] ==> [/usr/include]
101 implicit include dirs: [/usr/lib/gcc/x86_64-redhat-linux/11/include;/usr/local/include;/usr/include]
102
103
104 Parsed C implicit link information from above output:
105 link line regex: [^( |.[/])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/]+-)?ld|collect2)[^/\]*( |$)]
106 ignore line: [Change Dir: FlowVis/CMakeFiles/CMakeTmp]
107 ignore line: []
108 ignore line: [Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_7a224/fast && /usr/bin/gmake -f CMakeFiles/cmTC_7a224.dir/build.make CMakeFiles/cmTC_7a224.dir/build]
109 ignore line: [gmake[1]: Entering directory 'FlowVis/CMakeFiles/CMakeTmp']
110 ignore line: [Building C object CMakeFiles/cmTC_7a224.dir/CMakeCCompilerABI.c.o]
111 ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_7a224.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c]
112 ignore line: [Using built-in specs.]
113 ignore line: [COLLECT_GCC=/usr/bin/cc]
114 ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
115 ignore line: [OFFLOAD_TARGET_DEFAULT=1]
116 ignore line: [Target: x86_64-redhat-linux]
117 ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-11.2.1-20210728/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
118 ignore line: [Thread model: posix]
119 ignore line: [Supported LTO compression algorithms: zlib zstd]
120 ignore line: [gcc version 11.2.1 20210728 (Red Hat 11.2.1-1) (GCC) ]
121 ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7a224.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7a224.dir/']
122 ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/11/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_7a224.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/cclaQiNL.s]
123 ignore line: [GNU C17 (GCC) version 11.2.1 20210728 (Red Hat 11.2.1-1) (x86_64-redhat-linux)]
124 ignore line: [ compiled by GNU C version 11.2.1 20210728 (Red Hat 11.2.1-1) GMP version 6.2.0 MPFR version 4.1.0-p13 MPC version 1.2.1 isl version isl-0.18-GMP]
125 ignore line: []
126 ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
127 ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/11/include-fixed"]
128 ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/11/../../../../x86_64-redhat-linux/include"]
129 ignore line: [#include "..." search starts here:]
130 ignore line: [#include <...> search starts here:]
131 ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/11/include]
132 ignore line: [ /usr/local/include]
133 ignore line: [ /usr/include]
134 ignore line: [End of search list.]
135 ignore line: [GNU C17 (GCC) version 11.2.1 20210728 (Red Hat 11.2.1-1) (x86_64-redhat-linux)]
136 ignore line: [ compiled by GNU C version 11.2.1 20210728 (Red Hat 11.2.1-1) GMP version 6.2.0 MPFR version 4.1.0-p13 MPC version 1.2.1 isl version isl-0.18-GMP]
137 ignore line: []
138 ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
139 ignore line: [Compiler executable checksum: d9978e1d525f02eccc63983c4161253e]
140 ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7a224.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7a224.dir/']
141 ignore line: [ as -v --64 -o CMakeFiles/cmTC_7a224.dir/CMakeCCompilerABI.c.o /tmp/cclaQiNL.s]
142 ignore line: [GNU assembler version 2.35.2 (x86_64-redhat-linux) using BFD version version 2.35.2-6.fc34]
143 ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/11/:/usr/libexec/gcc/x86_64-redhat-linux/11/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/11/:/usr/lib/gcc/x86_64-redhat-linux/]
144 ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/11/:/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/11/../../../:/lib/:/usr/lib/]
145 ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_7a224.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_7a224.dir/CMakeCCompilerABI.c.']
146 ignore line: [Linking C executable cmTC_7a224]
147 ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7a224.dir/link.txt --verbose=1]
148 ignore line: [/usr/bin/cc -v -rdynamic CMakeFiles/cmTC_7a224.dir/CMakeCCompilerABI.c.o -o cmTC_7a224 ]
149 ignore line: [Using built-in specs.]
150 ignore line: [COLLECT_GCC=/usr/bin/cc]
151 ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/11/lto-wrapper]
152 ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
153 ignore line: [OFFLOAD_TARGET_DEFAULT=1]
154 ignore line: [Target: x86_64-redhat-linux]
155 ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-11.2.1-20210728/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
156 ignore line: [Thread model: posix]
157 ignore line: [Supported LTO compression algorithms: zlib zstd]
158 ignore line: [gcc version 11.2.1 20210728 (Red Hat 11.2.1-1) (GCC) ]
159 ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/11/:/usr/libexec/gcc/x86_64-redhat-linux/11/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/11/:/usr/lib/gcc/x86_64-redhat-linux/]
160 ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/11/:/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/11/../../../:/lib/:/usr/lib/]
161 ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_7a224' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_7a224.']
162 link line: [ /usr/libexec/gcc/x86_64-redhat-linux/11/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/11/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccHQqvVE.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 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_7a224 /usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/11/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/11 -L/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/11/../../.. CMakeFiles/cmTC_7a224.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-redhat-linux/11/crtend.o /usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crtn.o]
163 arg [/usr/libexec/gcc/x86_64-redhat-linux/11/collect2] ==> ignore
164 arg [-plugin] ==> ignore
165 arg [/usr/libexec/gcc/x86_64-redhat-linux/11/liblto_plugin.so] ==> ignore
166 arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/11/lto-wrapper] ==> ignore
167 arg [-plugin-opt=-fresolution=/tmp/ccHQqvVE.res] ==> ignore
168 arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
169 arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
170 arg [-plugin-opt=-pass-through=-lc] ==> ignore
171 arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
172 arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
173 arg [--build-id] ==> ignore
174 arg [--no-add-needed] ==> ignore
175 arg [--eh-frame-hdr] ==> ignore
176 arg [--hash-style=gnu] ==> ignore
177 arg [-m] ==> ignore
178 arg [elf_x86_64] ==> ignore
179 arg [-export-dynamic] ==> ignore
180 arg [-dynamic-linker] ==> ignore
181 arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
182 arg [-o] ==> ignore
183 arg [cmTC_7a224] ==> ignore
184 arg [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crt1.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crt1.o]
185 arg [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crti.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crti.o]
186 arg [/usr/lib/gcc/x86_64-redhat-linux/11/crtbegin.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/11/crtbegin.o]
187 arg [-L/usr/lib/gcc/x86_64-redhat-linux/11] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/11]
188 arg [-L/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64]
189 arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
190 arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
191 arg [-L/usr/lib/gcc/x86_64-redhat-linux/11/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/11/../../..]
192 arg [CMakeFiles/cmTC_7a224.dir/CMakeCCompilerABI.c.o] ==> ignore
193 arg [-lgcc] ==> lib [gcc]
194 arg [--push-state] ==> ignore
195 arg [--as-needed] ==> ignore
196 arg [-lgcc_s] ==> lib [gcc_s]
197 arg [--pop-state] ==> ignore
198 arg [-lc] ==> lib [c]
199 arg [-lgcc] ==> lib [gcc]
200 arg [--push-state] ==> ignore
201 arg [--as-needed] ==> ignore
202 arg [-lgcc_s] ==> lib [gcc_s]
203 arg [--pop-state] ==> ignore
204 arg [/usr/lib/gcc/x86_64-redhat-linux/11/crtend.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/11/crtend.o]
205 arg [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crtn.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crtn.o]
206 collapse obj [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crt1.o] ==> [/usr/lib64/crt1.o]
207 collapse obj [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crti.o] ==> [/usr/lib64/crti.o]
208 collapse obj [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crtn.o] ==> [/usr/lib64/crtn.o]
209 collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/11] ==> [/usr/lib/gcc/x86_64-redhat-linux/11]
210 collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64] ==> [/usr/lib64]
211 collapse library dir [/lib/../lib64] ==> [/lib64]
212 collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
213 collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/11/../../..] ==> [/usr/lib]
214 implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
215 implicit objs: [/usr/lib64/crt1.o;/usr/lib64/crti.o;/usr/lib/gcc/x86_64-redhat-linux/11/crtbegin.o;/usr/lib/gcc/x86_64-redhat-linux/11/crtend.o;/usr/lib64/crtn.o]
216 implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/11;/usr/lib64;/lib64;/usr/lib]
217 implicit fwks: []
218
219
220 Detecting CXX compiler ABI info compiled with the following output:
221 Change Dir: FlowVis/CMakeFiles/CMakeTmp
222
223 Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_4d599/fast && /usr/bin/gmake -f CMakeFiles/cmTC_4d599.dir/build.make CMakeFiles/cmTC_4d599.dir/build
224 gmake[1]: Entering directory 'FlowVis/CMakeFiles/CMakeTmp'
225 Building CXX object CMakeFiles/cmTC_4d599.dir/CMakeCXXCompilerABI.cpp.o
226 /usr/bin/c++ -v -o CMakeFiles/cmTC_4d599.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp
227 Using built-in specs.
228 COLLECT_GCC=/usr/bin/c++
229 OFFLOAD_TARGET_NAMES=nvptx-none
230 OFFLOAD_TARGET_DEFAULT=1
231 Target: x86_64-redhat-linux
232 Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-11.2.1-20210728/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
233 Thread model: posix
234 Supported LTO compression algorithms: zlib zstd
235 gcc version 11.2.1 20210728 (Red Hat 11.2.1-1) (GCC)
236 COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4d599.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_4d599.dir/'
237 /usr/libexec/gcc/x86_64-redhat-linux/11/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_4d599.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/cc4IqVAj.s
238 GNU C++17 (GCC) version 11.2.1 20210728 (Red Hat 11.2.1-1) (x86_64-redhat-linux)
239 compiled by GNU C version 11.2.1 20210728 (Red Hat 11.2.1-1), GMP version 6.2.0, MPFR version 4.1.0-p13, MPC version 1.2.1, isl version isl-0.18-GMP
240
241 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
242 ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/11/include-fixed"
243 ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/11/../../../../x86_64-redhat-linux/include"
244 #include "..." search starts here:
245 #include <...> search starts here:
246 /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11
247 /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/x86_64-redhat-linux
248 /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/backward
249 /usr/lib/gcc/x86_64-redhat-linux/11/include
250 /usr/local/include
251 /usr/include
252 End of search list.
253 GNU C++17 (GCC) version 11.2.1 20210728 (Red Hat 11.2.1-1) (x86_64-redhat-linux)
254 compiled by GNU C version 11.2.1 20210728 (Red Hat 11.2.1-1), GMP version 6.2.0, MPFR version 4.1.0-p13, MPC version 1.2.1, isl version isl-0.18-GMP
255
256 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
257 Compiler executable checksum: ee1a2f208dd48c6a5d24bdcd31126e66
258 COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4d599.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_4d599.dir/'
259 as -v --64 -o CMakeFiles/cmTC_4d599.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc4IqVAj.s
260 GNU assembler version 2.35.2 (x86_64-redhat-linux) using BFD version version 2.35.2-6.fc34
261 COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/11/:/usr/libexec/gcc/x86_64-redhat-linux/11/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/11/:/usr/lib/gcc/x86_64-redhat-linux/
262 LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/11/:/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/11/../../../:/lib/:/usr/lib/
263 COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4d599.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_4d599.dir/CMakeCXXCompilerABI.cpp.'
264 Linking CXX executable cmTC_4d599
265 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4d599.dir/link.txt --verbose=1
266 /usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_4d599.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_4d599
267 Using built-in specs.
268 COLLECT_GCC=/usr/bin/c++
269 COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/11/lto-wrapper
270 OFFLOAD_TARGET_NAMES=nvptx-none
271 OFFLOAD_TARGET_DEFAULT=1
272 Target: x86_64-redhat-linux
273 Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-11.2.1-20210728/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
274 Thread model: posix
275 Supported LTO compression algorithms: zlib zstd
276 gcc version 11.2.1 20210728 (Red Hat 11.2.1-1) (GCC)
277 COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/11/:/usr/libexec/gcc/x86_64-redhat-linux/11/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/11/:/usr/lib/gcc/x86_64-redhat-linux/
278 LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/11/:/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/11/../../../:/lib/:/usr/lib/
279 COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_4d599' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_4d599.'
280 /usr/libexec/gcc/x86_64-redhat-linux/11/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/11/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccWLpoDd.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 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_4d599 /usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/11/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/11 -L/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/11/../../.. CMakeFiles/cmTC_4d599.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/11/crtend.o /usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crtn.o
281 COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_4d599' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_4d599.'
282 gmake[1]: Leaving directory 'FlowVis/CMakeFiles/CMakeTmp'
283
284
285
286 Parsed CXX implicit include dir info from above output: rv=done
287 found start of include info
288 found start of implicit include info
289 add: [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11]
290 add: [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/x86_64-redhat-linux]
291 add: [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/backward]
292 add: [/usr/lib/gcc/x86_64-redhat-linux/11/include]
293 add: [/usr/local/include]
294 add: [/usr/include]
295 end of search list found
296 collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11] ==> [/usr/include/c++/11]
297 collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/x86_64-redhat-linux] ==> [/usr/include/c++/11/x86_64-redhat-linux]
298 collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/backward] ==> [/usr/include/c++/11/backward]
299 collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/11/include] ==> [/usr/lib/gcc/x86_64-redhat-linux/11/include]
300 collapse include dir [/usr/local/include] ==> [/usr/local/include]
301 collapse include dir [/usr/include] ==> [/usr/include]
302 implicit include dirs: [/usr/include/c++/11;/usr/include/c++/11/x86_64-redhat-linux;/usr/include/c++/11/backward;/usr/lib/gcc/x86_64-redhat-linux/11/include;/usr/local/include;/usr/include]
303
304
305 Parsed CXX implicit link information from above output:
306 link line regex: [^( |.[/])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/]+-)?ld|collect2)[^/\]*( |$)]
307 ignore line: [Change Dir: FlowVis/CMakeFiles/CMakeTmp]
308 ignore line: []
309 ignore line: [Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_4d599/fast && /usr/bin/gmake -f CMakeFiles/cmTC_4d599.dir/build.make CMakeFiles/cmTC_4d599.dir/build]
310 ignore line: [gmake[1]: Entering directory 'FlowVis/CMakeFiles/CMakeTmp']
311 ignore line: [Building CXX object CMakeFiles/cmTC_4d599.dir/CMakeCXXCompilerABI.cpp.o]
312 ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_4d599.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
313 ignore line: [Using built-in specs.]
314 ignore line: [COLLECT_GCC=/usr/bin/c++]
315 ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
316 ignore line: [OFFLOAD_TARGET_DEFAULT=1]
317 ignore line: [Target: x86_64-redhat-linux]
318 ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-11.2.1-20210728/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
319 ignore line: [Thread model: posix]
320 ignore line: [Supported LTO compression algorithms: zlib zstd]
321 ignore line: [gcc version 11.2.1 20210728 (Red Hat 11.2.1-1) (GCC) ]
322 ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4d599.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_4d599.dir/']
323 ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/11/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_4d599.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/cc4IqVAj.s]
324 ignore line: [GNU C++17 (GCC) version 11.2.1 20210728 (Red Hat 11.2.1-1) (x86_64-redhat-linux)]
325 ignore line: [ compiled by GNU C version 11.2.1 20210728 (Red Hat 11.2.1-1) GMP version 6.2.0 MPFR version 4.1.0-p13 MPC version 1.2.1 isl version isl-0.18-GMP]
326 ignore line: []
327 ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
328 ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/11/include-fixed"]
329 ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/11/../../../../x86_64-redhat-linux/include"]
330 ignore line: [#include "..." search starts here:]
331 ignore line: [#include <...> search starts here:]
332 ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11]
333 ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/x86_64-redhat-linux]
334 ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/backward]
335 ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/11/include]
336 ignore line: [ /usr/local/include]
337 ignore line: [ /usr/include]
338 ignore line: [End of search list.]
339 ignore line: [GNU C++17 (GCC) version 11.2.1 20210728 (Red Hat 11.2.1-1) (x86_64-redhat-linux)]
340 ignore line: [ compiled by GNU C version 11.2.1 20210728 (Red Hat 11.2.1-1) GMP version 6.2.0 MPFR version 4.1.0-p13 MPC version 1.2.1 isl version isl-0.18-GMP]
341 ignore line: []
342 ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
343 ignore line: [Compiler executable checksum: ee1a2f208dd48c6a5d24bdcd31126e66]
344 ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4d599.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_4d599.dir/']
345 ignore line: [ as -v --64 -o CMakeFiles/cmTC_4d599.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc4IqVAj.s]
346 ignore line: [GNU assembler version 2.35.2 (x86_64-redhat-linux) using BFD version version 2.35.2-6.fc34]
347 ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/11/:/usr/libexec/gcc/x86_64-redhat-linux/11/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/11/:/usr/lib/gcc/x86_64-redhat-linux/]
348 ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/11/:/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/11/../../../:/lib/:/usr/lib/]
349 ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_4d599.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_4d599.dir/CMakeCXXCompilerABI.cpp.']
350 ignore line: [Linking CXX executable cmTC_4d599]
351 ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4d599.dir/link.txt --verbose=1]
352 ignore line: [/usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_4d599.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_4d599 ]
353 ignore line: [Using built-in specs.]
354 ignore line: [COLLECT_GCC=/usr/bin/c++]
355 ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/11/lto-wrapper]
356 ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
357 ignore line: [OFFLOAD_TARGET_DEFAULT=1]
358 ignore line: [Target: x86_64-redhat-linux]
359 ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c c++ fortran objc obj-c++ ada go d lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-11.2.1-20210728/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
360 ignore line: [Thread model: posix]
361 ignore line: [Supported LTO compression algorithms: zlib zstd]
362 ignore line: [gcc version 11.2.1 20210728 (Red Hat 11.2.1-1) (GCC) ]
363 ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/11/:/usr/libexec/gcc/x86_64-redhat-linux/11/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/11/:/usr/lib/gcc/x86_64-redhat-linux/]
364 ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/11/:/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/11/../../../:/lib/:/usr/lib/]
365 ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_4d599' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_4d599.']
366 link line: [ /usr/libexec/gcc/x86_64-redhat-linux/11/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/11/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccWLpoDd.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 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_4d599 /usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/11/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/11 -L/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/11/../../.. CMakeFiles/cmTC_4d599.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/11/crtend.o /usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crtn.o]
367 arg [/usr/libexec/gcc/x86_64-redhat-linux/11/collect2] ==> ignore
368 arg [-plugin] ==> ignore
369 arg [/usr/libexec/gcc/x86_64-redhat-linux/11/liblto_plugin.so] ==> ignore
370 arg [-plugin-opt=/usr/libexec/gcc/x86_64-redhat-linux/11/lto-wrapper] ==> ignore
371 arg [-plugin-opt=-fresolution=/tmp/ccWLpoDd.res] ==> ignore
372 arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
373 arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
374 arg [-plugin-opt=-pass-through=-lc] ==> ignore
375 arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
376 arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
377 arg [--build-id] ==> ignore
378 arg [--no-add-needed] ==> ignore
379 arg [--eh-frame-hdr] ==> ignore
380 arg [--hash-style=gnu] ==> ignore
381 arg [-m] ==> ignore
382 arg [elf_x86_64] ==> ignore
383 arg [-export-dynamic] ==> ignore
384 arg [-dynamic-linker] ==> ignore
385 arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
386 arg [-o] ==> ignore
387 arg [cmTC_4d599] ==> ignore
388 arg [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crt1.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crt1.o]
389 arg [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crti.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crti.o]
390 arg [/usr/lib/gcc/x86_64-redhat-linux/11/crtbegin.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/11/crtbegin.o]
391 arg [-L/usr/lib/gcc/x86_64-redhat-linux/11] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/11]
392 arg [-L/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64]
393 arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
394 arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
395 arg [-L/usr/lib/gcc/x86_64-redhat-linux/11/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/11/../../..]
396 arg [CMakeFiles/cmTC_4d599.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
397 arg [-lstdc++] ==> lib [stdc++]
398 arg [-lm] ==> lib [m]
399 arg [-lgcc_s] ==> lib [gcc_s]
400 arg [-lgcc] ==> lib [gcc]
401 arg [-lc] ==> lib [c]
402 arg [-lgcc_s] ==> lib [gcc_s]
403 arg [-lgcc] ==> lib [gcc]
404 arg [/usr/lib/gcc/x86_64-redhat-linux/11/crtend.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/11/crtend.o]
405 arg [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crtn.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crtn.o]
406 collapse obj [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crt1.o] ==> [/usr/lib64/crt1.o]
407 collapse obj [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crti.o] ==> [/usr/lib64/crti.o]
408 collapse obj [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64/crtn.o] ==> [/usr/lib64/crtn.o]
409 collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/11] ==> [/usr/lib/gcc/x86_64-redhat-linux/11]
410 collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/11/../../../../lib64] ==> [/usr/lib64]
411 collapse library dir [/lib/../lib64] ==> [/lib64]
412 collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
413 collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/11/../../..] ==> [/usr/lib]
414 implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
415 implicit objs: [/usr/lib64/crt1.o;/usr/lib64/crti.o;/usr/lib/gcc/x86_64-redhat-linux/11/crtbegin.o;/usr/lib/gcc/x86_64-redhat-linux/11/crtend.o;/usr/lib64/crtn.o]
416 implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/11;/usr/lib64;/lib64;/usr/lib]
417 implicit fwks: []
418
419
420 Determining if the include file pthread.h exists passed with the following output:
421 Change Dir: FlowVis/CMakeFiles/CMakeTmp
422
423 Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_18d78/fast && /usr/bin/gmake -f CMakeFiles/cmTC_18d78.dir/build.make CMakeFiles/cmTC_18d78.dir/build
424 gmake[1]: Entering directory 'FlowVis/CMakeFiles/CMakeTmp'
425 Building C object CMakeFiles/cmTC_18d78.dir/CheckIncludeFile.c.o
426 /usr/bin/cc -o CMakeFiles/cmTC_18d78.dir/CheckIncludeFile.c.o -c FlowVis/CMakeFiles/CMakeTmp/CheckIncludeFile.c
427 Linking C executable cmTC_18d78
428 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_18d78.dir/link.txt --verbose=1
429 /usr/bin/cc CMakeFiles/cmTC_18d78.dir/CheckIncludeFile.c.o -o cmTC_18d78
430 gmake[1]: Leaving directory 'FlowVis/CMakeFiles/CMakeTmp'
431
432
433
434 Determining if the function pthread_create exists in the pthread passed with the following output:
435 Change Dir: FlowVis/CMakeFiles/CMakeTmp
436
437 Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_ec2c1/fast && /usr/bin/gmake -f CMakeFiles/cmTC_ec2c1.dir/build.make CMakeFiles/cmTC_ec2c1.dir/build
438 gmake[1]: Entering directory 'FlowVis/CMakeFiles/CMakeTmp'
439 Building C object CMakeFiles/cmTC_ec2c1.dir/CheckFunctionExists.c.o
440 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_ec2c1.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
441 Linking C executable cmTC_ec2c1
442 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ec2c1.dir/link.txt --verbose=1
443 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_ec2c1.dir/CheckFunctionExists.c.o -o cmTC_ec2c1 -lpthread
444 gmake[1]: Leaving directory 'FlowVis/CMakeFiles/CMakeTmp'
445
446
447
448 Determining if the function XOpenDisplay exists in the /usr/lib64/libX11.so;/usr/lib64/libXext.so passed with the following output:
449 Change Dir: FlowVis/CMakeFiles/CMakeTmp
450
451 Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_fcf19/fast && /usr/bin/gmake -f CMakeFiles/cmTC_fcf19.dir/build.make CMakeFiles/cmTC_fcf19.dir/build
452 gmake[1]: Entering directory 'FlowVis/CMakeFiles/CMakeTmp'
453 Building C object CMakeFiles/cmTC_fcf19.dir/CheckFunctionExists.c.o
454 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -o CMakeFiles/cmTC_fcf19.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
455 Linking C executable cmTC_fcf19
456 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fcf19.dir/link.txt --verbose=1
457 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=XOpenDisplay CMakeFiles/cmTC_fcf19.dir/CheckFunctionExists.c.o -o cmTC_fcf19 /usr/lib64/libX11.so /usr/lib64/libXext.so
458 gmake[1]: Leaving directory 'FlowVis/CMakeFiles/CMakeTmp'
459
460
461
462 Determining if the function gethostbyname exists passed with the following output:
463 Change Dir: FlowVis/CMakeFiles/CMakeTmp
464
465 Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_8b46b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_8b46b.dir/build.make CMakeFiles/cmTC_8b46b.dir/build
466 gmake[1]: Entering directory 'FlowVis/CMakeFiles/CMakeTmp'
467 Building C object CMakeFiles/cmTC_8b46b.dir/CheckFunctionExists.c.o
468 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTC_8b46b.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
469 Linking C executable cmTC_8b46b
470 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8b46b.dir/link.txt --verbose=1
471 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyname CMakeFiles/cmTC_8b46b.dir/CheckFunctionExists.c.o -o cmTC_8b46b
472 gmake[1]: Leaving directory 'FlowVis/CMakeFiles/CMakeTmp'
473
474
475
476 Determining if the function connect exists passed with the following output:
477 Change Dir: FlowVis/CMakeFiles/CMakeTmp
478
479 Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_dc88e/fast && /usr/bin/gmake -f CMakeFiles/cmTC_dc88e.dir/build.make CMakeFiles/cmTC_dc88e.dir/build
480 gmake[1]: Entering directory 'FlowVis/CMakeFiles/CMakeTmp'
481 Building C object CMakeFiles/cmTC_dc88e.dir/CheckFunctionExists.c.o
482 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTC_dc88e.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
483 Linking C executable cmTC_dc88e
484 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dc88e.dir/link.txt --verbose=1
485 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=connect CMakeFiles/cmTC_dc88e.dir/CheckFunctionExists.c.o -o cmTC_dc88e
486 gmake[1]: Leaving directory 'FlowVis/CMakeFiles/CMakeTmp'
487
488
489
490 Determining if the function remove exists passed with the following output:
491 Change Dir: FlowVis/CMakeFiles/CMakeTmp
492
493 Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_985f3/fast && /usr/bin/gmake -f CMakeFiles/cmTC_985f3.dir/build.make CMakeFiles/cmTC_985f3.dir/build
494 gmake[1]: Entering directory 'FlowVis/CMakeFiles/CMakeTmp'
495 Building C object CMakeFiles/cmTC_985f3.dir/CheckFunctionExists.c.o
496 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=remove -o CMakeFiles/cmTC_985f3.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
497 Linking C executable cmTC_985f3
498 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_985f3.dir/link.txt --verbose=1
499 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=remove CMakeFiles/cmTC_985f3.dir/CheckFunctionExists.c.o -o cmTC_985f3
500 gmake[1]: Leaving directory 'FlowVis/CMakeFiles/CMakeTmp'
501
502
503
504 Determining if the function shmat exists passed with the following output:
505 Change Dir: FlowVis/CMakeFiles/CMakeTmp
506
507 Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_ef4bd/fast && /usr/bin/gmake -f CMakeFiles/cmTC_ef4bd.dir/build.make CMakeFiles/cmTC_ef4bd.dir/build
508 gmake[1]: Entering directory 'FlowVis/CMakeFiles/CMakeTmp'
509 Building C object CMakeFiles/cmTC_ef4bd.dir/CheckFunctionExists.c.o
510 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=shmat -o CMakeFiles/cmTC_ef4bd.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
511 Linking C executable cmTC_ef4bd
512 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ef4bd.dir/link.txt --verbose=1
513 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=shmat CMakeFiles/cmTC_ef4bd.dir/CheckFunctionExists.c.o -o cmTC_ef4bd
514 gmake[1]: Leaving directory 'FlowVis/CMakeFiles/CMakeTmp'
515
516
517
518 Determining if the function IceConnectionNumber exists in the ICE passed with the following output:
519 Change Dir: FlowVis/CMakeFiles/CMakeTmp
520
521 Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_003b0/fast && /usr/bin/gmake -f CMakeFiles/cmTC_003b0.dir/build.make CMakeFiles/cmTC_003b0.dir/build
522 gmake[1]: Entering directory 'FlowVis/CMakeFiles/CMakeTmp'
523 Building C object CMakeFiles/cmTC_003b0.dir/CheckFunctionExists.c.o
524 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -o CMakeFiles/cmTC_003b0.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
525 Linking C executable cmTC_003b0
526 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_003b0.dir/link.txt --verbose=1
527 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber CMakeFiles/cmTC_003b0.dir/CheckFunctionExists.c.o -o cmTC_003b0 -lICE
528 gmake[1]: Leaving directory 'FlowVis/CMakeFiles/CMakeTmp'
"""

cmakeerrorlog:

1 Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output:
2 Change Dir: FlowVis/CMakeFiles/CMakeTmp
3
4 Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_63042/fast && /usr/bin/gmake -f CMakeFiles/cmTC_63042.dir/build.make CMakeFiles/cmTC_63042.dir/build
5 gmake[1]: Entering directory 'FlowVis/CMakeFiles/CMakeTmp'
6 Building C object CMakeFiles/cmTC_63042.dir/src.c.o
7 /usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_63042.dir/src.c.o -c FlowVis/CMakeFiles/CMakeTmp/src.c
8 Linking C executable cmTC_63042
9 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_63042.dir/link.txt --verbose=1
10 /usr/bin/cc CMakeFiles/cmTC_63042.dir/src.c.o -o cmTC_63042
11 /usr/bin/ld: CMakeFiles/cmTC_63042.dir/src.c.o: in function main': 12 src.c:(.text+0x2d): undefined reference to pthread_create'
13 /usr/bin/ld: src.c:(.text+0x39): undefined reference to pthread_detach' 14 /usr/bin/ld: src.c:(.text+0x45): undefined reference to pthread_cancel'
15 /usr/bin/ld: src.c:(.text+0x56): undefined reference to `pthread_join'
16 collect2: error: ld returned 1 exit status
17 gmake[1]: *** [CMakeFiles/cmTC_63042.dir/build.make:99: cmTC_63042] Error 1
18 gmake[1]: Leaving directory 'FlowVis/CMakeFiles/CMakeTmp'
19 gmake: *** [Makefile:127: cmTC_63042/fast] Error 2
20
21
22 Source file was:
23 #include <pthread.h>
24
25 static void* test_func(void* data)
26 {
27 return data;
28 }
29
30 int main(void)
31 {
32 pthread_t thread;
33 pthread_create(&thread, NULL, test_func, NULL);
34 pthread_detach(thread);
35 pthread_cancel(thread);
36 pthread_join(thread, NULL);
37 pthread_atfork(NULL, NULL, NULL);
38 pthread_exit(NULL);
39
40 return 0;
41 }
42
43 Determining if the function pthread_create exists in the pthreads failed with the following output:
44 Change Dir: FlowVis/CMakeFiles/CMakeTmp
45
46 Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_858f0/fast && /usr/bin/gmake -f CMakeFiles/cmTC_858f0.dir/build.make CMakeFiles/cmTC_858f0.dir/build
47 gmake[1]: Entering directory 'FlowVis/CMakeFiles/CMakeTmp'
48 Building C object CMakeFiles/cmTC_858f0.dir/CheckFunctionExists.c.o
49 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_858f0.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
50 Linking C executable cmTC_858f0
51 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_858f0.dir/link.txt --verbose=1
52 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_858f0.dir/CheckFunctionExists.c.o -o cmTC_858f0 -lpthreads
53 /usr/bin/ld: cannot find -lpthreads
54 collect2: error: ld returned 1 exit status
55 gmake[1]: *** [CMakeFiles/cmTC_858f0.dir/build.make:99: cmTC_858f0] Error 1
56 gmake[1]: Leaving directory 'FlowVis/CMakeFiles/CMakeTmp'
57 gmake: *** [Makefile:127: cmTC_858f0/fast] Error 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.