From Burly Cheetah, 5 Years ago, written in Plain Text.
- view diff
Embed
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by spandsp configure 1.99.0, which was
  5. generated by GNU Autoconf 2.69.  Invocation command line was
  6.  
  7.   $ ./configure --disable-option-checking --prefix=/usr/local/freeswitch --enable-address-sanitizer --with-modinstdir=/usr/local/freeswitch/mod CONFIGURE_CFLAGS=-g -O2 -fsanitize=address -fno-omit-frame-pointer  CONFIGURE_CXXFLAGS=-g -O2 -fsanitize=address -fno-omit-frame-pointer  CONFIGURE_LDFLAGS=-fsanitize=address --cache-file=/dev/null --srcdir=. --disable-shared --with-pic
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = 310f74fc414a
  14. uname -m = x86_64
  15. uname -r = 4.9.93-linuxkit-aufs
  16. uname -s = Linux
  17. uname -v = #1 SMP Wed Jun 6 16:55:56 UTC 2018
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X     = unknown
  21.  
  22. /bin/arch              = unknown
  23. /usr/bin/arch -k       = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo      = unknown
  26. /bin/machine           = unknown
  27. /usr/bin/oslevel       = unknown
  28. /bin/universe          = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2835: checking for a BSD-compatible install
  43. configure:2903: result: /usr/bin/install -c
  44. configure:2914: checking whether build environment is sane
  45. configure:2969: result: yes
  46. configure:3120: checking for a thread-safe mkdir -p
  47. configure:3159: result: /bin/mkdir -p
  48. configure:3166: checking for gawk
  49. configure:3196: result: no
  50. configure:3166: checking for mawk
  51. configure:3182: found /usr/bin/mawk
  52. configure:3193: result: mawk
  53. configure:3204: checking whether make sets $(MAKE)
  54. configure:3226: result: yes
  55. configure:3255: checking whether make supports nested variables
  56. configure:3272: result: yes
  57. configure:3403: checking build system type
  58. configure:3417: result: x86_64-pc-linux-gnu
  59. configure:3437: checking host system type
  60. configure:3450: result: x86_64-pc-linux-gnu
  61. configure:3519: checking for gcc
  62. configure:3535: found /usr/bin/gcc
  63. configure:3546: result: gcc
  64. configure:3775: checking for C compiler version
  65. configure:3784: gcc --version >&5
  66. gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
  67. Copyright (C) 2016 Free Software Foundation, Inc.
  68. This is free software; see the source for copying conditions.  There is NO
  69. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  70.  
  71. configure:3795: $? = 0
  72. configure:3784: gcc -v >&5
  73. Using built-in specs.
  74. COLLECT_GCC=gcc
  75. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
  76. Target: x86_64-linux-gnu
  77. Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18+deb9u1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  78. Thread model: posix
  79. gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)
  80. configure:3795: $? = 0
  81. configure:3784: gcc -V >&5
  82. gcc: error: unrecognized command line option '-V'
  83. gcc: fatal error: no input files
  84. compilation terminated.
  85. configure:3795: $? = 1
  86. configure:3784: gcc -qversion >&5
  87. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  88. gcc: fatal error: no input files
  89. compilation terminated.
  90. configure:3795: $? = 1
  91. configure:3815: checking whether the C compiler works
  92. configure:3837: gcc  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  93. configure:3841: $? = 0
  94. configure:3889: result: yes
  95. configure:3892: checking for C compiler default output file name
  96. configure:3894: result: a.out
  97. configure:3900: checking for suffix of executables
  98. configure:3907: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  99. configure:3911: $? = 0
  100. configure:3933: result:
  101. configure:3955: checking whether we are cross compiling
  102. configure:3963: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  103. configure:3967: $? = 0
  104. configure:3974: ./conftest
  105. configure:3978: $? = 0
  106. configure:3993: result: no
  107. configure:3998: checking for suffix of object files
  108. configure:4020: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  109. configure:4024: $? = 0
  110. configure:4045: result: o
  111. configure:4049: checking whether we are using the GNU C compiler
  112. configure:4068: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  113. configure:4068: $? = 0
  114. configure:4077: result: yes
  115. configure:4086: checking whether gcc accepts -g
  116. configure:4106: gcc -c -g  conftest.c >&5
  117. configure:4106: $? = 0
  118. configure:4147: result: yes
  119. configure:4164: checking for gcc option to accept ISO C89
  120. configure:4227: gcc  -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  121. configure:4227: $? = 0
  122. configure:4240: result: none needed
  123. configure:4265: checking whether gcc understands -c and -o together
  124. configure:4287: gcc -c conftest.c -o conftest2.o
  125. configure:4290: $? = 0
  126. configure:4287: gcc -c conftest.c -o conftest2.o
  127. configure:4290: $? = 0
  128. configure:4302: result: yes
  129. configure:4330: checking for style of include used by make
  130. configure:4358: result: GNU
  131. configure:4384: checking dependency style of gcc
  132. configure:4495: result: gcc3
  133. configure:4568: checking for g++
  134. configure:4584: found /usr/bin/g++
  135. configure:4595: result: g++
  136. configure:4622: checking for C++ compiler version
  137. configure:4631: g++ --version >&5
  138. g++ (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
  139. Copyright (C) 2016 Free Software Foundation, Inc.
  140. This is free software; see the source for copying conditions.  There is NO
  141. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  142.  
  143. configure:4642: $? = 0
  144. configure:4631: g++ -v >&5
  145. Using built-in specs.
  146. COLLECT_GCC=g++
  147. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
  148. Target: x86_64-linux-gnu
  149. Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18+deb9u1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  150. Thread model: posix
  151. gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)
  152. configure:4642: $? = 0
  153. configure:4631: g++ -V >&5
  154. g++: error: unrecognized command line option '-V'
  155. g++: fatal error: no input files
  156. compilation terminated.
  157. configure:4642: $? = 1
  158. configure:4631: g++ -qversion >&5
  159. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  160. g++: fatal error: no input files
  161. compilation terminated.
  162. configure:4642: $? = 1
  163. configure:4646: checking whether we are using the GNU C++ compiler
  164. configure:4665: g++ -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.cpp >&5
  165. configure:4665: $? = 0
  166. configure:4674: result: yes
  167. configure:4683: checking whether g++ accepts -g
  168. configure:4703: g++ -c -g  conftest.cpp >&5
  169. configure:4703: $? = 0
  170. configure:4744: result: yes
  171. configure:4769: checking dependency style of g++
  172. configure:4880: result: gcc3
  173. configure:4901: checking how to run the C preprocessor
  174. configure:4932: gcc -E  conftest.c
  175. configure:4932: $? = 0
  176. configure:4946: gcc -E  conftest.c
  177. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  178.  #include <ac_nonexistent.h>
  179.                             ^
  180. compilation terminated.
  181. configure:4946: $? = 1
  182. configure: failed program was:
  183. | /* confdefs.h */
  184. | #define PACKAGE_NAME "spandsp"
  185. | #define PACKAGE_TARNAME "spandsp"
  186. | #define PACKAGE_VERSION "1.99.0"
  187. | #define PACKAGE_STRING "spandsp 1.99.0"
  188. | #define PACKAGE_BUGREPORT ""
  189. | #define PACKAGE_URL ""
  190. | #define PACKAGE "spandsp"
  191. | #define VERSION "1.99.0"
  192. | /* end confdefs.h.  */
  193. | #include <ac_nonexistent.h>
  194. configure:4971: result: gcc -E
  195. configure:4991: gcc -E  conftest.c
  196. configure:4991: $? = 0
  197. configure:5005: gcc -E  conftest.c
  198. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  199.  #include <ac_nonexistent.h>
  200.                             ^
  201. compilation terminated.
  202. configure:5005: $? = 1
  203. configure: failed program was:
  204. | /* confdefs.h */
  205. | #define PACKAGE_NAME "spandsp"
  206. | #define PACKAGE_TARNAME "spandsp"
  207. | #define PACKAGE_VERSION "1.99.0"
  208. | #define PACKAGE_STRING "spandsp 1.99.0"
  209. | #define PACKAGE_BUGREPORT ""
  210. | #define PACKAGE_URL ""
  211. | #define PACKAGE "spandsp"
  212. | #define VERSION "1.99.0"
  213. | /* end confdefs.h.  */
  214. | #include <ac_nonexistent.h>
  215. configure:5034: checking for grep that handles long lines and -e
  216. configure:5092: result: /bin/grep
  217. configure:5097: checking for egrep
  218. configure:5159: result: /bin/grep -E
  219. configure:5165: checking whether gcc needs -traditional
  220. configure:5199: result: no
  221. configure:5252: checking how to print strings
  222. configure:5279: result: printf
  223. configure:5300: checking for a sed that does not truncate output
  224. configure:5364: result: /bin/sed
  225. configure:5382: checking for fgrep
  226. configure:5444: result: /bin/grep -F
  227. configure:5479: checking for ld used by gcc
  228. configure:5546: result: /usr/bin/ld
  229. configure:5553: checking if the linker (/usr/bin/ld) is GNU ld
  230. configure:5568: result: yes
  231. configure:5580: checking for BSD- or MS-compatible name lister (nm)
  232. configure:5634: result: /usr/bin/nm -B
  233. configure:5764: checking the name lister (/usr/bin/nm -B) interface
  234. configure:5771: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  235. configure:5774: /usr/bin/nm -B "conftest.o"
  236. configure:5777: output
  237.                  U _GLOBAL_OFFSET_TABLE_
  238. 0000000000000000 t _GLOBAL__sub_D_00099_0_some_variable
  239. 0000000000000000 t _GLOBAL__sub_I_00099_1_some_variable
  240.                  U __asan_init
  241.                  U __asan_register_globals
  242.                  U __asan_unregister_globals
  243.                  U __asan_version_mismatch_check_v6
  244. 0000000000000000 B some_variable
  245. configure:5784: result: BSD nm
  246. configure:5787: checking whether ln -s works
  247. configure:5791: result: yes
  248. configure:5799: checking the maximum length of command line arguments
  249. configure:5930: result: 1572864
  250. configure:5978: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
  251. configure:6018: result: func_convert_file_noop
  252. configure:6025: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
  253. configure:6045: result: func_convert_file_noop
  254. configure:6052: checking for /usr/bin/ld option to reload object files
  255. configure:6059: result: -r
  256. configure:6133: checking for objdump
  257. configure:6149: found /usr/bin/objdump
  258. configure:6160: result: objdump
  259. configure:6192: checking how to recognize dependent libraries
  260. configure:6392: result: pass_all
  261. configure:6477: checking for dlltool
  262. configure:6507: result: no
  263. configure:6537: checking how to associate runtime and link libraries
  264. configure:6564: result: printf %s\n
  265. configure:6624: checking for ar
  266. configure:6640: found /usr/bin/ar
  267. configure:6651: result: ar
  268. configure:6688: checking for archiver @FILE support
  269. configure:6705: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  270. configure:6705: $? = 0
  271. configure:6708: ar cru libconftest.a @conftest.lst >&5
  272. ar: `u' modifier ignored since `D' is the default (see `U')
  273. configure:6711: $? = 0
  274. configure:6716: ar cru libconftest.a @conftest.lst >&5
  275. ar: `u' modifier ignored since `D' is the default (see `U')
  276. ar: conftest.o: No such file or directory
  277. configure:6719: $? = 1
  278. configure:6731: result: @
  279. configure:6789: checking for strip
  280. configure:6805: found /usr/bin/strip
  281. configure:6816: result: strip
  282. configure:6888: checking for ranlib
  283. configure:6904: found /usr/bin/ranlib
  284. configure:6915: result: ranlib
  285. configure:7017: checking command to parse /usr/bin/nm -B output from gcc object
  286. configure:7170: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  287. configure:7173: $? = 0
  288. configure:7177: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  289. configure:7180: $? = 0
  290. configure:7246: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c conftstm.o >&5
  291. configure:7249: $? = 0
  292. configure:7287: result: ok
  293. configure:7334: checking for sysroot
  294. configure:7364: result: no
  295. configure:7371: checking for a working dd
  296. configure:7409: result: /bin/dd
  297. configure:7413: checking how to truncate binary pipes
  298. configure:7428: result: /bin/dd bs=4096 count=1
  299. configure:7564: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  300. configure:7567: $? = 0
  301. configure:7757: checking for mt
  302. configure:7787: result: no
  303. configure:7807: checking if : is a manifest tool
  304. configure:7813: : '-?'
  305. configure:7821: result: no
  306. configure:8493: checking for ANSI C header files
  307. configure:8513: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  308. configure:8513: $? = 0
  309. configure:8586: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  310. configure:8586: $? = 0
  311. configure:8586: ./conftest
  312. configure:8586: $? = 0
  313. configure:8597: result: yes
  314. configure:8610: checking for sys/types.h
  315. configure:8610: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  316. configure:8610: $? = 0
  317. configure:8610: result: yes
  318. configure:8610: checking for sys/stat.h
  319. configure:8610: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  320. configure:8610: $? = 0
  321. configure:8610: result: yes
  322. configure:8610: checking for stdlib.h
  323. configure:8610: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  324. configure:8610: $? = 0
  325. configure:8610: result: yes
  326. configure:8610: checking for string.h
  327. configure:8610: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  328. configure:8610: $? = 0
  329. configure:8610: result: yes
  330. configure:8610: checking for memory.h
  331. configure:8610: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  332. configure:8610: $? = 0
  333. configure:8610: result: yes
  334. configure:8610: checking for strings.h
  335. configure:8610: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  336. configure:8610: $? = 0
  337. configure:8610: result: yes
  338. configure:8610: checking for inttypes.h
  339. configure:8610: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  340. configure:8610: $? = 0
  341. configure:8610: result: yes
  342. configure:8610: checking for stdint.h
  343. configure:8610: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  344. configure:8610: $? = 0
  345. configure:8610: result: yes
  346. configure:8610: checking for unistd.h
  347. configure:8610: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  348. configure:8610: $? = 0
  349. configure:8610: result: yes
  350. configure:8624: checking for dlfcn.h
  351. configure:8624: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  352. configure:8624: $? = 0
  353. configure:8624: result: yes
  354. configure:8891: checking for objdir
  355. configure:8906: result: .libs
  356. configure:9166: checking if gcc supports -fno-rtti -fno-exceptions
  357. configure:9184: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -fno-rtti -fno-exceptions conftest.c >&5
  358. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  359. configure:9188: $? = 0
  360. configure:9201: result: no
  361. configure:9559: checking for gcc option to produce PIC
  362. configure:9566: result: -fPIC -DPIC
  363. configure:9574: checking if gcc PIC flag -fPIC -DPIC works
  364. configure:9592: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -fPIC -DPIC -DPIC conftest.c >&5
  365. configure:9596: $? = 0
  366. configure:9609: result: yes
  367. configure:9638: checking if gcc static flag -static works
  368. configure:9666: result: no
  369. configure:9681: checking if gcc supports -c -o file.o
  370. configure:9702: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -o out/conftest2.o conftest.c >&5
  371. configure:9706: $? = 0
  372. configure:9728: result: yes
  373. configure:9736: checking if gcc supports -c -o file.o
  374. configure:9783: result: yes
  375. configure:9816: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  376. configure:11079: result: yes
  377. configure:11319: checking dynamic linker characteristics
  378. configure:11900: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address -Wl,-rpath -Wl,/foo conftest.c  >&5
  379. configure:11900: $? = 0
  380. configure:12149: result: GNU/Linux ld.so
  381. configure:12271: checking how to hardcode library paths into programs
  382. configure:12296: result: immediate
  383. configure:12844: checking whether stripping libraries is possible
  384. configure:12849: result: yes
  385. configure:12884: checking if libtool supports shared libraries
  386. configure:12886: result: yes
  387. configure:12889: checking whether to build shared libraries
  388. configure:12914: result: no
  389. configure:12917: checking whether to build static libraries
  390. configure:12921: result: yes
  391. configure:12944: checking how to run the C++ preprocessor
  392. configure:12971: g++ -E  conftest.cpp
  393. configure:12971: $? = 0
  394. configure:12985: g++ -E  conftest.cpp
  395. conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
  396.  #include <ac_nonexistent.h>
  397.                             ^
  398. compilation terminated.
  399. configure:12985: $? = 1
  400. configure: failed program was:
  401. | /* confdefs.h */
  402. | #define PACKAGE_NAME "spandsp"
  403. | #define PACKAGE_TARNAME "spandsp"
  404. | #define PACKAGE_VERSION "1.99.0"
  405. | #define PACKAGE_STRING "spandsp 1.99.0"
  406. | #define PACKAGE_BUGREPORT ""
  407. | #define PACKAGE_URL ""
  408. | #define PACKAGE "spandsp"
  409. | #define VERSION "1.99.0"
  410. | #define STDC_HEADERS 1
  411. | #define HAVE_SYS_TYPES_H 1
  412. | #define HAVE_SYS_STAT_H 1
  413. | #define HAVE_STDLIB_H 1
  414. | #define HAVE_STRING_H 1
  415. | #define HAVE_MEMORY_H 1
  416. | #define HAVE_STRINGS_H 1
  417. | #define HAVE_INTTYPES_H 1
  418. | #define HAVE_STDINT_H 1
  419. | #define HAVE_UNISTD_H 1
  420. | #define HAVE_DLFCN_H 1
  421. | #define LT_OBJDIR ".libs/"
  422. | /* end confdefs.h.  */
  423. | #include <ac_nonexistent.h>
  424. configure:13010: result: g++ -E
  425. configure:13030: g++ -E  conftest.cpp
  426. configure:13030: $? = 0
  427. configure:13044: g++ -E  conftest.cpp
  428. conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
  429.  #include <ac_nonexistent.h>
  430.                             ^
  431. compilation terminated.
  432. configure:13044: $? = 1
  433. configure: failed program was:
  434. | /* confdefs.h */
  435. | #define PACKAGE_NAME "spandsp"
  436. | #define PACKAGE_TARNAME "spandsp"
  437. | #define PACKAGE_VERSION "1.99.0"
  438. | #define PACKAGE_STRING "spandsp 1.99.0"
  439. | #define PACKAGE_BUGREPORT ""
  440. | #define PACKAGE_URL ""
  441. | #define PACKAGE "spandsp"
  442. | #define VERSION "1.99.0"
  443. | #define STDC_HEADERS 1
  444. | #define HAVE_SYS_TYPES_H 1
  445. | #define HAVE_SYS_STAT_H 1
  446. | #define HAVE_STDLIB_H 1
  447. | #define HAVE_STRING_H 1
  448. | #define HAVE_MEMORY_H 1
  449. | #define HAVE_STRINGS_H 1
  450. | #define HAVE_INTTYPES_H 1
  451. | #define HAVE_STDINT_H 1
  452. | #define HAVE_UNISTD_H 1
  453. | #define HAVE_DLFCN_H 1
  454. | #define LT_OBJDIR ".libs/"
  455. | /* end confdefs.h.  */
  456. | #include <ac_nonexistent.h>
  457. configure:13206: checking for ld used by g++
  458. configure:13273: result: /usr/bin/ld -m elf_x86_64
  459. configure:13280: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  460. configure:13295: result: yes
  461. configure:13350: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  462. configure:14423: result: yes
  463. configure:14459: g++ -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.cpp >&5
  464. configure:14462: $? = 0
  465. configure:14943: checking for g++ option to produce PIC
  466. configure:14950: result: -fPIC -DPIC
  467. configure:14958: checking if g++ PIC flag -fPIC -DPIC works
  468. configure:14976: g++ -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -fPIC -DPIC -DPIC conftest.cpp >&5
  469. configure:14980: $? = 0
  470. configure:14993: result: yes
  471. configure:15016: checking if g++ static flag -static works
  472. configure:15044: result: no
  473. configure:15056: checking if g++ supports -c -o file.o
  474. configure:15077: g++ -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -o out/conftest2.o conftest.cpp >&5
  475. configure:15081: $? = 0
  476. configure:15103: result: yes
  477. configure:15108: checking if g++ supports -c -o file.o
  478. configure:15155: result: yes
  479. configure:15185: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  480. configure:15228: result: yes
  481. configure:15369: checking dynamic linker characteristics
  482. configure:16126: result: GNU/Linux ld.so
  483. configure:16191: checking how to hardcode library paths into programs
  484. configure:16216: result: immediate
  485. configure:16285: checking for C compiler vendor
  486. configure:16309: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  487. conftest.c: In function 'main':
  488. conftest.c:29:7: error: 'thisisanerror' undeclared (first use in this function)
  489.        thisisanerror;
  490.        ^~~~~~~~~~~~~
  491. conftest.c:29:7: note: each undeclared identifier is reported only once for each function it appears in
  492. configure:16309: $? = 1
  493. configure: failed program was:
  494. | /* confdefs.h */
  495. | #define PACKAGE_NAME "spandsp"
  496. | #define PACKAGE_TARNAME "spandsp"
  497. | #define PACKAGE_VERSION "1.99.0"
  498. | #define PACKAGE_STRING "spandsp 1.99.0"
  499. | #define PACKAGE_BUGREPORT ""
  500. | #define PACKAGE_URL ""
  501. | #define PACKAGE "spandsp"
  502. | #define VERSION "1.99.0"
  503. | #define STDC_HEADERS 1
  504. | #define HAVE_SYS_TYPES_H 1
  505. | #define HAVE_SYS_STAT_H 1
  506. | #define HAVE_STDLIB_H 1
  507. | #define HAVE_STRING_H 1
  508. | #define HAVE_MEMORY_H 1
  509. | #define HAVE_STRINGS_H 1
  510. | #define HAVE_INTTYPES_H 1
  511. | #define HAVE_STDINT_H 1
  512. | #define HAVE_UNISTD_H 1
  513. | #define HAVE_DLFCN_H 1
  514. | #define LT_OBJDIR ".libs/"
  515. | /* end confdefs.h.  */
  516. |
  517. | int
  518. | main ()
  519. | {
  520. |
  521. | #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER))
  522. |       thisisanerror;
  523. | #endif
  524. |
  525. |   ;
  526. |   return 0;
  527. | }
  528. configure:16309: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  529. conftest.c: In function 'main':
  530. conftest.c:29:7: error: 'thisisanerror' undeclared (first use in this function)
  531.        thisisanerror;
  532.        ^~~~~~~~~~~~~
  533. conftest.c:29:7: note: each undeclared identifier is reported only once for each function it appears in
  534. configure:16309: $? = 1
  535. configure: failed program was:
  536. | /* confdefs.h */
  537. | #define PACKAGE_NAME "spandsp"
  538. | #define PACKAGE_TARNAME "spandsp"
  539. | #define PACKAGE_VERSION "1.99.0"
  540. | #define PACKAGE_STRING "spandsp 1.99.0"
  541. | #define PACKAGE_BUGREPORT ""
  542. | #define PACKAGE_URL ""
  543. | #define PACKAGE "spandsp"
  544. | #define VERSION "1.99.0"
  545. | #define STDC_HEADERS 1
  546. | #define HAVE_SYS_TYPES_H 1
  547. | #define HAVE_SYS_STAT_H 1
  548. | #define HAVE_STDLIB_H 1
  549. | #define HAVE_STRING_H 1
  550. | #define HAVE_MEMORY_H 1
  551. | #define HAVE_STRINGS_H 1
  552. | #define HAVE_INTTYPES_H 1
  553. | #define HAVE_STDINT_H 1
  554. | #define HAVE_UNISTD_H 1
  555. | #define HAVE_DLFCN_H 1
  556. | #define LT_OBJDIR ".libs/"
  557. | /* end confdefs.h.  */
  558. |
  559. | int
  560. | main ()
  561. | {
  562. |
  563. | #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__))
  564. |       thisisanerror;
  565. | #endif
  566. |
  567. |   ;
  568. |   return 0;
  569. | }
  570. configure:16309: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  571. conftest.c: In function 'main':
  572. conftest.c:29:7: error: 'thisisanerror' undeclared (first use in this function)
  573.        thisisanerror;
  574.        ^~~~~~~~~~~~~
  575. conftest.c:29:7: note: each undeclared identifier is reported only once for each function it appears in
  576. configure:16309: $? = 1
  577. configure: failed program was:
  578. | /* confdefs.h */
  579. | #define PACKAGE_NAME "spandsp"
  580. | #define PACKAGE_TARNAME "spandsp"
  581. | #define PACKAGE_VERSION "1.99.0"
  582. | #define PACKAGE_STRING "spandsp 1.99.0"
  583. | #define PACKAGE_BUGREPORT ""
  584. | #define PACKAGE_URL ""
  585. | #define PACKAGE "spandsp"
  586. | #define VERSION "1.99.0"
  587. | #define STDC_HEADERS 1
  588. | #define HAVE_SYS_TYPES_H 1
  589. | #define HAVE_SYS_STAT_H 1
  590. | #define HAVE_STDLIB_H 1
  591. | #define HAVE_STRING_H 1
  592. | #define HAVE_MEMORY_H 1
  593. | #define HAVE_STRINGS_H 1
  594. | #define HAVE_INTTYPES_H 1
  595. | #define HAVE_STDINT_H 1
  596. | #define HAVE_UNISTD_H 1
  597. | #define HAVE_DLFCN_H 1
  598. | #define LT_OBJDIR ".libs/"
  599. | /* end confdefs.h.  */
  600. |
  601. | int
  602. | main ()
  603. | {
  604. |
  605. | #if !(defined(__clang__))
  606. |       thisisanerror;
  607. | #endif
  608. |
  609. |   ;
  610. |   return 0;
  611. | }
  612. configure:16309: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  613. configure:16309: $? = 0
  614. configure:16316: result: gnu
  615. configure:16389: checking for gcc
  616. configure:16416: result: gcc
  617. configure:16645: checking for C compiler version
  618. configure:16654: gcc --version >&5
  619. gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
  620. Copyright (C) 2016 Free Software Foundation, Inc.
  621. This is free software; see the source for copying conditions.  There is NO
  622. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  623.  
  624. configure:16665: $? = 0
  625. configure:16654: gcc -v >&5
  626. Using built-in specs.
  627. COLLECT_GCC=gcc
  628. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
  629. Target: x86_64-linux-gnu
  630. Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18+deb9u1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  631. Thread model: posix
  632. gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1)
  633. configure:16665: $? = 0
  634. configure:16654: gcc -V >&5
  635. gcc: error: unrecognized command line option '-V'
  636. gcc: fatal error: no input files
  637. compilation terminated.
  638. configure:16665: $? = 1
  639. configure:16654: gcc -qversion >&5
  640. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  641. gcc: fatal error: no input files
  642. compilation terminated.
  643. configure:16665: $? = 1
  644. configure:16669: checking whether we are using the GNU C compiler
  645. configure:16697: result: yes
  646. configure:16706: checking whether gcc accepts -g
  647. configure:16767: result: yes
  648. configure:16784: checking for gcc option to accept ISO C89
  649. configure:16860: result: none needed
  650. configure:16885: checking whether gcc understands -c and -o together
  651. configure:16922: result: yes
  652. configure:16941: checking dependency style of gcc
  653. configure:17052: result: gcc3
  654. configure:17096: checking for an ANSI C-conforming const
  655. configure:17162: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  656. configure:17162: $? = 0
  657. configure:17169: result: yes
  658. configure:17177: checking for inline
  659. configure:17193: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  660. configure:17193: $? = 0
  661. configure:17201: result: inline
  662. configure:17219: checking for working volatile
  663. configure:17238: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  664. configure:17238: $? = 0
  665. configure:17245: result: yes
  666. configure:17254: checking for long long
  667. configure:17254: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  668. configure:17254: $? = 0
  669. configure:17254: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  670. conftest.c: In function 'main':
  671. conftest.c:59:24: error: expected expression before ')' token
  672.  if (sizeof ((long long)))
  673.                         ^
  674. configure:17254: $? = 1
  675. configure: failed program was:
  676. | /* confdefs.h */
  677. | #define PACKAGE_NAME "spandsp"
  678. | #define PACKAGE_TARNAME "spandsp"
  679. | #define PACKAGE_VERSION "1.99.0"
  680. | #define PACKAGE_STRING "spandsp 1.99.0"
  681. | #define PACKAGE_BUGREPORT ""
  682. | #define PACKAGE_URL ""
  683. | #define PACKAGE "spandsp"
  684. | #define VERSION "1.99.0"
  685. | #define STDC_HEADERS 1
  686. | #define HAVE_SYS_TYPES_H 1
  687. | #define HAVE_SYS_STAT_H 1
  688. | #define HAVE_STDLIB_H 1
  689. | #define HAVE_STRING_H 1
  690. | #define HAVE_MEMORY_H 1
  691. | #define HAVE_STRINGS_H 1
  692. | #define HAVE_INTTYPES_H 1
  693. | #define HAVE_STDINT_H 1
  694. | #define HAVE_UNISTD_H 1
  695. | #define HAVE_DLFCN_H 1
  696. | #define LT_OBJDIR ".libs/"
  697. | /* end confdefs.h.  */
  698. | #include <stdio.h>
  699. | #ifdef HAVE_SYS_TYPES_H
  700. | # include <sys/types.h>
  701. | #endif
  702. | #ifdef HAVE_SYS_STAT_H
  703. | # include <sys/stat.h>
  704. | #endif
  705. | #ifdef STDC_HEADERS
  706. | # include <stdlib.h>
  707. | # include <stddef.h>
  708. | #else
  709. | # ifdef HAVE_STDLIB_H
  710. | #  include <stdlib.h>
  711. | # endif
  712. | #endif
  713. | #ifdef HAVE_STRING_H
  714. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  715. | #  include <memory.h>
  716. | # endif
  717. | # include <string.h>
  718. | #endif
  719. | #ifdef HAVE_STRINGS_H
  720. | # include <strings.h>
  721. | #endif
  722. | #ifdef HAVE_INTTYPES_H
  723. | # include <inttypes.h>
  724. | #endif
  725. | #ifdef HAVE_STDINT_H
  726. | # include <stdint.h>
  727. | #endif
  728. | #ifdef HAVE_UNISTD_H
  729. | # include <unistd.h>
  730. | #endif
  731. | int
  732. | main ()
  733. | {
  734. | if (sizeof ((long long)))
  735. |           return 0;
  736. |   ;
  737. |   return 0;
  738. | }
  739. configure:17254: result: yes
  740. configure:17264: checking for long double
  741. configure:17264: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  742. configure:17264: $? = 0
  743. configure:17264: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  744. conftest.c: In function 'main':
  745. conftest.c:60:26: error: expected expression before ')' token
  746.  if (sizeof ((long double)))
  747.                           ^
  748. configure:17264: $? = 1
  749. configure: failed program was:
  750. | /* confdefs.h */
  751. | #define PACKAGE_NAME "spandsp"
  752. | #define PACKAGE_TARNAME "spandsp"
  753. | #define PACKAGE_VERSION "1.99.0"
  754. | #define PACKAGE_STRING "spandsp 1.99.0"
  755. | #define PACKAGE_BUGREPORT ""
  756. | #define PACKAGE_URL ""
  757. | #define PACKAGE "spandsp"
  758. | #define VERSION "1.99.0"
  759. | #define STDC_HEADERS 1
  760. | #define HAVE_SYS_TYPES_H 1
  761. | #define HAVE_SYS_STAT_H 1
  762. | #define HAVE_STDLIB_H 1
  763. | #define HAVE_STRING_H 1
  764. | #define HAVE_MEMORY_H 1
  765. | #define HAVE_STRINGS_H 1
  766. | #define HAVE_INTTYPES_H 1
  767. | #define HAVE_STDINT_H 1
  768. | #define HAVE_UNISTD_H 1
  769. | #define HAVE_DLFCN_H 1
  770. | #define LT_OBJDIR ".libs/"
  771. | #define HAVE_LONG_LONG 1
  772. | /* end confdefs.h.  */
  773. | #include <stdio.h>
  774. | #ifdef HAVE_SYS_TYPES_H
  775. | # include <sys/types.h>
  776. | #endif
  777. | #ifdef HAVE_SYS_STAT_H
  778. | # include <sys/stat.h>
  779. | #endif
  780. | #ifdef STDC_HEADERS
  781. | # include <stdlib.h>
  782. | # include <stddef.h>
  783. | #else
  784. | # ifdef HAVE_STDLIB_H
  785. | #  include <stdlib.h>
  786. | # endif
  787. | #endif
  788. | #ifdef HAVE_STRING_H
  789. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  790. | #  include <memory.h>
  791. | # endif
  792. | # include <string.h>
  793. | #endif
  794. | #ifdef HAVE_STRINGS_H
  795. | # include <strings.h>
  796. | #endif
  797. | #ifdef HAVE_INTTYPES_H
  798. | # include <inttypes.h>
  799. | #endif
  800. | #ifdef HAVE_STDINT_H
  801. | # include <stdint.h>
  802. | #endif
  803. | #ifdef HAVE_UNISTD_H
  804. | # include <unistd.h>
  805. | #endif
  806. | int
  807. | main ()
  808. | {
  809. | if (sizeof ((long double)))
  810. |           return 0;
  811. |   ;
  812. |   return 0;
  813. | }
  814. configure:17264: result: yes
  815. configure:17275: checking return type of signal handlers
  816. configure:17293: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  817. conftest.c: In function 'main':
  818. conftest.c:31:10: error: void value not ignored as it ought to be
  819.  return *(signal (0, 0)) (0) == 1;
  820.          ~^~~~~~~~~~~~~~~~~~
  821. configure:17293: $? = 1
  822. configure: failed program was:
  823. | /* confdefs.h */
  824. | #define PACKAGE_NAME "spandsp"
  825. | #define PACKAGE_TARNAME "spandsp"
  826. | #define PACKAGE_VERSION "1.99.0"
  827. | #define PACKAGE_STRING "spandsp 1.99.0"
  828. | #define PACKAGE_BUGREPORT ""
  829. | #define PACKAGE_URL ""
  830. | #define PACKAGE "spandsp"
  831. | #define VERSION "1.99.0"
  832. | #define STDC_HEADERS 1
  833. | #define HAVE_SYS_TYPES_H 1
  834. | #define HAVE_SYS_STAT_H 1
  835. | #define HAVE_STDLIB_H 1
  836. | #define HAVE_STRING_H 1
  837. | #define HAVE_MEMORY_H 1
  838. | #define HAVE_STRINGS_H 1
  839. | #define HAVE_INTTYPES_H 1
  840. | #define HAVE_STDINT_H 1
  841. | #define HAVE_UNISTD_H 1
  842. | #define HAVE_DLFCN_H 1
  843. | #define LT_OBJDIR ".libs/"
  844. | #define HAVE_LONG_LONG 1
  845. | #define HAVE_LONG_DOUBLE 1
  846. | /* end confdefs.h.  */
  847. | #include <sys/types.h>
  848. | #include <signal.h>
  849. |
  850. | int
  851. | main ()
  852. | {
  853. | return *(signal (0, 0)) (0) == 1;
  854. |   ;
  855. |   return 0;
  856. | }
  857. configure:17300: result: void
  858. configure:17394: checking for error_at_line
  859. configure:17410: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  860. configure:17410: $? = 0
  861. configure:17418: result: yes
  862. configure:17431: checking for vprintf
  863. configure:17431: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  864. conftest.c:49:6: warning: conflicting types for built-in function 'vprintf'
  865.  char vprintf ();
  866.       ^~~~~~~
  867. configure:17431: $? = 0
  868. configure:17431: result: yes
  869. configure:17437: checking for _doprnt
  870. configure:17437: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  871. /tmp/ccw6OYPH.o: In function `main':
  872. /freeswitch-advantage/libs/spandsp/conftest.c:61: undefined reference to `_doprnt'
  873. collect2: error: ld returned 1 exit status
  874. configure:17437: $? = 1
  875. configure: failed program was:
  876. | /* confdefs.h */
  877. | #define PACKAGE_NAME "spandsp"
  878. | #define PACKAGE_TARNAME "spandsp"
  879. | #define PACKAGE_VERSION "1.99.0"
  880. | #define PACKAGE_STRING "spandsp 1.99.0"
  881. | #define PACKAGE_BUGREPORT ""
  882. | #define PACKAGE_URL ""
  883. | #define PACKAGE "spandsp"
  884. | #define VERSION "1.99.0"
  885. | #define STDC_HEADERS 1
  886. | #define HAVE_SYS_TYPES_H 1
  887. | #define HAVE_SYS_STAT_H 1
  888. | #define HAVE_STDLIB_H 1
  889. | #define HAVE_STRING_H 1
  890. | #define HAVE_MEMORY_H 1
  891. | #define HAVE_STRINGS_H 1
  892. | #define HAVE_INTTYPES_H 1
  893. | #define HAVE_STDINT_H 1
  894. | #define HAVE_UNISTD_H 1
  895. | #define HAVE_DLFCN_H 1
  896. | #define LT_OBJDIR ".libs/"
  897. | #define HAVE_LONG_LONG 1
  898. | #define HAVE_LONG_DOUBLE 1
  899. | #define RETSIGTYPE void
  900. | #define HAVE_VPRINTF 1
  901. | /* end confdefs.h.  */
  902. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  903. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  904. | #define _doprnt innocuous__doprnt
  905. |
  906. | /* System header to define __stub macros and hopefully few prototypes,
  907. |     which can conflict with char _doprnt (); below.
  908. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  909. |     <limits.h> exists even on freestanding compilers.  */
  910. |
  911. | #ifdef __STDC__
  912. | # include <limits.h>
  913. | #else
  914. | # include <assert.h>
  915. | #endif
  916. |
  917. | #undef _doprnt
  918. |
  919. | /* Override any GCC internal prototype to avoid an error.
  920. |    Use char because int might match the return type of a GCC
  921. |    builtin and then its argument prototype would still apply.  */
  922. | #ifdef __cplusplus
  923. | extern "C"
  924. | #endif
  925. | char _doprnt ();
  926. | /* The GNU C library defines this for functions which it implements
  927. |     to always fail with ENOSYS.  Some functions are actually named
  928. |     something starting with __ and the normal name is an alias.  */
  929. | #if defined __stub__doprnt || defined __stub____doprnt
  930. | choke me
  931. | #endif
  932. |
  933. | int
  934. | main ()
  935. | {
  936. | return _doprnt ();
  937. |   ;
  938. |   return 0;
  939. | }
  940. configure:17437: result: no
  941. configure:17448: checking for working memcmp
  942. configure:17491: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  943. configure:17491: $? = 0
  944. configure:17491: ./conftest
  945. configure:17491: $? = 0
  946. configure:17501: result: yes
  947. configure:17512: checking for memmove
  948. configure:17512: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  949. conftest.c:50:6: warning: conflicting types for built-in function 'memmove'
  950.  char memmove ();
  951.       ^~~~~~~
  952. configure:17512: $? = 0
  953. configure:17512: result: yes
  954. configure:17521: checking for working memmove
  955. configure:17547: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  956. conftest.c: In function 'main':
  957. conftest.c:33:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
  958.      strcpy (buf, "01234567");
  959.      ^~~~~~
  960. conftest.c:33:5: warning: incompatible implicit declaration of built-in function 'strcpy'
  961. conftest.c:33:5: note: include '<string.h>' or provide a declaration of 'strcpy'
  962. conftest.c:34:5: warning: implicit declaration of function 'memmove' [-Wimplicit-function-declaration]
  963.      memmove (buf, buf + 2, 3);
  964.      ^~~~~~~
  965. conftest.c:34:5: warning: incompatible implicit declaration of built-in function 'memmove'
  966. conftest.c:34:5: note: include '<string.h>' or provide a declaration of 'memmove'
  967. conftest.c:35:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  968.      if (strcmp (buf, "23434567"))
  969.          ^~~~~~
  970. conftest.c:36:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  971.          exit (1);
  972.          ^~~~
  973. conftest.c:36:9: warning: incompatible implicit declaration of built-in function 'exit'
  974. conftest.c:36:9: note: include '<stdlib.h>' or provide a declaration of 'exit'
  975. conftest.c:40:9: warning: incompatible implicit declaration of built-in function 'exit'
  976.          exit (1);
  977.          ^~~~
  978. conftest.c:40:9: note: include '<stdlib.h>' or provide a declaration of 'exit'
  979. conftest.c:41:5: warning: incompatible implicit declaration of built-in function 'exit'
  980.      exit (0);
  981.      ^~~~
  982. conftest.c:41:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
  983. configure:17547: $? = 0
  984. configure:17547: ./conftest
  985. configure:17547: $? = 0
  986. configure:17558: result: yes
  987. configure:17578: checking for stdlib.h
  988. configure:17578: result: yes
  989. configure:17588: checking for GNU libc compatible realloc
  990. configure:17612: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  991. configure:17612: $? = 0
  992. configure:17612: ./conftest
  993.  
  994. =================================================================
  995. ==80247==ERROR: LeakSanitizer: detected memory leaks
  996.  
  997. Direct leak of 1 byte(s) in 1 object(s) allocated from:
  998.     #0 0x7f9902236090 in realloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc2090)
  999.     #1 0x55638231f72c in main /freeswitch-advantage/libs/spandsp/conftest.c:38
  1000.     #2 0x7f9901df52e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
  1001.  
  1002. SUMMARY: AddressSanitizer: 1 byte(s) leaked in 1 allocation(s).
  1003. configure:17612: $? = 1
  1004. configure: program exited with status 1
  1005. configure: failed program was:
  1006. | /* confdefs.h */
  1007. | #define PACKAGE_NAME "spandsp"
  1008. | #define PACKAGE_TARNAME "spandsp"
  1009. | #define PACKAGE_VERSION "1.99.0"
  1010. | #define PACKAGE_STRING "spandsp 1.99.0"
  1011. | #define PACKAGE_BUGREPORT ""
  1012. | #define PACKAGE_URL ""
  1013. | #define PACKAGE "spandsp"
  1014. | #define VERSION "1.99.0"
  1015. | #define STDC_HEADERS 1
  1016. | #define HAVE_SYS_TYPES_H 1
  1017. | #define HAVE_SYS_STAT_H 1
  1018. | #define HAVE_STDLIB_H 1
  1019. | #define HAVE_STRING_H 1
  1020. | #define HAVE_MEMORY_H 1
  1021. | #define HAVE_STRINGS_H 1
  1022. | #define HAVE_INTTYPES_H 1
  1023. | #define HAVE_STDINT_H 1
  1024. | #define HAVE_UNISTD_H 1
  1025. | #define HAVE_DLFCN_H 1
  1026. | #define LT_OBJDIR ".libs/"
  1027. | #define HAVE_LONG_LONG 1
  1028. | #define HAVE_LONG_DOUBLE 1
  1029. | #define RETSIGTYPE void
  1030. | #define HAVE_VPRINTF 1
  1031. | #define HAVE_MEMMOVE 1
  1032. | #define HAVE_STDLIB_H 1
  1033. | /* end confdefs.h.  */
  1034. | #if defined STDC_HEADERS || defined HAVE_STDLIB_H
  1035. | # include <stdlib.h>
  1036. | #else
  1037. | char *realloc ();
  1038. | #endif
  1039. |
  1040. | int
  1041. | main ()
  1042. | {
  1043. | return ! realloc (0, 0);
  1044. |   ;
  1045. |   return 0;
  1046. | }
  1047. configure:17622: result: no
  1048. configure:17645: checking for stdlib.h
  1049. configure:17645: result: yes
  1050. configure:17655: checking for GNU libc compatible malloc
  1051. configure:17679: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  1052. configure:17679: $? = 0
  1053. configure:17679: ./conftest
  1054.  
  1055. =================================================================
  1056. ==80261==ERROR: LeakSanitizer: detected memory leaks
  1057.  
  1058. Direct leak of 1 byte(s) in 1 object(s) allocated from:
  1059.     #0 0x7fda4e32fd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
  1060.     #1 0x55b876faf72a in main /freeswitch-advantage/libs/spandsp/conftest.c:41
  1061.     #2 0x7fda4deef2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
  1062.  
  1063. SUMMARY: AddressSanitizer: 1 byte(s) leaked in 1 allocation(s).
  1064. configure:17679: $? = 1
  1065. configure: program exited with status 1
  1066. configure: failed program was:
  1067. | /* confdefs.h */
  1068. | #define PACKAGE_NAME "spandsp"
  1069. | #define PACKAGE_TARNAME "spandsp"
  1070. | #define PACKAGE_VERSION "1.99.0"
  1071. | #define PACKAGE_STRING "spandsp 1.99.0"
  1072. | #define PACKAGE_BUGREPORT ""
  1073. | #define PACKAGE_URL ""
  1074. | #define PACKAGE "spandsp"
  1075. | #define VERSION "1.99.0"
  1076. | #define STDC_HEADERS 1
  1077. | #define HAVE_SYS_TYPES_H 1
  1078. | #define HAVE_SYS_STAT_H 1
  1079. | #define HAVE_STDLIB_H 1
  1080. | #define HAVE_STRING_H 1
  1081. | #define HAVE_MEMORY_H 1
  1082. | #define HAVE_STRINGS_H 1
  1083. | #define HAVE_INTTYPES_H 1
  1084. | #define HAVE_STDINT_H 1
  1085. | #define HAVE_UNISTD_H 1
  1086. | #define HAVE_DLFCN_H 1
  1087. | #define LT_OBJDIR ".libs/"
  1088. | #define HAVE_LONG_LONG 1
  1089. | #define HAVE_LONG_DOUBLE 1
  1090. | #define RETSIGTYPE void
  1091. | #define HAVE_VPRINTF 1
  1092. | #define HAVE_MEMMOVE 1
  1093. | #define HAVE_STDLIB_H 1
  1094. | #define HAVE_REALLOC 0
  1095. | #define realloc rpl_realloc
  1096. | #define HAVE_STDLIB_H 1
  1097. | /* end confdefs.h.  */
  1098. | #if defined STDC_HEADERS || defined HAVE_STDLIB_H
  1099. | # include <stdlib.h>
  1100. | #else
  1101. | char *malloc ();
  1102. | #endif
  1103. |
  1104. | int
  1105. | main ()
  1106. | {
  1107. | return ! malloc (0);
  1108. |   ;
  1109. |   return 0;
  1110. | }
  1111. configure:17689: result: no
  1112. configure:17714: checking sys/select.h usability
  1113. configure:17714: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1114. configure:17714: $? = 0
  1115. configure:17714: result: yes
  1116. configure:17714: checking sys/select.h presence
  1117. configure:17714: gcc -E  conftest.c
  1118. configure:17714: $? = 0
  1119. configure:17714: result: yes
  1120. configure:17714: checking for sys/select.h
  1121. configure:17714: result: yes
  1122. configure:17714: checking sys/socket.h usability
  1123. configure:17714: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1124. configure:17714: $? = 0
  1125. configure:17714: result: yes
  1126. configure:17714: checking sys/socket.h presence
  1127. configure:17714: gcc -E  conftest.c
  1128. configure:17714: $? = 0
  1129. configure:17714: result: yes
  1130. configure:17714: checking for sys/socket.h
  1131. configure:17714: result: yes
  1132. configure:17724: checking types of arguments for select
  1133. configure:17752: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1134. configure:17752: $? = 0
  1135. configure:17763: result: int,fd_set *,struct timeval *
  1136. configure:17787: checking for lrint
  1137. configure:17813: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c -lm >&5
  1138. configure:17813: $? = 0
  1139. configure:17825: result: yes
  1140. configure:17834: checking for lrintf
  1141. configure:17860: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c -lm >&5
  1142. configure:17860: $? = 0
  1143. configure:17872: result: yes
  1144. configure:17881: checking for llrint
  1145. configure:17907: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c -lm >&5
  1146. configure:17907: $? = 0
  1147. configure:17919: result: yes
  1148. configure:17928: checking for llrintf
  1149. configure:17954: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c -lm >&5
  1150. configure:17954: $? = 0
  1151. configure:17966: result: yes
  1152. configure:17985: checking if have C99 struct flexible array support
  1153. configure:18011: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  1154. configure:18011: $? = 0
  1155. configure:18020: result: yes
  1156. configure:18027: checking checking for aligned_alloc
  1157. configure:18048: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer  -Werror   -fsanitize=address conftest.c  >&5
  1158. configure:18048: $? = 0
  1159. configure:18056: result: yes
  1160. configure:18068: checking for memalign
  1161. configure:18068: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  1162. configure:18068: $? = 0
  1163. configure:18068: result: yes
  1164. configure:18079: checking for posix_memalign
  1165. configure:18079: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  1166. conftest.c:68:6: warning: conflicting types for built-in function 'posix_memalign'
  1167.  char posix_memalign ();
  1168.       ^~~~~~~~~~~~~~
  1169. configure:18079: $? = 0
  1170. configure:18079: result: yes
  1171. configure:18090: checking for memmove
  1172. configure:18090: result: yes
  1173. configure:18101: checking for memset
  1174. configure:18101: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  1175. conftest.c:70:6: warning: conflicting types for built-in function 'memset'
  1176.  char memset ();
  1177.       ^~~~~~
  1178. configure:18101: $? = 0
  1179. configure:18101: result: yes
  1180. configure:18112: checking for select
  1181. configure:18112: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  1182. configure:18112: $? = 0
  1183. configure:18112: result: yes
  1184. configure:18123: checking for strcasecmp
  1185. configure:18123: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  1186. conftest.c:72:6: warning: conflicting types for built-in function 'strcasecmp'
  1187.  char strcasecmp ();
  1188.       ^~~~~~~~~~
  1189. configure:18123: $? = 0
  1190. configure:18123: result: yes
  1191. configure:18134: checking for strchr
  1192. configure:18134: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  1193. conftest.c:73:6: warning: conflicting types for built-in function 'strchr'
  1194.  char strchr ();
  1195.       ^~~~~~
  1196. configure:18134: $? = 0
  1197. configure:18134: result: yes
  1198. configure:18145: checking for strdup
  1199. configure:18145: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  1200. conftest.c:74:6: warning: conflicting types for built-in function 'strdup'
  1201.  char strdup ();
  1202.       ^~~~~~
  1203. configure:18145: $? = 0
  1204. configure:18145: result: yes
  1205. configure:18156: checking for strerror
  1206. configure:18156: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  1207. configure:18156: $? = 0
  1208. configure:18156: result: yes
  1209. configure:18167: checking for strstr
  1210. configure:18167: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  1211. conftest.c:76:6: warning: conflicting types for built-in function 'strstr'
  1212.  char strstr ();
  1213.       ^~~~~~
  1214. configure:18167: $? = 0
  1215. configure:18167: result: yes
  1216. configure:18178: checking for strtol
  1217. configure:18178: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  1218. configure:18178: $? = 0
  1219. configure:18178: result: yes
  1220. configure:18189: checking for gettimeofday
  1221. configure:18189: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  1222. configure:18189: $? = 0
  1223. configure:18189: result: yes
  1224. configure:18200: checking for drand48
  1225. configure:18200: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer    -fsanitize=address conftest.c  >&5
  1226. configure:18200: $? = 0
  1227. configure:18200: result: yes
  1228. configure:18210: checking for ANSI C header files
  1229. configure:18314: result: yes
  1230. configure:18322: checking for sys/wait.h that is POSIX.1 compatible
  1231. configure:18348: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1232. configure:18348: $? = 0
  1233. configure:18355: result: yes
  1234. configure:18363: checking whether time.h and sys/time.h may both be included
  1235. configure:18383: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1236. configure:18383: $? = 0
  1237. configure:18390: result: yes
  1238. configure:18402: checking socket.h usability
  1239. configure:18402: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1240. conftest.c:93:20: fatal error: socket.h: No such file or directory
  1241.  #include <socket.h>
  1242.                     ^
  1243. compilation terminated.
  1244. configure:18402: $? = 1
  1245. configure: failed program was:
  1246. | /* confdefs.h */
  1247. | #define PACKAGE_NAME "spandsp"
  1248. | #define PACKAGE_TARNAME "spandsp"
  1249. | #define PACKAGE_VERSION "1.99.0"
  1250. | #define PACKAGE_STRING "spandsp 1.99.0"
  1251. | #define PACKAGE_BUGREPORT ""
  1252. | #define PACKAGE_URL ""
  1253. | #define PACKAGE "spandsp"
  1254. | #define VERSION "1.99.0"
  1255. | #define STDC_HEADERS 1
  1256. | #define HAVE_SYS_TYPES_H 1
  1257. | #define HAVE_SYS_STAT_H 1
  1258. | #define HAVE_STDLIB_H 1
  1259. | #define HAVE_STRING_H 1
  1260. | #define HAVE_MEMORY_H 1
  1261. | #define HAVE_STRINGS_H 1
  1262. | #define HAVE_INTTYPES_H 1
  1263. | #define HAVE_STDINT_H 1
  1264. | #define HAVE_UNISTD_H 1
  1265. | #define HAVE_DLFCN_H 1
  1266. | #define LT_OBJDIR ".libs/"
  1267. | #define HAVE_LONG_LONG 1
  1268. | #define HAVE_LONG_DOUBLE 1
  1269. | #define RETSIGTYPE void
  1270. | #define HAVE_VPRINTF 1
  1271. | #define HAVE_MEMMOVE 1
  1272. | #define HAVE_STDLIB_H 1
  1273. | #define HAVE_REALLOC 0
  1274. | #define realloc rpl_realloc
  1275. | #define HAVE_STDLIB_H 1
  1276. | #define HAVE_MALLOC 0
  1277. | #define malloc rpl_malloc
  1278. | #define HAVE_SYS_SELECT_H 1
  1279. | #define HAVE_SYS_SOCKET_H 1
  1280. | #define SELECT_TYPE_ARG1 int
  1281. | #define SELECT_TYPE_ARG234 (fd_set *)
  1282. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1283. | #define HAVE_LRINT 1
  1284. | #define HAVE_LRINTF 1
  1285. | #define HAVE_LLRINT 1
  1286. | #define HAVE_LLRINTF 1
  1287. | #define HAVE_ALIGNED_ALLOC 1
  1288. | #define HAVE_MEMALIGN 1
  1289. | #define HAVE_POSIX_MEMALIGN 1
  1290. | #define HAVE_MEMMOVE 1
  1291. | #define HAVE_MEMSET 1
  1292. | #define HAVE_SELECT 1
  1293. | #define HAVE_STRCASECMP 1
  1294. | #define HAVE_STRCHR 1
  1295. | #define HAVE_STRDUP 1
  1296. | #define HAVE_STRERROR 1
  1297. | #define HAVE_STRSTR 1
  1298. | #define HAVE_STRTOL 1
  1299. | #define HAVE_GETTIMEOFDAY 1
  1300. | #define HAVE_DRAND48 1
  1301. | #define STDC_HEADERS 1
  1302. | #define HAVE_SYS_WAIT_H 1
  1303. | #define TIME_WITH_SYS_TIME 1
  1304. | /* end confdefs.h.  */
  1305. | #include <stdio.h>
  1306. | #ifdef HAVE_SYS_TYPES_H
  1307. | # include <sys/types.h>
  1308. | #endif
  1309. | #ifdef HAVE_SYS_STAT_H
  1310. | # include <sys/stat.h>
  1311. | #endif
  1312. | #ifdef STDC_HEADERS
  1313. | # include <stdlib.h>
  1314. | # include <stddef.h>
  1315. | #else
  1316. | # ifdef HAVE_STDLIB_H
  1317. | #  include <stdlib.h>
  1318. | # endif
  1319. | #endif
  1320. | #ifdef HAVE_STRING_H
  1321. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1322. | #  include <memory.h>
  1323. | # endif
  1324. | # include <string.h>
  1325. | #endif
  1326. | #ifdef HAVE_STRINGS_H
  1327. | # include <strings.h>
  1328. | #endif
  1329. | #ifdef HAVE_INTTYPES_H
  1330. | # include <inttypes.h>
  1331. | #endif
  1332. | #ifdef HAVE_STDINT_H
  1333. | # include <stdint.h>
  1334. | #endif
  1335. | #ifdef HAVE_UNISTD_H
  1336. | # include <unistd.h>
  1337. | #endif
  1338. | #include <socket.h>
  1339. configure:18402: result: no
  1340. configure:18402: checking socket.h presence
  1341. configure:18402: gcc -E  conftest.c
  1342. conftest.c:60:20: fatal error: socket.h: No such file or directory
  1343.  #include <socket.h>
  1344.                     ^
  1345. compilation terminated.
  1346. configure:18402: $? = 1
  1347. configure: failed program was:
  1348. | /* confdefs.h */
  1349. | #define PACKAGE_NAME "spandsp"
  1350. | #define PACKAGE_TARNAME "spandsp"
  1351. | #define PACKAGE_VERSION "1.99.0"
  1352. | #define PACKAGE_STRING "spandsp 1.99.0"
  1353. | #define PACKAGE_BUGREPORT ""
  1354. | #define PACKAGE_URL ""
  1355. | #define PACKAGE "spandsp"
  1356. | #define VERSION "1.99.0"
  1357. | #define STDC_HEADERS 1
  1358. | #define HAVE_SYS_TYPES_H 1
  1359. | #define HAVE_SYS_STAT_H 1
  1360. | #define HAVE_STDLIB_H 1
  1361. | #define HAVE_STRING_H 1
  1362. | #define HAVE_MEMORY_H 1
  1363. | #define HAVE_STRINGS_H 1
  1364. | #define HAVE_INTTYPES_H 1
  1365. | #define HAVE_STDINT_H 1
  1366. | #define HAVE_UNISTD_H 1
  1367. | #define HAVE_DLFCN_H 1
  1368. | #define LT_OBJDIR ".libs/"
  1369. | #define HAVE_LONG_LONG 1
  1370. | #define HAVE_LONG_DOUBLE 1
  1371. | #define RETSIGTYPE void
  1372. | #define HAVE_VPRINTF 1
  1373. | #define HAVE_MEMMOVE 1
  1374. | #define HAVE_STDLIB_H 1
  1375. | #define HAVE_REALLOC 0
  1376. | #define realloc rpl_realloc
  1377. | #define HAVE_STDLIB_H 1
  1378. | #define HAVE_MALLOC 0
  1379. | #define malloc rpl_malloc
  1380. | #define HAVE_SYS_SELECT_H 1
  1381. | #define HAVE_SYS_SOCKET_H 1
  1382. | #define SELECT_TYPE_ARG1 int
  1383. | #define SELECT_TYPE_ARG234 (fd_set *)
  1384. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1385. | #define HAVE_LRINT 1
  1386. | #define HAVE_LRINTF 1
  1387. | #define HAVE_LLRINT 1
  1388. | #define HAVE_LLRINTF 1
  1389. | #define HAVE_ALIGNED_ALLOC 1
  1390. | #define HAVE_MEMALIGN 1
  1391. | #define HAVE_POSIX_MEMALIGN 1
  1392. | #define HAVE_MEMMOVE 1
  1393. | #define HAVE_MEMSET 1
  1394. | #define HAVE_SELECT 1
  1395. | #define HAVE_STRCASECMP 1
  1396. | #define HAVE_STRCHR 1
  1397. | #define HAVE_STRDUP 1
  1398. | #define HAVE_STRERROR 1
  1399. | #define HAVE_STRSTR 1
  1400. | #define HAVE_STRTOL 1
  1401. | #define HAVE_GETTIMEOFDAY 1
  1402. | #define HAVE_DRAND48 1
  1403. | #define STDC_HEADERS 1
  1404. | #define HAVE_SYS_WAIT_H 1
  1405. | #define TIME_WITH_SYS_TIME 1
  1406. | /* end confdefs.h.  */
  1407. | #include <socket.h>
  1408. configure:18402: result: no
  1409. configure:18402: checking for socket.h
  1410. configure:18402: result: no
  1411. configure:18414: checking for inttypes.h
  1412. configure:18414: result: yes
  1413. configure:18426: checking for stdint.h
  1414. configure:18426: result: yes
  1415. configure:18438: checking stdatomic.h usability
  1416. configure:18438: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1417. configure:18438: $? = 0
  1418. configure:18438: result: yes
  1419. configure:18438: checking stdatomic.h presence
  1420. configure:18438: gcc -E  conftest.c
  1421. configure:18438: $? = 0
  1422. configure:18438: result: yes
  1423. configure:18438: checking for stdatomic.h
  1424. configure:18438: result: yes
  1425. configure:18450: checking stdbool.h usability
  1426. configure:18450: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1427. configure:18450: $? = 0
  1428. configure:18450: result: yes
  1429. configure:18450: checking stdbool.h presence
  1430. configure:18450: gcc -E  conftest.c
  1431. configure:18450: $? = 0
  1432. configure:18450: result: yes
  1433. configure:18450: checking for stdbool.h
  1434. configure:18450: result: yes
  1435. configure:18464: checking stdfix.h usability
  1436. configure:18464: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1437. configure:18464: $? = 0
  1438. configure:18464: result: yes
  1439. configure:18464: checking stdfix.h presence
  1440. configure:18464: gcc -E  conftest.c
  1441. configure:18464: $? = 0
  1442. configure:18464: result: yes
  1443. configure:18464: checking for stdfix.h
  1444. configure:18464: result: yes
  1445. configure:18476: checking for unistd.h
  1446. configure:18476: result: yes
  1447. configure:18488: checking for stdlib.h
  1448. configure:18488: result: yes
  1449. configure:18500: checking for string.h
  1450. configure:18500: result: yes
  1451. configure:18512: checking for strings.h
  1452. configure:18512: result: yes
  1453. configure:18524: checking malloc.h usability
  1454. configure:18524: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1455. configure:18524: $? = 0
  1456. configure:18524: result: yes
  1457. configure:18524: checking malloc.h presence
  1458. configure:18524: gcc -E  conftest.c
  1459. configure:18524: $? = 0
  1460. configure:18524: result: yes
  1461. configure:18524: checking for malloc.h
  1462. configure:18524: result: yes
  1463. configure:18536: checking math.h usability
  1464. configure:18536: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1465. configure:18536: $? = 0
  1466. configure:18536: result: yes
  1467. configure:18536: checking math.h presence
  1468. configure:18536: gcc -E  conftest.c
  1469. configure:18536: $? = 0
  1470. configure:18536: result: yes
  1471. configure:18536: checking for math.h
  1472. configure:18536: result: yes
  1473. configure:18548: checking float.h usability
  1474. configure:18548: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1475. configure:18548: $? = 0
  1476. configure:18548: result: yes
  1477. configure:18548: checking float.h presence
  1478. configure:18548: gcc -E  conftest.c
  1479. configure:18548: $? = 0
  1480. configure:18548: result: yes
  1481. configure:18548: checking for float.h
  1482. configure:18548: result: yes
  1483. configure:18560: checking fcntl.h usability
  1484. configure:18560: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1485. configure:18560: $? = 0
  1486. configure:18560: result: yes
  1487. configure:18560: checking fcntl.h presence
  1488. configure:18560: gcc -E  conftest.c
  1489. configure:18560: $? = 0
  1490. configure:18560: result: yes
  1491. configure:18560: checking for fcntl.h
  1492. configure:18560: result: yes
  1493. configure:18572: checking sys/time.h usability
  1494. configure:18572: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1495. configure:18572: $? = 0
  1496. configure:18572: result: yes
  1497. configure:18572: checking sys/time.h presence
  1498. configure:18572: gcc -E  conftest.c
  1499. configure:18572: $? = 0
  1500. configure:18572: result: yes
  1501. configure:18572: checking for sys/time.h
  1502. configure:18572: result: yes
  1503. configure:18584: checking for sys/select.h
  1504. configure:18584: result: yes
  1505. configure:18596: checking sys/ioctl.h usability
  1506. configure:18596: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1507. configure:18596: $? = 0
  1508. configure:18596: result: yes
  1509. configure:18596: checking sys/ioctl.h presence
  1510. configure:18596: gcc -E  conftest.c
  1511. configure:18596: $? = 0
  1512. configure:18596: result: yes
  1513. configure:18596: checking for sys/ioctl.h
  1514. configure:18596: result: yes
  1515. configure:18608: checking sys/fcntl.h usability
  1516. configure:18608: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1517. configure:18608: $? = 0
  1518. configure:18608: result: yes
  1519. configure:18608: checking sys/fcntl.h presence
  1520. configure:18608: gcc -E  conftest.c
  1521. configure:18608: $? = 0
  1522. configure:18608: result: yes
  1523. configure:18608: checking for sys/fcntl.h
  1524. configure:18608: result: yes
  1525. configure:18620: checking sndfile.h usability
  1526. configure:18620: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1527. configure:18620: $? = 0
  1528. configure:18620: result: yes
  1529. configure:18620: checking sndfile.h presence
  1530. configure:18620: gcc -E  conftest.c
  1531. configure:18620: $? = 0
  1532. configure:18620: result: yes
  1533. configure:18620: checking for sndfile.h
  1534. configure:18620: result: yes
  1535. configure:18632: checking fenv.h usability
  1536. configure:18632: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1537. configure:18632: $? = 0
  1538. configure:18632: result: yes
  1539. configure:18632: checking fenv.h presence
  1540. configure:18632: gcc -E  conftest.c
  1541. configure:18632: $? = 0
  1542. configure:18632: result: yes
  1543. configure:18632: checking for fenv.h
  1544. configure:18632: result: yes
  1545. configure:18644: checking fftw3.h usability
  1546. configure:18644: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1547. conftest.c:112:19: fatal error: fftw3.h: No such file or directory
  1548.  #include <fftw3.h>
  1549.                    ^
  1550. compilation terminated.
  1551. configure:18644: $? = 1
  1552. configure: failed program was:
  1553. | /* confdefs.h */
  1554. | #define PACKAGE_NAME "spandsp"
  1555. | #define PACKAGE_TARNAME "spandsp"
  1556. | #define PACKAGE_VERSION "1.99.0"
  1557. | #define PACKAGE_STRING "spandsp 1.99.0"
  1558. | #define PACKAGE_BUGREPORT ""
  1559. | #define PACKAGE_URL ""
  1560. | #define PACKAGE "spandsp"
  1561. | #define VERSION "1.99.0"
  1562. | #define STDC_HEADERS 1
  1563. | #define HAVE_SYS_TYPES_H 1
  1564. | #define HAVE_SYS_STAT_H 1
  1565. | #define HAVE_STDLIB_H 1
  1566. | #define HAVE_STRING_H 1
  1567. | #define HAVE_MEMORY_H 1
  1568. | #define HAVE_STRINGS_H 1
  1569. | #define HAVE_INTTYPES_H 1
  1570. | #define HAVE_STDINT_H 1
  1571. | #define HAVE_UNISTD_H 1
  1572. | #define HAVE_DLFCN_H 1
  1573. | #define LT_OBJDIR ".libs/"
  1574. | #define HAVE_LONG_LONG 1
  1575. | #define HAVE_LONG_DOUBLE 1
  1576. | #define RETSIGTYPE void
  1577. | #define HAVE_VPRINTF 1
  1578. | #define HAVE_MEMMOVE 1
  1579. | #define HAVE_STDLIB_H 1
  1580. | #define HAVE_REALLOC 0
  1581. | #define realloc rpl_realloc
  1582. | #define HAVE_STDLIB_H 1
  1583. | #define HAVE_MALLOC 0
  1584. | #define malloc rpl_malloc
  1585. | #define HAVE_SYS_SELECT_H 1
  1586. | #define HAVE_SYS_SOCKET_H 1
  1587. | #define SELECT_TYPE_ARG1 int
  1588. | #define SELECT_TYPE_ARG234 (fd_set *)
  1589. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1590. | #define HAVE_LRINT 1
  1591. | #define HAVE_LRINTF 1
  1592. | #define HAVE_LLRINT 1
  1593. | #define HAVE_LLRINTF 1
  1594. | #define HAVE_ALIGNED_ALLOC 1
  1595. | #define HAVE_MEMALIGN 1
  1596. | #define HAVE_POSIX_MEMALIGN 1
  1597. | #define HAVE_MEMMOVE 1
  1598. | #define HAVE_MEMSET 1
  1599. | #define HAVE_SELECT 1
  1600. | #define HAVE_STRCASECMP 1
  1601. | #define HAVE_STRCHR 1
  1602. | #define HAVE_STRDUP 1
  1603. | #define HAVE_STRERROR 1
  1604. | #define HAVE_STRSTR 1
  1605. | #define HAVE_STRTOL 1
  1606. | #define HAVE_GETTIMEOFDAY 1
  1607. | #define HAVE_DRAND48 1
  1608. | #define STDC_HEADERS 1
  1609. | #define HAVE_SYS_WAIT_H 1
  1610. | #define TIME_WITH_SYS_TIME 1
  1611. | #define HAVE_INTTYPES_H 1
  1612. | #define HAVE_STDINT_H 1
  1613. | #define HAVE_STDATOMIC_H 1
  1614. | #define HAVE_STDBOOL_H 1
  1615. | #define HAVE_STDFIX_H 1
  1616. | #define HAVE_UNISTD_H 1
  1617. | #define HAVE_STDLIB_H 1
  1618. | #define HAVE_STRING_H 1
  1619. | #define HAVE_STRINGS_H 1
  1620. | #define HAVE_MALLOC_H 1
  1621. | #define HAVE_MATH_H 1
  1622. | #define HAVE_FLOAT_H 1
  1623. | #define HAVE_FCNTL_H 1
  1624. | #define HAVE_SYS_TIME_H 1
  1625. | #define HAVE_SYS_SELECT_H 1
  1626. | #define HAVE_SYS_IOCTL_H 1
  1627. | #define HAVE_SYS_FCNTL_H 1
  1628. | #define HAVE_SNDFILE_H 1
  1629. | #define HAVE_FENV_H 1
  1630. | /* end confdefs.h.  */
  1631. | #include <stdio.h>
  1632. | #ifdef HAVE_SYS_TYPES_H
  1633. | # include <sys/types.h>
  1634. | #endif
  1635. | #ifdef HAVE_SYS_STAT_H
  1636. | # include <sys/stat.h>
  1637. | #endif
  1638. | #ifdef STDC_HEADERS
  1639. | # include <stdlib.h>
  1640. | # include <stddef.h>
  1641. | #else
  1642. | # ifdef HAVE_STDLIB_H
  1643. | #  include <stdlib.h>
  1644. | # endif
  1645. | #endif
  1646. | #ifdef HAVE_STRING_H
  1647. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1648. | #  include <memory.h>
  1649. | # endif
  1650. | # include <string.h>
  1651. | #endif
  1652. | #ifdef HAVE_STRINGS_H
  1653. | # include <strings.h>
  1654. | #endif
  1655. | #ifdef HAVE_INTTYPES_H
  1656. | # include <inttypes.h>
  1657. | #endif
  1658. | #ifdef HAVE_STDINT_H
  1659. | # include <stdint.h>
  1660. | #endif
  1661. | #ifdef HAVE_UNISTD_H
  1662. | # include <unistd.h>
  1663. | #endif
  1664. | #include <fftw3.h>
  1665. configure:18644: result: no
  1666. configure:18644: checking fftw3.h presence
  1667. configure:18644: gcc -E  conftest.c
  1668. conftest.c:79:19: fatal error: fftw3.h: No such file or directory
  1669.  #include <fftw3.h>
  1670.                    ^
  1671. compilation terminated.
  1672. configure:18644: $? = 1
  1673. configure: failed program was:
  1674. | /* confdefs.h */
  1675. | #define PACKAGE_NAME "spandsp"
  1676. | #define PACKAGE_TARNAME "spandsp"
  1677. | #define PACKAGE_VERSION "1.99.0"
  1678. | #define PACKAGE_STRING "spandsp 1.99.0"
  1679. | #define PACKAGE_BUGREPORT ""
  1680. | #define PACKAGE_URL ""
  1681. | #define PACKAGE "spandsp"
  1682. | #define VERSION "1.99.0"
  1683. | #define STDC_HEADERS 1
  1684. | #define HAVE_SYS_TYPES_H 1
  1685. | #define HAVE_SYS_STAT_H 1
  1686. | #define HAVE_STDLIB_H 1
  1687. | #define HAVE_STRING_H 1
  1688. | #define HAVE_MEMORY_H 1
  1689. | #define HAVE_STRINGS_H 1
  1690. | #define HAVE_INTTYPES_H 1
  1691. | #define HAVE_STDINT_H 1
  1692. | #define HAVE_UNISTD_H 1
  1693. | #define HAVE_DLFCN_H 1
  1694. | #define LT_OBJDIR ".libs/"
  1695. | #define HAVE_LONG_LONG 1
  1696. | #define HAVE_LONG_DOUBLE 1
  1697. | #define RETSIGTYPE void
  1698. | #define HAVE_VPRINTF 1
  1699. | #define HAVE_MEMMOVE 1
  1700. | #define HAVE_STDLIB_H 1
  1701. | #define HAVE_REALLOC 0
  1702. | #define realloc rpl_realloc
  1703. | #define HAVE_STDLIB_H 1
  1704. | #define HAVE_MALLOC 0
  1705. | #define malloc rpl_malloc
  1706. | #define HAVE_SYS_SELECT_H 1
  1707. | #define HAVE_SYS_SOCKET_H 1
  1708. | #define SELECT_TYPE_ARG1 int
  1709. | #define SELECT_TYPE_ARG234 (fd_set *)
  1710. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1711. | #define HAVE_LRINT 1
  1712. | #define HAVE_LRINTF 1
  1713. | #define HAVE_LLRINT 1
  1714. | #define HAVE_LLRINTF 1
  1715. | #define HAVE_ALIGNED_ALLOC 1
  1716. | #define HAVE_MEMALIGN 1
  1717. | #define HAVE_POSIX_MEMALIGN 1
  1718. | #define HAVE_MEMMOVE 1
  1719. | #define HAVE_MEMSET 1
  1720. | #define HAVE_SELECT 1
  1721. | #define HAVE_STRCASECMP 1
  1722. | #define HAVE_STRCHR 1
  1723. | #define HAVE_STRDUP 1
  1724. | #define HAVE_STRERROR 1
  1725. | #define HAVE_STRSTR 1
  1726. | #define HAVE_STRTOL 1
  1727. | #define HAVE_GETTIMEOFDAY 1
  1728. | #define HAVE_DRAND48 1
  1729. | #define STDC_HEADERS 1
  1730. | #define HAVE_SYS_WAIT_H 1
  1731. | #define TIME_WITH_SYS_TIME 1
  1732. | #define HAVE_INTTYPES_H 1
  1733. | #define HAVE_STDINT_H 1
  1734. | #define HAVE_STDATOMIC_H 1
  1735. | #define HAVE_STDBOOL_H 1
  1736. | #define HAVE_STDFIX_H 1
  1737. | #define HAVE_UNISTD_H 1
  1738. | #define HAVE_STDLIB_H 1
  1739. | #define HAVE_STRING_H 1
  1740. | #define HAVE_STRINGS_H 1
  1741. | #define HAVE_MALLOC_H 1
  1742. | #define HAVE_MATH_H 1
  1743. | #define HAVE_FLOAT_H 1
  1744. | #define HAVE_FCNTL_H 1
  1745. | #define HAVE_SYS_TIME_H 1
  1746. | #define HAVE_SYS_SELECT_H 1
  1747. | #define HAVE_SYS_IOCTL_H 1
  1748. | #define HAVE_SYS_FCNTL_H 1
  1749. | #define HAVE_SNDFILE_H 1
  1750. | #define HAVE_FENV_H 1
  1751. | /* end confdefs.h.  */
  1752. | #include <fftw3.h>
  1753. configure:18644: result: no
  1754. configure:18644: checking for fftw3.h
  1755. configure:18644: result: no
  1756. configure:18653: checking fftw.h usability
  1757. configure:18653: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1758. conftest.c:112:18: fatal error: fftw.h: No such file or directory
  1759.  #include <fftw.h>
  1760.                   ^
  1761. compilation terminated.
  1762. configure:18653: $? = 1
  1763. configure: failed program was:
  1764. | /* confdefs.h */
  1765. | #define PACKAGE_NAME "spandsp"
  1766. | #define PACKAGE_TARNAME "spandsp"
  1767. | #define PACKAGE_VERSION "1.99.0"
  1768. | #define PACKAGE_STRING "spandsp 1.99.0"
  1769. | #define PACKAGE_BUGREPORT ""
  1770. | #define PACKAGE_URL ""
  1771. | #define PACKAGE "spandsp"
  1772. | #define VERSION "1.99.0"
  1773. | #define STDC_HEADERS 1
  1774. | #define HAVE_SYS_TYPES_H 1
  1775. | #define HAVE_SYS_STAT_H 1
  1776. | #define HAVE_STDLIB_H 1
  1777. | #define HAVE_STRING_H 1
  1778. | #define HAVE_MEMORY_H 1
  1779. | #define HAVE_STRINGS_H 1
  1780. | #define HAVE_INTTYPES_H 1
  1781. | #define HAVE_STDINT_H 1
  1782. | #define HAVE_UNISTD_H 1
  1783. | #define HAVE_DLFCN_H 1
  1784. | #define LT_OBJDIR ".libs/"
  1785. | #define HAVE_LONG_LONG 1
  1786. | #define HAVE_LONG_DOUBLE 1
  1787. | #define RETSIGTYPE void
  1788. | #define HAVE_VPRINTF 1
  1789. | #define HAVE_MEMMOVE 1
  1790. | #define HAVE_STDLIB_H 1
  1791. | #define HAVE_REALLOC 0
  1792. | #define realloc rpl_realloc
  1793. | #define HAVE_STDLIB_H 1
  1794. | #define HAVE_MALLOC 0
  1795. | #define malloc rpl_malloc
  1796. | #define HAVE_SYS_SELECT_H 1
  1797. | #define HAVE_SYS_SOCKET_H 1
  1798. | #define SELECT_TYPE_ARG1 int
  1799. | #define SELECT_TYPE_ARG234 (fd_set *)
  1800. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1801. | #define HAVE_LRINT 1
  1802. | #define HAVE_LRINTF 1
  1803. | #define HAVE_LLRINT 1
  1804. | #define HAVE_LLRINTF 1
  1805. | #define HAVE_ALIGNED_ALLOC 1
  1806. | #define HAVE_MEMALIGN 1
  1807. | #define HAVE_POSIX_MEMALIGN 1
  1808. | #define HAVE_MEMMOVE 1
  1809. | #define HAVE_MEMSET 1
  1810. | #define HAVE_SELECT 1
  1811. | #define HAVE_STRCASECMP 1
  1812. | #define HAVE_STRCHR 1
  1813. | #define HAVE_STRDUP 1
  1814. | #define HAVE_STRERROR 1
  1815. | #define HAVE_STRSTR 1
  1816. | #define HAVE_STRTOL 1
  1817. | #define HAVE_GETTIMEOFDAY 1
  1818. | #define HAVE_DRAND48 1
  1819. | #define STDC_HEADERS 1
  1820. | #define HAVE_SYS_WAIT_H 1
  1821. | #define TIME_WITH_SYS_TIME 1
  1822. | #define HAVE_INTTYPES_H 1
  1823. | #define HAVE_STDINT_H 1
  1824. | #define HAVE_STDATOMIC_H 1
  1825. | #define HAVE_STDBOOL_H 1
  1826. | #define HAVE_STDFIX_H 1
  1827. | #define HAVE_UNISTD_H 1
  1828. | #define HAVE_STDLIB_H 1
  1829. | #define HAVE_STRING_H 1
  1830. | #define HAVE_STRINGS_H 1
  1831. | #define HAVE_MALLOC_H 1
  1832. | #define HAVE_MATH_H 1
  1833. | #define HAVE_FLOAT_H 1
  1834. | #define HAVE_FCNTL_H 1
  1835. | #define HAVE_SYS_TIME_H 1
  1836. | #define HAVE_SYS_SELECT_H 1
  1837. | #define HAVE_SYS_IOCTL_H 1
  1838. | #define HAVE_SYS_FCNTL_H 1
  1839. | #define HAVE_SNDFILE_H 1
  1840. | #define HAVE_FENV_H 1
  1841. | /* end confdefs.h.  */
  1842. | #include <stdio.h>
  1843. | #ifdef HAVE_SYS_TYPES_H
  1844. | # include <sys/types.h>
  1845. | #endif
  1846. | #ifdef HAVE_SYS_STAT_H
  1847. | # include <sys/stat.h>
  1848. | #endif
  1849. | #ifdef STDC_HEADERS
  1850. | # include <stdlib.h>
  1851. | # include <stddef.h>
  1852. | #else
  1853. | # ifdef HAVE_STDLIB_H
  1854. | #  include <stdlib.h>
  1855. | # endif
  1856. | #endif
  1857. | #ifdef HAVE_STRING_H
  1858. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1859. | #  include <memory.h>
  1860. | # endif
  1861. | # include <string.h>
  1862. | #endif
  1863. | #ifdef HAVE_STRINGS_H
  1864. | # include <strings.h>
  1865. | #endif
  1866. | #ifdef HAVE_INTTYPES_H
  1867. | # include <inttypes.h>
  1868. | #endif
  1869. | #ifdef HAVE_STDINT_H
  1870. | # include <stdint.h>
  1871. | #endif
  1872. | #ifdef HAVE_UNISTD_H
  1873. | # include <unistd.h>
  1874. | #endif
  1875. | #include <fftw.h>
  1876. configure:18653: result: no
  1877. configure:18653: checking fftw.h presence
  1878. configure:18653: gcc -E  conftest.c
  1879. conftest.c:79:18: fatal error: fftw.h: No such file or directory
  1880.  #include <fftw.h>
  1881.                   ^
  1882. compilation terminated.
  1883. configure:18653: $? = 1
  1884. configure: failed program was:
  1885. | /* confdefs.h */
  1886. | #define PACKAGE_NAME "spandsp"
  1887. | #define PACKAGE_TARNAME "spandsp"
  1888. | #define PACKAGE_VERSION "1.99.0"
  1889. | #define PACKAGE_STRING "spandsp 1.99.0"
  1890. | #define PACKAGE_BUGREPORT ""
  1891. | #define PACKAGE_URL ""
  1892. | #define PACKAGE "spandsp"
  1893. | #define VERSION "1.99.0"
  1894. | #define STDC_HEADERS 1
  1895. | #define HAVE_SYS_TYPES_H 1
  1896. | #define HAVE_SYS_STAT_H 1
  1897. | #define HAVE_STDLIB_H 1
  1898. | #define HAVE_STRING_H 1
  1899. | #define HAVE_MEMORY_H 1
  1900. | #define HAVE_STRINGS_H 1
  1901. | #define HAVE_INTTYPES_H 1
  1902. | #define HAVE_STDINT_H 1
  1903. | #define HAVE_UNISTD_H 1
  1904. | #define HAVE_DLFCN_H 1
  1905. | #define LT_OBJDIR ".libs/"
  1906. | #define HAVE_LONG_LONG 1
  1907. | #define HAVE_LONG_DOUBLE 1
  1908. | #define RETSIGTYPE void
  1909. | #define HAVE_VPRINTF 1
  1910. | #define HAVE_MEMMOVE 1
  1911. | #define HAVE_STDLIB_H 1
  1912. | #define HAVE_REALLOC 0
  1913. | #define realloc rpl_realloc
  1914. | #define HAVE_STDLIB_H 1
  1915. | #define HAVE_MALLOC 0
  1916. | #define malloc rpl_malloc
  1917. | #define HAVE_SYS_SELECT_H 1
  1918. | #define HAVE_SYS_SOCKET_H 1
  1919. | #define SELECT_TYPE_ARG1 int
  1920. | #define SELECT_TYPE_ARG234 (fd_set *)
  1921. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1922. | #define HAVE_LRINT 1
  1923. | #define HAVE_LRINTF 1
  1924. | #define HAVE_LLRINT 1
  1925. | #define HAVE_LLRINTF 1
  1926. | #define HAVE_ALIGNED_ALLOC 1
  1927. | #define HAVE_MEMALIGN 1
  1928. | #define HAVE_POSIX_MEMALIGN 1
  1929. | #define HAVE_MEMMOVE 1
  1930. | #define HAVE_MEMSET 1
  1931. | #define HAVE_SELECT 1
  1932. | #define HAVE_STRCASECMP 1
  1933. | #define HAVE_STRCHR 1
  1934. | #define HAVE_STRDUP 1
  1935. | #define HAVE_STRERROR 1
  1936. | #define HAVE_STRSTR 1
  1937. | #define HAVE_STRTOL 1
  1938. | #define HAVE_GETTIMEOFDAY 1
  1939. | #define HAVE_DRAND48 1
  1940. | #define STDC_HEADERS 1
  1941. | #define HAVE_SYS_WAIT_H 1
  1942. | #define TIME_WITH_SYS_TIME 1
  1943. | #define HAVE_INTTYPES_H 1
  1944. | #define HAVE_STDINT_H 1
  1945. | #define HAVE_STDATOMIC_H 1
  1946. | #define HAVE_STDBOOL_H 1
  1947. | #define HAVE_STDFIX_H 1
  1948. | #define HAVE_UNISTD_H 1
  1949. | #define HAVE_STDLIB_H 1
  1950. | #define HAVE_STRING_H 1
  1951. | #define HAVE_STRINGS_H 1
  1952. | #define HAVE_MALLOC_H 1
  1953. | #define HAVE_MATH_H 1
  1954. | #define HAVE_FLOAT_H 1
  1955. | #define HAVE_FCNTL_H 1
  1956. | #define HAVE_SYS_TIME_H 1
  1957. | #define HAVE_SYS_SELECT_H 1
  1958. | #define HAVE_SYS_IOCTL_H 1
  1959. | #define HAVE_SYS_FCNTL_H 1
  1960. | #define HAVE_SNDFILE_H 1
  1961. | #define HAVE_FENV_H 1
  1962. | /* end confdefs.h.  */
  1963. | #include <fftw.h>
  1964. configure:18653: result: no
  1965. configure:18653: checking for fftw.h
  1966. configure:18653: result: no
  1967. configure:18669: checking pcap.h usability
  1968. configure:18669: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  1969. conftest.c:112:18: fatal error: pcap.h: No such file or directory
  1970.  #include <pcap.h>
  1971.                   ^
  1972. compilation terminated.
  1973. configure:18669: $? = 1
  1974. configure: failed program was:
  1975. | /* confdefs.h */
  1976. | #define PACKAGE_NAME "spandsp"
  1977. | #define PACKAGE_TARNAME "spandsp"
  1978. | #define PACKAGE_VERSION "1.99.0"
  1979. | #define PACKAGE_STRING "spandsp 1.99.0"
  1980. | #define PACKAGE_BUGREPORT ""
  1981. | #define PACKAGE_URL ""
  1982. | #define PACKAGE "spandsp"
  1983. | #define VERSION "1.99.0"
  1984. | #define STDC_HEADERS 1
  1985. | #define HAVE_SYS_TYPES_H 1
  1986. | #define HAVE_SYS_STAT_H 1
  1987. | #define HAVE_STDLIB_H 1
  1988. | #define HAVE_STRING_H 1
  1989. | #define HAVE_MEMORY_H 1
  1990. | #define HAVE_STRINGS_H 1
  1991. | #define HAVE_INTTYPES_H 1
  1992. | #define HAVE_STDINT_H 1
  1993. | #define HAVE_UNISTD_H 1
  1994. | #define HAVE_DLFCN_H 1
  1995. | #define LT_OBJDIR ".libs/"
  1996. | #define HAVE_LONG_LONG 1
  1997. | #define HAVE_LONG_DOUBLE 1
  1998. | #define RETSIGTYPE void
  1999. | #define HAVE_VPRINTF 1
  2000. | #define HAVE_MEMMOVE 1
  2001. | #define HAVE_STDLIB_H 1
  2002. | #define HAVE_REALLOC 0
  2003. | #define realloc rpl_realloc
  2004. | #define HAVE_STDLIB_H 1
  2005. | #define HAVE_MALLOC 0
  2006. | #define malloc rpl_malloc
  2007. | #define HAVE_SYS_SELECT_H 1
  2008. | #define HAVE_SYS_SOCKET_H 1
  2009. | #define SELECT_TYPE_ARG1 int
  2010. | #define SELECT_TYPE_ARG234 (fd_set *)
  2011. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2012. | #define HAVE_LRINT 1
  2013. | #define HAVE_LRINTF 1
  2014. | #define HAVE_LLRINT 1
  2015. | #define HAVE_LLRINTF 1
  2016. | #define HAVE_ALIGNED_ALLOC 1
  2017. | #define HAVE_MEMALIGN 1
  2018. | #define HAVE_POSIX_MEMALIGN 1
  2019. | #define HAVE_MEMMOVE 1
  2020. | #define HAVE_MEMSET 1
  2021. | #define HAVE_SELECT 1
  2022. | #define HAVE_STRCASECMP 1
  2023. | #define HAVE_STRCHR 1
  2024. | #define HAVE_STRDUP 1
  2025. | #define HAVE_STRERROR 1
  2026. | #define HAVE_STRSTR 1
  2027. | #define HAVE_STRTOL 1
  2028. | #define HAVE_GETTIMEOFDAY 1
  2029. | #define HAVE_DRAND48 1
  2030. | #define STDC_HEADERS 1
  2031. | #define HAVE_SYS_WAIT_H 1
  2032. | #define TIME_WITH_SYS_TIME 1
  2033. | #define HAVE_INTTYPES_H 1
  2034. | #define HAVE_STDINT_H 1
  2035. | #define HAVE_STDATOMIC_H 1
  2036. | #define HAVE_STDBOOL_H 1
  2037. | #define HAVE_STDFIX_H 1
  2038. | #define HAVE_UNISTD_H 1
  2039. | #define HAVE_STDLIB_H 1
  2040. | #define HAVE_STRING_H 1
  2041. | #define HAVE_STRINGS_H 1
  2042. | #define HAVE_MALLOC_H 1
  2043. | #define HAVE_MATH_H 1
  2044. | #define HAVE_FLOAT_H 1
  2045. | #define HAVE_FCNTL_H 1
  2046. | #define HAVE_SYS_TIME_H 1
  2047. | #define HAVE_SYS_SELECT_H 1
  2048. | #define HAVE_SYS_IOCTL_H 1
  2049. | #define HAVE_SYS_FCNTL_H 1
  2050. | #define HAVE_SNDFILE_H 1
  2051. | #define HAVE_FENV_H 1
  2052. | /* end confdefs.h.  */
  2053. | #include <stdio.h>
  2054. | #ifdef HAVE_SYS_TYPES_H
  2055. | # include <sys/types.h>
  2056. | #endif
  2057. | #ifdef HAVE_SYS_STAT_H
  2058. | # include <sys/stat.h>
  2059. | #endif
  2060. | #ifdef STDC_HEADERS
  2061. | # include <stdlib.h>
  2062. | # include <stddef.h>
  2063. | #else
  2064. | # ifdef HAVE_STDLIB_H
  2065. | #  include <stdlib.h>
  2066. | # endif
  2067. | #endif
  2068. | #ifdef HAVE_STRING_H
  2069. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2070. | #  include <memory.h>
  2071. | # endif
  2072. | # include <string.h>
  2073. | #endif
  2074. | #ifdef HAVE_STRINGS_H
  2075. | # include <strings.h>
  2076. | #endif
  2077. | #ifdef HAVE_INTTYPES_H
  2078. | # include <inttypes.h>
  2079. | #endif
  2080. | #ifdef HAVE_STDINT_H
  2081. | # include <stdint.h>
  2082. | #endif
  2083. | #ifdef HAVE_UNISTD_H
  2084. | # include <unistd.h>
  2085. | #endif
  2086. | #include <pcap.h>
  2087. configure:18669: result: no
  2088. configure:18669: checking pcap.h presence
  2089. configure:18669: gcc -E  conftest.c
  2090. conftest.c:79:18: fatal error: pcap.h: No such file or directory
  2091.  #include <pcap.h>
  2092.                   ^
  2093. compilation terminated.
  2094. configure:18669: $? = 1
  2095. configure: failed program was:
  2096. | /* confdefs.h */
  2097. | #define PACKAGE_NAME "spandsp"
  2098. | #define PACKAGE_TARNAME "spandsp"
  2099. | #define PACKAGE_VERSION "1.99.0"
  2100. | #define PACKAGE_STRING "spandsp 1.99.0"
  2101. | #define PACKAGE_BUGREPORT ""
  2102. | #define PACKAGE_URL ""
  2103. | #define PACKAGE "spandsp"
  2104. | #define VERSION "1.99.0"
  2105. | #define STDC_HEADERS 1
  2106. | #define HAVE_SYS_TYPES_H 1
  2107. | #define HAVE_SYS_STAT_H 1
  2108. | #define HAVE_STDLIB_H 1
  2109. | #define HAVE_STRING_H 1
  2110. | #define HAVE_MEMORY_H 1
  2111. | #define HAVE_STRINGS_H 1
  2112. | #define HAVE_INTTYPES_H 1
  2113. | #define HAVE_STDINT_H 1
  2114. | #define HAVE_UNISTD_H 1
  2115. | #define HAVE_DLFCN_H 1
  2116. | #define LT_OBJDIR ".libs/"
  2117. | #define HAVE_LONG_LONG 1
  2118. | #define HAVE_LONG_DOUBLE 1
  2119. | #define RETSIGTYPE void
  2120. | #define HAVE_VPRINTF 1
  2121. | #define HAVE_MEMMOVE 1
  2122. | #define HAVE_STDLIB_H 1
  2123. | #define HAVE_REALLOC 0
  2124. | #define realloc rpl_realloc
  2125. | #define HAVE_STDLIB_H 1
  2126. | #define HAVE_MALLOC 0
  2127. | #define malloc rpl_malloc
  2128. | #define HAVE_SYS_SELECT_H 1
  2129. | #define HAVE_SYS_SOCKET_H 1
  2130. | #define SELECT_TYPE_ARG1 int
  2131. | #define SELECT_TYPE_ARG234 (fd_set *)
  2132. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2133. | #define HAVE_LRINT 1
  2134. | #define HAVE_LRINTF 1
  2135. | #define HAVE_LLRINT 1
  2136. | #define HAVE_LLRINTF 1
  2137. | #define HAVE_ALIGNED_ALLOC 1
  2138. | #define HAVE_MEMALIGN 1
  2139. | #define HAVE_POSIX_MEMALIGN 1
  2140. | #define HAVE_MEMMOVE 1
  2141. | #define HAVE_MEMSET 1
  2142. | #define HAVE_SELECT 1
  2143. | #define HAVE_STRCASECMP 1
  2144. | #define HAVE_STRCHR 1
  2145. | #define HAVE_STRDUP 1
  2146. | #define HAVE_STRERROR 1
  2147. | #define HAVE_STRSTR 1
  2148. | #define HAVE_STRTOL 1
  2149. | #define HAVE_GETTIMEOFDAY 1
  2150. | #define HAVE_DRAND48 1
  2151. | #define STDC_HEADERS 1
  2152. | #define HAVE_SYS_WAIT_H 1
  2153. | #define TIME_WITH_SYS_TIME 1
  2154. | #define HAVE_INTTYPES_H 1
  2155. | #define HAVE_STDINT_H 1
  2156. | #define HAVE_STDATOMIC_H 1
  2157. | #define HAVE_STDBOOL_H 1
  2158. | #define HAVE_STDFIX_H 1
  2159. | #define HAVE_UNISTD_H 1
  2160. | #define HAVE_STDLIB_H 1
  2161. | #define HAVE_STRING_H 1
  2162. | #define HAVE_STRINGS_H 1
  2163. | #define HAVE_MALLOC_H 1
  2164. | #define HAVE_MATH_H 1
  2165. | #define HAVE_FLOAT_H 1
  2166. | #define HAVE_FCNTL_H 1
  2167. | #define HAVE_SYS_TIME_H 1
  2168. | #define HAVE_SYS_SELECT_H 1
  2169. | #define HAVE_SYS_IOCTL_H 1
  2170. | #define HAVE_SYS_FCNTL_H 1
  2171. | #define HAVE_SNDFILE_H 1
  2172. | #define HAVE_FENV_H 1
  2173. | /* end confdefs.h.  */
  2174. | #include <pcap.h>
  2175. configure:18669: result: no
  2176. configure:18669: checking for pcap.h
  2177. configure:18669: result: no
  2178. configure:18681: checking pthread.h usability
  2179. configure:18681: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  2180. configure:18681: $? = 0
  2181. configure:18681: result: yes
  2182. configure:18681: checking pthread.h presence
  2183. configure:18681: gcc -E  conftest.c
  2184. configure:18681: $? = 0
  2185. configure:18681: result: yes
  2186. configure:18681: checking for pthread.h
  2187. configure:18681: result: yes
  2188. configure:18702: checking tgmath.h usability
  2189. configure:18702: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  2190. configure:18702: $? = 0
  2191. configure:18702: result: yes
  2192. configure:18702: checking tgmath.h presence
  2193. configure:18702: gcc -E  conftest.c
  2194. configure:18702: $? = 0
  2195. configure:18702: result: yes
  2196. configure:18702: checking for tgmath.h
  2197. configure:18702: result: yes
  2198. configure:18719: checking X11/X.h usability
  2199. configure:18719: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  2200. configure:18719: $? = 0
  2201. configure:18719: result: yes
  2202. configure:18719: checking X11/X.h presence
  2203. configure:18719: gcc -E  conftest.c
  2204. configure:18719: $? = 0
  2205. configure:18719: result: yes
  2206. configure:18719: checking for X11/X.h
  2207. configure:18719: result: yes
  2208. configure:18732: checking for libxml/xmlmemory.h
  2209. configure:18747: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   conftest.c >&5
  2210. conftest.c:82:30: fatal error: libxml/xmlmemory.h: No such file or directory
  2211.  #include <libxml/xmlmemory.h>
  2212.                               ^
  2213. compilation terminated.
  2214. configure:18747: $? = 1
  2215. configure: failed program was:
  2216. | /* confdefs.h */
  2217. | #define PACKAGE_NAME "spandsp"
  2218. | #define PACKAGE_TARNAME "spandsp"
  2219. | #define PACKAGE_VERSION "1.99.0"
  2220. | #define PACKAGE_STRING "spandsp 1.99.0"
  2221. | #define PACKAGE_BUGREPORT ""
  2222. | #define PACKAGE_URL ""
  2223. | #define PACKAGE "spandsp"
  2224. | #define VERSION "1.99.0"
  2225. | #define STDC_HEADERS 1
  2226. | #define HAVE_SYS_TYPES_H 1
  2227. | #define HAVE_SYS_STAT_H 1
  2228. | #define HAVE_STDLIB_H 1
  2229. | #define HAVE_STRING_H 1
  2230. | #define HAVE_MEMORY_H 1
  2231. | #define HAVE_STRINGS_H 1
  2232. | #define HAVE_INTTYPES_H 1
  2233. | #define HAVE_STDINT_H 1
  2234. | #define HAVE_UNISTD_H 1
  2235. | #define HAVE_DLFCN_H 1
  2236. | #define LT_OBJDIR ".libs/"
  2237. | #define HAVE_LONG_LONG 1
  2238. | #define HAVE_LONG_DOUBLE 1
  2239. | #define RETSIGTYPE void
  2240. | #define HAVE_VPRINTF 1
  2241. | #define HAVE_MEMMOVE 1
  2242. | #define HAVE_STDLIB_H 1
  2243. | #define HAVE_REALLOC 0
  2244. | #define realloc rpl_realloc
  2245. | #define HAVE_STDLIB_H 1
  2246. | #define HAVE_MALLOC 0
  2247. | #define malloc rpl_malloc
  2248. | #define HAVE_SYS_SELECT_H 1
  2249. | #define HAVE_SYS_SOCKET_H 1
  2250. | #define SELECT_TYPE_ARG1 int
  2251. | #define SELECT_TYPE_ARG234 (fd_set *)
  2252. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2253. | #define HAVE_LRINT 1
  2254. | #define HAVE_LRINTF 1
  2255. | #define HAVE_LLRINT 1
  2256. | #define HAVE_LLRINTF 1
  2257. | #define HAVE_ALIGNED_ALLOC 1
  2258. | #define HAVE_MEMALIGN 1
  2259. | #define HAVE_POSIX_MEMALIGN 1
  2260. | #define HAVE_MEMMOVE 1
  2261. | #define HAVE_MEMSET 1
  2262. | #define HAVE_SELECT 1
  2263. | #define HAVE_STRCASECMP 1
  2264. | #define HAVE_STRCHR 1
  2265. | #define HAVE_STRDUP 1
  2266. | #define HAVE_STRERROR 1
  2267. | #define HAVE_STRSTR 1
  2268. | #define HAVE_STRTOL 1
  2269. | #define HAVE_GETTIMEOFDAY 1
  2270. | #define HAVE_DRAND48 1
  2271. | #define STDC_HEADERS 1
  2272. | #define HAVE_SYS_WAIT_H 1
  2273. | #define TIME_WITH_SYS_TIME 1
  2274. | #define HAVE_INTTYPES_H 1
  2275. | #define HAVE_STDINT_H 1
  2276. | #define HAVE_STDATOMIC_H 1
  2277. | #define HAVE_STDBOOL_H 1
  2278. | #define HAVE_STDFIX_H 1
  2279. | #define HAVE_UNISTD_H 1
  2280. | #define HAVE_STDLIB_H 1
  2281. | #define HAVE_STRING_H 1
  2282. | #define HAVE_STRINGS_H 1
  2283. | #define HAVE_MALLOC_H 1
  2284. | #define HAVE_MATH_H 1
  2285. | #define HAVE_FLOAT_H 1
  2286. | #define HAVE_FCNTL_H 1
  2287. | #define HAVE_SYS_TIME_H 1
  2288. | #define HAVE_SYS_SELECT_H 1
  2289. | #define HAVE_SYS_IOCTL_H 1
  2290. | #define HAVE_SYS_FCNTL_H 1
  2291. | #define HAVE_SNDFILE_H 1
  2292. | #define HAVE_FENV_H 1
  2293. | #define HAVE_PTHREAD_H 1
  2294. | #define HAVE_TGMATH_H 1
  2295. | #define HAVE_X11_X_H 1
  2296. | /* end confdefs.h.  */
  2297. | #include <libxml/xmlmemory.h>
  2298. | int
  2299. | main ()
  2300. | {
  2301. | int a = 1;
  2302. |   ;
  2303. |   return 0;
  2304. | }
  2305. configure:18771: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include conftest.c >&5
  2306. conftest.c:82:30: fatal error: libxml/xmlmemory.h: No such file or directory
  2307.  #include <libxml/xmlmemory.h>
  2308.                               ^
  2309. compilation terminated.
  2310. configure:18771: $? = 1
  2311. configure: failed program was:
  2312. | /* confdefs.h */
  2313. | #define PACKAGE_NAME "spandsp"
  2314. | #define PACKAGE_TARNAME "spandsp"
  2315. | #define PACKAGE_VERSION "1.99.0"
  2316. | #define PACKAGE_STRING "spandsp 1.99.0"
  2317. | #define PACKAGE_BUGREPORT ""
  2318. | #define PACKAGE_URL ""
  2319. | #define PACKAGE "spandsp"
  2320. | #define VERSION "1.99.0"
  2321. | #define STDC_HEADERS 1
  2322. | #define HAVE_SYS_TYPES_H 1
  2323. | #define HAVE_SYS_STAT_H 1
  2324. | #define HAVE_STDLIB_H 1
  2325. | #define HAVE_STRING_H 1
  2326. | #define HAVE_MEMORY_H 1
  2327. | #define HAVE_STRINGS_H 1
  2328. | #define HAVE_INTTYPES_H 1
  2329. | #define HAVE_STDINT_H 1
  2330. | #define HAVE_UNISTD_H 1
  2331. | #define HAVE_DLFCN_H 1
  2332. | #define LT_OBJDIR ".libs/"
  2333. | #define HAVE_LONG_LONG 1
  2334. | #define HAVE_LONG_DOUBLE 1
  2335. | #define RETSIGTYPE void
  2336. | #define HAVE_VPRINTF 1
  2337. | #define HAVE_MEMMOVE 1
  2338. | #define HAVE_STDLIB_H 1
  2339. | #define HAVE_REALLOC 0
  2340. | #define realloc rpl_realloc
  2341. | #define HAVE_STDLIB_H 1
  2342. | #define HAVE_MALLOC 0
  2343. | #define malloc rpl_malloc
  2344. | #define HAVE_SYS_SELECT_H 1
  2345. | #define HAVE_SYS_SOCKET_H 1
  2346. | #define SELECT_TYPE_ARG1 int
  2347. | #define SELECT_TYPE_ARG234 (fd_set *)
  2348. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2349. | #define HAVE_LRINT 1
  2350. | #define HAVE_LRINTF 1
  2351. | #define HAVE_LLRINT 1
  2352. | #define HAVE_LLRINTF 1
  2353. | #define HAVE_ALIGNED_ALLOC 1
  2354. | #define HAVE_MEMALIGN 1
  2355. | #define HAVE_POSIX_MEMALIGN 1
  2356. | #define HAVE_MEMMOVE 1
  2357. | #define HAVE_MEMSET 1
  2358. | #define HAVE_SELECT 1
  2359. | #define HAVE_STRCASECMP 1
  2360. | #define HAVE_STRCHR 1
  2361. | #define HAVE_STRDUP 1
  2362. | #define HAVE_STRERROR 1
  2363. | #define HAVE_STRSTR 1
  2364. | #define HAVE_STRTOL 1
  2365. | #define HAVE_GETTIMEOFDAY 1
  2366. | #define HAVE_DRAND48 1
  2367. | #define STDC_HEADERS 1
  2368. | #define HAVE_SYS_WAIT_H 1
  2369. | #define TIME_WITH_SYS_TIME 1
  2370. | #define HAVE_INTTYPES_H 1
  2371. | #define HAVE_STDINT_H 1
  2372. | #define HAVE_STDATOMIC_H 1
  2373. | #define HAVE_STDBOOL_H 1
  2374. | #define HAVE_STDFIX_H 1
  2375. | #define HAVE_UNISTD_H 1
  2376. | #define HAVE_STDLIB_H 1
  2377. | #define HAVE_STRING_H 1
  2378. | #define HAVE_STRINGS_H 1
  2379. | #define HAVE_MALLOC_H 1
  2380. | #define HAVE_MATH_H 1
  2381. | #define HAVE_FLOAT_H 1
  2382. | #define HAVE_FCNTL_H 1
  2383. | #define HAVE_SYS_TIME_H 1
  2384. | #define HAVE_SYS_SELECT_H 1
  2385. | #define HAVE_SYS_IOCTL_H 1
  2386. | #define HAVE_SYS_FCNTL_H 1
  2387. | #define HAVE_SNDFILE_H 1
  2388. | #define HAVE_FENV_H 1
  2389. | #define HAVE_PTHREAD_H 1
  2390. | #define HAVE_TGMATH_H 1
  2391. | #define HAVE_X11_X_H 1
  2392. | /* end confdefs.h.  */
  2393. | #include <libxml/xmlmemory.h>
  2394. | int
  2395. | main ()
  2396. | {
  2397. | int a = 1;
  2398. |   ;
  2399. |   return 0;
  2400. | }
  2401. configure:18771: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/local/include conftest.c >&5
  2402. conftest.c:82:30: fatal error: libxml/xmlmemory.h: No such file or directory
  2403.  #include <libxml/xmlmemory.h>
  2404.                               ^
  2405. compilation terminated.
  2406. configure:18771: $? = 1
  2407. configure: failed program was:
  2408. | /* confdefs.h */
  2409. | #define PACKAGE_NAME "spandsp"
  2410. | #define PACKAGE_TARNAME "spandsp"
  2411. | #define PACKAGE_VERSION "1.99.0"
  2412. | #define PACKAGE_STRING "spandsp 1.99.0"
  2413. | #define PACKAGE_BUGREPORT ""
  2414. | #define PACKAGE_URL ""
  2415. | #define PACKAGE "spandsp"
  2416. | #define VERSION "1.99.0"
  2417. | #define STDC_HEADERS 1
  2418. | #define HAVE_SYS_TYPES_H 1
  2419. | #define HAVE_SYS_STAT_H 1
  2420. | #define HAVE_STDLIB_H 1
  2421. | #define HAVE_STRING_H 1
  2422. | #define HAVE_MEMORY_H 1
  2423. | #define HAVE_STRINGS_H 1
  2424. | #define HAVE_INTTYPES_H 1
  2425. | #define HAVE_STDINT_H 1
  2426. | #define HAVE_UNISTD_H 1
  2427. | #define HAVE_DLFCN_H 1
  2428. | #define LT_OBJDIR ".libs/"
  2429. | #define HAVE_LONG_LONG 1
  2430. | #define HAVE_LONG_DOUBLE 1
  2431. | #define RETSIGTYPE void
  2432. | #define HAVE_VPRINTF 1
  2433. | #define HAVE_MEMMOVE 1
  2434. | #define HAVE_STDLIB_H 1
  2435. | #define HAVE_REALLOC 0
  2436. | #define realloc rpl_realloc
  2437. | #define HAVE_STDLIB_H 1
  2438. | #define HAVE_MALLOC 0
  2439. | #define malloc rpl_malloc
  2440. | #define HAVE_SYS_SELECT_H 1
  2441. | #define HAVE_SYS_SOCKET_H 1
  2442. | #define SELECT_TYPE_ARG1 int
  2443. | #define SELECT_TYPE_ARG234 (fd_set *)
  2444. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2445. | #define HAVE_LRINT 1
  2446. | #define HAVE_LRINTF 1
  2447. | #define HAVE_LLRINT 1
  2448. | #define HAVE_LLRINTF 1
  2449. | #define HAVE_ALIGNED_ALLOC 1
  2450. | #define HAVE_MEMALIGN 1
  2451. | #define HAVE_POSIX_MEMALIGN 1
  2452. | #define HAVE_MEMMOVE 1
  2453. | #define HAVE_MEMSET 1
  2454. | #define HAVE_SELECT 1
  2455. | #define HAVE_STRCASECMP 1
  2456. | #define HAVE_STRCHR 1
  2457. | #define HAVE_STRDUP 1
  2458. | #define HAVE_STRERROR 1
  2459. | #define HAVE_STRSTR 1
  2460. | #define HAVE_STRTOL 1
  2461. | #define HAVE_GETTIMEOFDAY 1
  2462. | #define HAVE_DRAND48 1
  2463. | #define STDC_HEADERS 1
  2464. | #define HAVE_SYS_WAIT_H 1
  2465. | #define TIME_WITH_SYS_TIME 1
  2466. | #define HAVE_INTTYPES_H 1
  2467. | #define HAVE_STDINT_H 1
  2468. | #define HAVE_STDATOMIC_H 1
  2469. | #define HAVE_STDBOOL_H 1
  2470. | #define HAVE_STDFIX_H 1
  2471. | #define HAVE_UNISTD_H 1
  2472. | #define HAVE_STDLIB_H 1
  2473. | #define HAVE_STRING_H 1
  2474. | #define HAVE_STRINGS_H 1
  2475. | #define HAVE_MALLOC_H 1
  2476. | #define HAVE_MATH_H 1
  2477. | #define HAVE_FLOAT_H 1
  2478. | #define HAVE_FCNTL_H 1
  2479. | #define HAVE_SYS_TIME_H 1
  2480. | #define HAVE_SYS_SELECT_H 1
  2481. | #define HAVE_SYS_IOCTL_H 1
  2482. | #define HAVE_SYS_FCNTL_H 1
  2483. | #define HAVE_SNDFILE_H 1
  2484. | #define HAVE_FENV_H 1
  2485. | #define HAVE_PTHREAD_H 1
  2486. | #define HAVE_TGMATH_H 1
  2487. | #define HAVE_X11_X_H 1
  2488. | /* end confdefs.h.  */
  2489. | #include <libxml/xmlmemory.h>
  2490. | int
  2491. | main ()
  2492. | {
  2493. | int a = 1;
  2494. |   ;
  2495. |   return 0;
  2496. | }
  2497. configure:18771: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2 conftest.c >&5
  2498. configure:18771: $? = 0
  2499. configure:18787: checking libxml/xmlmemory.h usability
  2500. configure:18787: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2 conftest.c >&5
  2501. configure:18787: $? = 0
  2502. configure:18787: result: yes
  2503. configure:18787: checking libxml/xmlmemory.h presence
  2504. configure:18787: gcc -E  -I/usr/include/libxml2 conftest.c
  2505. configure:18787: $? = 0
  2506. configure:18787: result: yes
  2507. configure:18787: checking for libxml/xmlmemory.h
  2508. configure:18787: result: yes
  2509. configure:18799: checking libxml/parser.h usability
  2510. configure:18799: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2 conftest.c >&5
  2511. configure:18799: $? = 0
  2512. configure:18799: result: yes
  2513. configure:18799: checking libxml/parser.h presence
  2514. configure:18799: gcc -E  -I/usr/include/libxml2 conftest.c
  2515. configure:18799: $? = 0
  2516. configure:18799: result: yes
  2517. configure:18799: checking for libxml/parser.h
  2518. configure:18799: result: yes
  2519. configure:18811: checking libxml/xinclude.h usability
  2520. configure:18811: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2 conftest.c >&5
  2521. configure:18811: $? = 0
  2522. configure:18811: result: yes
  2523. configure:18811: checking libxml/xinclude.h presence
  2524. configure:18811: gcc -E  -I/usr/include/libxml2 conftest.c
  2525. configure:18811: $? = 0
  2526. configure:18811: result: yes
  2527. configure:18811: checking for libxml/xinclude.h
  2528. configure:18811: result: yes
  2529. configure:18831: checking FL/Fl.H usability
  2530. configure:18831: g++ -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2 conftest.cpp >&5
  2531. conftest.cpp:118:19: fatal error: FL/Fl.H: No such file or directory
  2532.  #include <FL/Fl.H>
  2533.                    ^
  2534. compilation terminated.
  2535. configure:18831: $? = 1
  2536. configure: failed program was:
  2537. | /* confdefs.h */
  2538. | #define PACKAGE_NAME "spandsp"
  2539. | #define PACKAGE_TARNAME "spandsp"
  2540. | #define PACKAGE_VERSION "1.99.0"
  2541. | #define PACKAGE_STRING "spandsp 1.99.0"
  2542. | #define PACKAGE_BUGREPORT ""
  2543. | #define PACKAGE_URL ""
  2544. | #define PACKAGE "spandsp"
  2545. | #define VERSION "1.99.0"
  2546. | #define STDC_HEADERS 1
  2547. | #define HAVE_SYS_TYPES_H 1
  2548. | #define HAVE_SYS_STAT_H 1
  2549. | #define HAVE_STDLIB_H 1
  2550. | #define HAVE_STRING_H 1
  2551. | #define HAVE_MEMORY_H 1
  2552. | #define HAVE_STRINGS_H 1
  2553. | #define HAVE_INTTYPES_H 1
  2554. | #define HAVE_STDINT_H 1
  2555. | #define HAVE_UNISTD_H 1
  2556. | #define HAVE_DLFCN_H 1
  2557. | #define LT_OBJDIR ".libs/"
  2558. | #define HAVE_LONG_LONG 1
  2559. | #define HAVE_LONG_DOUBLE 1
  2560. | #define RETSIGTYPE void
  2561. | #define HAVE_VPRINTF 1
  2562. | #define HAVE_MEMMOVE 1
  2563. | #define HAVE_STDLIB_H 1
  2564. | #define HAVE_REALLOC 0
  2565. | #define realloc rpl_realloc
  2566. | #define HAVE_STDLIB_H 1
  2567. | #define HAVE_MALLOC 0
  2568. | #define malloc rpl_malloc
  2569. | #define HAVE_SYS_SELECT_H 1
  2570. | #define HAVE_SYS_SOCKET_H 1
  2571. | #define SELECT_TYPE_ARG1 int
  2572. | #define SELECT_TYPE_ARG234 (fd_set *)
  2573. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2574. | #define HAVE_LRINT 1
  2575. | #define HAVE_LRINTF 1
  2576. | #define HAVE_LLRINT 1
  2577. | #define HAVE_LLRINTF 1
  2578. | #define HAVE_ALIGNED_ALLOC 1
  2579. | #define HAVE_MEMALIGN 1
  2580. | #define HAVE_POSIX_MEMALIGN 1
  2581. | #define HAVE_MEMMOVE 1
  2582. | #define HAVE_MEMSET 1
  2583. | #define HAVE_SELECT 1
  2584. | #define HAVE_STRCASECMP 1
  2585. | #define HAVE_STRCHR 1
  2586. | #define HAVE_STRDUP 1
  2587. | #define HAVE_STRERROR 1
  2588. | #define HAVE_STRSTR 1
  2589. | #define HAVE_STRTOL 1
  2590. | #define HAVE_GETTIMEOFDAY 1
  2591. | #define HAVE_DRAND48 1
  2592. | #define STDC_HEADERS 1
  2593. | #define HAVE_SYS_WAIT_H 1
  2594. | #define TIME_WITH_SYS_TIME 1
  2595. | #define HAVE_INTTYPES_H 1
  2596. | #define HAVE_STDINT_H 1
  2597. | #define HAVE_STDATOMIC_H 1
  2598. | #define HAVE_STDBOOL_H 1
  2599. | #define HAVE_STDFIX_H 1
  2600. | #define HAVE_UNISTD_H 1
  2601. | #define HAVE_STDLIB_H 1
  2602. | #define HAVE_STRING_H 1
  2603. | #define HAVE_STRINGS_H 1
  2604. | #define HAVE_MALLOC_H 1
  2605. | #define HAVE_MATH_H 1
  2606. | #define HAVE_FLOAT_H 1
  2607. | #define HAVE_FCNTL_H 1
  2608. | #define HAVE_SYS_TIME_H 1
  2609. | #define HAVE_SYS_SELECT_H 1
  2610. | #define HAVE_SYS_IOCTL_H 1
  2611. | #define HAVE_SYS_FCNTL_H 1
  2612. | #define HAVE_SNDFILE_H 1
  2613. | #define HAVE_FENV_H 1
  2614. | #define HAVE_PTHREAD_H 1
  2615. | #define HAVE_TGMATH_H 1
  2616. | #define HAVE_X11_X_H 1
  2617. | #define HAVE_LIBXML_XMLMEMORY_H 1
  2618. | #define HAVE_LIBXML_PARSER_H 1
  2619. | #define HAVE_LIBXML_XINCLUDE_H 1
  2620. | /* end confdefs.h.  */
  2621. | #include <stdio.h>
  2622. | #ifdef HAVE_SYS_TYPES_H
  2623. | # include <sys/types.h>
  2624. | #endif
  2625. | #ifdef HAVE_SYS_STAT_H
  2626. | # include <sys/stat.h>
  2627. | #endif
  2628. | #ifdef STDC_HEADERS
  2629. | # include <stdlib.h>
  2630. | # include <stddef.h>
  2631. | #else
  2632. | # ifdef HAVE_STDLIB_H
  2633. | #  include <stdlib.h>
  2634. | # endif
  2635. | #endif
  2636. | #ifdef HAVE_STRING_H
  2637. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2638. | #  include <memory.h>
  2639. | # endif
  2640. | # include <string.h>
  2641. | #endif
  2642. | #ifdef HAVE_STRINGS_H
  2643. | # include <strings.h>
  2644. | #endif
  2645. | #ifdef HAVE_INTTYPES_H
  2646. | # include <inttypes.h>
  2647. | #endif
  2648. | #ifdef HAVE_STDINT_H
  2649. | # include <stdint.h>
  2650. | #endif
  2651. | #ifdef HAVE_UNISTD_H
  2652. | # include <unistd.h>
  2653. | #endif
  2654. | #include <FL/Fl.H>
  2655. configure:18831: result: no
  2656. configure:18831: checking FL/Fl.H presence
  2657. configure:18831: g++ -E  -I/usr/include/libxml2 conftest.cpp
  2658. conftest.cpp:85:19: fatal error: FL/Fl.H: No such file or directory
  2659.  #include <FL/Fl.H>
  2660.                    ^
  2661. compilation terminated.
  2662. configure:18831: $? = 1
  2663. configure: failed program was:
  2664. | /* confdefs.h */
  2665. | #define PACKAGE_NAME "spandsp"
  2666. | #define PACKAGE_TARNAME "spandsp"
  2667. | #define PACKAGE_VERSION "1.99.0"
  2668. | #define PACKAGE_STRING "spandsp 1.99.0"
  2669. | #define PACKAGE_BUGREPORT ""
  2670. | #define PACKAGE_URL ""
  2671. | #define PACKAGE "spandsp"
  2672. | #define VERSION "1.99.0"
  2673. | #define STDC_HEADERS 1
  2674. | #define HAVE_SYS_TYPES_H 1
  2675. | #define HAVE_SYS_STAT_H 1
  2676. | #define HAVE_STDLIB_H 1
  2677. | #define HAVE_STRING_H 1
  2678. | #define HAVE_MEMORY_H 1
  2679. | #define HAVE_STRINGS_H 1
  2680. | #define HAVE_INTTYPES_H 1
  2681. | #define HAVE_STDINT_H 1
  2682. | #define HAVE_UNISTD_H 1
  2683. | #define HAVE_DLFCN_H 1
  2684. | #define LT_OBJDIR ".libs/"
  2685. | #define HAVE_LONG_LONG 1
  2686. | #define HAVE_LONG_DOUBLE 1
  2687. | #define RETSIGTYPE void
  2688. | #define HAVE_VPRINTF 1
  2689. | #define HAVE_MEMMOVE 1
  2690. | #define HAVE_STDLIB_H 1
  2691. | #define HAVE_REALLOC 0
  2692. | #define realloc rpl_realloc
  2693. | #define HAVE_STDLIB_H 1
  2694. | #define HAVE_MALLOC 0
  2695. | #define malloc rpl_malloc
  2696. | #define HAVE_SYS_SELECT_H 1
  2697. | #define HAVE_SYS_SOCKET_H 1
  2698. | #define SELECT_TYPE_ARG1 int
  2699. | #define SELECT_TYPE_ARG234 (fd_set *)
  2700. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2701. | #define HAVE_LRINT 1
  2702. | #define HAVE_LRINTF 1
  2703. | #define HAVE_LLRINT 1
  2704. | #define HAVE_LLRINTF 1
  2705. | #define HAVE_ALIGNED_ALLOC 1
  2706. | #define HAVE_MEMALIGN 1
  2707. | #define HAVE_POSIX_MEMALIGN 1
  2708. | #define HAVE_MEMMOVE 1
  2709. | #define HAVE_MEMSET 1
  2710. | #define HAVE_SELECT 1
  2711. | #define HAVE_STRCASECMP 1
  2712. | #define HAVE_STRCHR 1
  2713. | #define HAVE_STRDUP 1
  2714. | #define HAVE_STRERROR 1
  2715. | #define HAVE_STRSTR 1
  2716. | #define HAVE_STRTOL 1
  2717. | #define HAVE_GETTIMEOFDAY 1
  2718. | #define HAVE_DRAND48 1
  2719. | #define STDC_HEADERS 1
  2720. | #define HAVE_SYS_WAIT_H 1
  2721. | #define TIME_WITH_SYS_TIME 1
  2722. | #define HAVE_INTTYPES_H 1
  2723. | #define HAVE_STDINT_H 1
  2724. | #define HAVE_STDATOMIC_H 1
  2725. | #define HAVE_STDBOOL_H 1
  2726. | #define HAVE_STDFIX_H 1
  2727. | #define HAVE_UNISTD_H 1
  2728. | #define HAVE_STDLIB_H 1
  2729. | #define HAVE_STRING_H 1
  2730. | #define HAVE_STRINGS_H 1
  2731. | #define HAVE_MALLOC_H 1
  2732. | #define HAVE_MATH_H 1
  2733. | #define HAVE_FLOAT_H 1
  2734. | #define HAVE_FCNTL_H 1
  2735. | #define HAVE_SYS_TIME_H 1
  2736. | #define HAVE_SYS_SELECT_H 1
  2737. | #define HAVE_SYS_IOCTL_H 1
  2738. | #define HAVE_SYS_FCNTL_H 1
  2739. | #define HAVE_SNDFILE_H 1
  2740. | #define HAVE_FENV_H 1
  2741. | #define HAVE_PTHREAD_H 1
  2742. | #define HAVE_TGMATH_H 1
  2743. | #define HAVE_X11_X_H 1
  2744. | #define HAVE_LIBXML_XMLMEMORY_H 1
  2745. | #define HAVE_LIBXML_PARSER_H 1
  2746. | #define HAVE_LIBXML_XINCLUDE_H 1
  2747. | /* end confdefs.h.  */
  2748. | #include <FL/Fl.H>
  2749. configure:18831: result: no
  2750. configure:18831: checking for FL/Fl.H
  2751. configure:18831: result: no
  2752. configure:18843: checking FL/Fl_Overlay_Window.H usability
  2753. configure:18843: g++ -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2 conftest.cpp >&5
  2754. conftest.cpp:118:34: fatal error: FL/Fl_Overlay_Window.H: No such file or directory
  2755.  #include <FL/Fl_Overlay_Window.H>
  2756.                                   ^
  2757. compilation terminated.
  2758. configure:18843: $? = 1
  2759. configure: failed program was:
  2760. | /* confdefs.h */
  2761. | #define PACKAGE_NAME "spandsp"
  2762. | #define PACKAGE_TARNAME "spandsp"
  2763. | #define PACKAGE_VERSION "1.99.0"
  2764. | #define PACKAGE_STRING "spandsp 1.99.0"
  2765. | #define PACKAGE_BUGREPORT ""
  2766. | #define PACKAGE_URL ""
  2767. | #define PACKAGE "spandsp"
  2768. | #define VERSION "1.99.0"
  2769. | #define STDC_HEADERS 1
  2770. | #define HAVE_SYS_TYPES_H 1
  2771. | #define HAVE_SYS_STAT_H 1
  2772. | #define HAVE_STDLIB_H 1
  2773. | #define HAVE_STRING_H 1
  2774. | #define HAVE_MEMORY_H 1
  2775. | #define HAVE_STRINGS_H 1
  2776. | #define HAVE_INTTYPES_H 1
  2777. | #define HAVE_STDINT_H 1
  2778. | #define HAVE_UNISTD_H 1
  2779. | #define HAVE_DLFCN_H 1
  2780. | #define LT_OBJDIR ".libs/"
  2781. | #define HAVE_LONG_LONG 1
  2782. | #define HAVE_LONG_DOUBLE 1
  2783. | #define RETSIGTYPE void
  2784. | #define HAVE_VPRINTF 1
  2785. | #define HAVE_MEMMOVE 1
  2786. | #define HAVE_STDLIB_H 1
  2787. | #define HAVE_REALLOC 0
  2788. | #define realloc rpl_realloc
  2789. | #define HAVE_STDLIB_H 1
  2790. | #define HAVE_MALLOC 0
  2791. | #define malloc rpl_malloc
  2792. | #define HAVE_SYS_SELECT_H 1
  2793. | #define HAVE_SYS_SOCKET_H 1
  2794. | #define SELECT_TYPE_ARG1 int
  2795. | #define SELECT_TYPE_ARG234 (fd_set *)
  2796. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2797. | #define HAVE_LRINT 1
  2798. | #define HAVE_LRINTF 1
  2799. | #define HAVE_LLRINT 1
  2800. | #define HAVE_LLRINTF 1
  2801. | #define HAVE_ALIGNED_ALLOC 1
  2802. | #define HAVE_MEMALIGN 1
  2803. | #define HAVE_POSIX_MEMALIGN 1
  2804. | #define HAVE_MEMMOVE 1
  2805. | #define HAVE_MEMSET 1
  2806. | #define HAVE_SELECT 1
  2807. | #define HAVE_STRCASECMP 1
  2808. | #define HAVE_STRCHR 1
  2809. | #define HAVE_STRDUP 1
  2810. | #define HAVE_STRERROR 1
  2811. | #define HAVE_STRSTR 1
  2812. | #define HAVE_STRTOL 1
  2813. | #define HAVE_GETTIMEOFDAY 1
  2814. | #define HAVE_DRAND48 1
  2815. | #define STDC_HEADERS 1
  2816. | #define HAVE_SYS_WAIT_H 1
  2817. | #define TIME_WITH_SYS_TIME 1
  2818. | #define HAVE_INTTYPES_H 1
  2819. | #define HAVE_STDINT_H 1
  2820. | #define HAVE_STDATOMIC_H 1
  2821. | #define HAVE_STDBOOL_H 1
  2822. | #define HAVE_STDFIX_H 1
  2823. | #define HAVE_UNISTD_H 1
  2824. | #define HAVE_STDLIB_H 1
  2825. | #define HAVE_STRING_H 1
  2826. | #define HAVE_STRINGS_H 1
  2827. | #define HAVE_MALLOC_H 1
  2828. | #define HAVE_MATH_H 1
  2829. | #define HAVE_FLOAT_H 1
  2830. | #define HAVE_FCNTL_H 1
  2831. | #define HAVE_SYS_TIME_H 1
  2832. | #define HAVE_SYS_SELECT_H 1
  2833. | #define HAVE_SYS_IOCTL_H 1
  2834. | #define HAVE_SYS_FCNTL_H 1
  2835. | #define HAVE_SNDFILE_H 1
  2836. | #define HAVE_FENV_H 1
  2837. | #define HAVE_PTHREAD_H 1
  2838. | #define HAVE_TGMATH_H 1
  2839. | #define HAVE_X11_X_H 1
  2840. | #define HAVE_LIBXML_XMLMEMORY_H 1
  2841. | #define HAVE_LIBXML_PARSER_H 1
  2842. | #define HAVE_LIBXML_XINCLUDE_H 1
  2843. | /* end confdefs.h.  */
  2844. | #include <stdio.h>
  2845. | #ifdef HAVE_SYS_TYPES_H
  2846. | # include <sys/types.h>
  2847. | #endif
  2848. | #ifdef HAVE_SYS_STAT_H
  2849. | # include <sys/stat.h>
  2850. | #endif
  2851. | #ifdef STDC_HEADERS
  2852. | # include <stdlib.h>
  2853. | # include <stddef.h>
  2854. | #else
  2855. | # ifdef HAVE_STDLIB_H
  2856. | #  include <stdlib.h>
  2857. | # endif
  2858. | #endif
  2859. | #ifdef HAVE_STRING_H
  2860. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2861. | #  include <memory.h>
  2862. | # endif
  2863. | # include <string.h>
  2864. | #endif
  2865. | #ifdef HAVE_STRINGS_H
  2866. | # include <strings.h>
  2867. | #endif
  2868. | #ifdef HAVE_INTTYPES_H
  2869. | # include <inttypes.h>
  2870. | #endif
  2871. | #ifdef HAVE_STDINT_H
  2872. | # include <stdint.h>
  2873. | #endif
  2874. | #ifdef HAVE_UNISTD_H
  2875. | # include <unistd.h>
  2876. | #endif
  2877. | #include <FL/Fl_Overlay_Window.H>
  2878. configure:18843: result: no
  2879. configure:18843: checking FL/Fl_Overlay_Window.H presence
  2880. configure:18843: g++ -E  -I/usr/include/libxml2 conftest.cpp
  2881. conftest.cpp:85:34: fatal error: FL/Fl_Overlay_Window.H: No such file or directory
  2882.  #include <FL/Fl_Overlay_Window.H>
  2883.                                   ^
  2884. compilation terminated.
  2885. configure:18843: $? = 1
  2886. configure: failed program was:
  2887. | /* confdefs.h */
  2888. | #define PACKAGE_NAME "spandsp"
  2889. | #define PACKAGE_TARNAME "spandsp"
  2890. | #define PACKAGE_VERSION "1.99.0"
  2891. | #define PACKAGE_STRING "spandsp 1.99.0"
  2892. | #define PACKAGE_BUGREPORT ""
  2893. | #define PACKAGE_URL ""
  2894. | #define PACKAGE "spandsp"
  2895. | #define VERSION "1.99.0"
  2896. | #define STDC_HEADERS 1
  2897. | #define HAVE_SYS_TYPES_H 1
  2898. | #define HAVE_SYS_STAT_H 1
  2899. | #define HAVE_STDLIB_H 1
  2900. | #define HAVE_STRING_H 1
  2901. | #define HAVE_MEMORY_H 1
  2902. | #define HAVE_STRINGS_H 1
  2903. | #define HAVE_INTTYPES_H 1
  2904. | #define HAVE_STDINT_H 1
  2905. | #define HAVE_UNISTD_H 1
  2906. | #define HAVE_DLFCN_H 1
  2907. | #define LT_OBJDIR ".libs/"
  2908. | #define HAVE_LONG_LONG 1
  2909. | #define HAVE_LONG_DOUBLE 1
  2910. | #define RETSIGTYPE void
  2911. | #define HAVE_VPRINTF 1
  2912. | #define HAVE_MEMMOVE 1
  2913. | #define HAVE_STDLIB_H 1
  2914. | #define HAVE_REALLOC 0
  2915. | #define realloc rpl_realloc
  2916. | #define HAVE_STDLIB_H 1
  2917. | #define HAVE_MALLOC 0
  2918. | #define malloc rpl_malloc
  2919. | #define HAVE_SYS_SELECT_H 1
  2920. | #define HAVE_SYS_SOCKET_H 1
  2921. | #define SELECT_TYPE_ARG1 int
  2922. | #define SELECT_TYPE_ARG234 (fd_set *)
  2923. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2924. | #define HAVE_LRINT 1
  2925. | #define HAVE_LRINTF 1
  2926. | #define HAVE_LLRINT 1
  2927. | #define HAVE_LLRINTF 1
  2928. | #define HAVE_ALIGNED_ALLOC 1
  2929. | #define HAVE_MEMALIGN 1
  2930. | #define HAVE_POSIX_MEMALIGN 1
  2931. | #define HAVE_MEMMOVE 1
  2932. | #define HAVE_MEMSET 1
  2933. | #define HAVE_SELECT 1
  2934. | #define HAVE_STRCASECMP 1
  2935. | #define HAVE_STRCHR 1
  2936. | #define HAVE_STRDUP 1
  2937. | #define HAVE_STRERROR 1
  2938. | #define HAVE_STRSTR 1
  2939. | #define HAVE_STRTOL 1
  2940. | #define HAVE_GETTIMEOFDAY 1
  2941. | #define HAVE_DRAND48 1
  2942. | #define STDC_HEADERS 1
  2943. | #define HAVE_SYS_WAIT_H 1
  2944. | #define TIME_WITH_SYS_TIME 1
  2945. | #define HAVE_INTTYPES_H 1
  2946. | #define HAVE_STDINT_H 1
  2947. | #define HAVE_STDATOMIC_H 1
  2948. | #define HAVE_STDBOOL_H 1
  2949. | #define HAVE_STDFIX_H 1
  2950. | #define HAVE_UNISTD_H 1
  2951. | #define HAVE_STDLIB_H 1
  2952. | #define HAVE_STRING_H 1
  2953. | #define HAVE_STRINGS_H 1
  2954. | #define HAVE_MALLOC_H 1
  2955. | #define HAVE_MATH_H 1
  2956. | #define HAVE_FLOAT_H 1
  2957. | #define HAVE_FCNTL_H 1
  2958. | #define HAVE_SYS_TIME_H 1
  2959. | #define HAVE_SYS_SELECT_H 1
  2960. | #define HAVE_SYS_IOCTL_H 1
  2961. | #define HAVE_SYS_FCNTL_H 1
  2962. | #define HAVE_SNDFILE_H 1
  2963. | #define HAVE_FENV_H 1
  2964. | #define HAVE_PTHREAD_H 1
  2965. | #define HAVE_TGMATH_H 1
  2966. | #define HAVE_X11_X_H 1
  2967. | #define HAVE_LIBXML_XMLMEMORY_H 1
  2968. | #define HAVE_LIBXML_PARSER_H 1
  2969. | #define HAVE_LIBXML_XINCLUDE_H 1
  2970. | /* end confdefs.h.  */
  2971. | #include <FL/Fl_Overlay_Window.H>
  2972. configure:18843: result: no
  2973. configure:18843: checking for FL/Fl_Overlay_Window.H
  2974. configure:18843: result: no
  2975. configure:18855: checking FL/Fl_Light_Button.H usability
  2976. configure:18855: g++ -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2 conftest.cpp >&5
  2977. conftest.cpp:118:32: fatal error: FL/Fl_Light_Button.H: No such file or directory
  2978.  #include <FL/Fl_Light_Button.H>
  2979.                                 ^
  2980. compilation terminated.
  2981. configure:18855: $? = 1
  2982. configure: failed program was:
  2983. | /* confdefs.h */
  2984. | #define PACKAGE_NAME "spandsp"
  2985. | #define PACKAGE_TARNAME "spandsp"
  2986. | #define PACKAGE_VERSION "1.99.0"
  2987. | #define PACKAGE_STRING "spandsp 1.99.0"
  2988. | #define PACKAGE_BUGREPORT ""
  2989. | #define PACKAGE_URL ""
  2990. | #define PACKAGE "spandsp"
  2991. | #define VERSION "1.99.0"
  2992. | #define STDC_HEADERS 1
  2993. | #define HAVE_SYS_TYPES_H 1
  2994. | #define HAVE_SYS_STAT_H 1
  2995. | #define HAVE_STDLIB_H 1
  2996. | #define HAVE_STRING_H 1
  2997. | #define HAVE_MEMORY_H 1
  2998. | #define HAVE_STRINGS_H 1
  2999. | #define HAVE_INTTYPES_H 1
  3000. | #define HAVE_STDINT_H 1
  3001. | #define HAVE_UNISTD_H 1
  3002. | #define HAVE_DLFCN_H 1
  3003. | #define LT_OBJDIR ".libs/"
  3004. | #define HAVE_LONG_LONG 1
  3005. | #define HAVE_LONG_DOUBLE 1
  3006. | #define RETSIGTYPE void
  3007. | #define HAVE_VPRINTF 1
  3008. | #define HAVE_MEMMOVE 1
  3009. | #define HAVE_STDLIB_H 1
  3010. | #define HAVE_REALLOC 0
  3011. | #define realloc rpl_realloc
  3012. | #define HAVE_STDLIB_H 1
  3013. | #define HAVE_MALLOC 0
  3014. | #define malloc rpl_malloc
  3015. | #define HAVE_SYS_SELECT_H 1
  3016. | #define HAVE_SYS_SOCKET_H 1
  3017. | #define SELECT_TYPE_ARG1 int
  3018. | #define SELECT_TYPE_ARG234 (fd_set *)
  3019. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3020. | #define HAVE_LRINT 1
  3021. | #define HAVE_LRINTF 1
  3022. | #define HAVE_LLRINT 1
  3023. | #define HAVE_LLRINTF 1
  3024. | #define HAVE_ALIGNED_ALLOC 1
  3025. | #define HAVE_MEMALIGN 1
  3026. | #define HAVE_POSIX_MEMALIGN 1
  3027. | #define HAVE_MEMMOVE 1
  3028. | #define HAVE_MEMSET 1
  3029. | #define HAVE_SELECT 1
  3030. | #define HAVE_STRCASECMP 1
  3031. | #define HAVE_STRCHR 1
  3032. | #define HAVE_STRDUP 1
  3033. | #define HAVE_STRERROR 1
  3034. | #define HAVE_STRSTR 1
  3035. | #define HAVE_STRTOL 1
  3036. | #define HAVE_GETTIMEOFDAY 1
  3037. | #define HAVE_DRAND48 1
  3038. | #define STDC_HEADERS 1
  3039. | #define HAVE_SYS_WAIT_H 1
  3040. | #define TIME_WITH_SYS_TIME 1
  3041. | #define HAVE_INTTYPES_H 1
  3042. | #define HAVE_STDINT_H 1
  3043. | #define HAVE_STDATOMIC_H 1
  3044. | #define HAVE_STDBOOL_H 1
  3045. | #define HAVE_STDFIX_H 1
  3046. | #define HAVE_UNISTD_H 1
  3047. | #define HAVE_STDLIB_H 1
  3048. | #define HAVE_STRING_H 1
  3049. | #define HAVE_STRINGS_H 1
  3050. | #define HAVE_MALLOC_H 1
  3051. | #define HAVE_MATH_H 1
  3052. | #define HAVE_FLOAT_H 1
  3053. | #define HAVE_FCNTL_H 1
  3054. | #define HAVE_SYS_TIME_H 1
  3055. | #define HAVE_SYS_SELECT_H 1
  3056. | #define HAVE_SYS_IOCTL_H 1
  3057. | #define HAVE_SYS_FCNTL_H 1
  3058. | #define HAVE_SNDFILE_H 1
  3059. | #define HAVE_FENV_H 1
  3060. | #define HAVE_PTHREAD_H 1
  3061. | #define HAVE_TGMATH_H 1
  3062. | #define HAVE_X11_X_H 1
  3063. | #define HAVE_LIBXML_XMLMEMORY_H 1
  3064. | #define HAVE_LIBXML_PARSER_H 1
  3065. | #define HAVE_LIBXML_XINCLUDE_H 1
  3066. | /* end confdefs.h.  */
  3067. | #include <stdio.h>
  3068. | #ifdef HAVE_SYS_TYPES_H
  3069. | # include <sys/types.h>
  3070. | #endif
  3071. | #ifdef HAVE_SYS_STAT_H
  3072. | # include <sys/stat.h>
  3073. | #endif
  3074. | #ifdef STDC_HEADERS
  3075. | # include <stdlib.h>
  3076. | # include <stddef.h>
  3077. | #else
  3078. | # ifdef HAVE_STDLIB_H
  3079. | #  include <stdlib.h>
  3080. | # endif
  3081. | #endif
  3082. | #ifdef HAVE_STRING_H
  3083. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3084. | #  include <memory.h>
  3085. | # endif
  3086. | # include <string.h>
  3087. | #endif
  3088. | #ifdef HAVE_STRINGS_H
  3089. | # include <strings.h>
  3090. | #endif
  3091. | #ifdef HAVE_INTTYPES_H
  3092. | # include <inttypes.h>
  3093. | #endif
  3094. | #ifdef HAVE_STDINT_H
  3095. | # include <stdint.h>
  3096. | #endif
  3097. | #ifdef HAVE_UNISTD_H
  3098. | # include <unistd.h>
  3099. | #endif
  3100. | #include <FL/Fl_Light_Button.H>
  3101. configure:18855: result: no
  3102. configure:18855: checking FL/Fl_Light_Button.H presence
  3103. configure:18855: g++ -E  -I/usr/include/libxml2 conftest.cpp
  3104. conftest.cpp:85:32: fatal error: FL/Fl_Light_Button.H: No such file or directory
  3105.  #include <FL/Fl_Light_Button.H>
  3106.                                 ^
  3107. compilation terminated.
  3108. configure:18855: $? = 1
  3109. configure: failed program was:
  3110. | /* confdefs.h */
  3111. | #define PACKAGE_NAME "spandsp"
  3112. | #define PACKAGE_TARNAME "spandsp"
  3113. | #define PACKAGE_VERSION "1.99.0"
  3114. | #define PACKAGE_STRING "spandsp 1.99.0"
  3115. | #define PACKAGE_BUGREPORT ""
  3116. | #define PACKAGE_URL ""
  3117. | #define PACKAGE "spandsp"
  3118. | #define VERSION "1.99.0"
  3119. | #define STDC_HEADERS 1
  3120. | #define HAVE_SYS_TYPES_H 1
  3121. | #define HAVE_SYS_STAT_H 1
  3122. | #define HAVE_STDLIB_H 1
  3123. | #define HAVE_STRING_H 1
  3124. | #define HAVE_MEMORY_H 1
  3125. | #define HAVE_STRINGS_H 1
  3126. | #define HAVE_INTTYPES_H 1
  3127. | #define HAVE_STDINT_H 1
  3128. | #define HAVE_UNISTD_H 1
  3129. | #define HAVE_DLFCN_H 1
  3130. | #define LT_OBJDIR ".libs/"
  3131. | #define HAVE_LONG_LONG 1
  3132. | #define HAVE_LONG_DOUBLE 1
  3133. | #define RETSIGTYPE void
  3134. | #define HAVE_VPRINTF 1
  3135. | #define HAVE_MEMMOVE 1
  3136. | #define HAVE_STDLIB_H 1
  3137. | #define HAVE_REALLOC 0
  3138. | #define realloc rpl_realloc
  3139. | #define HAVE_STDLIB_H 1
  3140. | #define HAVE_MALLOC 0
  3141. | #define malloc rpl_malloc
  3142. | #define HAVE_SYS_SELECT_H 1
  3143. | #define HAVE_SYS_SOCKET_H 1
  3144. | #define SELECT_TYPE_ARG1 int
  3145. | #define SELECT_TYPE_ARG234 (fd_set *)
  3146. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3147. | #define HAVE_LRINT 1
  3148. | #define HAVE_LRINTF 1
  3149. | #define HAVE_LLRINT 1
  3150. | #define HAVE_LLRINTF 1
  3151. | #define HAVE_ALIGNED_ALLOC 1
  3152. | #define HAVE_MEMALIGN 1
  3153. | #define HAVE_POSIX_MEMALIGN 1
  3154. | #define HAVE_MEMMOVE 1
  3155. | #define HAVE_MEMSET 1
  3156. | #define HAVE_SELECT 1
  3157. | #define HAVE_STRCASECMP 1
  3158. | #define HAVE_STRCHR 1
  3159. | #define HAVE_STRDUP 1
  3160. | #define HAVE_STRERROR 1
  3161. | #define HAVE_STRSTR 1
  3162. | #define HAVE_STRTOL 1
  3163. | #define HAVE_GETTIMEOFDAY 1
  3164. | #define HAVE_DRAND48 1
  3165. | #define STDC_HEADERS 1
  3166. | #define HAVE_SYS_WAIT_H 1
  3167. | #define TIME_WITH_SYS_TIME 1
  3168. | #define HAVE_INTTYPES_H 1
  3169. | #define HAVE_STDINT_H 1
  3170. | #define HAVE_STDATOMIC_H 1
  3171. | #define HAVE_STDBOOL_H 1
  3172. | #define HAVE_STDFIX_H 1
  3173. | #define HAVE_UNISTD_H 1
  3174. | #define HAVE_STDLIB_H 1
  3175. | #define HAVE_STRING_H 1
  3176. | #define HAVE_STRINGS_H 1
  3177. | #define HAVE_MALLOC_H 1
  3178. | #define HAVE_MATH_H 1
  3179. | #define HAVE_FLOAT_H 1
  3180. | #define HAVE_FCNTL_H 1
  3181. | #define HAVE_SYS_TIME_H 1
  3182. | #define HAVE_SYS_SELECT_H 1
  3183. | #define HAVE_SYS_IOCTL_H 1
  3184. | #define HAVE_SYS_FCNTL_H 1
  3185. | #define HAVE_SNDFILE_H 1
  3186. | #define HAVE_FENV_H 1
  3187. | #define HAVE_PTHREAD_H 1
  3188. | #define HAVE_TGMATH_H 1
  3189. | #define HAVE_X11_X_H 1
  3190. | #define HAVE_LIBXML_XMLMEMORY_H 1
  3191. | #define HAVE_LIBXML_PARSER_H 1
  3192. | #define HAVE_LIBXML_XINCLUDE_H 1
  3193. | /* end confdefs.h.  */
  3194. | #include <FL/Fl_Light_Button.H>
  3195. configure:18855: result: no
  3196. configure:18855: checking for FL/Fl_Light_Button.H
  3197. configure:18855: result: no
  3198. configure:18867: checking FL/fl_draw.H usability
  3199. configure:18867: g++ -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2 conftest.cpp >&5
  3200. conftest.cpp:118:24: fatal error: FL/fl_draw.H: No such file or directory
  3201.  #include <FL/fl_draw.H>
  3202.                         ^
  3203. compilation terminated.
  3204. configure:18867: $? = 1
  3205. configure: failed program was:
  3206. | /* confdefs.h */
  3207. | #define PACKAGE_NAME "spandsp"
  3208. | #define PACKAGE_TARNAME "spandsp"
  3209. | #define PACKAGE_VERSION "1.99.0"
  3210. | #define PACKAGE_STRING "spandsp 1.99.0"
  3211. | #define PACKAGE_BUGREPORT ""
  3212. | #define PACKAGE_URL ""
  3213. | #define PACKAGE "spandsp"
  3214. | #define VERSION "1.99.0"
  3215. | #define STDC_HEADERS 1
  3216. | #define HAVE_SYS_TYPES_H 1
  3217. | #define HAVE_SYS_STAT_H 1
  3218. | #define HAVE_STDLIB_H 1
  3219. | #define HAVE_STRING_H 1
  3220. | #define HAVE_MEMORY_H 1
  3221. | #define HAVE_STRINGS_H 1
  3222. | #define HAVE_INTTYPES_H 1
  3223. | #define HAVE_STDINT_H 1
  3224. | #define HAVE_UNISTD_H 1
  3225. | #define HAVE_DLFCN_H 1
  3226. | #define LT_OBJDIR ".libs/"
  3227. | #define HAVE_LONG_LONG 1
  3228. | #define HAVE_LONG_DOUBLE 1
  3229. | #define RETSIGTYPE void
  3230. | #define HAVE_VPRINTF 1
  3231. | #define HAVE_MEMMOVE 1
  3232. | #define HAVE_STDLIB_H 1
  3233. | #define HAVE_REALLOC 0
  3234. | #define realloc rpl_realloc
  3235. | #define HAVE_STDLIB_H 1
  3236. | #define HAVE_MALLOC 0
  3237. | #define malloc rpl_malloc
  3238. | #define HAVE_SYS_SELECT_H 1
  3239. | #define HAVE_SYS_SOCKET_H 1
  3240. | #define SELECT_TYPE_ARG1 int
  3241. | #define SELECT_TYPE_ARG234 (fd_set *)
  3242. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3243. | #define HAVE_LRINT 1
  3244. | #define HAVE_LRINTF 1
  3245. | #define HAVE_LLRINT 1
  3246. | #define HAVE_LLRINTF 1
  3247. | #define HAVE_ALIGNED_ALLOC 1
  3248. | #define HAVE_MEMALIGN 1
  3249. | #define HAVE_POSIX_MEMALIGN 1
  3250. | #define HAVE_MEMMOVE 1
  3251. | #define HAVE_MEMSET 1
  3252. | #define HAVE_SELECT 1
  3253. | #define HAVE_STRCASECMP 1
  3254. | #define HAVE_STRCHR 1
  3255. | #define HAVE_STRDUP 1
  3256. | #define HAVE_STRERROR 1
  3257. | #define HAVE_STRSTR 1
  3258. | #define HAVE_STRTOL 1
  3259. | #define HAVE_GETTIMEOFDAY 1
  3260. | #define HAVE_DRAND48 1
  3261. | #define STDC_HEADERS 1
  3262. | #define HAVE_SYS_WAIT_H 1
  3263. | #define TIME_WITH_SYS_TIME 1
  3264. | #define HAVE_INTTYPES_H 1
  3265. | #define HAVE_STDINT_H 1
  3266. | #define HAVE_STDATOMIC_H 1
  3267. | #define HAVE_STDBOOL_H 1
  3268. | #define HAVE_STDFIX_H 1
  3269. | #define HAVE_UNISTD_H 1
  3270. | #define HAVE_STDLIB_H 1
  3271. | #define HAVE_STRING_H 1
  3272. | #define HAVE_STRINGS_H 1
  3273. | #define HAVE_MALLOC_H 1
  3274. | #define HAVE_MATH_H 1
  3275. | #define HAVE_FLOAT_H 1
  3276. | #define HAVE_FCNTL_H 1
  3277. | #define HAVE_SYS_TIME_H 1
  3278. | #define HAVE_SYS_SELECT_H 1
  3279. | #define HAVE_SYS_IOCTL_H 1
  3280. | #define HAVE_SYS_FCNTL_H 1
  3281. | #define HAVE_SNDFILE_H 1
  3282. | #define HAVE_FENV_H 1
  3283. | #define HAVE_PTHREAD_H 1
  3284. | #define HAVE_TGMATH_H 1
  3285. | #define HAVE_X11_X_H 1
  3286. | #define HAVE_LIBXML_XMLMEMORY_H 1
  3287. | #define HAVE_LIBXML_PARSER_H 1
  3288. | #define HAVE_LIBXML_XINCLUDE_H 1
  3289. | /* end confdefs.h.  */
  3290. | #include <stdio.h>
  3291. | #ifdef HAVE_SYS_TYPES_H
  3292. | # include <sys/types.h>
  3293. | #endif
  3294. | #ifdef HAVE_SYS_STAT_H
  3295. | # include <sys/stat.h>
  3296. | #endif
  3297. | #ifdef STDC_HEADERS
  3298. | # include <stdlib.h>
  3299. | # include <stddef.h>
  3300. | #else
  3301. | # ifdef HAVE_STDLIB_H
  3302. | #  include <stdlib.h>
  3303. | # endif
  3304. | #endif
  3305. | #ifdef HAVE_STRING_H
  3306. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3307. | #  include <memory.h>
  3308. | # endif
  3309. | # include <string.h>
  3310. | #endif
  3311. | #ifdef HAVE_STRINGS_H
  3312. | # include <strings.h>
  3313. | #endif
  3314. | #ifdef HAVE_INTTYPES_H
  3315. | # include <inttypes.h>
  3316. | #endif
  3317. | #ifdef HAVE_STDINT_H
  3318. | # include <stdint.h>
  3319. | #endif
  3320. | #ifdef HAVE_UNISTD_H
  3321. | # include <unistd.h>
  3322. | #endif
  3323. | #include <FL/fl_draw.H>
  3324. configure:18867: result: no
  3325. configure:18867: checking FL/fl_draw.H presence
  3326. configure:18867: g++ -E  -I/usr/include/libxml2 conftest.cpp
  3327. conftest.cpp:85:24: fatal error: FL/fl_draw.H: No such file or directory
  3328.  #include <FL/fl_draw.H>
  3329.                         ^
  3330. compilation terminated.
  3331. configure:18867: $? = 1
  3332. configure: failed program was:
  3333. | /* confdefs.h */
  3334. | #define PACKAGE_NAME "spandsp"
  3335. | #define PACKAGE_TARNAME "spandsp"
  3336. | #define PACKAGE_VERSION "1.99.0"
  3337. | #define PACKAGE_STRING "spandsp 1.99.0"
  3338. | #define PACKAGE_BUGREPORT ""
  3339. | #define PACKAGE_URL ""
  3340. | #define PACKAGE "spandsp"
  3341. | #define VERSION "1.99.0"
  3342. | #define STDC_HEADERS 1
  3343. | #define HAVE_SYS_TYPES_H 1
  3344. | #define HAVE_SYS_STAT_H 1
  3345. | #define HAVE_STDLIB_H 1
  3346. | #define HAVE_STRING_H 1
  3347. | #define HAVE_MEMORY_H 1
  3348. | #define HAVE_STRINGS_H 1
  3349. | #define HAVE_INTTYPES_H 1
  3350. | #define HAVE_STDINT_H 1
  3351. | #define HAVE_UNISTD_H 1
  3352. | #define HAVE_DLFCN_H 1
  3353. | #define LT_OBJDIR ".libs/"
  3354. | #define HAVE_LONG_LONG 1
  3355. | #define HAVE_LONG_DOUBLE 1
  3356. | #define RETSIGTYPE void
  3357. | #define HAVE_VPRINTF 1
  3358. | #define HAVE_MEMMOVE 1
  3359. | #define HAVE_STDLIB_H 1
  3360. | #define HAVE_REALLOC 0
  3361. | #define realloc rpl_realloc
  3362. | #define HAVE_STDLIB_H 1
  3363. | #define HAVE_MALLOC 0
  3364. | #define malloc rpl_malloc
  3365. | #define HAVE_SYS_SELECT_H 1
  3366. | #define HAVE_SYS_SOCKET_H 1
  3367. | #define SELECT_TYPE_ARG1 int
  3368. | #define SELECT_TYPE_ARG234 (fd_set *)
  3369. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3370. | #define HAVE_LRINT 1
  3371. | #define HAVE_LRINTF 1
  3372. | #define HAVE_LLRINT 1
  3373. | #define HAVE_LLRINTF 1
  3374. | #define HAVE_ALIGNED_ALLOC 1
  3375. | #define HAVE_MEMALIGN 1
  3376. | #define HAVE_POSIX_MEMALIGN 1
  3377. | #define HAVE_MEMMOVE 1
  3378. | #define HAVE_MEMSET 1
  3379. | #define HAVE_SELECT 1
  3380. | #define HAVE_STRCASECMP 1
  3381. | #define HAVE_STRCHR 1
  3382. | #define HAVE_STRDUP 1
  3383. | #define HAVE_STRERROR 1
  3384. | #define HAVE_STRSTR 1
  3385. | #define HAVE_STRTOL 1
  3386. | #define HAVE_GETTIMEOFDAY 1
  3387. | #define HAVE_DRAND48 1
  3388. | #define STDC_HEADERS 1
  3389. | #define HAVE_SYS_WAIT_H 1
  3390. | #define TIME_WITH_SYS_TIME 1
  3391. | #define HAVE_INTTYPES_H 1
  3392. | #define HAVE_STDINT_H 1
  3393. | #define HAVE_STDATOMIC_H 1
  3394. | #define HAVE_STDBOOL_H 1
  3395. | #define HAVE_STDFIX_H 1
  3396. | #define HAVE_UNISTD_H 1
  3397. | #define HAVE_STDLIB_H 1
  3398. | #define HAVE_STRING_H 1
  3399. | #define HAVE_STRINGS_H 1
  3400. | #define HAVE_MALLOC_H 1
  3401. | #define HAVE_MATH_H 1
  3402. | #define HAVE_FLOAT_H 1
  3403. | #define HAVE_FCNTL_H 1
  3404. | #define HAVE_SYS_TIME_H 1
  3405. | #define HAVE_SYS_SELECT_H 1
  3406. | #define HAVE_SYS_IOCTL_H 1
  3407. | #define HAVE_SYS_FCNTL_H 1
  3408. | #define HAVE_SNDFILE_H 1
  3409. | #define HAVE_FENV_H 1
  3410. | #define HAVE_PTHREAD_H 1
  3411. | #define HAVE_TGMATH_H 1
  3412. | #define HAVE_X11_X_H 1
  3413. | #define HAVE_LIBXML_XMLMEMORY_H 1
  3414. | #define HAVE_LIBXML_PARSER_H 1
  3415. | #define HAVE_LIBXML_XINCLUDE_H 1
  3416. | /* end confdefs.h.  */
  3417. | #include <FL/fl_draw.H>
  3418. configure:18867: result: no
  3419. configure:18867: checking for FL/fl_draw.H
  3420. configure:18867: result: no
  3421. configure:18879: checking FL/Fl_Cartesian.H usability
  3422. configure:18879: g++ -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2 conftest.cpp >&5
  3423. conftest.cpp:118:29: fatal error: FL/Fl_Cartesian.H: No such file or directory
  3424.  #include <FL/Fl_Cartesian.H>
  3425.                              ^
  3426. compilation terminated.
  3427. configure:18879: $? = 1
  3428. configure: failed program was:
  3429. | /* confdefs.h */
  3430. | #define PACKAGE_NAME "spandsp"
  3431. | #define PACKAGE_TARNAME "spandsp"
  3432. | #define PACKAGE_VERSION "1.99.0"
  3433. | #define PACKAGE_STRING "spandsp 1.99.0"
  3434. | #define PACKAGE_BUGREPORT ""
  3435. | #define PACKAGE_URL ""
  3436. | #define PACKAGE "spandsp"
  3437. | #define VERSION "1.99.0"
  3438. | #define STDC_HEADERS 1
  3439. | #define HAVE_SYS_TYPES_H 1
  3440. | #define HAVE_SYS_STAT_H 1
  3441. | #define HAVE_STDLIB_H 1
  3442. | #define HAVE_STRING_H 1
  3443. | #define HAVE_MEMORY_H 1
  3444. | #define HAVE_STRINGS_H 1
  3445. | #define HAVE_INTTYPES_H 1
  3446. | #define HAVE_STDINT_H 1
  3447. | #define HAVE_UNISTD_H 1
  3448. | #define HAVE_DLFCN_H 1
  3449. | #define LT_OBJDIR ".libs/"
  3450. | #define HAVE_LONG_LONG 1
  3451. | #define HAVE_LONG_DOUBLE 1
  3452. | #define RETSIGTYPE void
  3453. | #define HAVE_VPRINTF 1
  3454. | #define HAVE_MEMMOVE 1
  3455. | #define HAVE_STDLIB_H 1
  3456. | #define HAVE_REALLOC 0
  3457. | #define realloc rpl_realloc
  3458. | #define HAVE_STDLIB_H 1
  3459. | #define HAVE_MALLOC 0
  3460. | #define malloc rpl_malloc
  3461. | #define HAVE_SYS_SELECT_H 1
  3462. | #define HAVE_SYS_SOCKET_H 1
  3463. | #define SELECT_TYPE_ARG1 int
  3464. | #define SELECT_TYPE_ARG234 (fd_set *)
  3465. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3466. | #define HAVE_LRINT 1
  3467. | #define HAVE_LRINTF 1
  3468. | #define HAVE_LLRINT 1
  3469. | #define HAVE_LLRINTF 1
  3470. | #define HAVE_ALIGNED_ALLOC 1
  3471. | #define HAVE_MEMALIGN 1
  3472. | #define HAVE_POSIX_MEMALIGN 1
  3473. | #define HAVE_MEMMOVE 1
  3474. | #define HAVE_MEMSET 1
  3475. | #define HAVE_SELECT 1
  3476. | #define HAVE_STRCASECMP 1
  3477. | #define HAVE_STRCHR 1
  3478. | #define HAVE_STRDUP 1
  3479. | #define HAVE_STRERROR 1
  3480. | #define HAVE_STRSTR 1
  3481. | #define HAVE_STRTOL 1
  3482. | #define HAVE_GETTIMEOFDAY 1
  3483. | #define HAVE_DRAND48 1
  3484. | #define STDC_HEADERS 1
  3485. | #define HAVE_SYS_WAIT_H 1
  3486. | #define TIME_WITH_SYS_TIME 1
  3487. | #define HAVE_INTTYPES_H 1
  3488. | #define HAVE_STDINT_H 1
  3489. | #define HAVE_STDATOMIC_H 1
  3490. | #define HAVE_STDBOOL_H 1
  3491. | #define HAVE_STDFIX_H 1
  3492. | #define HAVE_UNISTD_H 1
  3493. | #define HAVE_STDLIB_H 1
  3494. | #define HAVE_STRING_H 1
  3495. | #define HAVE_STRINGS_H 1
  3496. | #define HAVE_MALLOC_H 1
  3497. | #define HAVE_MATH_H 1
  3498. | #define HAVE_FLOAT_H 1
  3499. | #define HAVE_FCNTL_H 1
  3500. | #define HAVE_SYS_TIME_H 1
  3501. | #define HAVE_SYS_SELECT_H 1
  3502. | #define HAVE_SYS_IOCTL_H 1
  3503. | #define HAVE_SYS_FCNTL_H 1
  3504. | #define HAVE_SNDFILE_H 1
  3505. | #define HAVE_FENV_H 1
  3506. | #define HAVE_PTHREAD_H 1
  3507. | #define HAVE_TGMATH_H 1
  3508. | #define HAVE_X11_X_H 1
  3509. | #define HAVE_LIBXML_XMLMEMORY_H 1
  3510. | #define HAVE_LIBXML_PARSER_H 1
  3511. | #define HAVE_LIBXML_XINCLUDE_H 1
  3512. | /* end confdefs.h.  */
  3513. | #include <stdio.h>
  3514. | #ifdef HAVE_SYS_TYPES_H
  3515. | # include <sys/types.h>
  3516. | #endif
  3517. | #ifdef HAVE_SYS_STAT_H
  3518. | # include <sys/stat.h>
  3519. | #endif
  3520. | #ifdef STDC_HEADERS
  3521. | # include <stdlib.h>
  3522. | # include <stddef.h>
  3523. | #else
  3524. | # ifdef HAVE_STDLIB_H
  3525. | #  include <stdlib.h>
  3526. | # endif
  3527. | #endif
  3528. | #ifdef HAVE_STRING_H
  3529. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3530. | #  include <memory.h>
  3531. | # endif
  3532. | # include <string.h>
  3533. | #endif
  3534. | #ifdef HAVE_STRINGS_H
  3535. | # include <strings.h>
  3536. | #endif
  3537. | #ifdef HAVE_INTTYPES_H
  3538. | # include <inttypes.h>
  3539. | #endif
  3540. | #ifdef HAVE_STDINT_H
  3541. | # include <stdint.h>
  3542. | #endif
  3543. | #ifdef HAVE_UNISTD_H
  3544. | # include <unistd.h>
  3545. | #endif
  3546. | #include <FL/Fl_Cartesian.H>
  3547. configure:18879: result: no
  3548. configure:18879: checking FL/Fl_Cartesian.H presence
  3549. configure:18879: g++ -E  -I/usr/include/libxml2 conftest.cpp
  3550. conftest.cpp:85:29: fatal error: FL/Fl_Cartesian.H: No such file or directory
  3551.  #include <FL/Fl_Cartesian.H>
  3552.                              ^
  3553. compilation terminated.
  3554. configure:18879: $? = 1
  3555. configure: failed program was:
  3556. | /* confdefs.h */
  3557. | #define PACKAGE_NAME "spandsp"
  3558. | #define PACKAGE_TARNAME "spandsp"
  3559. | #define PACKAGE_VERSION "1.99.0"
  3560. | #define PACKAGE_STRING "spandsp 1.99.0"
  3561. | #define PACKAGE_BUGREPORT ""
  3562. | #define PACKAGE_URL ""
  3563. | #define PACKAGE "spandsp"
  3564. | #define VERSION "1.99.0"
  3565. | #define STDC_HEADERS 1
  3566. | #define HAVE_SYS_TYPES_H 1
  3567. | #define HAVE_SYS_STAT_H 1
  3568. | #define HAVE_STDLIB_H 1
  3569. | #define HAVE_STRING_H 1
  3570. | #define HAVE_MEMORY_H 1
  3571. | #define HAVE_STRINGS_H 1
  3572. | #define HAVE_INTTYPES_H 1
  3573. | #define HAVE_STDINT_H 1
  3574. | #define HAVE_UNISTD_H 1
  3575. | #define HAVE_DLFCN_H 1
  3576. | #define LT_OBJDIR ".libs/"
  3577. | #define HAVE_LONG_LONG 1
  3578. | #define HAVE_LONG_DOUBLE 1
  3579. | #define RETSIGTYPE void
  3580. | #define HAVE_VPRINTF 1
  3581. | #define HAVE_MEMMOVE 1
  3582. | #define HAVE_STDLIB_H 1
  3583. | #define HAVE_REALLOC 0
  3584. | #define realloc rpl_realloc
  3585. | #define HAVE_STDLIB_H 1
  3586. | #define HAVE_MALLOC 0
  3587. | #define malloc rpl_malloc
  3588. | #define HAVE_SYS_SELECT_H 1
  3589. | #define HAVE_SYS_SOCKET_H 1
  3590. | #define SELECT_TYPE_ARG1 int
  3591. | #define SELECT_TYPE_ARG234 (fd_set *)
  3592. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3593. | #define HAVE_LRINT 1
  3594. | #define HAVE_LRINTF 1
  3595. | #define HAVE_LLRINT 1
  3596. | #define HAVE_LLRINTF 1
  3597. | #define HAVE_ALIGNED_ALLOC 1
  3598. | #define HAVE_MEMALIGN 1
  3599. | #define HAVE_POSIX_MEMALIGN 1
  3600. | #define HAVE_MEMMOVE 1
  3601. | #define HAVE_MEMSET 1
  3602. | #define HAVE_SELECT 1
  3603. | #define HAVE_STRCASECMP 1
  3604. | #define HAVE_STRCHR 1
  3605. | #define HAVE_STRDUP 1
  3606. | #define HAVE_STRERROR 1
  3607. | #define HAVE_STRSTR 1
  3608. | #define HAVE_STRTOL 1
  3609. | #define HAVE_GETTIMEOFDAY 1
  3610. | #define HAVE_DRAND48 1
  3611. | #define STDC_HEADERS 1
  3612. | #define HAVE_SYS_WAIT_H 1
  3613. | #define TIME_WITH_SYS_TIME 1
  3614. | #define HAVE_INTTYPES_H 1
  3615. | #define HAVE_STDINT_H 1
  3616. | #define HAVE_STDATOMIC_H 1
  3617. | #define HAVE_STDBOOL_H 1
  3618. | #define HAVE_STDFIX_H 1
  3619. | #define HAVE_UNISTD_H 1
  3620. | #define HAVE_STDLIB_H 1
  3621. | #define HAVE_STRING_H 1
  3622. | #define HAVE_STRINGS_H 1
  3623. | #define HAVE_MALLOC_H 1
  3624. | #define HAVE_MATH_H 1
  3625. | #define HAVE_FLOAT_H 1
  3626. | #define HAVE_FCNTL_H 1
  3627. | #define HAVE_SYS_TIME_H 1
  3628. | #define HAVE_SYS_SELECT_H 1
  3629. | #define HAVE_SYS_IOCTL_H 1
  3630. | #define HAVE_SYS_FCNTL_H 1
  3631. | #define HAVE_SNDFILE_H 1
  3632. | #define HAVE_FENV_H 1
  3633. | #define HAVE_PTHREAD_H 1
  3634. | #define HAVE_TGMATH_H 1
  3635. | #define HAVE_X11_X_H 1
  3636. | #define HAVE_LIBXML_XMLMEMORY_H 1
  3637. | #define HAVE_LIBXML_PARSER_H 1
  3638. | #define HAVE_LIBXML_XINCLUDE_H 1
  3639. | /* end confdefs.h.  */
  3640. | #include <FL/Fl_Cartesian.H>
  3641. configure:18879: result: no
  3642. configure:18879: checking for FL/Fl_Cartesian.H
  3643. configure:18879: result: no
  3644. configure:18891: checking FL/Fl_Audio_Meter.H usability
  3645. configure:18891: g++ -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2 conftest.cpp >&5
  3646. conftest.cpp:118:31: fatal error: FL/Fl_Audio_Meter.H: No such file or directory
  3647.  #include <FL/Fl_Audio_Meter.H>
  3648.                                ^
  3649. compilation terminated.
  3650. configure:18891: $? = 1
  3651. configure: failed program was:
  3652. | /* confdefs.h */
  3653. | #define PACKAGE_NAME "spandsp"
  3654. | #define PACKAGE_TARNAME "spandsp"
  3655. | #define PACKAGE_VERSION "1.99.0"
  3656. | #define PACKAGE_STRING "spandsp 1.99.0"
  3657. | #define PACKAGE_BUGREPORT ""
  3658. | #define PACKAGE_URL ""
  3659. | #define PACKAGE "spandsp"
  3660. | #define VERSION "1.99.0"
  3661. | #define STDC_HEADERS 1
  3662. | #define HAVE_SYS_TYPES_H 1
  3663. | #define HAVE_SYS_STAT_H 1
  3664. | #define HAVE_STDLIB_H 1
  3665. | #define HAVE_STRING_H 1
  3666. | #define HAVE_MEMORY_H 1
  3667. | #define HAVE_STRINGS_H 1
  3668. | #define HAVE_INTTYPES_H 1
  3669. | #define HAVE_STDINT_H 1
  3670. | #define HAVE_UNISTD_H 1
  3671. | #define HAVE_DLFCN_H 1
  3672. | #define LT_OBJDIR ".libs/"
  3673. | #define HAVE_LONG_LONG 1
  3674. | #define HAVE_LONG_DOUBLE 1
  3675. | #define RETSIGTYPE void
  3676. | #define HAVE_VPRINTF 1
  3677. | #define HAVE_MEMMOVE 1
  3678. | #define HAVE_STDLIB_H 1
  3679. | #define HAVE_REALLOC 0
  3680. | #define realloc rpl_realloc
  3681. | #define HAVE_STDLIB_H 1
  3682. | #define HAVE_MALLOC 0
  3683. | #define malloc rpl_malloc
  3684. | #define HAVE_SYS_SELECT_H 1
  3685. | #define HAVE_SYS_SOCKET_H 1
  3686. | #define SELECT_TYPE_ARG1 int
  3687. | #define SELECT_TYPE_ARG234 (fd_set *)
  3688. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3689. | #define HAVE_LRINT 1
  3690. | #define HAVE_LRINTF 1
  3691. | #define HAVE_LLRINT 1
  3692. | #define HAVE_LLRINTF 1
  3693. | #define HAVE_ALIGNED_ALLOC 1
  3694. | #define HAVE_MEMALIGN 1
  3695. | #define HAVE_POSIX_MEMALIGN 1
  3696. | #define HAVE_MEMMOVE 1
  3697. | #define HAVE_MEMSET 1
  3698. | #define HAVE_SELECT 1
  3699. | #define HAVE_STRCASECMP 1
  3700. | #define HAVE_STRCHR 1
  3701. | #define HAVE_STRDUP 1
  3702. | #define HAVE_STRERROR 1
  3703. | #define HAVE_STRSTR 1
  3704. | #define HAVE_STRTOL 1
  3705. | #define HAVE_GETTIMEOFDAY 1
  3706. | #define HAVE_DRAND48 1
  3707. | #define STDC_HEADERS 1
  3708. | #define HAVE_SYS_WAIT_H 1
  3709. | #define TIME_WITH_SYS_TIME 1
  3710. | #define HAVE_INTTYPES_H 1
  3711. | #define HAVE_STDINT_H 1
  3712. | #define HAVE_STDATOMIC_H 1
  3713. | #define HAVE_STDBOOL_H 1
  3714. | #define HAVE_STDFIX_H 1
  3715. | #define HAVE_UNISTD_H 1
  3716. | #define HAVE_STDLIB_H 1
  3717. | #define HAVE_STRING_H 1
  3718. | #define HAVE_STRINGS_H 1
  3719. | #define HAVE_MALLOC_H 1
  3720. | #define HAVE_MATH_H 1
  3721. | #define HAVE_FLOAT_H 1
  3722. | #define HAVE_FCNTL_H 1
  3723. | #define HAVE_SYS_TIME_H 1
  3724. | #define HAVE_SYS_SELECT_H 1
  3725. | #define HAVE_SYS_IOCTL_H 1
  3726. | #define HAVE_SYS_FCNTL_H 1
  3727. | #define HAVE_SNDFILE_H 1
  3728. | #define HAVE_FENV_H 1
  3729. | #define HAVE_PTHREAD_H 1
  3730. | #define HAVE_TGMATH_H 1
  3731. | #define HAVE_X11_X_H 1
  3732. | #define HAVE_LIBXML_XMLMEMORY_H 1
  3733. | #define HAVE_LIBXML_PARSER_H 1
  3734. | #define HAVE_LIBXML_XINCLUDE_H 1
  3735. | /* end confdefs.h.  */
  3736. | #include <stdio.h>
  3737. | #ifdef HAVE_SYS_TYPES_H
  3738. | # include <sys/types.h>
  3739. | #endif
  3740. | #ifdef HAVE_SYS_STAT_H
  3741. | # include <sys/stat.h>
  3742. | #endif
  3743. | #ifdef STDC_HEADERS
  3744. | # include <stdlib.h>
  3745. | # include <stddef.h>
  3746. | #else
  3747. | # ifdef HAVE_STDLIB_H
  3748. | #  include <stdlib.h>
  3749. | # endif
  3750. | #endif
  3751. | #ifdef HAVE_STRING_H
  3752. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3753. | #  include <memory.h>
  3754. | # endif
  3755. | # include <string.h>
  3756. | #endif
  3757. | #ifdef HAVE_STRINGS_H
  3758. | # include <strings.h>
  3759. | #endif
  3760. | #ifdef HAVE_INTTYPES_H
  3761. | # include <inttypes.h>
  3762. | #endif
  3763. | #ifdef HAVE_STDINT_H
  3764. | # include <stdint.h>
  3765. | #endif
  3766. | #ifdef HAVE_UNISTD_H
  3767. | # include <unistd.h>
  3768. | #endif
  3769. | #include <FL/Fl_Audio_Meter.H>
  3770. configure:18891: result: no
  3771. configure:18891: checking FL/Fl_Audio_Meter.H presence
  3772. configure:18891: g++ -E  -I/usr/include/libxml2 conftest.cpp
  3773. conftest.cpp:85:31: fatal error: FL/Fl_Audio_Meter.H: No such file or directory
  3774.  #include <FL/Fl_Audio_Meter.H>
  3775.                                ^
  3776. compilation terminated.
  3777. configure:18891: $? = 1
  3778. configure: failed program was:
  3779. | /* confdefs.h */
  3780. | #define PACKAGE_NAME "spandsp"
  3781. | #define PACKAGE_TARNAME "spandsp"
  3782. | #define PACKAGE_VERSION "1.99.0"
  3783. | #define PACKAGE_STRING "spandsp 1.99.0"
  3784. | #define PACKAGE_BUGREPORT ""
  3785. | #define PACKAGE_URL ""
  3786. | #define PACKAGE "spandsp"
  3787. | #define VERSION "1.99.0"
  3788. | #define STDC_HEADERS 1
  3789. | #define HAVE_SYS_TYPES_H 1
  3790. | #define HAVE_SYS_STAT_H 1
  3791. | #define HAVE_STDLIB_H 1
  3792. | #define HAVE_STRING_H 1
  3793. | #define HAVE_MEMORY_H 1
  3794. | #define HAVE_STRINGS_H 1
  3795. | #define HAVE_INTTYPES_H 1
  3796. | #define HAVE_STDINT_H 1
  3797. | #define HAVE_UNISTD_H 1
  3798. | #define HAVE_DLFCN_H 1
  3799. | #define LT_OBJDIR ".libs/"
  3800. | #define HAVE_LONG_LONG 1
  3801. | #define HAVE_LONG_DOUBLE 1
  3802. | #define RETSIGTYPE void
  3803. | #define HAVE_VPRINTF 1
  3804. | #define HAVE_MEMMOVE 1
  3805. | #define HAVE_STDLIB_H 1
  3806. | #define HAVE_REALLOC 0
  3807. | #define realloc rpl_realloc
  3808. | #define HAVE_STDLIB_H 1
  3809. | #define HAVE_MALLOC 0
  3810. | #define malloc rpl_malloc
  3811. | #define HAVE_SYS_SELECT_H 1
  3812. | #define HAVE_SYS_SOCKET_H 1
  3813. | #define SELECT_TYPE_ARG1 int
  3814. | #define SELECT_TYPE_ARG234 (fd_set *)
  3815. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3816. | #define HAVE_LRINT 1
  3817. | #define HAVE_LRINTF 1
  3818. | #define HAVE_LLRINT 1
  3819. | #define HAVE_LLRINTF 1
  3820. | #define HAVE_ALIGNED_ALLOC 1
  3821. | #define HAVE_MEMALIGN 1
  3822. | #define HAVE_POSIX_MEMALIGN 1
  3823. | #define HAVE_MEMMOVE 1
  3824. | #define HAVE_MEMSET 1
  3825. | #define HAVE_SELECT 1
  3826. | #define HAVE_STRCASECMP 1
  3827. | #define HAVE_STRCHR 1
  3828. | #define HAVE_STRDUP 1
  3829. | #define HAVE_STRERROR 1
  3830. | #define HAVE_STRSTR 1
  3831. | #define HAVE_STRTOL 1
  3832. | #define HAVE_GETTIMEOFDAY 1
  3833. | #define HAVE_DRAND48 1
  3834. | #define STDC_HEADERS 1
  3835. | #define HAVE_SYS_WAIT_H 1
  3836. | #define TIME_WITH_SYS_TIME 1
  3837. | #define HAVE_INTTYPES_H 1
  3838. | #define HAVE_STDINT_H 1
  3839. | #define HAVE_STDATOMIC_H 1
  3840. | #define HAVE_STDBOOL_H 1
  3841. | #define HAVE_STDFIX_H 1
  3842. | #define HAVE_UNISTD_H 1
  3843. | #define HAVE_STDLIB_H 1
  3844. | #define HAVE_STRING_H 1
  3845. | #define HAVE_STRINGS_H 1
  3846. | #define HAVE_MALLOC_H 1
  3847. | #define HAVE_MATH_H 1
  3848. | #define HAVE_FLOAT_H 1
  3849. | #define HAVE_FCNTL_H 1
  3850. | #define HAVE_SYS_TIME_H 1
  3851. | #define HAVE_SYS_SELECT_H 1
  3852. | #define HAVE_SYS_IOCTL_H 1
  3853. | #define HAVE_SYS_FCNTL_H 1
  3854. | #define HAVE_SNDFILE_H 1
  3855. | #define HAVE_FENV_H 1
  3856. | #define HAVE_PTHREAD_H 1
  3857. | #define HAVE_TGMATH_H 1
  3858. | #define HAVE_X11_X_H 1
  3859. | #define HAVE_LIBXML_XMLMEMORY_H 1
  3860. | #define HAVE_LIBXML_PARSER_H 1
  3861. | #define HAVE_LIBXML_XINCLUDE_H 1
  3862. | /* end confdefs.h.  */
  3863. | #include <FL/Fl_Audio_Meter.H>
  3864. configure:18891: result: no
  3865. configure:18891: checking for FL/Fl_Audio_Meter.H
  3866. configure:18891: result: no
  3867. configure:18915: checking for /usr/local/freeswitch/lib64
  3868. configure:18935: result: no
  3869. configure:18940: checking for /usr/X11R6/lib64
  3870. configure:18959: result: no
  3871. configure:18964: checking for /usr/X11R6/lib
  3872. configure:18977: result: no
  3873. configure:18990: checking for cos in -lm
  3874. configure:19015: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2  -fsanitize=address conftest.c -lm   >&5
  3875. conftest.c:92:6: warning: conflicting types for built-in function 'cos'
  3876.  char cos ();
  3877.       ^~~
  3878. configure:19015: $? = 0
  3879. configure:19024: result: yes
  3880. configure:19036: checking for library containing sinf
  3881. configure:19067: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2  -fsanitize=address conftest.c -lm  >&5
  3882. conftest.c:93:6: warning: conflicting types for built-in function 'sinf'
  3883.  char sinf ();
  3884.       ^~~~
  3885. configure:19067: $? = 0
  3886. configure:19084: result: none required
  3887. configure:19094: checking for library containing cosf
  3888. configure:19125: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2  -fsanitize=address conftest.c -lm  >&5
  3889. conftest.c:94:6: warning: conflicting types for built-in function 'cosf'
  3890.  char cosf ();
  3891.       ^~~~
  3892. configure:19125: $? = 0
  3893. configure:19142: result: none required
  3894. configure:19152: checking for library containing tanf
  3895. configure:19183: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2  -fsanitize=address conftest.c -lm  >&5
  3896. conftest.c:95:6: warning: conflicting types for built-in function 'tanf'
  3897.  char tanf ();
  3898.       ^~~~
  3899. configure:19183: $? = 0
  3900. configure:19200: result: none required
  3901. configure:19210: checking for library containing asinf
  3902. configure:19241: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2  -fsanitize=address conftest.c -lm  >&5
  3903. conftest.c:96:6: warning: conflicting types for built-in function 'asinf'
  3904.  char asinf ();
  3905.       ^~~~~
  3906. configure:19241: $? = 0
  3907. configure:19258: result: none required
  3908. configure:19268: checking for library containing acosf
  3909. configure:19299: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2  -fsanitize=address conftest.c -lm  >&5
  3910. conftest.c:97:6: warning: conflicting types for built-in function 'acosf'
  3911.  char acosf ();
  3912.       ^~~~~
  3913. configure:19299: $? = 0
  3914. configure:19316: result: none required
  3915. configure:19326: checking for library containing atanf
  3916. configure:19357: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2  -fsanitize=address conftest.c -lm  >&5
  3917. conftest.c:98:6: warning: conflicting types for built-in function 'atanf'
  3918.  char atanf ();
  3919.       ^~~~~
  3920. configure:19357: $? = 0
  3921. configure:19374: result: none required
  3922. configure:19384: checking for library containing atan2f
  3923. configure:19415: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2  -fsanitize=address conftest.c -lm  >&5
  3924. conftest.c:99:6: warning: conflicting types for built-in function 'atan2f'
  3925.  char atan2f ();
  3926.       ^~~~~~
  3927. configure:19415: $? = 0
  3928. configure:19432: result: none required
  3929. configure:19442: checking for library containing ceilf
  3930. configure:19473: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2  -fsanitize=address conftest.c -lm  >&5
  3931. conftest.c:100:6: warning: conflicting types for built-in function 'ceilf'
  3932.  char ceilf ();
  3933.       ^~~~~
  3934. configure:19473: $? = 0
  3935. configure:19490: result: none required
  3936. configure:19500: checking for library containing floorf
  3937. configure:19531: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2  -fsanitize=address conftest.c -lm  >&5
  3938. conftest.c:101:6: warning: conflicting types for built-in function 'floorf'
  3939.  char floorf ();
  3940.       ^~~~~~
  3941. configure:19531: $? = 0
  3942. configure:19548: result: none required
  3943. configure:19558: checking for library containing powf
  3944. configure:19589: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2  -fsanitize=address conftest.c -lm  >&5
  3945. conftest.c:102:6: warning: conflicting types for built-in function 'powf'
  3946.  char powf ();
  3947.       ^~~~
  3948. configure:19589: $? = 0
  3949. configure:19606: result: none required
  3950. configure:19616: checking for library containing expf
  3951. configure:19647: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2  -fsanitize=address conftest.c -lm  >&5
  3952. conftest.c:103:6: warning: conflicting types for built-in function 'expf'
  3953.  char expf ();
  3954.       ^~~~
  3955. configure:19647: $? = 0
  3956. configure:19664: result: none required
  3957. configure:19674: checking for library containing logf
  3958. configure:19705: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2  -fsanitize=address conftest.c -lm  >&5
  3959. conftest.c:104:6: warning: conflicting types for built-in function 'logf'
  3960.  char logf ();
  3961.       ^~~~
  3962. configure:19705: $? = 0
  3963. configure:19722: result: none required
  3964. configure:19732: checking for library containing log10f
  3965. configure:19763: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2  -fsanitize=address conftest.c -lm  >&5
  3966. conftest.c:105:6: warning: conflicting types for built-in function 'log10f'
  3967.  char log10f ();
  3968.       ^~~~~~
  3969. configure:19763: $? = 0
  3970. configure:19780: result: none required
  3971. configure:19791: checking for library containing open_memstream
  3972. configure:19822: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2  -fsanitize=address conftest.c -lm  >&5
  3973. configure:19822: $? = 0
  3974. configure:19839: result: none required
  3975. configure:20544: checking if x86_64-pc-linux-gnu supports library symbol export
  3976. configure:20568: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer  -fvisibility=hidden  -I/usr/include/libxml2 conftest.c >&5
  3977. configure:20568: $? = 0
  3978. configure:20569: result: yes
  3979. configure:20615: result: yes
  3980. configure:20627: checking whether compiler supports -Wunused-but-set-variable
  3981. configure:20647: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer  -Werror -Wunused-but-set-variable  -I/usr/include/libxml2 conftest.c >&5
  3982. configure:20647: $? = 0
  3983. configure:20655: result: yes
  3984. configure:20657: result: yes
  3985. configure:20667: checking if x86_64-pc-linux-gnu supports the ARM NEON instructions set
  3986. configure:20709: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer  -mfpu=neon -mfloat-abi=hard  -I/usr/include/libxml2  -fsanitize=address conftest.c -lm  >&5
  3987. gcc: error: unrecognized command line option '-mfpu=neon'
  3988. gcc: error: unrecognized command line option '-mfloat-abi=hard'
  3989. configure:20709: $? = 1
  3990. configure: program exited with status 1
  3991. configure: failed program was:
  3992. | /* confdefs.h */
  3993. | #define PACKAGE_NAME "spandsp"
  3994. | #define PACKAGE_TARNAME "spandsp"
  3995. | #define PACKAGE_VERSION "1.99.0"
  3996. | #define PACKAGE_STRING "spandsp 1.99.0"
  3997. | #define PACKAGE_BUGREPORT ""
  3998. | #define PACKAGE_URL ""
  3999. | #define PACKAGE "spandsp"
  4000. | #define VERSION "1.99.0"
  4001. | #define STDC_HEADERS 1
  4002. | #define HAVE_SYS_TYPES_H 1
  4003. | #define HAVE_SYS_STAT_H 1
  4004. | #define HAVE_STDLIB_H 1
  4005. | #define HAVE_STRING_H 1
  4006. | #define HAVE_MEMORY_H 1
  4007. | #define HAVE_STRINGS_H 1
  4008. | #define HAVE_INTTYPES_H 1
  4009. | #define HAVE_STDINT_H 1
  4010. | #define HAVE_UNISTD_H 1
  4011. | #define HAVE_DLFCN_H 1
  4012. | #define LT_OBJDIR ".libs/"
  4013. | #define HAVE_LONG_LONG 1
  4014. | #define HAVE_LONG_DOUBLE 1
  4015. | #define RETSIGTYPE void
  4016. | #define HAVE_VPRINTF 1
  4017. | #define HAVE_MEMMOVE 1
  4018. | #define HAVE_STDLIB_H 1
  4019. | #define HAVE_REALLOC 0
  4020. | #define realloc rpl_realloc
  4021. | #define HAVE_STDLIB_H 1
  4022. | #define HAVE_MALLOC 0
  4023. | #define malloc rpl_malloc
  4024. | #define HAVE_SYS_SELECT_H 1
  4025. | #define HAVE_SYS_SOCKET_H 1
  4026. | #define SELECT_TYPE_ARG1 int
  4027. | #define SELECT_TYPE_ARG234 (fd_set *)
  4028. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4029. | #define HAVE_LRINT 1
  4030. | #define HAVE_LRINTF 1
  4031. | #define HAVE_LLRINT 1
  4032. | #define HAVE_LLRINTF 1
  4033. | #define HAVE_ALIGNED_ALLOC 1
  4034. | #define HAVE_MEMALIGN 1
  4035. | #define HAVE_POSIX_MEMALIGN 1
  4036. | #define HAVE_MEMMOVE 1
  4037. | #define HAVE_MEMSET 1
  4038. | #define HAVE_SELECT 1
  4039. | #define HAVE_STRCASECMP 1
  4040. | #define HAVE_STRCHR 1
  4041. | #define HAVE_STRDUP 1
  4042. | #define HAVE_STRERROR 1
  4043. | #define HAVE_STRSTR 1
  4044. | #define HAVE_STRTOL 1
  4045. | #define HAVE_GETTIMEOFDAY 1
  4046. | #define HAVE_DRAND48 1
  4047. | #define STDC_HEADERS 1
  4048. | #define HAVE_SYS_WAIT_H 1
  4049. | #define TIME_WITH_SYS_TIME 1
  4050. | #define HAVE_INTTYPES_H 1
  4051. | #define HAVE_STDINT_H 1
  4052. | #define HAVE_STDATOMIC_H 1
  4053. | #define HAVE_STDBOOL_H 1
  4054. | #define HAVE_STDFIX_H 1
  4055. | #define HAVE_UNISTD_H 1
  4056. | #define HAVE_STDLIB_H 1
  4057. | #define HAVE_STRING_H 1
  4058. | #define HAVE_STRINGS_H 1
  4059. | #define HAVE_MALLOC_H 1
  4060. | #define HAVE_MATH_H 1
  4061. | #define HAVE_FLOAT_H 1
  4062. | #define HAVE_FCNTL_H 1
  4063. | #define HAVE_SYS_TIME_H 1
  4064. | #define HAVE_SYS_SELECT_H 1
  4065. | #define HAVE_SYS_IOCTL_H 1
  4066. | #define HAVE_SYS_FCNTL_H 1
  4067. | #define HAVE_SNDFILE_H 1
  4068. | #define HAVE_FENV_H 1
  4069. | #define HAVE_PTHREAD_H 1
  4070. | #define HAVE_TGMATH_H 1
  4071. | #define HAVE_X11_X_H 1
  4072. | #define HAVE_LIBXML_XMLMEMORY_H 1
  4073. | #define HAVE_LIBXML_PARSER_H 1
  4074. | #define HAVE_LIBXML_XINCLUDE_H 1
  4075. | #define HAVE_LIBM 1
  4076. | #define HAVE_SINF 1
  4077. | #define HAVE_COSF 1
  4078. | #define HAVE_TANF 1
  4079. | #define HAVE_ASINF 1
  4080. | #define HAVE_ACOSF 1
  4081. | #define HAVE_ATANF 1
  4082. | #define HAVE_ATAN2F 1
  4083. | #define HAVE_CEILF 1
  4084. | #define HAVE_FLOORF 1
  4085. | #define HAVE_POWF 1
  4086. | #define HAVE_EXPF 1
  4087. | #define HAVE_LOGF 1
  4088. | #define HAVE_LOG10F 1
  4089. | #define HAVE_OPEN_MEMSTREAM 1
  4090. | #define SPANDSP_USE_EXPORT_CAPABILITY 1
  4091. | /* end confdefs.h.  */
  4092. |
  4093. |                 #include <inttypes.h>
  4094. |                 #include <arm_neon.h>
  4095. |
  4096. |                 int32x4_t testfunc(int16_t *a, int16_t *b)
  4097. |                 {
  4098. |                     return vmull_s16(vld1_s16(a), vld1_s16(b));
  4099. |                 }
  4100. |
  4101. | int
  4102. | main ()
  4103. | {
  4104. |
  4105. |                 volatile int32x4_t z;
  4106. |                 int16_t x[8];
  4107. |                 int16_t y[8];
  4108. |                 z = testfunc(x, y);
  4109. |
  4110. |
  4111. |   ;
  4112. |   return 0;
  4113. | }
  4114. configure:20716: result: no
  4115. configure:20728: result: no
  4116. configure:20867: checking if x86_64-pc-linux-gnu is fixed point only
  4117. configure:20891: result: no
  4118. configure:20903: checking if x86_64-pc-linux-gnu fails on misaligned memory access
  4119. configure:20925: result: no
  4120. configure:21048: checking tiffio.h usability
  4121. configure:21048: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2 conftest.c >&5
  4122. configure:21048: $? = 0
  4123. configure:21048: result: yes
  4124. configure:21048: checking tiffio.h presence
  4125. configure:21048: gcc -E  -I/usr/include/libxml2 conftest.c
  4126. configure:21048: $? = 0
  4127. configure:21048: result: yes
  4128. configure:21048: checking for tiffio.h
  4129. configure:21048: result: yes
  4130. configure:21058: checking for TIFFOpen in -ltiff
  4131. configure:21083: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2  -fsanitize=address conftest.c -ltiff -lm -lm  >&5
  4132. configure:21083: $? = 0
  4133. configure:21092: result: yes
  4134. configure:21107: checking for TIFFCreateCustomDirectory in -ltiff
  4135. configure:21132: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2  -fsanitize=address conftest.c -ltiff -lm -ltiff -lm  >&5
  4136. configure:21132: $? = 0
  4137. configure:21141: result: yes
  4138. configure:21161: checking jpeglib.h usability
  4139. configure:21161: gcc -c  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2 conftest.c >&5
  4140. configure:21161: $? = 0
  4141. configure:21161: result: yes
  4142. configure:21161: checking jpeglib.h presence
  4143. configure:21161: gcc -E  -I/usr/include/libxml2 conftest.c
  4144. configure:21161: $? = 0
  4145. configure:21161: result: yes
  4146. configure:21161: checking for jpeglib.h
  4147. configure:21161: result: yes
  4148. configure:21171: checking for jpeg_start_compress in -ljpeg
  4149. configure:21196: gcc -o conftest  -g -O2 -fsanitize=address -fno-omit-frame-pointer   -I/usr/include/libxml2  -fsanitize=address conftest.c -ljpeg  -ltiff -lm  >&5
  4150. configure:21196: $? = 0
  4151. configure:21205: result: yes
  4152. configure:21493: checking that generated files are newer than configure
  4153. configure:21499: result: done
  4154. configure:21586: creating ./config.status
  4155.  
  4156. ## ---------------------- ##
  4157. ## Running config.status. ##
  4158. ## ---------------------- ##
  4159.  
  4160. This file was extended by spandsp config.status 1.99.0, which was
  4161. generated by GNU Autoconf 2.69.  Invocation command line was
  4162.  
  4163.   CONFIG_FILES    =
  4164.   CONFIG_HEADERS  =
  4165.   CONFIG_LINKS    =
  4166.   CONFIG_COMMANDS =
  4167.   $ ./config.status
  4168.  
  4169. on 310f74fc414a
  4170.  
  4171. config.status:1299: creating Makefile
  4172. config.status:1299: creating doc/Makefile
  4173. config.status:1299: creating doc/doxygen
  4174. config.status:1299: creating src/Makefile
  4175. config.status:1299: creating src/spandsp.h
  4176. config.status:1299: creating spandsp-sim/Makefile
  4177. config.status:1299: creating test-data/Makefile
  4178. config.status:1299: creating test-data/etsi/Makefile
  4179. config.status:1299: creating test-data/etsi/fax/Makefile
  4180. config.status:1299: creating test-data/itu/Makefile
  4181. config.status:1299: creating test-data/itu/fax/Makefile
  4182. config.status:1299: creating test-data/itu/tiff-fx/Makefile
  4183. config.status:1299: creating test-data/local/Makefile
  4184. config.status:1299: creating tests/Makefile
  4185. config.status:1299: creating spandsp.pc
  4186. config.status:1299: creating spandsp.spec
  4187. config.status:1299: creating src/config.h
  4188. config.status:1528: executing depfiles commands
  4189. config.status:1528: executing libtool commands
  4190.  
  4191. ## ---------------- ##
  4192. ## Cache variables. ##
  4193. ## ---------------- ##
  4194.  
  4195. ac_cv_build=x86_64-pc-linux-gnu
  4196. ac_cv_c99_flexible_array=yes
  4197. ac_cv_c99_llrint=yes
  4198. ac_cv_c99_llrintf=yes
  4199. ac_cv_c99_lrint=yes
  4200. ac_cv_c99_lrintf=yes
  4201. ac_cv_c_compiler_gnu=yes
  4202. ac_cv_c_const=yes
  4203. ac_cv_c_inline=inline
  4204. ac_cv_c_volatile=yes
  4205. ac_cv_cxx_compiler_gnu=yes
  4206. ac_cv_env_CCC_set=
  4207. ac_cv_env_CCC_value=
  4208. ac_cv_env_CC_set=
  4209. ac_cv_env_CC_value=
  4210. ac_cv_env_CFLAGS_set=
  4211. ac_cv_env_CFLAGS_value=
  4212. ac_cv_env_CPPFLAGS_set=
  4213. ac_cv_env_CPPFLAGS_value=
  4214. ac_cv_env_CPP_set=
  4215. ac_cv_env_CPP_value=
  4216. ac_cv_env_CXXCPP_set=
  4217. ac_cv_env_CXXCPP_value=
  4218. ac_cv_env_CXXFLAGS_set=
  4219. ac_cv_env_CXXFLAGS_value=
  4220. ac_cv_env_CXX_set=
  4221. ac_cv_env_CXX_value=
  4222. ac_cv_env_LDFLAGS_set=
  4223. ac_cv_env_LDFLAGS_value=
  4224. ac_cv_env_LIBS_set=
  4225. ac_cv_env_LIBS_value=
  4226. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  4227. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  4228. ac_cv_env_build_alias_set=
  4229. ac_cv_env_build_alias_value=
  4230. ac_cv_env_host_alias_set=
  4231. ac_cv_env_host_alias_value=
  4232. ac_cv_env_target_alias_set=
  4233. ac_cv_env_target_alias_value=
  4234. ac_cv_file__usr_X11R6_lib=no
  4235. ac_cv_fixed_point_machine_x86_64_pc_linux_gnu=no
  4236. ac_cv_func__doprnt=no
  4237. ac_cv_func_drand48=yes
  4238. ac_cv_func_gettimeofday=yes
  4239. ac_cv_func_malloc_0_nonnull=no
  4240. ac_cv_func_memalign=yes
  4241. ac_cv_func_memcmp_working=yes
  4242. ac_cv_func_memmove=yes
  4243. ac_cv_func_memset=yes
  4244. ac_cv_func_posix_memalign=yes
  4245. ac_cv_func_realloc_0_nonnull=no
  4246. ac_cv_func_select=yes
  4247. ac_cv_func_select_args='int,fd_set *,struct timeval *'
  4248. ac_cv_func_strcasecmp=yes
  4249. ac_cv_func_strchr=yes
  4250. ac_cv_func_strdup=yes
  4251. ac_cv_func_strerror=yes
  4252. ac_cv_func_strstr=yes
  4253. ac_cv_func_strtol=yes
  4254. ac_cv_func_vprintf=yes
  4255. ac_cv_gcc_unused_but_set_variable=yes
  4256. ac_cv_have_working_memmove=yes
  4257. ac_cv_header_FL_Fl_Audio_Meter_H=no
  4258. ac_cv_header_FL_Fl_Cartesian_H=no
  4259. ac_cv_header_FL_Fl_H=no
  4260. ac_cv_header_FL_Fl_Light_Button_H=no
  4261. ac_cv_header_FL_Fl_Overlay_Window_H=no
  4262. ac_cv_header_FL_fl_draw_H=no
  4263. ac_cv_header_X11_X_h=yes
  4264. ac_cv_header_dlfcn_h=yes
  4265. ac_cv_header_fcntl_h=yes
  4266. ac_cv_header_fenv_h=yes
  4267. ac_cv_header_fftw3_h=no
  4268. ac_cv_header_fftw_h=no
  4269. ac_cv_header_float_h=yes
  4270. ac_cv_header_inttypes_h=yes
  4271. ac_cv_header_jpeglib_h=yes
  4272. ac_cv_header_libxml_parser_h=yes
  4273. ac_cv_header_libxml_xinclude_h=yes
  4274. ac_cv_header_libxml_xmlmemory_h=yes
  4275. ac_cv_header_malloc_h=yes
  4276. ac_cv_header_math_h=yes
  4277. ac_cv_header_memory_h=yes
  4278. ac_cv_header_pcap_h=no
  4279. ac_cv_header_pthread_h=yes
  4280. ac_cv_header_sndfile_h=yes
  4281. ac_cv_header_socket_h=no
  4282. ac_cv_header_stdatomic_h=yes
  4283. ac_cv_header_stdbool_h=yes
  4284. ac_cv_header_stdc=yes
  4285. ac_cv_header_stdfix_h=yes
  4286. ac_cv_header_stdint_h=yes
  4287. ac_cv_header_stdlib_h=yes
  4288. ac_cv_header_string_h=yes
  4289. ac_cv_header_strings_h=yes
  4290. ac_cv_header_sys_fcntl_h=yes
  4291. ac_cv_header_sys_ioctl_h=yes
  4292. ac_cv_header_sys_select_h=yes
  4293. ac_cv_header_sys_socket_h=yes
  4294. ac_cv_header_sys_stat_h=yes
  4295. ac_cv_header_sys_time_h=yes
  4296. ac_cv_header_sys_types_h=yes
  4297. ac_cv_header_sys_wait_h=yes
  4298. ac_cv_header_tgmath_h=yes
  4299. ac_cv_header_tiffio_h=yes
  4300. ac_cv_header_time=yes
  4301. ac_cv_header_unistd_h=yes
  4302. ac_cv_host=x86_64-pc-linux-gnu
  4303. ac_cv_lib_error_at_line=yes
  4304. ac_cv_lib_jpeg_jpeg_start_compress=yes
  4305. ac_cv_lib_m_cos=yes
  4306. ac_cv_lib_tiff_TIFFCreateCustomDirectory=yes
  4307. ac_cv_lib_tiff_TIFFOpen=yes
  4308. ac_cv_misaligned_access_fails_x86_64_pc_linux_gnu=no
  4309. ac_cv_objext=o
  4310. ac_cv_path_EGREP='/bin/grep -E'
  4311. ac_cv_path_FGREP='/bin/grep -F'
  4312. ac_cv_path_GREP=/bin/grep
  4313. ac_cv_path_SED=/bin/sed
  4314. ac_cv_path_install='/usr/bin/install -c'
  4315. ac_cv_path_lt_DD=/bin/dd
  4316. ac_cv_path_mkdir=/bin/mkdir
  4317. ac_cv_prog_AWK=mawk
  4318. ac_cv_prog_CPP='gcc -E'
  4319. ac_cv_prog_CXXCPP='g++ -E'
  4320. ac_cv_prog_ac_ct_AR=ar
  4321. ac_cv_prog_ac_ct_CC=gcc
  4322. ac_cv_prog_ac_ct_CXX=g++
  4323. ac_cv_prog_ac_ct_OBJDUMP=objdump
  4324. ac_cv_prog_ac_ct_RANLIB=ranlib
  4325. ac_cv_prog_ac_ct_STRIP=strip
  4326. ac_cv_prog_cc_c89=
  4327. ac_cv_prog_cc_g=yes
  4328. ac_cv_prog_cxx_g=yes
  4329. ac_cv_prog_gcc_traditional=no
  4330. ac_cv_prog_make_make_set=yes
  4331. ac_cv_real_file__usr_X11R6_lib64=no
  4332. ac_cv_real_file__usr_local_freeswitch_lib64=no
  4333. ac_cv_search_acosf='none required'
  4334. ac_cv_search_asinf='none required'
  4335. ac_cv_search_atan2f='none required'
  4336. ac_cv_search_atanf='none required'
  4337. ac_cv_search_ceilf='none required'
  4338. ac_cv_search_cosf='none required'
  4339. ac_cv_search_expf='none required'
  4340. ac_cv_search_floorf='none required'
  4341. ac_cv_search_log10f='none required'
  4342. ac_cv_search_logf='none required'
  4343. ac_cv_search_open_memstream='none required'
  4344. ac_cv_search_powf='none required'
  4345. ac_cv_search_sinf='none required'
  4346. ac_cv_search_tanf='none required'
  4347. ac_cv_symbol_arm_neon=no
  4348. ac_cv_symbol_export_capability=yes
  4349. ac_cv_type_long_double=yes
  4350. ac_cv_type_long_long=yes
  4351. ac_cv_type_signal=void
  4352. am_cv_CC_dependencies_compiler_type=gcc3
  4353. am_cv_CXX_dependencies_compiler_type=gcc3
  4354. am_cv_make_support_nested_variables=yes
  4355. am_cv_prog_cc_c_o=yes
  4356. ax_cv_c_compiler_vendor=gnu
  4357. ax_cv_func_aligned_alloc=yes
  4358. lt_cv_ar_at_file=@
  4359. lt_cv_deplibs_check_method=pass_all
  4360. lt_cv_file_magic_cmd='$MAGIC_CMD'
  4361. lt_cv_file_magic_test_file=
  4362. lt_cv_ld_reload_flag=-r
  4363. lt_cv_nm_interface='BSD nm'
  4364. lt_cv_objdir=.libs
  4365. lt_cv_path_LD=/usr/bin/ld
  4366. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  4367. lt_cv_path_NM='/usr/bin/nm -B'
  4368. lt_cv_path_mainfest_tool=no
  4369. lt_cv_prog_compiler_c_o=yes
  4370. lt_cv_prog_compiler_c_o_CXX=yes
  4371. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  4372. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  4373. lt_cv_prog_compiler_pic_works=yes
  4374. lt_cv_prog_compiler_pic_works_CXX=yes
  4375. lt_cv_prog_compiler_rtti_exceptions=no
  4376. lt_cv_prog_compiler_static_works=no
  4377. lt_cv_prog_compiler_static_works_CXX=no
  4378. lt_cv_prog_gnu_ld=yes
  4379. lt_cv_prog_gnu_ldcxx=yes
  4380. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  4381. lt_cv_shlibpath_overrides_runpath=yes
  4382. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  4383. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
  4384. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
  4385. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  4386. lt_cv_sys_global_symbol_to_import=
  4387. lt_cv_sys_max_cmd_len=1572864
  4388. lt_cv_to_host_file_cmd=func_convert_file_noop
  4389. lt_cv_to_tool_file_cmd=func_convert_file_noop
  4390. lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
  4391.  
  4392. ## ----------------- ##
  4393. ## Output variables. ##
  4394. ## ----------------- ##
  4395.  
  4396. ACLOCAL='${SHELL} /freeswitch-advantage/libs/spandsp/config/missing aclocal-1.15'
  4397. AMDEPBACKSLASH='\'
  4398. AMDEP_FALSE='#'
  4399. AMDEP_TRUE=''
  4400. AMTAR='$${TAR-tar}'
  4401. AM_BACKSLASH='\'
  4402. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  4403. AM_DEFAULT_VERBOSITY='1'
  4404. AM_V='$(V)'
  4405. AR='ar'
  4406. AUTOCONF='${SHELL} /freeswitch-advantage/libs/spandsp/config/missing autoconf'
  4407. AUTOHEADER='${SHELL} /freeswitch-advantage/libs/spandsp/config/missing autoheader'
  4408. AUTOMAKE='${SHELL} /freeswitch-advantage/libs/spandsp/config/missing automake-1.15'
  4409. AWK='mawk'
  4410. CC='gcc'
  4411. CCDEPMODE='depmode=gcc3'
  4412. CC_FOR_BUILD='$(CC)'
  4413. CFLAGS=' -g -O2 -fsanitize=address -fno-omit-frame-pointer '
  4414. COMP_VENDOR_CFLAGS='-DNDEBUG -msse2 -Wunused-but-set-variable -std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden -DHAVE_VISIBILITY=1 '
  4415. COMP_VENDOR_LDFLAGS=''
  4416. COND_AVX2_FALSE=''
  4417. COND_AVX2_TRUE='#'
  4418. COND_AVX_FALSE=''
  4419. COND_AVX_TRUE='#'
  4420. COND_DOC_FALSE=''
  4421. COND_DOC_TRUE='#'
  4422. COND_MMX_FALSE='#'
  4423. COND_MMX_TRUE=''
  4424. COND_NEON_FALSE=''
  4425. COND_NEON_TRUE='#'
  4426. COND_SSE2_FALSE='#'
  4427. COND_SSE2_TRUE=''
  4428. COND_SSE3_FALSE=''
  4429. COND_SSE3_TRUE='#'
  4430. COND_SSE4_1_FALSE=''
  4431. COND_SSE4_1_TRUE='#'
  4432. COND_SSE4_2_FALSE=''
  4433. COND_SSE4_2_TRUE='#'
  4434. COND_SSE_FALSE='#'
  4435. COND_SSE_TRUE=''
  4436. COND_SSSE3_FALSE=''
  4437. COND_SSSE3_TRUE='#'
  4438. COND_TESTS_FALSE=''
  4439. COND_TESTS_TRUE='#'
  4440. COND_V32BIS_FALSE=''
  4441. COND_V32BIS_TRUE='#'
  4442. COND_V34_FALSE=''
  4443. COND_V34_TRUE='#'
  4444. CPP='gcc -E'
  4445. CPPFLAGS=' -I/usr/include/libxml2'
  4446. CPPFLAGS_FOR_BUILD='$(CPPFLAGS)'
  4447. CXX='g++'
  4448. CXXCPP='g++ -E'
  4449. CXXDEPMODE='depmode=gcc3'
  4450. CXXFLAGS=' -g -O2 -fsanitize=address -fno-omit-frame-pointer '
  4451. CYGPATH_W='echo'
  4452. DEFS='-DHAVE_CONFIG_H'
  4453. DEPDIR='.deps'
  4454. DLLTOOL='false'
  4455. DSYMUTIL=''
  4456. DUMPBIN=''
  4457. ECHO_C=''
  4458. ECHO_N='-n'
  4459. ECHO_T=''
  4460. EGREP='/bin/grep -E'
  4461. EXEEXT=''
  4462. FGREP='/bin/grep -F'
  4463. GREP='/bin/grep'
  4464. HAVE_FAX2TIFF=''
  4465. HAVE_PBMTOG3=''
  4466. HAVE_SOX=''
  4467. INSERT_INTTYPES_HEADER='#include <inttypes.h>'
  4468. INSERT_MATH_HEADER='#include <math.h>'
  4469. INSERT_STDBOOL_HEADER='#include <stdbool.h>'
  4470. INSERT_STDINT_HEADER='#include <stdint.h>'
  4471. INSERT_TGMATH_HEADER='#include <tgmath.h>'
  4472. INSTALL_DATA='${INSTALL} -m 644'
  4473. INSTALL_PROGRAM='${INSTALL}'
  4474. INSTALL_SCRIPT='${INSTALL}'
  4475. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  4476. LD='/usr/bin/ld -m elf_x86_64'
  4477. LDFLAGS=' -fsanitize=address'
  4478. LIBOBJS=' ${LIBOBJDIR}realloc$U.o ${LIBOBJDIR}malloc$U.o'
  4479. LIBS='-ltiff -lm   -ljpeg'
  4480. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  4481. LIPO=''
  4482. LN_S='ln -s'
  4483. LTLIBOBJS=' ${LIBOBJDIR}realloc$U.lo ${LIBOBJDIR}malloc$U.lo'
  4484. LT_SYS_LIBRARY_PATH=''
  4485. MAKEINFO='${SHELL} /freeswitch-advantage/libs/spandsp/config/missing makeinfo'
  4486. MANIFEST_TOOL=':'
  4487. MKDIR_P='/bin/mkdir -p'
  4488. NM='/usr/bin/nm -B'
  4489. NMEDIT=''
  4490. OBJDUMP='objdump'
  4491. OBJEXT='o'
  4492. OTOOL64=''
  4493. OTOOL=''
  4494. PACKAGE='spandsp'
  4495. PACKAGE_BUGREPORT=''
  4496. PACKAGE_NAME='spandsp'
  4497. PACKAGE_STRING='spandsp 1.99.0'
  4498. PACKAGE_TARNAME='spandsp'
  4499. PACKAGE_URL=''
  4500. PACKAGE_VERSION='1.99.0'
  4501. PATH_SEPARATOR=':'
  4502. RANLIB='ranlib'
  4503. SED='/bin/sed'
  4504. SET_MAKE=''
  4505. SHELL='/bin/bash'
  4506. SIMLIBS=''
  4507. SPANDSP_LT_AGE='0'
  4508. SPANDSP_LT_CURRENT='3'
  4509. SPANDSP_LT_REVISION='0'
  4510. SPANDSP_MISALIGNED_ACCESS_FAILS='#undef SPANDSP_MISALIGNED_ACCESS_FAILS'
  4511. SPANDSP_SUPPORT_T43='#undef SPANDSP_SUPPORT_T43'
  4512. SPANDSP_SUPPORT_TIFF_FX='#undef SPANDSP_SUPPORT_TIFF_FX'
  4513. SPANDSP_SUPPORT_V32BIS='#undef SPANDSP_SUPPORT_V32BIS'
  4514. SPANDSP_SUPPORT_V34='#undef SPANDSP_SUPPORT_V34'
  4515. SPANDSP_USE_EXPORT_CAPABILITY='#define SPANDSP_USE_EXPORT_CAPABILITY 1'
  4516. SPANDSP_USE_FIXED_POINT='#undef SPANDSP_USE_FIXED_POINT'
  4517. STRIP='strip'
  4518. TESTLIBS=' '
  4519. VERSION='1.99.0'
  4520. ac_ct_AR='ar'
  4521. ac_ct_CC='gcc'
  4522. ac_ct_CXX='g++'
  4523. ac_ct_DUMPBIN=''
  4524. am__EXEEXT_FALSE=''
  4525. am__EXEEXT_TRUE='#'
  4526. am__fastdepCC_FALSE='#'
  4527. am__fastdepCC_TRUE=''
  4528. am__fastdepCXX_FALSE='#'
  4529. am__fastdepCXX_TRUE=''
  4530. am__include='include'
  4531. am__isrc=''
  4532. am__leading_dot='.'
  4533. am__nodep='_no'
  4534. am__quote=''
  4535. am__tar='$${TAR-tar} chof - "$$tardir"'
  4536. am__untar='$${TAR-tar} xf -'
  4537. bindir='${exec_prefix}/bin'
  4538. build='x86_64-pc-linux-gnu'
  4539. build_alias=''
  4540. build_cpu='x86_64'
  4541. build_os='linux-gnu'
  4542. build_vendor='pc'
  4543. datadir='${datarootdir}'
  4544. datarootdir='${prefix}/share'
  4545. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  4546. dvidir='${docdir}'
  4547. exec_prefix='${prefix}'
  4548. host='x86_64-pc-linux-gnu'
  4549. host_alias=''
  4550. host_cpu='x86_64'
  4551. host_os='linux-gnu'
  4552. host_vendor='pc'
  4553. htmldir='${docdir}'
  4554. includedir='${prefix}/include'
  4555. infodir='${datarootdir}/info'
  4556. install_sh='${SHELL} /freeswitch-advantage/libs/spandsp/config/install-sh'
  4557. libdir='${exec_prefix}/lib'
  4558. libexecdir='${exec_prefix}/libexec'
  4559. localedir='${datarootdir}/locale'
  4560. localstatedir='${prefix}/var'
  4561. mandir='${datarootdir}/man'
  4562. mkdir_p='$(MKDIR_P)'
  4563. oldincludedir='/usr/include'
  4564. pdfdir='${docdir}'
  4565. prefix='/usr/local/freeswitch'
  4566. program_transform_name='s,x,x,'
  4567. psdir='${docdir}'
  4568. runstatedir='${localstatedir}/run'
  4569. sbindir='${exec_prefix}/sbin'
  4570. sharedstatedir='${prefix}/com'
  4571. sysconfdir='${prefix}/etc'
  4572. target_alias=''
  4573.  
  4574. ## ----------- ##
  4575. ## confdefs.h. ##
  4576. ## ----------- ##
  4577.  
  4578. /* confdefs.h */
  4579. #define PACKAGE_NAME "spandsp"
  4580. #define PACKAGE_TARNAME "spandsp"
  4581. #define PACKAGE_VERSION "1.99.0"
  4582. #define PACKAGE_STRING "spandsp 1.99.0"
  4583. #define PACKAGE_BUGREPORT ""
  4584. #define PACKAGE_URL ""
  4585. #define PACKAGE "spandsp"
  4586. #define VERSION "1.99.0"
  4587. #define STDC_HEADERS 1
  4588. #define HAVE_SYS_TYPES_H 1
  4589. #define HAVE_SYS_STAT_H 1
  4590. #define HAVE_STDLIB_H 1
  4591. #define HAVE_STRING_H 1
  4592. #define HAVE_MEMORY_H 1
  4593. #define HAVE_STRINGS_H 1
  4594. #define HAVE_INTTYPES_H 1
  4595. #define HAVE_STDINT_H 1
  4596. #define HAVE_UNISTD_H 1
  4597. #define HAVE_DLFCN_H 1
  4598. #define LT_OBJDIR ".libs/"
  4599. #define HAVE_LONG_LONG 1
  4600. #define HAVE_LONG_DOUBLE 1
  4601. #define RETSIGTYPE void
  4602. #define HAVE_VPRINTF 1
  4603. #define HAVE_MEMMOVE 1
  4604. #define HAVE_STDLIB_H 1
  4605. #define HAVE_REALLOC 0
  4606. #define realloc rpl_realloc
  4607. #define HAVE_STDLIB_H 1
  4608. #define HAVE_MALLOC 0
  4609. #define malloc rpl_malloc
  4610. #define HAVE_SYS_SELECT_H 1
  4611. #define HAVE_SYS_SOCKET_H 1
  4612. #define SELECT_TYPE_ARG1 int
  4613. #define SELECT_TYPE_ARG234 (fd_set *)
  4614. #define SELECT_TYPE_ARG5 (struct timeval *)
  4615. #define HAVE_LRINT 1
  4616. #define HAVE_LRINTF 1
  4617. #define HAVE_LLRINT 1
  4618. #define HAVE_LLRINTF 1
  4619. #define HAVE_ALIGNED_ALLOC 1
  4620. #define HAVE_MEMALIGN 1
  4621. #define HAVE_POSIX_MEMALIGN 1
  4622. #define HAVE_MEMMOVE 1
  4623. #define HAVE_MEMSET 1
  4624. #define HAVE_SELECT 1
  4625. #define HAVE_STRCASECMP 1
  4626. #define HAVE_STRCHR 1
  4627. #define HAVE_STRDUP 1
  4628. #define HAVE_STRERROR 1
  4629. #define HAVE_STRSTR 1
  4630. #define HAVE_STRTOL 1
  4631. #define HAVE_GETTIMEOFDAY 1
  4632. #define HAVE_DRAND48 1
  4633. #define STDC_HEADERS 1
  4634. #define HAVE_SYS_WAIT_H 1
  4635. #define TIME_WITH_SYS_TIME 1
  4636. #define HAVE_INTTYPES_H 1
  4637. #define HAVE_STDINT_H 1
  4638. #define HAVE_STDATOMIC_H 1
  4639. #define HAVE_STDBOOL_H 1
  4640. #define HAVE_STDFIX_H 1
  4641. #define HAVE_UNISTD_H 1
  4642. #define HAVE_STDLIB_H 1
  4643. #define HAVE_STRING_H 1
  4644. #define HAVE_STRINGS_H 1
  4645. #define HAVE_MALLOC_H 1
  4646. #define HAVE_MATH_H 1
  4647. #define HAVE_FLOAT_H 1
  4648. #define HAVE_FCNTL_H 1
  4649. #define HAVE_SYS_TIME_H 1
  4650. #define HAVE_SYS_SELECT_H 1
  4651. #define HAVE_SYS_IOCTL_H 1
  4652. #define HAVE_SYS_FCNTL_H 1
  4653. #define HAVE_SNDFILE_H 1
  4654. #define HAVE_FENV_H 1
  4655. #define HAVE_PTHREAD_H 1
  4656. #define HAVE_TGMATH_H 1
  4657. #define HAVE_X11_X_H 1
  4658. #define HAVE_LIBXML_XMLMEMORY_H 1
  4659. #define HAVE_LIBXML_PARSER_H 1
  4660. #define HAVE_LIBXML_XINCLUDE_H 1
  4661. #define HAVE_LIBM 1
  4662. #define HAVE_SINF 1
  4663. #define HAVE_COSF 1
  4664. #define HAVE_TANF 1
  4665. #define HAVE_ASINF 1
  4666. #define HAVE_ACOSF 1
  4667. #define HAVE_ATANF 1
  4668. #define HAVE_ATAN2F 1
  4669. #define HAVE_CEILF 1
  4670. #define HAVE_FLOORF 1
  4671. #define HAVE_POWF 1
  4672. #define HAVE_EXPF 1
  4673. #define HAVE_LOGF 1
  4674. #define HAVE_LOG10F 1
  4675. #define HAVE_OPEN_MEMSTREAM 1
  4676. #define SPANDSP_USE_EXPORT_CAPABILITY 1
  4677. #define SPANDSP_USE_SSE2 1
  4678. #define SPANDSP_USE_SSE 1
  4679. #define SPANDSP_USE_MMX 1
  4680. #define HAVE_TIFFIO_H 1
  4681. #define HAVE_LIBTIFF 1
  4682. #define HAVE_JPEGLIB_H 1
  4683.  
  4684. configure: exit 0
  4685.