Advertisement
Guest User

Untitled

a guest
Oct 9th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. $ ./configure --enable-networking --enable-wx
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for a thread-safe mkdir -p... /bin/mkdir -p
  7. checking for gawk... gawk
  8. checking whether make sets $(MAKE)... yes
  9. checking whether make supports nested variables... yes
  10. checking for gcc... gcc
  11. checking whether the C compiler works... yes
  12. checking for C compiler default output file name... a.out
  13. checking for suffix of executables...
  14. checking whether we are cross compiling... no
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C compiler... yes
  17. checking whether gcc accepts -g... yes
  18. checking for gcc option to accept ISO C89... none needed
  19. checking whether gcc understands -c and -o together... yes
  20. checking for style of include used by make... GNU
  21. checking dependency style of gcc... gcc3
  22. checking for g++... g++
  23. checking whether we are using the GNU C++ compiler... yes
  24. checking whether g++ accepts -g... yes
  25. checking dependency style of g++... gcc3
  26. checking whether to enable debugging... no
  27. checking whether to use the wxWidgets-based GUI... yes
  28. checking whether to enable networking... yes
  29. checking for cpu... x86_64
  30. checking for pkg-config... /usr/bin/pkg-config
  31. checking pkg-config is at least version 0.9.0... yes
  32. checking for SDL... yes
  33. checking for wx-config... /usr/bin/wx-config
  34. checking for wxWidgets version >= 3.0.0... yes (version 3.0.3)
  35. checking for wxWidgets static library... no
  36. checking for glGetError in -lGL... yes
  37. checking for alGetError in -lopenal... yes
  38. checking for pthread_create in -lpthread... yes
  39. checking that generated files are newer than configure... done
  40. configure: creating ./config.status
  41. config.status: creating Makefile
  42. config.status: creating src/Makefile
  43. config.status: executing depfiles commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement