Advertisement
g0hww

configure of QtRadio

Jan 12th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.21 KB | None | 0 0
  1. checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /bin/mkdir -p
  4. checking for gawk... no
  5. checking for mawk... mawk
  6. checking whether make sets $(MAKE)... yes
  7. checking whether make supports nested variables... yes
  8. checking for g++... g++
  9. checking whether the C++ compiler works... yes
  10. checking for C++ compiler default output file name... a.out
  11. checking for suffix of executables...
  12. checking whether we are cross compiling... no
  13. checking for suffix of object files... o
  14. checking whether we are using the GNU C++ compiler... yes
  15. checking whether g++ accepts -g... yes
  16. checking for style of include used by make... GNU
  17. checking dependency style of g++... gcc3
  18. checking build system type... x86_64-unknown-linux-gnu
  19. checking host system type... x86_64-unknown-linux-gnu
  20. checking how to print strings... printf
  21. checking for gcc... gcc
  22. checking whether we are using the GNU C compiler... yes
  23. checking whether gcc accepts -g... yes
  24. checking for gcc option to accept ISO C89... none needed
  25. checking whether gcc understands -c and -o together... yes
  26. checking dependency style of gcc... gcc3
  27. checking for a sed that does not truncate output... /bin/sed
  28. checking for grep that handles long lines and -e... /bin/grep
  29. checking for egrep... /bin/grep -E
  30. checking for fgrep... /bin/grep -F
  31. checking for ld used by gcc... /usr/bin/ld
  32. checking if the linker (/usr/bin/ld) is GNU ld... yes
  33. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  34. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  35. checking whether ln -s works... yes
  36. checking the maximum length of command line arguments... 1572864
  37. checking whether the shell understands some XSI constructs... yes
  38. checking whether the shell understands "+="... yes
  39. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  40. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  41. checking for /usr/bin/ld option to reload object files... -r
  42. checking for objdump... objdump
  43. checking how to recognize dependent libraries... pass_all
  44. checking for dlltool... no
  45. checking how to associate runtime and link libraries... printf %s\n
  46. checking for ar... ar
  47. checking for archiver @FILE support... @
  48. checking for strip... strip
  49. checking for ranlib... ranlib
  50. checking command to parse /usr/bin/nm -B output from gcc object... ok
  51. checking for sysroot... no
  52. checking for mt... mt
  53. checking if mt is a manifest tool... no
  54. checking how to run the C preprocessor... gcc -E
  55. checking for ANSI C header files... yes
  56. checking for sys/types.h... yes
  57. checking for sys/stat.h... yes
  58. checking for stdlib.h... yes
  59. checking for string.h... yes
  60. checking for memory.h... yes
  61. checking for strings.h... yes
  62. checking for inttypes.h... yes
  63. checking for stdint.h... yes
  64. checking for unistd.h... yes
  65. checking for dlfcn.h... yes
  66. checking for objdir... .libs
  67. checking if gcc supports -fno-rtti -fno-exceptions... no
  68. checking for gcc option to produce PIC... -fPIC -DPIC
  69. checking if gcc PIC flag -fPIC -DPIC works... yes
  70. checking if gcc static flag -static works... yes
  71. checking if gcc supports -c -o file.o... yes
  72. checking if gcc supports -c -o file.o... (cached) yes
  73. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  74. checking whether -lc should be explicitly linked in... no
  75. checking dynamic linker characteristics... GNU/Linux ld.so
  76. checking how to hardcode library paths into programs... immediate
  77. checking whether stripping libraries is possible... yes
  78. checking if libtool supports shared libraries... yes
  79. checking whether to build shared libraries... yes
  80. checking whether to build static libraries... yes
  81. checking how to run the C++ preprocessor... g++ -E
  82. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  83. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  84. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  85. checking for g++ option to produce PIC... -fPIC -DPIC
  86. checking if g++ PIC flag -fPIC -DPIC works... yes
  87. checking if g++ static flag -static works... yes
  88. checking if g++ supports -c -o file.o... yes
  89. checking if g++ supports -c -o file.o... (cached) yes
  90. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  91. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  92. checking how to hardcode library paths into programs... immediate
  93. checking for qmake... /usr/bin/qmake
  94. checking for moc... /usr/bin/moc
  95. checking for uic... /usr/bin/uic
  96. checking for rcc... /usr/bin/rcc
  97. checking whether host operating system is Darwin... no
  98. QT version 5 detected (via qmake): adding Qt5Multimedia library
  99. QT /usr/include/QtMultimediaKit/QAudioFormat found: adding Qt5Multimedia library
  100. QT /usr/include/QtMobility/qmobilityglobal.h found: adding QtMultimediaKit library
  101. checking whether we can build a simple Qt app... ok, looks like Qt 4
  102. checking for the DEFINES to use with Qt... -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB
  103. checking for the CFLAGS to use with Qt... -m64 -pipe -O2 -Wall -W -D_REENTRANT -fPIE $(QT_DEFINES)
  104. checking for the CXXFLAGS to use with Qt... -m64 -pipe -O2 -Wall -W -D_REENTRANT -fPIE $(QT_DEFINES)
  105. checking for the INCPATH to use with Qt... -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I. -I. -I/usr/include/qt5 -I/usr/include/qt5/QtOpenGL -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I.
  106. checking for the LDFLAGS to use with Qt... -m64 -Wl,-O1
  107. checking for the LIBS to use with Qt... -L/usr/X11R6/lib64 -lQt5OpenGL -L/usr/lib/x86_64-linux-gnu -lQt5Widgets -lQt5Network -lQt5Gui -lQt5Core -lGL -lpthread
  108. checking for Qt's version... 5.2.1
  109. QT version: 5.2.1
  110. QT version major: 5
  111. QT 5 detected
  112. QT_LIBS: -L/usr/X11R6/lib64 -lQt5OpenGL -L/usr/lib/x86_64-linux-gnu -lQt5Widgets -lQt5Network -lQt5Gui -lQt5Core -lGL -lpthread
  113. QT_PATH: /usr/bin
  114. QT_INCPATH: -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I. -I. -I/usr/include/qt5 -I/usr/include/qt5/QtOpenGL -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -I.
  115. QT_INSTALL_HEADERS: /usr/include/qt5
  116. QT_INSTALL_HEADERS_UP: /usr/include
  117. QT_ADDITIONAL_INCLUDE_PATH: -I/usr/include/QtMultimediaKit/ -I/usr/include/QtMobility/ -I/usr/include/QtMobility/
  118. QT_ADDITIONAL_LDFLAG: -lQtMultimediaKit
  119. checking for library containing codec2_create... -lcodec2
  120. checking for library containing src_new... -lsamplerate
  121. checking for library containing ortp_init... -lortp
  122. checking codec2/codec2.h usability... yes
  123. checking codec2/codec2.h presence... yes
  124. checking for codec2/codec2.h... yes
  125. checking samplerate.h usability... yes
  126. checking samplerate.h presence... yes
  127. checking for samplerate.h... yes
  128. checking ortp/ortp.h usability... yes
  129. checking ortp/ortp.h presence... yes
  130. checking for ortp/ortp.h... yes
  131. checking that generated files are newer than configure... done
  132. configure: creating ./config.status
  133. config.status: creating Makefile
  134. config.status: executing depfiles commands
  135. config.status: executing libtool commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement