ea04882164e080057308532908a911588fb1b86b
[rtl-433.git] / config.log
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 rtl433 configure UNKNOWN-dirty, which was
5 generated by GNU Autoconf 2.69.  Invocation command line was
6
7   $ ./configure 
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = estia
14 uname -m = x86_64
15 uname -r = 4.4.0-72-generic
16 uname -s = Linux
17 uname -v = #93-Ubuntu SMP Fri Mar 31 14:07:41 UTC 2017
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 PATH: /usr/games
37 PATH: /usr/local/games
38 PATH: /home/rvb/git/lede/staging_dir/toolchain-mipsel_24kc_gcc-5.4.0_musl/mipsel-openwrt-linux-musl/bin/
39
40
41 ## ----------- ##
42 ## Core tests. ##
43 ## ----------- ##
44
45 configure:2295: checking for a BSD-compatible install
46 configure:2363: result: /usr/bin/install -c
47 configure:2374: checking whether build environment is sane
48 configure:2429: result: yes
49 configure:2580: checking for a thread-safe mkdir -p
50 configure:2619: result: /bin/mkdir -p
51 configure:2626: checking for gawk
52 configure:2642: found /usr/bin/gawk
53 configure:2653: result: gawk
54 configure:2664: checking whether make sets $(MAKE)
55 configure:2686: result: yes
56 configure:2715: checking whether make supports nested variables
57 configure:2732: result: yes
58 configure:2870: checking whether make supports nested variables
59 configure:2887: result: yes
60 configure:2899: checking whether make sets $(MAKE)
61 configure:2921: result: yes
62 configure:2978: checking for gcc
63 configure:2994: found /usr/bin/gcc
64 configure:3005: result: gcc
65 configure:3234: checking for C compiler version
66 configure:3243: gcc --version >&5
67 gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
68 Copyright (C) 2015 Free Software Foundation, Inc.
69 This is free software; see the source for copying conditions.  There is NO
70 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
71
72 configure:3254: $? = 0
73 configure:3243: gcc -v >&5
74 Using built-in specs.
75 COLLECT_GCC=gcc
76 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
77 Target: x86_64-linux-gnu
78 Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --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 --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --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
79 Thread model: posix
80 gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 
81 configure:3254: $? = 0
82 configure:3243: gcc -V >&5
83 gcc: error: unrecognized command line option '-V'
84 gcc: fatal error: no input files
85 compilation terminated.
86 configure:3254: $? = 1
87 configure:3243: gcc -qversion >&5
88 gcc: error: unrecognized command line option '-qversion'
89 gcc: fatal error: no input files
90 compilation terminated.
91 configure:3254: $? = 1
92 configure:3274: checking whether the C compiler works
93 configure:3296: gcc    conftest.c  >&5
94 configure:3300: $? = 0
95 configure:3348: result: yes
96 configure:3351: checking for C compiler default output file name
97 configure:3353: result: a.out
98 configure:3359: checking for suffix of executables
99 configure:3366: gcc -o conftest    conftest.c  >&5
100 configure:3370: $? = 0
101 configure:3392: result: 
102 configure:3414: checking whether we are cross compiling
103 configure:3422: gcc -o conftest    conftest.c  >&5
104 configure:3426: $? = 0
105 configure:3433: ./conftest
106 configure:3437: $? = 0
107 configure:3452: result: no
108 configure:3457: checking for suffix of object files
109 configure:3479: gcc -c   conftest.c >&5
110 configure:3483: $? = 0
111 configure:3504: result: o
112 configure:3508: checking whether we are using the GNU C compiler
113 configure:3527: gcc -c   conftest.c >&5
114 configure:3527: $? = 0
115 configure:3536: result: yes
116 configure:3545: checking whether gcc accepts -g
117 configure:3565: gcc -c -g  conftest.c >&5
118 configure:3565: $? = 0
119 configure:3606: result: yes
120 configure:3623: checking for gcc option to accept ISO C89
121 configure:3686: gcc  -c -g -O2  conftest.c >&5
122 configure:3686: $? = 0
123 configure:3699: result: none needed
124 configure:3724: checking whether gcc understands -c and -o together
125 configure:3746: gcc -c conftest.c -o conftest2.o
126 configure:3749: $? = 0
127 configure:3746: gcc -c conftest.c -o conftest2.o
128 configure:3749: $? = 0
129 configure:3761: result: yes
130 configure:3789: checking for style of include used by make
131 configure:3817: result: GNU
132 configure:3843: checking dependency style of gcc
133 configure:3954: result: gcc3
134 configure:3973: checking for gcc option to accept ISO C99
135 configure:4122: gcc  -c -g -O2  conftest.c >&5
136 configure:4122: $? = 0
137 configure:4135: result: none needed
138 configure:4243: checking for gcc option to accept ISO Standard C
139 configure:4254: result: none needed
140 configure:4291: checking build system type
141 configure:4305: result: x86_64-pc-linux-gnu
142 configure:4325: checking host system type
143 configure:4338: result: x86_64-pc-linux-gnu
144 configure:4379: checking how to print strings
145 configure:4406: result: printf
146 configure:4427: checking for a sed that does not truncate output
147 configure:4491: result: /bin/sed
148 configure:4509: checking for grep that handles long lines and -e
149 configure:4567: result: /bin/grep
150 configure:4572: checking for egrep
151 configure:4634: result: /bin/grep -E
152 configure:4639: checking for fgrep
153 configure:4701: result: /bin/grep -F
154 configure:4736: checking for ld used by gcc
155 configure:4803: result: /usr/bin/ld
156 configure:4810: checking if the linker (/usr/bin/ld) is GNU ld
157 configure:4825: result: yes
158 configure:4837: checking for BSD- or MS-compatible name lister (nm)
159 configure:4891: result: /usr/bin/nm -B
160 configure:5021: checking the name lister (/usr/bin/nm -B) interface
161 configure:5028: gcc -c -g -O2  conftest.c >&5
162 configure:5031: /usr/bin/nm -B "conftest.o"
163 configure:5034: output
164 0000000000000000 B some_variable
165 configure:5041: result: BSD nm
166 configure:5044: checking whether ln -s works
167 configure:5048: result: yes
168 configure:5056: checking the maximum length of command line arguments
169 configure:5187: result: 1572864
170 configure:5235: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
171 configure:5275: result: func_convert_file_noop
172 configure:5282: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
173 configure:5302: result: func_convert_file_noop
174 configure:5309: checking for /usr/bin/ld option to reload object files
175 configure:5316: result: -r
176 configure:5390: checking for objdump
177 configure:5406: found /usr/bin/objdump
178 configure:5417: result: objdump
179 configure:5449: checking how to recognize dependent libraries
180 configure:5649: result: pass_all
181 configure:5734: checking for dlltool
182 configure:5764: result: no
183 configure:5794: checking how to associate runtime and link libraries
184 configure:5821: result: printf %s\n
185 configure:5882: checking for ar
186 configure:5898: found /usr/bin/ar
187 configure:5909: result: ar
188 configure:5946: checking for archiver @FILE support
189 configure:5963: gcc -c -g -O2  conftest.c >&5
190 configure:5963: $? = 0
191 configure:5966: ar cru libconftest.a @conftest.lst >&5
192 ar: `u' modifier ignored since `D' is the default (see `U')
193 configure:5969: $? = 0
194 configure:5974: ar cru libconftest.a @conftest.lst >&5
195 ar: `u' modifier ignored since `D' is the default (see `U')
196 ar: conftest.o: No such file or directory
197 configure:5977: $? = 1
198 configure:5989: result: @
199 configure:6047: checking for strip
200 configure:6063: found /usr/bin/strip
201 configure:6074: result: strip
202 configure:6146: checking for ranlib
203 configure:6162: found /usr/bin/ranlib
204 configure:6173: result: ranlib
205 configure:6275: checking command to parse /usr/bin/nm -B output from gcc object
206 configure:6428: gcc -c -g -O2  conftest.c >&5
207 configure:6431: $? = 0
208 configure:6435: /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
209 configure:6438: $? = 0
210 configure:6504: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
211 configure:6507: $? = 0
212 configure:6545: result: ok
213 configure:6592: checking for sysroot
214 configure:6622: result: no
215 configure:6629: checking for a working dd
216 configure:6667: result: /bin/dd
217 configure:6671: checking how to truncate binary pipes
218 configure:6686: result: /bin/dd bs=4096 count=1
219 configure:6822: gcc -c -g -O2  conftest.c >&5
220 configure:6825: $? = 0
221 configure:7015: checking for mt
222 configure:7031: found /bin/mt
223 configure:7042: result: mt
224 configure:7065: checking if mt is a manifest tool
225 configure:7071: mt '-?'
226 configure:7079: result: no
227 configure:7756: checking how to run the C preprocessor
228 configure:7787: gcc -E  conftest.c
229 configure:7787: $? = 0
230 configure:7801: gcc -E  conftest.c
231 conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
232 compilation terminated.
233 configure:7801: $? = 1
234 configure: failed program was:
235 | /* confdefs.h */
236 | #define PACKAGE_NAME "rtl433"
237 | #define PACKAGE_TARNAME "rtl433"
238 | #define PACKAGE_VERSION "UNKNOWN-dirty"
239 | #define PACKAGE_STRING "rtl433 UNKNOWN-dirty"
240 | #define PACKAGE_BUGREPORT "rtl_433@googlegroups.com"
241 | #define PACKAGE_URL ""
242 | #define PACKAGE "rtl433"
243 | #define VERSION "UNKNOWN-dirty"
244 | /* end confdefs.h.  */
245 | #include <ac_nonexistent.h>
246 configure:7826: result: gcc -E
247 configure:7846: gcc -E  conftest.c
248 configure:7846: $? = 0
249 configure:7860: gcc -E  conftest.c
250 conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
251 compilation terminated.
252 configure:7860: $? = 1
253 configure: failed program was:
254 | /* confdefs.h */
255 | #define PACKAGE_NAME "rtl433"
256 | #define PACKAGE_TARNAME "rtl433"
257 | #define PACKAGE_VERSION "UNKNOWN-dirty"
258 | #define PACKAGE_STRING "rtl433 UNKNOWN-dirty"
259 | #define PACKAGE_BUGREPORT "rtl_433@googlegroups.com"
260 | #define PACKAGE_URL ""
261 | #define PACKAGE "rtl433"
262 | #define VERSION "UNKNOWN-dirty"
263 | /* end confdefs.h.  */
264 | #include <ac_nonexistent.h>
265 configure:7889: checking for ANSI C header files
266 configure:7909: gcc -c -g -O2  conftest.c >&5
267 configure:7909: $? = 0
268 configure:7982: gcc -o conftest -g -O2   conftest.c  >&5
269 configure:7982: $? = 0
270 configure:7982: ./conftest
271 configure:7982: $? = 0
272 configure:7993: result: yes
273 configure:8006: checking for sys/types.h
274 configure:8006: gcc -c -g -O2  conftest.c >&5
275 configure:8006: $? = 0
276 configure:8006: result: yes
277 configure:8006: checking for sys/stat.h
278 configure:8006: gcc -c -g -O2  conftest.c >&5
279 configure:8006: $? = 0
280 configure:8006: result: yes
281 configure:8006: checking for stdlib.h
282 configure:8006: gcc -c -g -O2  conftest.c >&5
283 configure:8006: $? = 0
284 configure:8006: result: yes
285 configure:8006: checking for string.h
286 configure:8006: gcc -c -g -O2  conftest.c >&5
287 configure:8006: $? = 0
288 configure:8006: result: yes
289 configure:8006: checking for memory.h
290 configure:8006: gcc -c -g -O2  conftest.c >&5
291 configure:8006: $? = 0
292 configure:8006: result: yes
293 configure:8006: checking for strings.h
294 configure:8006: gcc -c -g -O2  conftest.c >&5
295 configure:8006: $? = 0
296 configure:8006: result: yes
297 configure:8006: checking for inttypes.h
298 configure:8006: gcc -c -g -O2  conftest.c >&5
299 configure:8006: $? = 0
300 configure:8006: result: yes
301 configure:8006: checking for stdint.h
302 configure:8006: gcc -c -g -O2  conftest.c >&5
303 configure:8006: $? = 0
304 configure:8006: result: yes
305 configure:8006: checking for unistd.h
306 configure:8006: gcc -c -g -O2  conftest.c >&5
307 configure:8006: $? = 0
308 configure:8006: result: yes
309 configure:8020: checking for dlfcn.h
310 configure:8020: gcc -c -g -O2  conftest.c >&5
311 configure:8020: $? = 0
312 configure:8020: result: yes
313 configure:8276: checking for objdir
314 configure:8291: result: .libs
315 configure:8555: checking if gcc supports -fno-rtti -fno-exceptions
316 configure:8573: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
317 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
318 configure:8577: $? = 0
319 configure:8590: result: no
320 configure:8948: checking for gcc option to produce PIC
321 configure:8955: result: -fPIC -DPIC
322 configure:8963: checking if gcc PIC flag -fPIC -DPIC works
323 configure:8981: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
324 configure:8985: $? = 0
325 configure:8998: result: yes
326 configure:9027: checking if gcc static flag -static works
327 configure:9055: result: yes
328 configure:9070: checking if gcc supports -c -o file.o
329 configure:9091: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
330 configure:9095: $? = 0
331 configure:9117: result: yes
332 configure:9125: checking if gcc supports -c -o file.o
333 configure:9172: result: yes
334 configure:9205: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
335 configure:10468: result: yes
336 configure:10505: checking whether -lc should be explicitly linked in
337 configure:10513: gcc -c -g -O2  conftest.c >&5
338 configure:10516: $? = 0
339 configure:10531: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
340 configure:10534: $? = 0
341 configure:10548: result: no
342 configure:10708: checking dynamic linker characteristics
343 configure:11289: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
344 configure:11289: $? = 0
345 configure:11538: result: GNU/Linux ld.so
346 configure:11660: checking how to hardcode library paths into programs
347 configure:11685: result: immediate
348 configure:12233: checking whether stripping libraries is possible
349 configure:12238: result: yes
350 configure:12273: checking if libtool supports shared libraries
351 configure:12275: result: yes
352 configure:12278: checking whether to build shared libraries
353 configure:12303: result: yes
354 configure:12306: checking whether to build static libraries
355 configure:12310: result: yes
356 configure:12403: checking for pkg-config
357 configure:12421: found /usr/bin/pkg-config
358 configure:12433: result: /usr/bin/pkg-config
359 configure:12458: checking pkg-config is at least version 0.9.0
360 configure:12461: result: yes
361 configure:12471: checking for LIBRTLSDR
362 configure:12478: $PKG_CONFIG --exists --print-errors "librtlsdr"
363 configure:12481: $? = 0
364 configure:12495: $PKG_CONFIG --exists --print-errors "librtlsdr"
365 configure:12498: $? = 0
366 configure:12556: result: yes
367 configure:12565: checking for doxygen
368 configure:12583: found /usr/bin/doxygen
369 configure:12596: result: /usr/bin/doxygen
370 configure:12615: checking for ANSI C header files
371 configure:12719: result: yes
372 configure:12729: checking for sys/types.h
373 configure:12729: result: yes
374 configure:12750: checking if gcc supports -fvisibility=hidden
375 configure:12756: gcc -c -g -O2 -I/usr/include/ -fvisibility=hidden   conftest.c >&5
376 configure:12756: $? = 0
377 configure:12757: result: yes
378 configure:12768: checking whether compiler understands -Wall
379 configure:12783: gcc -c -g -O2 -I/usr/include/ -Wall -Wextra -Wno-unused -Wsign-compare  conftest.c >&5
380 configure:12783: $? = 0
381 configure:12784: result: yes
382 configure:12906: checking that generated files are newer than configure
383 configure:12912: result: done
384 configure:12939: creating ./config.status
385
386 ## ---------------------- ##
387 ## Running config.status. ##
388 ## ---------------------- ##
389
390 This file was extended by rtl433 config.status UNKNOWN-dirty, which was
391 generated by GNU Autoconf 2.69.  Invocation command line was
392
393   CONFIG_FILES    = 
394   CONFIG_HEADERS  = 
395   CONFIG_LINKS    = 
396   CONFIG_COMMANDS = 
397   $ ./config.status 
398
399 on estia
400
401 config.status:1101: creating rtl433.pc
402 config.status:1101: creating include/Makefile
403 config.status:1101: creating src/Makefile
404 config.status:1101: creating Makefile
405 config.status:1101: creating Doxyfile
406 config.status:1101: creating config.h
407 config.status:1282: config.h is unchanged
408 config.status:1330: executing depfiles commands
409 config.status:1330: executing libtool commands
410
411 ## ---------------- ##
412 ## Cache variables. ##
413 ## ---------------- ##
414
415 ac_cv_build=x86_64-pc-linux-gnu
416 ac_cv_c_compiler_gnu=yes
417 ac_cv_env_CC_set=
418 ac_cv_env_CC_value=
419 ac_cv_env_CFLAGS_set=
420 ac_cv_env_CFLAGS_value=
421 ac_cv_env_CPPFLAGS_set=
422 ac_cv_env_CPPFLAGS_value=
423 ac_cv_env_CPP_set=
424 ac_cv_env_CPP_value=
425 ac_cv_env_LDFLAGS_set=
426 ac_cv_env_LDFLAGS_value=
427 ac_cv_env_LIBRTLSDR_CFLAGS_set=
428 ac_cv_env_LIBRTLSDR_CFLAGS_value=
429 ac_cv_env_LIBRTLSDR_LIBS_set=
430 ac_cv_env_LIBRTLSDR_LIBS_value=
431 ac_cv_env_LIBS_set=
432 ac_cv_env_LIBS_value=
433 ac_cv_env_LT_SYS_LIBRARY_PATH_set=
434 ac_cv_env_LT_SYS_LIBRARY_PATH_value=
435 ac_cv_env_PKG_CONFIG_LIBDIR_set=
436 ac_cv_env_PKG_CONFIG_LIBDIR_value=
437 ac_cv_env_PKG_CONFIG_PATH_set=set
438 ac_cv_env_PKG_CONFIG_PATH_value=/opt/intel/opencl:
439 ac_cv_env_PKG_CONFIG_set=
440 ac_cv_env_PKG_CONFIG_value=
441 ac_cv_env_build_alias_set=
442 ac_cv_env_build_alias_value=
443 ac_cv_env_host_alias_set=
444 ac_cv_env_host_alias_value=
445 ac_cv_env_target_alias_set=
446 ac_cv_env_target_alias_value=
447 ac_cv_header_dlfcn_h=yes
448 ac_cv_header_inttypes_h=yes
449 ac_cv_header_memory_h=yes
450 ac_cv_header_stdc=yes
451 ac_cv_header_stdint_h=yes
452 ac_cv_header_stdlib_h=yes
453 ac_cv_header_string_h=yes
454 ac_cv_header_strings_h=yes
455 ac_cv_header_sys_stat_h=yes
456 ac_cv_header_sys_types_h=yes
457 ac_cv_header_unistd_h=yes
458 ac_cv_host=x86_64-pc-linux-gnu
459 ac_cv_objext=o
460 ac_cv_path_DOXYGEN=/usr/bin/doxygen
461 ac_cv_path_EGREP='/bin/grep -E'
462 ac_cv_path_FGREP='/bin/grep -F'
463 ac_cv_path_GREP=/bin/grep
464 ac_cv_path_SED=/bin/sed
465 ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
466 ac_cv_path_install='/usr/bin/install -c'
467 ac_cv_path_lt_DD=/bin/dd
468 ac_cv_path_mkdir=/bin/mkdir
469 ac_cv_prog_AWK=gawk
470 ac_cv_prog_CPP='gcc -E'
471 ac_cv_prog_ac_ct_AR=ar
472 ac_cv_prog_ac_ct_CC=gcc
473 ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
474 ac_cv_prog_ac_ct_OBJDUMP=objdump
475 ac_cv_prog_ac_ct_RANLIB=ranlib
476 ac_cv_prog_ac_ct_STRIP=strip
477 ac_cv_prog_cc_c89=
478 ac_cv_prog_cc_c99=
479 ac_cv_prog_cc_g=yes
480 ac_cv_prog_cc_stdc=
481 ac_cv_prog_make_make_set=yes
482 am_cv_CC_dependencies_compiler_type=gcc3
483 am_cv_make_support_nested_variables=yes
484 am_cv_prog_cc_c_o=yes
485 lt_cv_ar_at_file=@
486 lt_cv_archive_cmds_need_lc=no
487 lt_cv_deplibs_check_method=pass_all
488 lt_cv_file_magic_cmd='$MAGIC_CMD'
489 lt_cv_file_magic_test_file=
490 lt_cv_ld_reload_flag=-r
491 lt_cv_nm_interface='BSD nm'
492 lt_cv_objdir=.libs
493 lt_cv_path_LD=/usr/bin/ld
494 lt_cv_path_NM='/usr/bin/nm -B'
495 lt_cv_path_mainfest_tool=no
496 lt_cv_prog_compiler_c_o=yes
497 lt_cv_prog_compiler_pic='-fPIC -DPIC'
498 lt_cv_prog_compiler_pic_works=yes
499 lt_cv_prog_compiler_rtti_exceptions=no
500 lt_cv_prog_compiler_static_works=yes
501 lt_cv_prog_gnu_ld=yes
502 lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
503 lt_cv_shlibpath_overrides_runpath=no
504 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'\'''
505 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'\'''
506 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'\'''
507 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
508 lt_cv_sys_global_symbol_to_import=
509 lt_cv_sys_max_cmd_len=1572864
510 lt_cv_to_host_file_cmd=func_convert_file_noop
511 lt_cv_to_tool_file_cmd=func_convert_file_noop
512 lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
513 pkg_cv_LIBRTLSDR_CFLAGS=-I/usr/include/
514 pkg_cv_LIBRTLSDR_LIBS=-lrtlsdr
515
516 ## ----------------- ##
517 ## Output variables. ##
518 ## ----------------- ##
519
520 ACLOCAL='${SHELL} /home/rvb/git/rtl_433/missing aclocal-1.15'
521 AMDEPBACKSLASH='\'
522 AMDEP_FALSE='#'
523 AMDEP_TRUE=''
524 AMTAR='$${TAR-tar}'
525 AM_BACKSLASH='\'
526 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
527 AM_DEFAULT_VERBOSITY='0'
528 AM_V='$(V)'
529 AR='ar'
530 AUTOCONF='${SHELL} /home/rvb/git/rtl_433/missing autoconf'
531 AUTOHEADER='${SHELL} /home/rvb/git/rtl_433/missing autoheader'
532 AUTOMAKE='${SHELL} /home/rvb/git/rtl_433/missing automake-1.15'
533 AWK='gawk'
534 CC='gcc'
535 CCDEPMODE='depmode=gcc3'
536 CFLAGS='-g -O2 -I/usr/include/ -Wall -Wextra -Wno-unused -Wsign-compare'
537 CPP='gcc -E'
538 CPPFLAGS=''
539 CYGPATH_W='echo'
540 DEFS='-DHAVE_CONFIG_H'
541 DEPDIR='.deps'
542 DLLTOOL='false'
543 DOXYGEN='/usr/bin/doxygen'
544 DSYMUTIL=''
545 DUMPBIN=''
546 ECHO_C=''
547 ECHO_N='-n'
548 ECHO_T=''
549 EGREP='/bin/grep -E'
550 EXEEXT=''
551 FGREP='/bin/grep -F'
552 GREP='/bin/grep'
553 HAVE_DOXYGEN_FALSE='#'
554 HAVE_DOXYGEN_TRUE=''
555 INSTALL_DATA='${INSTALL} -m 644'
556 INSTALL_PROGRAM='${INSTALL}'
557 INSTALL_SCRIPT='${INSTALL}'
558 INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
559 LD='/usr/bin/ld -m elf_x86_64'
560 LDFLAGS=''
561 LIBOBJS=''
562 LIBRTLSDR_CFLAGS='-I/usr/include/'
563 LIBRTLSDR_LIBS='-lrtlsdr'
564 LIBS=' -lrtlsdr'
565 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
566 LIPO=''
567 LN_S='ln -s'
568 LTLIBOBJS=''
569 LT_SYS_LIBRARY_PATH=''
570 MAKEINFO='${SHELL} /home/rvb/git/rtl_433/missing makeinfo'
571 MANIFEST_TOOL=':'
572 MKDIR_P='/bin/mkdir -p'
573 NM='/usr/bin/nm -B'
574 NMEDIT=''
575 OBJDUMP='objdump'
576 OBJEXT='o'
577 OTOOL64=''
578 OTOOL=''
579 PACKAGE='rtl433'
580 PACKAGE_BUGREPORT='rtl_433@googlegroups.com'
581 PACKAGE_NAME='rtl433'
582 PACKAGE_STRING='rtl433 UNKNOWN-dirty'
583 PACKAGE_TARNAME='rtl433'
584 PACKAGE_URL=''
585 PACKAGE_VERSION='UNKNOWN-dirty'
586 PATH_SEPARATOR=':'
587 PKG_CONFIG='/usr/bin/pkg-config'
588 PKG_CONFIG_LIBDIR=''
589 PKG_CONFIG_PATH='/opt/intel/opencl:'
590 RANLIB='ranlib'
591 RTLSDR_PC_CFLAGS='-g -O2 -I/usr/include/'
592 RTLSDR_PC_LIBS=' -lrtlsdr'
593 SED='/bin/sed'
594 SET_MAKE=''
595 SHELL='/bin/bash'
596 STRIP='strip'
597 SYMBOL_VISIBILITY='-fvisibility=hidden'
598 VERSION='UNKNOWN-dirty'
599 ac_ct_AR='ar'
600 ac_ct_CC='gcc'
601 ac_ct_DUMPBIN=''
602 am__EXEEXT_FALSE=''
603 am__EXEEXT_TRUE='#'
604 am__fastdepCC_FALSE='#'
605 am__fastdepCC_TRUE=''
606 am__include='include'
607 am__isrc=''
608 am__leading_dot='.'
609 am__nodep='_no'
610 am__quote=''
611 am__tar='$${TAR-tar} chof - "$$tardir"'
612 am__untar='$${TAR-tar} xf -'
613 bindir='${exec_prefix}/bin'
614 build='x86_64-pc-linux-gnu'
615 build_alias=''
616 build_cpu='x86_64'
617 build_os='linux-gnu'
618 build_vendor='pc'
619 datadir='${datarootdir}'
620 datarootdir='${prefix}/share'
621 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
622 dvidir='${docdir}'
623 exec_prefix='${prefix}'
624 host='x86_64-pc-linux-gnu'
625 host_alias=''
626 host_cpu='x86_64'
627 host_os='linux-gnu'
628 host_vendor='pc'
629 htmldir='${docdir}'
630 includedir='${prefix}/include'
631 infodir='${datarootdir}/info'
632 install_sh='${SHELL} /home/rvb/git/rtl_433/install-sh'
633 libdir='${exec_prefix}/lib'
634 libexecdir='${exec_prefix}/libexec'
635 localedir='${datarootdir}/locale'
636 localstatedir='${prefix}/var'
637 mandir='${datarootdir}/man'
638 mkdir_p='$(MKDIR_P)'
639 oldincludedir='/usr/include'
640 pdfdir='${docdir}'
641 prefix='/usr/local'
642 program_transform_name='s,x,x,'
643 psdir='${docdir}'
644 runstatedir='${localstatedir}/run'
645 sbindir='${exec_prefix}/sbin'
646 sharedstatedir='${prefix}/com'
647 sysconfdir='${prefix}/etc'
648 target_alias=''
649
650 ## ----------- ##
651 ## confdefs.h. ##
652 ## ----------- ##
653
654 /* confdefs.h */
655 #define PACKAGE_NAME "rtl433"
656 #define PACKAGE_TARNAME "rtl433"
657 #define PACKAGE_VERSION "UNKNOWN-dirty"
658 #define PACKAGE_STRING "rtl433 UNKNOWN-dirty"
659 #define PACKAGE_BUGREPORT "rtl_433@googlegroups.com"
660 #define PACKAGE_URL ""
661 #define PACKAGE "rtl433"
662 #define VERSION "UNKNOWN-dirty"
663 #define STDC_HEADERS 1
664 #define HAVE_SYS_TYPES_H 1
665 #define HAVE_SYS_STAT_H 1
666 #define HAVE_STDLIB_H 1
667 #define HAVE_STRING_H 1
668 #define HAVE_MEMORY_H 1
669 #define HAVE_STRINGS_H 1
670 #define HAVE_INTTYPES_H 1
671 #define HAVE_STDINT_H 1
672 #define HAVE_UNISTD_H 1
673 #define HAVE_DLFCN_H 1
674 #define LT_OBJDIR ".libs/"
675 #define STDC_HEADERS 1
676 #define HAVE_SYS_TYPES_H 1
677
678 configure: exit 0