gcc: error: unrecognized command line option ‘-Qunused-arguments’ gcc: error: unrecognized command line option ‘-Qunused-arguments’ google下应该是pip版本问题,之前安装的pip版本是7.1,现在最新版本都到8.1了 2. 在pipy下载pip whl安装文件 https://pypi.python.org/pypi/pip下载whl安装文件 下载: [root...
Greetings Everyone, I would like to know if anyone had the following error: gcc: error: unrecognized command line option '-Qunused-arguments' And how to solve it. I'm using QtCreator 4.14 in a fresh Lubuntu install to Impish. I noticed that hose flags should be defined in the cmakefile...
I find that this doesn't work with tcc in Alpine (in Docker); when I run the all.bash script, the following error is produced. # runtime/cgo tcc: error: invalid option -- '-Qunused-arguments' go tool dist: FAILED: /usr/local/src/go/pkg/tool/linux_amd64/go_bootstrap install std...
libtool: link: gcc -std=gnu99 -Wall -Werror -Wextra -Wno-tautological-constant-out-of-range-compare -g -O2 -Qunused-arguments -o .libs/pi_gen_fe_defines fe_defines.o -L<http://katrina2.barefoot-int.lan:8080/job/p4lang-pi/ws/PI/pi-0.1/_in...
[ "$CC" == "clang" ]; then export CFLAGS="-Qunused-arguments"; fi; fi-if [ "$TRAVIS_OS_NAME" == "linux" ]; then if [ "$CXX" == "clang++" ]; then sudo ln -s ../../bin/ccache /usr/lib/ccache/clang++; fi; fi-if [ "$TRAVIS_OS_NAME" == "linux" ]; then if [...