-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Closed
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.
Description
- Version: master 16.0.0 (pre)
- Platform: CentOS7
- Subsystem:
What steps will reproduce the bug?
I'm trying to compile under CentOS 7 on the GCC compiler (tried 7 and 9.2), according to the official instructions:
$ ./configure
$ make -j4
What do you see instead?
cc -o /home/osboxes/Public/ultra-power/node/out/Release/obj.target/zlib/deps/zlib/inftrees.o ../deps/zlib/inftrees.c '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DHAVE_HIDDEN' '-DADLER32_SIMD_SSSE3' '-DINFLATE_CHUNK_SIMD_SSE2' '-DCRC32_SIMD_SSE42_PCLMUL' '-DINFLATE_CHUNK_READ_64LE' -I../deps/zlib -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -MMD -MF /home/osboxes/Public/ultra-power/node/out/Release/.deps//home/osboxes/Public/ultra-power/node/out/Release/obj.target/zlib/deps/zlib/inftrees.o.d.raw -c
In file included from ../deps/zlib/contrib/optimizations/insert_string.h:19:0,
from ../deps/zlib/deflate.c:54:
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/smmintrin.h:31:3: ошибка: #error "SSE4.1 instruction set not enabled"
# error "SSE4.1 instruction set not enabled"
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.