Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. configure:3180: checking whether g++ can link programs
  2. configure:3203: g++ -o conftest -g -O2 conftest.cpp >&5
  3. configure:3203: $? = 0
  4. configure:3226: g++ -o conftest -g -O2 -static conftest.cpp >&5
  5. /usr/lib64/gcc/x86_64-suse-linux/6/../../../../x86_64-suse-linux/bin/ld: cannot find -lm
  6. /usr/lib64/gcc/x86_64-suse-linux/6/../../../../x86_64-suse-linux/bin/ld: cannot find -lc
  7. collect2: error: ld returned 1 exit status
  8. configure:3226: $? = 1
  9. configure: failed program was:
  10. | /* confdefs.h */
  11. | #define PACKAGE_NAME "GNU C Library"
  12. | #define PACKAGE_TARNAME "glibc"
  13. | #define PACKAGE_VERSION "(see version.h)"
  14. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  15. | #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
  16. | #define PACKAGE_URL "http://www.gnu.org/software/glibc/"
  17. | #define PKGVERSION "(GNU libc) "
  18. | #define REPORT_BUGS_TO "<http://www.gnu.org/software/libc/bugs.html>"
  19. | /* end confdefs.h. */
  20. |
  21. | #include <iostream>
  22. |
  23. | int
  24. | main()
  25. | {
  26. | std::cout << "Hello, world!";
  27. | return 0;
  28. | }
  29. |
  30. configure:3241: result: no
  31. configure:3248: error: you must configure in a separate build directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement