Guest User

LAME configure output

a guest
Jul 28th, 2023
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.25 KB | Source Code | 0 0
  1. ./configure --host=x86_64-apple-darwin --enable-static --disable-shared --enable-nasm --prefix="$HOME/custom_build" CFLAGS="-O3 -flto" CC="x86_64-apple-darwin21.4-clang" CXX="x86_64-apple-darwin21.4-clang++" AR=x86_64-apple-darwin21.4-ar AS=x86_64-apple-darwin21.4-as RANLIB=x86_64-apple-darwin21.4-ranlib STRIP=x86_64-apple-darwin21.4-strip OBJDUMP=x86_64-apple-darwin21.4-ObjectDump NM=x86_64-apple-darwin21.4-nm PKG_CONFIG=x86_64-apple-darwin21.4-pkg-config LD=x86_64-apple-darwin21.4-ld LIBTOOL=x86_64-apple-darwin21.4-libtool LIPO=x86_64-apple-darwin21.4-lipo NMEDIT=x86_64-apple-darwin21.4-nmedit DSYMUTIL=x86_64-apple-darwin21.4-dsymutil OTOOL=x86_64-apple-darwin21.4-otool
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-apple-darwin
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for x86_64-apple-darwin-strip... x86_64-apple-darwin21.4-strip
  7. checking for a thread-safe mkdir -p... /usr/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 to enable maintainer-specific portions of Makefiles... no
  12. checking for style of include used by make... GNU
  13. checking for x86_64-apple-darwin-gcc... x86_64-apple-darwin21.4-clang
  14. checking whether the C compiler works... yes
  15. checking for C compiler default output file name... a.out
  16. checking for suffix of executables...
  17. checking whether we are cross compiling... yes
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether x86_64-apple-darwin21.4-clang accepts -g... yes
  21. checking for x86_64-apple-darwin21.4-clang option to accept ISO C89... none needed
  22. checking whether x86_64-apple-darwin21.4-clang understands -c and -o together... yes
  23. checking dependency style of x86_64-apple-darwin21.4-clang... gcc3
  24. checking how to run the C preprocessor... x86_64-apple-darwin21.4-clang -E
  25. checking for grep that handles long lines and -e... /usr/bin/grep
  26. checking for egrep... /usr/bin/grep -E
  27. checking for ANSI C header files... yes
  28. checking for sys/types.h... yes
  29. checking for sys/stat.h... yes
  30. checking for stdlib.h... yes
  31. checking for string.h... yes
  32. checking for memory.h... yes
  33. checking for strings.h... yes
  34. checking for inttypes.h... yes
  35. checking for stdint.h... yes
  36. checking for unistd.h... yes
  37. checking minix/config.h usability... no
  38. checking minix/config.h presence... no
  39. checking for minix/config.h... no
  40. checking whether it is safe to define __EXTENSIONS__... yes
  41. checking for library containing strerror... none required
  42. checking how to print strings... printf
  43. checking for a sed that does not truncate output... /usr/bin/sed
  44. checking for fgrep... /usr/bin/grep -F
  45. checking for ld used by x86_64-apple-darwin21.4-clang... x86_64-apple-darwin21.4-ld
  46. checking if the linker (x86_64-apple-darwin21.4-ld) is GNU ld... no
  47. checking for BSD- or MS-compatible name lister (nm)... x86_64-apple-darwin21.4-nm
  48. checking the name lister (x86_64-apple-darwin21.4-nm) interface... BSD nm
  49. checking whether ln -s works... yes
  50. checking the maximum length of command line arguments... 1572864
  51. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-apple-darwin format... func_convert_file_noop
  52. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  53. checking for x86_64-apple-darwin21.4-ld option to reload object files... -r
  54. checking for x86_64-apple-darwin-objdump... x86_64-apple-darwin21.4-ObjectDump
  55. checking how to recognize dependent libraries... pass_all
  56. checking for x86_64-apple-darwin-dlltool... no
  57. checking for dlltool... no
  58. checking how to associate runtime and link libraries... printf %s\n
  59. checking for x86_64-apple-darwin-ar... x86_64-apple-darwin21.4-ar
  60. checking for archiver @FILE support... no
  61. checking for x86_64-apple-darwin-strip... (cached) x86_64-apple-darwin21.4-strip
  62. checking for x86_64-apple-darwin-ranlib... x86_64-apple-darwin21.4-ranlib
  63. checking command to parse x86_64-apple-darwin21.4-nm output from x86_64-apple-darwin21.4-clang object... failed
  64. checking for sysroot... no
  65. checking for a working dd... /usr/bin/dd
  66. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  67. checking for x86_64-apple-darwin-mt... no
  68. checking for mt... mt
  69. configure: WARNING: using cross tools not prefixed with host triplet
  70. checking if mt is a manifest tool... no
  71. checking for x86_64-apple-darwin-dsymutil... x86_64-apple-darwin21.4-dsymutil
  72. checking for x86_64-apple-darwin-nmedit... x86_64-apple-darwin21.4-nmedit
  73. checking for x86_64-apple-darwin-lipo... x86_64-apple-darwin21.4-lipo
  74. checking for x86_64-apple-darwin-otool... x86_64-apple-darwin21.4-otool
  75. checking for x86_64-apple-darwin-otool64... no
  76. checking for otool64... no
  77. checking for -single_module linker flag... yes
  78. checking for -exported_symbols_list linker flag... yes
  79. checking for -force_load linker flag... no
  80. checking for dlfcn.h... yes
  81. checking for objdir... .libs
  82. checking if x86_64-apple-darwin21.4-clang supports -fno-rtti -fno-exceptions... yes
  83. checking for x86_64-apple-darwin21.4-clang option to produce PIC... -fno-common -DPIC
  84. checking if x86_64-apple-darwin21.4-clang PIC flag -fno-common -DPIC works... yes
  85. checking if x86_64-apple-darwin21.4-clang static flag -static works... no
  86. checking if x86_64-apple-darwin21.4-clang supports -c -o file.o... yes
  87. checking if x86_64-apple-darwin21.4-clang supports -c -o file.o... (cached) yes
  88. checking whether the x86_64-apple-darwin21.4-clang linker (x86_64-apple-darwin21.4-ld) supports shared libraries... yes
  89. checking dynamic linker characteristics... darwin dyld
  90. checking how to hardcode library paths into programs... immediate
  91. checking whether stripping libraries is possible... yes
  92. checking if libtool supports shared libraries... yes
  93. checking whether to build shared libraries... no
  94. checking whether to build static libraries... yes
  95. checking for x86_64-apple-darwin-gcc... (cached) x86_64-apple-darwin21.4-clang
  96. checking whether we are using the GNU C compiler... (cached) yes
  97. checking whether x86_64-apple-darwin21.4-clang accepts -g... (cached) yes
  98. checking for x86_64-apple-darwin21.4-clang option to accept ISO C89... (cached) none needed
  99. checking whether x86_64-apple-darwin21.4-clang understands -c and -o together... (cached) yes
  100. checking dependency style of x86_64-apple-darwin21.4-clang... (cached) gcc3
  101. checking compiler... clang
  102. checking version of clang... 14.0.0-1ubuntu1.1
  103. checking dmalloc.h usability... no
  104. checking dmalloc.h presence... no
  105. checking for dmalloc.h... no
  106. checking for ANSI C header files... (cached) yes
  107. checking errno.h usability... yes
  108. checking errno.h presence... yes
  109. checking for errno.h... yes
  110. checking fcntl.h usability... yes
  111. checking fcntl.h presence... yes
  112. checking for fcntl.h... yes
  113. checking limits.h usability... yes
  114. checking limits.h presence... yes
  115. checking for limits.h... yes
  116. checking for stdint.h... (cached) yes
  117. checking for string.h... (cached) yes
  118. checking sys/soundcard.h usability... no
  119. checking sys/soundcard.h presence... no
  120. checking for sys/soundcard.h... no
  121. checking sys/time.h usability... yes
  122. checking sys/time.h presence... yes
  123. checking for sys/time.h... yes
  124. checking for unistd.h... (cached) yes
  125. checking linux/soundcard.h usability... no
  126. checking linux/soundcard.h presence... no
  127. checking for linux/soundcard.h... no
  128. checking working SSE intrinsics... yes
  129. checking for an ANSI C-conforming const... yes
  130. checking for inline... inline
  131. checking for special C compiler options needed for large files... no
  132. checking for _FILE_OFFSET_BITS value needed for large files... no
  133. checking size of short... 2
  134. checking size of unsigned short... 2
  135. checking size of int... 4
  136. checking size of unsigned int... 4
  137. checking size of long... 8
  138. checking size of unsigned long... 8
  139. checking size of long long... 8
  140. checking size of unsigned long long... 8
  141. checking size of float... 4
  142. checking size of double... 8
  143. checking for long double with more range or precision than double... yes
  144. checking for uint8_t... yes
  145. checking for int8_t... yes
  146. checking for uint16_t... yes
  147. checking for int16_t... yes
  148. checking for uint32_t... yes
  149. checking for int32_t... yes
  150. checking for uint64_t... yes
  151. checking for int64_t... yes
  152. checking for IEEE854 compliant 80 bit floats... configure: WARNING: can't check for IEEE854 compliant 80 bit floats
  153.  
  154. checking for ieee754_float64_t... no
  155. checking for ieee754_float32_t... no
  156. configure: WARNING:
  157. **************************************************************************
  158. * *
  159. * You are cross compiling: *
  160. * - I did not have a change to determine *
  161. * + the size of: *
  162. * - short *
  163. * - unsigned short *
  164. * - int *
  165. * - unsigned int *
  166. * - long *
  167. * - unsigned long *
  168. * - float *
  169. * - double *
  170. * - long double *
  171. * + the endianess of the system *
  172. * - You have to provide appropriate defines for them in config.h, e.g. *
  173. * + define SIZEOF_SHORT to 2 if the size of a short is 2 *
  174. * + define WORDS_BIGENDIAN if your system is a big endian system *
  175. * *
  176. **************************************************************************
  177. checking for size_t... yes
  178. checking whether time.h and sys/time.h may both be included... yes
  179. checking for working alloca.h... yes
  180. checking for alloca... yes
  181. checking for gettimeofday... yes
  182. checking for strtol... yes
  183. checking for socket... yes
  184. checking termcap.h usability... yes
  185. checking termcap.h presence... yes
  186. checking for termcap.h... yes
  187. checking ncurses/termcap.h usability... no
  188. checking ncurses/termcap.h presence... no
  189. checking for ncurses/termcap.h... no
  190. checking for initscr in -ltermcap... yes
  191. checking for initscr in -lcurses... yes
  192. checking for initscr in -lncurses... yes
  193. checking for ld used by x86_64-apple-darwin21.4-clang... x86_64-apple-darwin21.4-ld
  194. checking if the linker (x86_64-apple-darwin21.4-ld) is GNU ld... no
  195. checking for shared library run path origin... done
  196. checking for iconv... yes
  197. checking for working iconv... guessing yes
  198. checking how to link with libiconv... -liconv
  199. checking for iconv declaration...
  200. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  201. checking for cos in -lm... yes
  202. checking for cos in -lffm... no
  203. checking for cos in -lcpml... no
  204. checking for gtk-config... no
  205. checking for GTK - version >= 1.2.0... no
  206. *** The gtk-config script installed by GTK could not be found
  207. *** If GTK was installed in PREFIX, make sure PREFIX/bin is in
  208. *** your path, or set the GTK_CONFIG environment variable to the
  209. *** full path to gtk-config.
  210. checking use of ElectricFence malloc debugging... no
  211. checking use of file io... lame
  212. checking use of analyzer hooks... yes
  213. checking use of mpg123 decoder... yes (Layer 1, 2, 3)
  214. checking if the lame frontend should be build... yes
  215. checking if mp3x is requested... no
  216. checking if mp3rtp is requested... no
  217. checking if dynamic linking of the frontends is requested... no
  218. checking for termcap... yes
  219. checking if I have to build the internal vector lib... yes
  220. checking for nasm... /usr/bin/nasm
  221. checking for assembler routines for this processor type... no
  222. checking for additional optimizations... no
  223. checking for debug options... no
  224. checking that generated files are newer than configure... done
  225. configure: creating ./config.status
  226. config.status: creating Makefile
  227. config.status: creating libmp3lame/Makefile
  228. config.status: creating libmp3lame/i386/Makefile
  229. config.status: creating libmp3lame/vector/Makefile
  230. config.status: creating frontend/Makefile
  231. config.status: creating mpglib/Makefile
  232. config.status: creating doc/Makefile
  233. config.status: creating doc/html/Makefile
  234. config.status: creating doc/man/Makefile
  235. config.status: creating include/Makefile
  236. config.status: creating Dll/Makefile
  237. config.status: creating misc/Makefile
  238. config.status: creating dshow/Makefile
  239. config.status: creating ACM/Makefile
  240. config.status: creating ACM/ADbg/Makefile
  241. config.status: creating ACM/ddk/Makefile
  242. config.status: creating ACM/tinyxml/Makefile
  243. config.status: creating lame.spec
  244. config.status: creating mac/Makefile
  245. config.status: creating macosx/Makefile
  246. config.status: creating macosx/English.lproj/Makefile
  247. config.status: creating macosx/LAME.xcodeproj/Makefile
  248. config.status: creating vc_solution/Makefile
  249. config.status: creating config.h
  250. config.status: config.h is unchanged
  251. config.status: executing depfiles commands
  252. config.status: executing libtool commands
Tags: Config
Advertisement
Add Comment
Please, Sign In to add comment