Advertisement
SansNumbers

Untitled

May 26th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.39 KB | None | 0 0
  1. user1@talk-three-me ~/sm5te $ ./configure --verbose
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking target system type... x86_64-unknown-linux-gnu
  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 to enable maintainer-specific portions of Makefiles... no
  11. checking for gcc... gcc
  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 gcc accepts -g... yes
  19. checking for gcc option to accept ISO C89... none needed
  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 for ranlib... ranlib
  27. checking whether gcc and cc understand -c and -o together... yes
  28. checking for gcc option to use signed chars...
  29. checking how to run the C preprocessor... gcc -E
  30. checking for grep that handles long lines and -e... /bin/grep
  31. checking for egrep... /bin/grep -E
  32. checking for ANSI C header files... yes
  33. checking for sys/types.h... yes
  34. checking for sys/stat.h... yes
  35. checking for stdlib.h... yes
  36. checking for string.h... yes
  37. checking for memory.h... yes
  38. checking for strings.h... yes
  39. checking for inttypes.h... yes
  40. checking for stdint.h... yes
  41. checking for unistd.h... yes
  42. checking sys/param.h usability... yes
  43. checking sys/param.h presence... yes
  44. checking for sys/param.h... yes
  45. checking whether byte ordering is bigendian... no
  46. checking for X... libraries , headers
  47. checking for XTestQueryExtension in -lXtst... yes
  48. checking for XRRSizes in -lXrandr... yes
  49. checking for X11/extensions/Xrandr.h... yes
  50. checking for glPushMatrix in -lGL... yes
  51. checking for gluGetString in -lGLU... yes
  52. checking for selective static linking... -Wl,-static ... -Wl,-dy
  53. checking for png_create_read_struct in -lpng... yes
  54. checking png.h usability... yes
  55. checking png.h presence... yes
  56. checking for png.h... yes
  57. checking for jpeg_read_scanlines in -ljpeg... yes
  58. checking jpeglib.h usability... yes
  59. checking jpeglib.h presence... yes
  60. checking for jpeglib.h... yes
  61. checking for inflate in -lz... yes
  62. checking zlib.h usability... yes
  63. checking zlib.h presence... yes
  64. checking for zlib.h... yes
  65. checking for BZ2_bzCompressInit in -lbz2... yes
  66. checking bzlib.h usability... yes
  67. checking bzlib.h presence... yes
  68. checking for bzlib.h... yes
  69. checking for ogg_stream_init in -logg... yes
  70. checking for vorbis_comment_add in -lvorbis... yes
  71. checking for ov_open in -lvorbisfile... yes
  72. checking for mad_synth_init in -lmad... yes
  73. checking for av_free in -lavutil... yes
  74. checking for avcodec_init in -lavcodec... yes
  75. checking for av_guess_format in -lavformat... yes
  76. checking for sws_scale in -lswscale... yes
  77. checking for TLS... yes
  78. checking for library containing dladdr... -ldl
  79. checking for crash handler components... ok
  80. checking for working cxa_demangle... yes
  81. checking for ALSA CFLAGS...
  82. checking for ALSA LDFLAGS... -lasound
  83. checking for libasound headers version >= 0.9.0... found.
  84. checking for snd_ctl_open in -lasound... yes
  85. checking for ld used by GCC... /usr/bin/ld
  86. checking if the linker (/usr/bin/ld) is GNU ld... yes
  87. checking for shared library run path origin... done
  88. checking for iconv... yes
  89. checking for iconv declaration...
  90. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  91. checking for pkg-config... /usr/bin/pkg-config
  92. checking for GTK+ - version >= 2.0.0... yes (version 2.24.10)
  93. checking sys/soundcard.h usability... yes
  94. checking sys/soundcard.h presence... yes
  95. checking for sys/soundcard.h... yes
  96. checking whether OSS_GETVERSION is declared... yes
  97. checking for stdint.h... (cached) yes
  98. checking for inttypes.h... (cached) yes
  99. checking endian.h usability... yes
  100. checking endian.h presence... yes
  101. checking for endian.h... yes
  102. checking machine/endian.h usability... no
  103. checking machine/endian.h presence... no
  104. checking for machine/endian.h... no
  105. checking alloca.h usability... yes
  106. checking alloca.h presence... yes
  107. checking for alloca.h... yes
  108. checking for pa_stream_new in -lpulse... yes
  109. checking if cstdlib breaks llabs... no
  110. checking for pthread_create in -lpthread... yes
  111. checking for pthread_mutex_timedlock in -lpthread... yes
  112. checking for pthread_cond_timedwait in -lpthread... yes
  113. checking whether powf is declared... yes
  114. checking whether sqrtf is declared... yes
  115. checking whether sinf is declared... yes
  116. checking whether tanf is declared... yes
  117. checking whether cosf is declared... yes
  118. checking whether acosf is declared... yes
  119. checking whether roundf is declared... yes
  120. checking whether truncf is declared... yes
  121. checking whether strtof is declared... yes
  122. checking whether SIGPWR is declared... yes
  123. checking whether SIGUSR1 is declared... yes
  124. checking pkg-config is at least version 0.9.0... yes
  125. checking for GLEW... yes
  126. configure: creating ./config.status
  127. config.status: error: cannot find input file: `Makefile.in'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement