Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2371: checking for gcc
- configure:2387: found /usr/lib/hardening-wrapper/bin/gcc
- configure:2398: result: gcc
- configure:2627: checking for C compiler version
- configure:2636: gcc --version >&5
- gcc (GCC) 6.1.1 20160501
- Copyright (C) 2016 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.
- configure:2647: $? = 0
- configure:2636: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=/usr/bin/gcc
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
- Target: x86_64-pc-linux-gnu
- Configured with: /build/gcc-multilib/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release
- Thread model: posix
- gcc version 6.1.1 20160501 (GCC)
- configure:2647: $? = 0
- configure:2636: gcc -V >&5
- gcc: error: unrecognized command line option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:2647: $? = 1
- configure:2636: gcc -qversion >&5
- gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
- gcc: fatal error: no input files
- compilation terminated.
- configure:2647: $? = 1
Add Comment
Please, Sign In to add comment