Advertisement
Guest User

Untitled

a guest
Feb 8th, 2012
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. configure:4092: $? = 0
  2. configure:4081: x86_64-pc-linux-gnu-gcc -v >&5
  3. Using built-in specs.
  4. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3/x86_64-pc-linux-gnu-gcc
  5. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.3/lto-wrapper
  6. Target: x86_64-pc-linux-gnu
  7. Configured with: /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/python --enable-checking=release --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.3-r1 p1.0, pie-0.4.5'
  8. Thread model: posix
  9. gcc version 4.5.3 (Gentoo 4.5.3-r1 p1.0, pie-0.4.5)
  10. configure:4092: $? = 0
  11. configure:4081: x86_64-pc-linux-gnu-gcc -V >&5
  12. x86_64-pc-linux-gnu-gcc: '-V' must come at the start of the command line
  13. configure:4092: $? = 1
  14. configure:4081: x86_64-pc-linux-gnu-gcc -qversion >&5
  15. x86_64-pc-linux-gnu-gcc: unrecognized option '-qversion'
  16. x86_64-pc-linux-gnu-gcc: no input files
  17. configure:4092: $? = 1
  18. configure:4112: checking whether the C compiler works
  19. configure:4134: x86_64-pc-linux-gnu-gcc -march=native -mmmx -mfpmath=sse -msse4 -msse4.2 -O2 -pipe -ftree-vectorize -floop-interchange -floop-strip-mine -floop-block -ftree-loop-distribution -ftree-parallelize-loops=8 -Wl,-O1 -Wl,--as-needed conftest.c >&5
  20. conftest.c:1:0: sorry, unimplemented: Graphite loop optimizations cannot be used
  21. configure:4138: $? = 1
  22. configure:4176: result: no
  23. configure: failed program was:
  24. | /* confdefs.h */
  25. | #define PACKAGE_NAME "GNU M4"
  26. | #define PACKAGE_TARNAME "m4"
  27. | #define PACKAGE_VERSION "1.4.15"
  28. | #define PACKAGE_STRING "GNU M4 1.4.15"
  29. | #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
  30. | #define PACKAGE_URL "http://www.gnu.org/software/m4/"
  31. | #define PACKAGE "m4"
  32. | #define VERSION "1.4.15"
  33. | /* end confdefs.h. */
  34. |
  35. | int
  36. | main ()
  37. | {
  38. |
  39. | ;
  40. | return 0;
  41. | }
  42. configure:4181: error: in `/var/tmp/portage/sys-devel/m4-1.4.15/work/m4-1.4.15':
  43. configure:4185: error: C compiler cannot create executables
  44. See `config.log' for more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement