Guest User

Untitled

a guest
Jan 20th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. ___@burken:~/Downloads/desmume-0.9.11$ ./configure
  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... no
  8. checking for mawk... mawk
  9. checking whether make sets $(MAKE)... yes
  10. checking how to create a pax tar archive... gnutar
  11. checking for g++... g++
  12. checking whether the C++ compiler works... yes
  13. checking for C++ compiler default output file name... a.out
  14. checking for suffix of executables...
  15. checking whether we are cross compiling... no
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C++ compiler... yes
  18. checking whether g++ accepts -g... yes
  19. checking for style of include used by make... GNU
  20. checking dependency style of g++... gcc3
  21. checking for ranlib... ranlib
  22. checking for gcc... gcc
  23. checking whether we are using the GNU C compiler... yes
  24. checking whether gcc accepts -g... yes
  25. checking for gcc option to accept ISO C89... none needed
  26. checking dependency style of gcc... gcc3
  27. checking how to run the C preprocessor... gcc -E
  28. checking for grep that handles long lines and -e... /bin/grep
  29. checking for egrep... /bin/grep -E
  30. checking for ANSI C header files... yes
  31. checking for sys/types.h... yes
  32. checking for sys/stat.h... yes
  33. checking for stdlib.h... yes
  34. checking for string.h... yes
  35. checking for memory.h... yes
  36. checking for strings.h... yes
  37. checking for inttypes.h... yes
  38. checking for stdint.h... yes
  39. checking for unistd.h... yes
  40. checking whether byte ordering is bigendian... no
  41. checking whether NLS is requested... yes
  42. checking for intltool-update... /usr/bin/intltool-update
  43. checking for intltool-merge... /usr/bin/intltool-merge
  44. checking for intltool-extract... /usr/bin/intltool-extract
  45. checking for xgettext... /usr/bin/xgettext
  46. checking for msgmerge... /usr/bin/msgmerge
  47. checking for msgfmt... /usr/bin/msgfmt
  48. checking for gmsgfmt... /usr/bin/msgfmt
  49. checking for perl... /usr/bin/perl
  50. checking for perl >= 5.8.1... 5.22.1
  51. checking for XML::Parser... ok
  52. checking for gzopen in -lz... yes
  53. checking for zzip_open in -lzzip... no
  54. checking for sdl-config... /usr/bin/sdl-config
  55. checking GL/gl.h usability... yes
  56. checking GL/gl.h presence... yes
  57. checking for GL/gl.h... yes
  58. checking GL/glu.h usability... yes
  59. checking GL/glu.h presence... yes
  60. checking for GL/glu.h... yes
  61. checking for main in -ldl... yes
  62. checking for main in -lGL... yes
  63. checking GL/glx.h usability... yes
  64. checking GL/glx.h presence... yes
  65. checking for GL/glx.h... yes
  66. checking for pkg-config... /usr/bin/pkg-config
  67. checking pkg-config is at least version 0.9.0... yes
  68. checking for GLIB... yes
  69. checking for GTK... yes
  70. checking for GTHREAD... yes
  71. checking for update-desktop-database... /usr/bin/update-desktop-database
  72. checking for LUA... no
  73. checking for LUA... yes
  74. checking for ALSA... yes
  75. checking for LIBAGG... yes
  76. checking for LIBSOUNDTOUCH... yes
  77. checking whether to enable maintainer-specific portions of Makefiles... no
  78. configure: creating ./config.status
  79. config.status: creating Makefile
  80. config.status: creating po/Makefile.in
  81. config.status: creating src/Makefile
  82. config.status: creating src/cli/Makefile
  83. config.status: creating src/cli/doc/Makefile
  84. config.status: creating src/gtk/Makefile
  85. config.status: creating src/gtk/doc/Makefile
  86. config.status: creating src/gtk-glade/Makefile
  87. config.status: creating src/gtk-glade/doc/Makefile
  88. config.status: creating src/gdbstub/Makefile
  89. config.status: creating autopackage/default.apspec
  90. config.status: executing depfiles commands
  91. config.status: executing po/stamp-it commands
Add Comment
Please, Sign In to add comment