Guest User

Untitled

a guest
Jun 6th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. ## ----------- ##
  2. ## Core tests. ##
  3. ## ----------- ##
  4.  
  5. configure:2371: checking for gcc
  6. configure:2387: found /usr/lib/hardening-wrapper/bin/gcc
  7. configure:2398: result: gcc
  8. configure:2627: checking for C compiler version
  9. configure:2636: gcc --version >&5
  10. gcc (GCC) 6.1.1 20160501
  11. Copyright (C) 2016 Free Software Foundation, Inc.
  12. This is free software; see the source for copying conditions. There is NO
  13. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  14.  
  15. configure:2647: $? = 0
  16. configure:2636: gcc -v >&5
  17. Using built-in specs.
  18. COLLECT_GCC=/usr/bin/gcc
  19. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
  20. Target: x86_64-pc-linux-gnu
  21. 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
  22. Thread model: posix
  23. gcc version 6.1.1 20160501 (GCC)
  24. configure:2647: $? = 0
  25. configure:2636: gcc -V >&5
  26. gcc: error: unrecognized command line option '-V'
  27. gcc: fatal error: no input files
  28. compilation terminated.
  29. configure:2647: $? = 1
  30. configure:2636: gcc -qversion >&5
  31. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  32. gcc: fatal error: no input files
  33. compilation terminated.
  34. configure:2647: $? = 1
Add Comment
Please, Sign In to add comment