Advertisement
Guest User

Untitled

a guest
Aug 6th, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. configure:3682: checking whether the C compiler works
  2. configure:3704: gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro -m32 conftest.c >&5
  3. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/libgcc.a when searching for -lgcc
  4. /usr/bin/ld: cannot find -lgcc
  5. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/../../../../lib/libgcc_s.so.1 when searching for libgcc_s.so.1
  6. /usr/bin/ld: skipping incompatible /lib/../lib/libgcc_s.so.1 when searching for libgcc_s.so.1
  7. /usr/bin/ld: skipping incompatible /usr/lib/../lib/libgcc_s.so.1 when searching for libgcc_s.so.1
  8. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/../../../libgcc_s.so.1 when searching for libgcc_s.so.1
  9. /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so.1 when searching for libgcc_s.so.1
  10. /usr/bin/ld: cannot find libgcc_s.so.1
  11. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/libgcc.a when searching for -lgcc
  12. /usr/bin/ld: cannot find -lgcc
  13. collect2: error: ld returned 1 exit status
  14. configure:3708: $? = 1
  15. configure:3746: result: no
  16. configure: failed program was:
  17. | /* confdefs.h */
  18. | #define PACKAGE_NAME "libsecret"
  19. | #define PACKAGE_TARNAME "libsecret"
  20. | #define PACKAGE_VERSION "0.18.5"
  21. | #define PACKAGE_STRING "libsecret 0.18.5"
  22. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=libsecret"
  23. | #define PACKAGE_URL ""
  24. | #define PACKAGE "libsecret"
  25. | #define VERSION "0.18.5"
  26. | /* end confdefs.h. */
  27. |
  28. | int
  29. | main ()
  30. | {
  31. |
  32. | ;
  33. | return 0;
  34. | }
  35. configure:3751: error: in `/home/niorehkids/.cache/pacaur/lib32-libsecret/src/libsecret':
  36. configure:3753: error: C compiler cannot create executables
  37. See `config.log' for more details
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement