Advertisement
amitahire

Configure - Output(MinGW)

May 2nd, 2013
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 3.52 KB | None | 0 0
  1. checking build system type... i686-pc-mingw32
  2. checking host system type... i686-pc-mingw32
  3. checking target system type... i686-pc-mingw32
  4. checking for g++... g++
  5. checking whether the C++ compiler works... yes
  6. checking for C++ compiler default output file name... a.exe
  7. checking for suffix of executables... .exe
  8. checking whether we are cross compiling... no
  9. checking for suffix of object files... o
  10. checking whether we are using the GNU C++ compiler... yes
  11. checking whether g++ accepts -g... yes
  12. checking for a BSD-compatible install... /bin/install -c
  13. checking for xgettext... xgettext
  14. checking for xsltproc... no
  15. checking whether g++ is new enough... yes
  16. checking for gcc... gcc
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... yes
  19. checking for gcc option to accept ISO C89... none needed
  20. checking for dirent.h that defines DIR... yes
  21. checking for library containing opendir... none required
  22. checking whether time.h and sys/time.h may both be included... yes
  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 for ANSI C header files... yes
  27. checking for an ANSI C-conforming const... yes
  28. checking for inline... inline
  29. checking for gettimeofday... yes
  30. checking for mkdir... yes
  31. checking for popen... yes
  32. checking for ld used by GCC... c:/mingw/mingw32/bin/ld.exe
  33. checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld... yes
  34. checking for shared library run path origin... done
  35. checking for iconv... yes
  36. checking how to link with libiconv... /mingw/lib/libiconv.a
  37. checking for iconv declaration...
  38.          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  39. checking whether binary relocation support should be enabled... no
  40. checking for zlib... found
  41. checking for pkg-config... /mingw/bin/pkg-config
  42. checking for libxml-2.0 >= 2.6.11... yes
  43. checking LIBXML_CFLAGS... -IC:/MinGW/include/libxml2  
  44. checking LIBXML_LIBS... -LC:/MinGW/lib -lxml2  
  45. checking for X... no
  46. checking for the pthreads library -lpthreads... no
  47. checking whether pthreads work without any flags... no
  48. checking whether pthreads work with -Kthread... no
  49. checking whether pthreads work with -kthread... no
  50. checking for the pthreads library -llthread... no
  51. checking whether pthreads work with -pthread... yes
  52. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  53. checking if more special flags are required for pthreads... no
  54. checking for cc_r... gcc
  55. checking for sys/types.h... yes
  56. checking for sys/stat.h... yes
  57. checking for stdlib.h... yes
  58. checking for string.h... yes
  59. checking for memory.h... yes
  60. checking for strings.h... yes
  61. checking for inttypes.h... yes
  62. checking for stdint.h... yes
  63. checking for unistd.h... yes
  64. checking whether we are using the Microsoft C compiler... no
  65. checking windows.h usability... yes
  66. checking windows.h presence... yes
  67. checking for windows.h... yes
  68. checking for OpenGL library... -lopengl32
  69. checking for sdl-config... /mingw/bin/sdl-config
  70. checking for SDL - version >= 1.2.5... yes
  71. checking for SDL_mixer >= 1.2... found
  72. checking for SDL_image >= 1.2... found
  73. checking for SDL_ttf >= 2.0.8... found
  74. checking for SDL_gfx >= 2.0.13... found
  75. checking for physfs >= 1.0.0... found
  76. configure: creating ./config.status
  77. config.status: creating Jamconfig
  78. config.status: creating config.h
  79.  
  80. config.status: executing Jamfile commands
  81. configure:
  82.  
  83. Notice: This project uses jam (and not make) as build tool.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement