Closed wnpllrzodiac closed 4 years ago
cat /etc/redhat-release CentOS Linux release 7.8.2003 (Core)
cmake --version cmake version 3.17.5
CMake suite maintained and supported by Kitware (kitware.com/cmake).
make -v GNU Make 3.82 Built for x86_64-redhat-linux-gnu
/root/work/emsdk/fastcomp/emscripten/emcc -v
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 1.38.45
/root/work/emsdk/fastcomp/fastcomp/bin/clang: /lib64/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by /root/work/emsdk/fastcomp/fastcomp/bin/clang) /root/work/emsdk/fastcomp/fastcomp/bin/clang: /lib64/libstdc++.so.6: version
GLIBCXX_3.4.21' not found (required by /root/work/emsdk/fastcomp/fastcomp/bin/clang)
/root/work/emsdk/fastcomp/fastcomp/bin/clang: /lib64/libstdc++.so.6: version GLIBCXX_3.4.21' not found (required by /root/work/emsdk/fastcomp/fastcomp/bin/../lib/libLLVM-6.0.so) /root/work/emsdk/fastcomp/fastcomp/bin/clang: /lib64/libstdc++.so.6: version
GLIBCXX_3.4.20' not found (required by /root/work/emsdk/fastcomp/fastcomp/bin/../lib/libLLVM-6.0.so)
/root/work/emsdk/fastcomp/fastcomp/bin/clang++: /lib64/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by /root/work/emsdk/fastcomp/fastcomp/bin/clang++) /root/work/emsdk/fastcomp/fastcomp/bin/clang++: /lib64/libstdc++.so.6: version
GLIBCXX_3.4.21' not found (required by /root/work/emsdk/fastcomp/fastcomp/bin/clang++)
/root/work/emsdk/fastcomp/fastcomp/bin/clang++: /lib64/libstdc++.so.6: version GLIBCXX_3.4.21' not found (required by /root/work/emsdk/fastcomp/fastcomp/bin/../lib/libLLVM-6.0.so) /root/work/emsdk/fastcomp/fastcomp/bin/clang++: /lib64/libstdc++.so.6: version
GLIBCXX_3.4.20' not found (required by /root/work/emsdk/fastcomp/fastcomp/bin/../lib/libLLVM-6.0.so)
shared:ERROR: '/root/work/emsdk/fastcomp/fastcomp/bin/clang++ --version' failed (1)
glibc problem means this lib cannot build on centos7.8? because emsdk v1.38.45 so was pre-built.
OSX/Ubuntu/WSL2 is just ok, you can try.
dist/index.js 65.85 KB 79.18s
CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. -- Configuring incomplete, errors occurred!