Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. ## ----------- ##
  2. ## Core tests. ##
  3. ## ----------- ##
  4.  
  5. configure:2551: creating cache auto/config.cache
  6. configure:2629: checking whether make sets $(MAKE)
  7. configure:2651: result: yes
  8. configure:2709: checking for gcc
  9. configure:2725: found /usr/bin/gcc
  10. configure:2736: result: gcc
  11. configure:2965: checking for C compiler version
  12. configure:2974: gcc --version >&5
  13. gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-7)
  14. Copyright (C) 2013 Free Software Foundation, Inc.
  15. This is free software; see the source for copying conditions. There is NO
  16. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  17.  
  18. configure:2985: $? = 0
  19. configure:2974: gcc -v >&5
  20. Using built-in specs.
  21. COLLECT_GCC=gcc
  22. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.3/lto-wrapper
  23. Target: x86_64-redhat-linux
  24. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-isl=/builddir/build/BUILD/gcc-4.8.3-20140911/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.3-20140911/obj-x86_64-redhat-linux/cloog-install --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  25. Thread model: posix
  26. gcc version 4.8.3 20140911 (Red Hat 4.8.3-7) (GCC)
  27. configure:2985: $? = 0
  28. configure:2974: gcc -V >&5
  29. gcc: error: unrecognized command line option '-V'
  30. gcc: fatal error: no input files
  31. compilation terminated.
  32. configure:2985: $? = 4
  33. configure:2974: gcc -qversion >&5
  34. gcc: error: unrecognized command line option '-qversion'
  35. gcc: fatal error: no input files
  36. compilation terminated.
  37. configure:2985: $? = 4
  38. configure:3005: checking whether the C compiler works
  39. configure:3027: gcc -static conftest.c >&5
  40. /usr/bin/ld: cannot find -lc
  41. collect2: error: ld returned 1 exit status
  42. configure:3031: $? = 1
  43. configure:3069: result: no
  44. configure: failed program was:
  45. | /* confdefs.h */
  46. | #define PACKAGE_NAME ""
  47. | #define PACKAGE_TARNAME ""
  48. | #define PACKAGE_VERSION ""
  49. | #define PACKAGE_STRING ""
  50. | #define PACKAGE_BUGREPORT ""
  51. | #define PACKAGE_URL ""
  52. | #define UNIX 1
  53. | /* end confdefs.h. */
  54. |
  55. | int
  56. | main ()
  57. | {
  58. |
  59. | ;
  60. | return 0;
  61. | }
  62. configure:3074: error: in `/students/rm_16_17/dibattista/build/vim/src':
  63. configure:3076: error: C compiler cannot create executables
  64. See `config.log' for more details
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement