Guest User

Untitled

a guest
Jan 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. sudo ./configure CFLAGS="-march=amdfam10 -O3 -Wall"
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking target system type... x86_64-unknown-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... /bin/mkdir -p
  8. checking for gawk... no
  9. checking for mawk... mawk
  10. checking whether make sets $(MAKE)... yes
  11. checking whether to enable maintainer-specific portions of Makefiles... no
  12. checking for gcc... gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking for style of include used by make... GNU
  22. checking dependency style of gcc... gcc3
  23. checking how to run the C preprocessor... gcc -E
  24. checking for grep that handles long lines and -e... /bin/grep
  25. checking for egrep... /bin/grep -E
  26. checking whether gcc needs -traditional... no
  27. checking whether gcc and cc understand -c and -o together... yes
  28. checking for ranlib... ranlib
  29. checking for ANSI C header files... yes
  30. checking for sys/types.h... yes
  31. checking for sys/stat.h... yes
  32. checking for stdlib.h... yes
  33. checking for string.h... yes
  34. checking for memory.h... yes
  35. checking for strings.h... yes
  36. checking for inttypes.h... yes
  37. checking for stdint.h... yes
  38. checking for unistd.h... yes
  39. checking syslog.h usability... yes
  40. checking syslog.h presence... yes
  41. checking for syslog.h... yes
  42. checking for working alloca.h... yes
  43. checking for alloca... yes
  44. checking for json_loads in -ljansson... no
  45. checking for pthread_create in -lpthread... yes
  46. checking for pkg-config... /usr/bin/pkg-config
  47. checking pkg-config is at least version 0.9.0... yes
  48. ./configure: line 4888: syntax error near unexpected token `,'
  49. ./configure: line 4888: `LIBCURL_CHECK_CONFIG(, 7.10.1, ,'
Add Comment
Please, Sign In to add comment