Advertisement
Guest User

Untitled

a guest
Jan 10th, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.38 KB | None | 0 0
  1. user@ubuntu ~/em-dosbox $ sudo emconfigure ./configure
  2. configure: auto-detected use of Emscripten
  3. checking build system type... x86_64-unknown-linux-gnu
  4. checking host system type... none-none-none
  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... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking whether make supports nested variables... yes
  11. checking whether make sets $(MAKE)... (cached) yes
  12. checking for gcc... /usr/share/emscripten/emcc
  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... .html
  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 /usr/share/emscripten/emcc accepts -g... yes
  20. checking for /usr/share/emscripten/emcc option to accept ISO C89... none needed
  21. checking whether /usr/share/emscripten/emcc understands -c and -o together... yes
  22. checking for style of include used by make... GNU
  23. checking dependency style of /usr/share/emscripten/emcc... gcc3
  24. checking how to run the C preprocessor... /usr/share/emscripten/emcc -E
  25. checking whether we are using the GNU C++ compiler... yes
  26. checking whether /usr/share/emscripten/em++ accepts -g... yes
  27. checking dependency style of /usr/share/emscripten/em++... gcc3
  28. checking for ranlib... /usr/share/emscripten/emranlib
  29. checking for an ANSI C-conforming const... yes
  30. checking for inline... inline
  31. checking for grep that handles long lines and -e... /bin/grep
  32. checking for egrep... /bin/grep -E
  33. checking for ANSI C header files... yes
  34. checking for sys/types.h... yes
  35. checking for sys/stat.h... yes
  36. checking for stdlib.h... yes
  37. checking for string.h... yes
  38. checking for memory.h... yes
  39. checking for strings.h... yes
  40. checking for inttypes.h... yes
  41. checking for stdint.h... yes
  42. checking for unistd.h... yes
  43. checking for size_t... yes
  44. checking whether struct tm is in sys/time.h or time.h... time.h
  45. checking size of unsigned char... 1
  46. checking size of unsigned short... 2
  47. checking size of unsigned int... 4
  48. checking size of unsigned long... 8
  49. checking size of unsigned long long... 8
  50. checking size of int *... 8
  51. checking for stdlib.h... (cached) yes
  52. checking for sys/types.h... (cached) yes
  53. checking for sys/socket.h... yes
  54. checking for netinet/in.h... yes
  55. checking for pwd.h... yes
  56. checking if environ can be included... no
  57. checking if environ can be linked... yes
  58. checking if dirent includes d_type... yes
  59. checking for powf in libm... yes
  60. checking if compiler allows __attribute__... yes
  61. checking if compiler allows __attribute__((always_inline)) ... yes
  62. checking if compiler allows __attribute__((fastcall)) ... no
  63. checking if compiler allows __builtin_expect... yes
  64. checking for ALSA CFLAGS...
  65. checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
  66. checking for libasound headers version >= 0.9.0... not present.
  67. checking for snd_ctl_open in -lasound... yes
  68. checking whether byte ordering is bigendian... no
  69. checking for target cpu type... unknown
  70. checking whether x86 dynamic cpu core will be enabled... no
  71. checking whether recompiling cpu core will be enabled... no
  72. checking whether fpu emulation will be enabled... yes
  73. checking whether x86 assembly fpu core will be enabled... no
  74. checking whether to enable unaligned memory access... no
  75. checking SDL_net.h usability... no
  76. checking SDL_net.h presence... no
  77. checking for SDL_net.h... no
  78. checking for SDLNet_Init in -lSDL_net... no
  79. configure: WARNING: Can't find SDL_net, internal modem and ipx disabled
  80. checking SDL_sound.h usability... no
  81. checking SDL_sound.h presence... no
  82. checking for SDL_sound.h... no
  83. checking for Sound_Init in -lSDL_sound... no
  84. checking for Sound_Seek in -lSDL_sound... no
  85. configure: WARNING: Can't find libSDL_sound, libSDL_sound support disabled
  86. checking sys/mman.h usability... yes
  87. checking sys/mman.h presence... yes
  88. checking for sys/mman.h... yes
  89. checking for mprotect... yes
  90. checking for setpriority support... no
  91. checking that generated files are newer than configure... done
  92. configure: creating ./config.status
  93. config.status: creating Makefile
  94. config.status: creating src/Makefile
  95. config.status: creating src/cpu/Makefile
  96. config.status: creating src/cpu/core_full/Makefile
  97. config.status: creating src/cpu/core_normal/Makefile
  98. config.status: creating src/cpu/core_dyn_x86/Makefile
  99. config.status: creating src/cpu/core_dynrec/Makefile
  100. config.status: creating src/debug/Makefile
  101. config.status: creating src/dos/Makefile
  102. config.status: creating src/fpu/Makefile
  103. config.status: creating src/gui/Makefile
  104. config.status: creating src/hardware/Makefile
  105. config.status: creating src/hardware/serialport/Makefile
  106. config.status: creating src/ints/Makefile
  107. config.status: creating src/libs/Makefile
  108. config.status: creating src/libs/zmbv/Makefile
  109. config.status: creating src/libs/gui_tk/Makefile
  110. config.status: creating src/misc/Makefile
  111. config.status: creating src/shell/Makefile
  112. config.status: creating src/platform/Makefile
  113. config.status: creating src/platform/visualc/Makefile
  114. config.status: creating visualc_net/Makefile
  115. config.status: creating include/Makefile
  116. config.status: creating docs/Makefile
  117. config.status: creating config.h
  118. config.status: config.h is unchanged
  119. config.status: executing depfiles commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement