LutzWeischerFujitsu commented on issue #7642: URL: https://github.com/apache/trafficserver/issues/7642#issuecomment-810994244
(base) [jw@cn05 trafficserver]$ make V=1 Making all in src/tscpp/util make[1]: Entering directory '/data/jw/apache/trafficserver/src/tscpp/util' depbase=`echo TextView.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../../include -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/data/jw/apache/trafficserver/include -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++17 -g -pipe -Wall -Wextra -Wno-ignored-qualifiers -Wno-unused-parameter -Wno-format-truncation -Wno-cast-function-type -Wno-stringop-overflow -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing -Wno-invalid-offsetof -Wno-noexcept-type -mcx16 -MT TextView.lo -MD -MP -MF $depbase.Tpo -c -o TextView.lo TextView.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../../../include -Dlinux -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/data/jw/apache/trafficserver/include -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN -std=c++17 -g -pipe -Wall -Wextra -Wno-ignored-qualifiers -Wno-unused-parameter -Wno-format-truncation -Wno-cast-function-type -Wno-stringop-overflow -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing -Wno-invalid-offsetof -Wno-noexcept-type -mcx16 -MT TextView.lo -MD -MP -MF .deps/TextView.Tpo -c TextView.cc -fPIC -DPIC -o .libs/TextView.o c++: error: unrecognized command-line option '-mcx16' make[1]: *** [Makefile:956: TextView.lo] Error 1 make[1]: Leaving directory '/data/jw/apache/trafficserver/src/tscpp/util' make: *** [Makefile:855: all-recursive] Error 1 (base) [jw@cn05 trafficserver]$ c++ --version c++ (GCC) 10.2.1 20201125 (Red Hat 10.2.1-9) Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. (base) [jw@cn05 trafficserver]$ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
