Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. ./configure
  2.  
  3. checking for a BSD-compatible install... /usr/bin/install -c
  4. checking whether build environment is sane... yes
  5. checking for a thread-safe mkdir -p... /bin/mkdir -p
  6. checking for gawk... gawk
  7. checking whether make sets $(MAKE)... yes
  8. checking for gcc... gcc
  9. checking for C compiler default output file name... a.out
  10. checking whether the C compiler works... yes
  11. checking whether we are cross compiling... no
  12. checking for suffix of executables...
  13. checking for suffix of object files... o
  14. checking whether we are using the GNU C compiler... yes
  15. checking whether gcc accepts -g... yes
  16. checking for gcc option to accept ISO C89... none needed
  17. checking for style of include used by make... GNU
  18. checking dependency style of gcc... gcc3
  19. checking for a BSD-compatible install... /usr/bin/install -c
  20. checking whether ln -s works... yes
  21. checking whether NLS is requested... yes
  22. checking for msgfmt... /usr/bin/msgfmt
  23. checking for gmsgfmt... /usr/bin/msgfmt
  24. checking for xgettext... /usr/bin/xgettext
  25. checking for msgmerge... /usr/bin/msgmerge
  26. checking build system type... x86_64-unknown-linux-gnu
  27. checking host system type... x86_64-unknown-linux-gnu
  28. checking for ld used by GCC... /usr/bin/ld
  29. checking if the linker (/usr/bin/ld) is GNU ld... yes
  30. checking for shared library run path origin... done
  31. checking for CFPreferencesCopyAppValue... no
  32. checking for CFLocaleCopyCurrent... no
  33. checking whether NLS is requested... yes
  34. checking for GNU gettext in libc... yes
  35. checking whether to use NLS... yes
  36. checking where the gettext function comes from... libc
  37. checking for neon-config... /usr/bin/neon-config
  38. checking linking against neon... yes
  39. configure: incompatible neon library version 0.29.3: wanted 0.25 26 27 28
  40. configure: error: could not find neon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement