root/ossiedev/branches/drdepoy/config.log @ 10567

Revision 10567, 33.6 KB (checked in by drdepoy, 2 years ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by USRP_UHD configure 0.8.1, which was
5generated by GNU Autoconf 2.65.  Invocation command line was
6
7  $ ./configure
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = ossie-laptop
14uname -m = i686
15uname -r = 2.6.32-21-generic
16uname -s = Linux
17uname -v = #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010
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
30PATH: /usr/local/sbin
31PATH: /usr/local/bin
32PATH: /usr/sbin
33PATH: /usr/bin
34PATH: /sbin
35PATH: /bin
36PATH: /usr/games
37
38
39## ----------- ##
40## Core tests. ##
41## ----------- ##
42
43configure:2618: checking build system type
44configure:2632: result: i686-pc-linux-gnu
45configure:2652: checking host system type
46configure:2665: result: i686-pc-linux-gnu
47configure:2685: checking target system type
48configure:2698: result: i686-pc-linux-gnu
49configure:2741: checking for a BSD-compatible install
50configure:2809: result: /usr/bin/install -c
51configure:2820: checking whether build environment is sane
52configure:2870: result: yes
53configure:3011: checking for a thread-safe mkdir -p
54configure:3050: result: /bin/mkdir -p
55configure:3063: checking for gawk
56configure:3079: found /usr/bin/gawk
57configure:3090: result: gawk
58configure:3101: checking whether make sets $(MAKE)
59configure:3123: result: yes
60configure:3240: checking for style of include used by make
61configure:3268: result: GNU
62configure:3338: checking for gcc
63configure:3354: found /usr/bin/gcc
64configure:3365: result: gcc
65configure:3594: checking for C compiler version
66configure:3603: gcc --version >&5
67gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
68Copyright (C) 2009 Free Software Foundation, Inc.
69This is free software; see the source for copying conditions.  There is NO
70warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
71
72configure:3614: $? = 0
73configure:3603: gcc -v >&5
74Using built-in specs.
75Target: i486-linux-gnu
76Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
77Thread model: posix
78gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
79configure:3614: $? = 0
80configure:3603: gcc -V >&5
81gcc: '-V' option must have argument
82configure:3614: $? = 1
83configure:3603: gcc -qversion >&5
84gcc: unrecognized option '-qversion'
85gcc: no input files
86configure:3614: $? = 1
87configure:3634: checking whether the C compiler works
88configure:3656: gcc    conftest.c  >&5
89configure:3660: $? = 0
90configure:3709: result: yes
91configure:3712: checking for C compiler default output file name
92configure:3714: result: a.out
93configure:3720: checking for suffix of executables
94configure:3727: gcc -o conftest    conftest.c  >&5
95configure:3731: $? = 0
96configure:3753: result:
97configure:3775: checking whether we are cross compiling
98configure:3783: gcc -o conftest    conftest.c  >&5
99configure:3787: $? = 0
100configure:3794: ./conftest
101configure:3798: $? = 0
102configure:3813: result: no
103configure:3818: checking for suffix of object files
104configure:3840: gcc -c   conftest.c >&5
105configure:3844: $? = 0
106configure:3865: result: o
107configure:3869: checking whether we are using the GNU C compiler
108configure:3888: gcc -c   conftest.c >&5
109configure:3888: $? = 0
110configure:3897: result: yes
111configure:3906: checking whether gcc accepts -g
112configure:3926: gcc -c -g  conftest.c >&5
113configure:3926: $? = 0
114configure:3967: result: yes
115configure:3984: checking for gcc option to accept ISO C89
116configure:4048: gcc  -c -g -O2  conftest.c >&5
117configure:4048: $? = 0
118configure:4061: result: none needed
119configure:4083: checking dependency style of gcc
120configure:4193: result: gcc3
121configure:4208: checking for a sed that does not truncate output
122configure:4272: result: /bin/sed
123configure:4290: checking for grep that handles long lines and -e
124configure:4348: result: /bin/grep
125configure:4353: checking for egrep
126configure:4415: result: /bin/grep -E
127configure:4420: checking for fgrep
128configure:4482: result: /bin/grep -F
129configure:4517: checking for ld used by gcc
130configure:4584: result: /usr/bin/ld
131configure:4591: checking if the linker (/usr/bin/ld) is GNU ld
132configure:4606: result: yes
133configure:4618: checking for BSD- or MS-compatible name lister (nm)
134configure:4667: result: /usr/bin/nm -B
135configure:4785: checking the name lister (/usr/bin/nm -B) interface
136configure:4792: gcc -c -g -O2  conftest.c >&5
137configure:4795: /usr/bin/nm -B "conftest.o"
138configure:4798: output
13900000000 B some_variable
140configure:4805: result: BSD nm
141configure:4808: checking whether ln -s works
142configure:4812: result: yes
143configure:4820: checking the maximum length of command line arguments
144configure:4940: result: 1572864
145configure:4957: checking whether the shell understands some XSI constructs
146configure:4967: result: yes
147configure:4971: checking whether the shell understands "+="
148configure:4977: result: yes
149configure:5012: checking for /usr/bin/ld option to reload object files
150configure:5019: result: -r
151configure:5088: checking for objdump
152configure:5104: found /usr/bin/objdump
153configure:5115: result: objdump
154configure:5147: checking how to recognize dependent libraries
155configure:5343: result: pass_all
156configure:5403: checking for ar
157configure:5419: found /usr/bin/ar
158configure:5430: result: ar
159configure:5508: checking for strip
160configure:5524: found /usr/bin/strip
161configure:5535: result: strip
162configure:5607: checking for ranlib
163configure:5623: found /usr/bin/ranlib
164configure:5634: result: ranlib
165configure:5724: checking command to parse /usr/bin/nm -B output from gcc object
166configure:5842: gcc -c -g -O2  conftest.c >&5
167configure:5845: $? = 0
168configure:5849: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[   ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
169configure:5852: $? = 0
170configure:5906: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
171configure:5909: $? = 0
172configure:5947: result: ok
173configure:6756: checking how to run the C preprocessor
174configure:6787: gcc -E  conftest.c
175configure:6787: $? = 0
176configure:6801: gcc -E  conftest.c
177conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
178configure:6801: $? = 1
179configure: failed program was:
180| /* confdefs.h */
181| #define PACKAGE_NAME "USRP_UHD"
182| #define PACKAGE_TARNAME "usrp_uhd"
183| #define PACKAGE_VERSION "0.8.1"
184| #define PACKAGE_STRING "USRP_UHD 0.8.1"
185| #define PACKAGE_BUGREPORT ""
186| #define PACKAGE_URL ""
187| #define PACKAGE "usrp_uhd"
188| #define VERSION "0.8.1"
189| /* end confdefs.h.  */
190| #include <ac_nonexistent.h>
191configure:6826: result: gcc -E
192configure:6846: gcc -E  conftest.c
193configure:6846: $? = 0
194configure:6860: gcc -E  conftest.c
195conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
196configure:6860: $? = 1
197configure: failed program was:
198| /* confdefs.h */
199| #define PACKAGE_NAME "USRP_UHD"
200| #define PACKAGE_TARNAME "usrp_uhd"
201| #define PACKAGE_VERSION "0.8.1"
202| #define PACKAGE_STRING "USRP_UHD 0.8.1"
203| #define PACKAGE_BUGREPORT ""
204| #define PACKAGE_URL ""
205| #define PACKAGE "usrp_uhd"
206| #define VERSION "0.8.1"
207| /* end confdefs.h.  */
208| #include <ac_nonexistent.h>
209configure:6889: checking for ANSI C header files
210configure:6909: gcc -c -g -O2  conftest.c >&5
211configure:6909: $? = 0
212configure:6982: gcc -o conftest -g -O2   conftest.c  >&5
213configure:6982: $? = 0
214configure:6982: ./conftest
215configure:6982: $? = 0
216configure:6993: result: yes
217configure:7006: checking for sys/types.h
218configure:7006: gcc -c -g -O2  conftest.c >&5
219configure:7006: $? = 0
220configure:7006: result: yes
221configure:7006: checking for sys/stat.h
222configure:7006: gcc -c -g -O2  conftest.c >&5
223configure:7006: $? = 0
224configure:7006: result: yes
225configure:7006: checking for stdlib.h
226configure:7006: gcc -c -g -O2  conftest.c >&5
227configure:7006: $? = 0
228configure:7006: result: yes
229configure:7006: checking for string.h
230configure:7006: gcc -c -g -O2  conftest.c >&5
231configure:7006: $? = 0
232configure:7006: result: yes
233configure:7006: checking for memory.h
234configure:7006: gcc -c -g -O2  conftest.c >&5
235configure:7006: $? = 0
236configure:7006: result: yes
237configure:7006: checking for strings.h
238configure:7006: gcc -c -g -O2  conftest.c >&5
239configure:7006: $? = 0
240configure:7006: result: yes
241configure:7006: checking for inttypes.h
242configure:7006: gcc -c -g -O2  conftest.c >&5
243configure:7006: $? = 0
244configure:7006: result: yes
245configure:7006: checking for stdint.h
246configure:7006: gcc -c -g -O2  conftest.c >&5
247configure:7006: $? = 0
248configure:7006: result: yes
249configure:7006: checking for unistd.h
250configure:7006: gcc -c -g -O2  conftest.c >&5
251configure:7006: $? = 0
252configure:7006: result: yes
253configure:7021: checking for dlfcn.h
254configure:7021: gcc -c -g -O2  conftest.c >&5
255configure:7021: $? = 0
256configure:7021: result: yes
257configure:7205: checking for objdir
258configure:7220: result: .libs
259configure:7512: checking if gcc supports -fno-rtti -fno-exceptions
260configure:7530: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
261cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
262configure:7534: $? = 0
263configure:7547: result: no
264configure:7567: checking for gcc option to produce PIC
265configure:7839: result: -fPIC -DPIC
266configure:7851: checking if gcc PIC flag -fPIC -DPIC works
267configure:7869: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
268configure:7873: $? = 0
269configure:7886: result: yes
270configure:7910: checking if gcc static flag -static works
271configure:7938: result: yes
272configure:7953: checking if gcc supports -c -o file.o
273configure:7974: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
274configure:7978: $? = 0
275configure:8000: result: yes
276configure:8008: checking if gcc supports -c -o file.o
277configure:8055: result: yes
278configure:8088: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
279configure:9079: result: yes
280configure:9116: checking whether -lc should be explicitly linked in
281configure:9121: gcc -c -g -O2  conftest.c >&5
282configure:9124: $? = 0
283configure:9139: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
284configure:9142: $? = 0
285configure:9154: result: no
286configure:9318: checking dynamic linker characteristics
287configure:9751: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
288configure:9751: $? = 0
289configure:9981: result: GNU/Linux ld.so
290configure:10083: checking how to hardcode library paths into programs
291configure:10108: result: immediate
292configure:10628: checking whether stripping libraries is possible
293configure:10633: result: yes
294configure:10668: checking if libtool supports shared libraries
295configure:10670: result: yes
296configure:10673: checking whether to build shared libraries
297configure:10694: result: yes
298configure:10697: checking whether to build static libraries
299configure:10701: result: yes
300configure:10795: checking for g++
301configure:10811: found /usr/bin/g++
302configure:10822: result: g++
303configure:10849: checking for C++ compiler version
304configure:10858: g++ --version >&5
305g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
306Copyright (C) 2009 Free Software Foundation, Inc.
307This is free software; see the source for copying conditions.  There is NO
308warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
309
310configure:10869: $? = 0
311configure:10858: g++ -v >&5
312Using built-in specs.
313Target: i486-linux-gnu
314Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
315Thread model: posix
316gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
317configure:10869: $? = 0
318configure:10858: g++ -V >&5
319g++: '-V' option must have argument
320configure:10869: $? = 1
321configure:10858: g++ -qversion >&5
322g++: unrecognized option '-qversion'
323g++: no input files
324configure:10869: $? = 1
325configure:10873: checking whether we are using the GNU C++ compiler
326configure:10892: g++ -c   conftest.cpp >&5
327configure:10892: $? = 0
328configure:10901: result: yes
329configure:10910: checking whether g++ accepts -g
330configure:10930: g++ -c -g  conftest.cpp >&5
331configure:10930: $? = 0
332configure:10971: result: yes
333configure:10996: checking dependency style of g++
334configure:11106: result: gcc3
335configure:11234: checking for C++ compiler version
336configure:11243: g++ --version >&5
337g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
338Copyright (C) 2009 Free Software Foundation, Inc.
339This is free software; see the source for copying conditions.  There is NO
340warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
341
342configure:11254: $? = 0
343configure:11243: g++ -v >&5
344Using built-in specs.
345Target: i486-linux-gnu
346Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
347Thread model: posix
348gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
349configure:11254: $? = 0
350configure:11243: g++ -V >&5
351g++: '-V' option must have argument
352configure:11254: $? = 1
353configure:11243: g++ -qversion >&5
354g++: unrecognized option '-qversion'
355g++: no input files
356configure:11254: $? = 1
357configure:11258: checking whether we are using the GNU C++ compiler
358configure:11286: result: yes
359configure:11295: checking whether g++ accepts -g
360configure:11356: result: yes
361configure:11381: checking dependency style of g++
362configure:11491: result: gcc3
363configure:11514: checking how to run the C++ preprocessor
364configure:11541: g++ -E  conftest.cpp
365configure:11541: $? = 0
366configure:11555: g++ -E  conftest.cpp
367conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
368configure:11555: $? = 1
369configure: failed program was:
370| /* confdefs.h */
371| #define PACKAGE_NAME "USRP_UHD"
372| #define PACKAGE_TARNAME "usrp_uhd"
373| #define PACKAGE_VERSION "0.8.1"
374| #define PACKAGE_STRING "USRP_UHD 0.8.1"
375| #define PACKAGE_BUGREPORT ""
376| #define PACKAGE_URL ""
377| #define PACKAGE "usrp_uhd"
378| #define VERSION "0.8.1"
379| #define STDC_HEADERS 1
380| #define HAVE_SYS_TYPES_H 1
381| #define HAVE_SYS_STAT_H 1
382| #define HAVE_STDLIB_H 1
383| #define HAVE_STRING_H 1
384| #define HAVE_MEMORY_H 1
385| #define HAVE_STRINGS_H 1
386| #define HAVE_INTTYPES_H 1
387| #define HAVE_STDINT_H 1
388| #define HAVE_UNISTD_H 1
389| #define HAVE_DLFCN_H 1
390| #define LT_OBJDIR ".libs/"
391| /* end confdefs.h.  */
392| #include <ac_nonexistent.h>
393configure:11580: result: g++ -E
394configure:11600: g++ -E  conftest.cpp
395configure:11600: $? = 0
396configure:11614: g++ -E  conftest.cpp
397conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory
398configure:11614: $? = 1
399configure: failed program was:
400| /* confdefs.h */
401| #define PACKAGE_NAME "USRP_UHD"
402| #define PACKAGE_TARNAME "usrp_uhd"
403| #define PACKAGE_VERSION "0.8.1"
404| #define PACKAGE_STRING "USRP_UHD 0.8.1"
405| #define PACKAGE_BUGREPORT ""
406| #define PACKAGE_URL ""
407| #define PACKAGE "usrp_uhd"
408| #define VERSION "0.8.1"
409| #define STDC_HEADERS 1
410| #define HAVE_SYS_TYPES_H 1
411| #define HAVE_SYS_STAT_H 1
412| #define HAVE_STDLIB_H 1
413| #define HAVE_STRING_H 1
414| #define HAVE_MEMORY_H 1
415| #define HAVE_STRINGS_H 1
416| #define HAVE_INTTYPES_H 1
417| #define HAVE_STDINT_H 1
418| #define HAVE_UNISTD_H 1
419| #define HAVE_DLFCN_H 1
420| #define LT_OBJDIR ".libs/"
421| /* end confdefs.h.  */
422| #include <ac_nonexistent.h>
423configure:11782: checking for ld used by g++
424configure:11849: result: /usr/bin/ld
425configure:11856: checking if the linker (/usr/bin/ld) is GNU ld
426configure:11871: result: yes
427configure:11926: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
428configure:12839: result: yes
429configure:12867: g++ -c -g -O2  conftest.cpp >&5
430configure:12870: $? = 0
431configure:13052: checking for g++ option to produce PIC
432configure:13369: result: -fPIC -DPIC
433configure:13378: checking if g++ PIC flag -fPIC -DPIC works
434configure:13396: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
435configure:13400: $? = 0
436configure:13413: result: yes
437configure:13434: checking if g++ static flag -static works
438configure:13462: result: yes
439configure:13474: checking if g++ supports -c -o file.o
440configure:13495: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
441configure:13499: $? = 0
442configure:13521: result: yes
443configure:13526: checking if g++ supports -c -o file.o
444configure:13573: result: yes
445configure:13603: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
446configure:13632: result: yes
447configure:13769: checking dynamic linker characteristics
448configure:14150: g++ -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.cpp  >&5
449configure:14150: $? = 0
450configure:14380: result: GNU/Linux ld.so
451configure:14431: checking how to hardcode library paths into programs
452configure:14456: result: immediate
453configure:14497: checking whether make sets $(MAKE)
454configure:14519: result: yes
455configure:14530: checking for sys/wait.h that is POSIX.1 compatible
456configure:14556: gcc -c -g -O2  conftest.c >&5
457configure:14556: $? = 0
458configure:14563: result: yes
459configure:14572: checking for pid_t
460configure:14572: gcc -c -g -O2  conftest.c >&5
461configure:14572: $? = 0
462configure:14572: gcc -c -g -O2  conftest.c >&5
463conftest.c: In function 'main':
464conftest.c:60: error: expected expression before ')' token
465configure:14572: $? = 1
466configure: failed program was:
467| /* confdefs.h */
468| #define PACKAGE_NAME "USRP_UHD"
469| #define PACKAGE_TARNAME "usrp_uhd"
470| #define PACKAGE_VERSION "0.8.1"
471| #define PACKAGE_STRING "USRP_UHD 0.8.1"
472| #define PACKAGE_BUGREPORT ""
473| #define PACKAGE_URL ""
474| #define PACKAGE "usrp_uhd"
475| #define VERSION "0.8.1"
476| #define STDC_HEADERS 1
477| #define HAVE_SYS_TYPES_H 1
478| #define HAVE_SYS_STAT_H 1
479| #define HAVE_STDLIB_H 1
480| #define HAVE_STRING_H 1
481| #define HAVE_MEMORY_H 1
482| #define HAVE_STRINGS_H 1
483| #define HAVE_INTTYPES_H 1
484| #define HAVE_STDINT_H 1
485| #define HAVE_UNISTD_H 1
486| #define HAVE_DLFCN_H 1
487| #define LT_OBJDIR ".libs/"
488| #define HAVE_SYS_WAIT_H 1
489| /* end confdefs.h.  */
490| #include <stdio.h>
491| #ifdef HAVE_SYS_TYPES_H
492| # include <sys/types.h>
493| #endif
494| #ifdef HAVE_SYS_STAT_H
495| # include <sys/stat.h>
496| #endif
497| #ifdef STDC_HEADERS
498| # include <stdlib.h>
499| # include <stddef.h>
500| #else
501| # ifdef HAVE_STDLIB_H
502| #  include <stdlib.h>
503| # endif
504| #endif
505| #ifdef HAVE_STRING_H
506| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
507| #  include <memory.h>
508| # endif
509| # include <string.h>
510| #endif
511| #ifdef HAVE_STRINGS_H
512| # include <strings.h>
513| #endif
514| #ifdef HAVE_INTTYPES_H
515| # include <inttypes.h>
516| #endif
517| #ifdef HAVE_STDINT_H
518| # include <stdint.h>
519| #endif
520| #ifdef HAVE_UNISTD_H
521| # include <unistd.h>
522| #endif
523| int
524| main ()
525| {
526| if (sizeof ((pid_t)))
527|           return 0;
528|   ;
529|   return 0;
530| }
531configure:14572: result: yes
532configure:14585: checking vfork.h usability
533configure:14585: gcc -c -g -O2  conftest.c >&5
534conftest.c:57:19: error: vfork.h: No such file or directory
535configure:14585: $? = 1
536configure: failed program was:
537| /* confdefs.h */
538| #define PACKAGE_NAME "USRP_UHD"
539| #define PACKAGE_TARNAME "usrp_uhd"
540| #define PACKAGE_VERSION "0.8.1"
541| #define PACKAGE_STRING "USRP_UHD 0.8.1"
542| #define PACKAGE_BUGREPORT ""
543| #define PACKAGE_URL ""
544| #define PACKAGE "usrp_uhd"
545| #define VERSION "0.8.1"
546| #define STDC_HEADERS 1
547| #define HAVE_SYS_TYPES_H 1
548| #define HAVE_SYS_STAT_H 1
549| #define HAVE_STDLIB_H 1
550| #define HAVE_STRING_H 1
551| #define HAVE_MEMORY_H 1
552| #define HAVE_STRINGS_H 1
553| #define HAVE_INTTYPES_H 1
554| #define HAVE_STDINT_H 1
555| #define HAVE_UNISTD_H 1
556| #define HAVE_DLFCN_H 1
557| #define LT_OBJDIR ".libs/"
558| #define HAVE_SYS_WAIT_H 1
559| /* end confdefs.h.  */
560| #include <stdio.h>
561| #ifdef HAVE_SYS_TYPES_H
562| # include <sys/types.h>
563| #endif
564| #ifdef HAVE_SYS_STAT_H
565| # include <sys/stat.h>
566| #endif
567| #ifdef STDC_HEADERS
568| # include <stdlib.h>
569| # include <stddef.h>
570| #else
571| # ifdef HAVE_STDLIB_H
572| #  include <stdlib.h>
573| # endif
574| #endif
575| #ifdef HAVE_STRING_H
576| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
577| #  include <memory.h>
578| # endif
579| # include <string.h>
580| #endif
581| #ifdef HAVE_STRINGS_H
582| # include <strings.h>
583| #endif
584| #ifdef HAVE_INTTYPES_H
585| # include <inttypes.h>
586| #endif
587| #ifdef HAVE_STDINT_H
588| # include <stdint.h>
589| #endif
590| #ifdef HAVE_UNISTD_H
591| # include <unistd.h>
592| #endif
593| #include <vfork.h>
594configure:14585: result: no
595configure:14585: checking vfork.h presence
596configure:14585: gcc -E  conftest.c
597conftest.c:24:19: error: vfork.h: No such file or directory
598configure:14585: $? = 1
599configure: failed program was:
600| /* confdefs.h */
601| #define PACKAGE_NAME "USRP_UHD"
602| #define PACKAGE_TARNAME "usrp_uhd"
603| #define PACKAGE_VERSION "0.8.1"
604| #define PACKAGE_STRING "USRP_UHD 0.8.1"
605| #define PACKAGE_BUGREPORT ""
606| #define PACKAGE_URL ""
607| #define PACKAGE "usrp_uhd"
608| #define VERSION "0.8.1"
609| #define STDC_HEADERS 1
610| #define HAVE_SYS_TYPES_H 1
611| #define HAVE_SYS_STAT_H 1
612| #define HAVE_STDLIB_H 1
613| #define HAVE_STRING_H 1
614| #define HAVE_MEMORY_H 1
615| #define HAVE_STRINGS_H 1
616| #define HAVE_INTTYPES_H 1
617| #define HAVE_STDINT_H 1
618| #define HAVE_UNISTD_H 1
619| #define HAVE_DLFCN_H 1
620| #define LT_OBJDIR ".libs/"
621| #define HAVE_SYS_WAIT_H 1
622| /* end confdefs.h.  */
623| #include <vfork.h>
624configure:14585: result: no
625configure:14585: checking for vfork.h
626configure:14585: result: no
627configure:14598: checking for fork
628configure:14598: gcc -o conftest -g -O2   conftest.c  >&5
629conftest.c:47: warning: conflicting types for built-in function 'fork'
630configure:14598: $? = 0
631configure:14598: result: yes
632configure:14598: checking for vfork
633configure:14598: gcc -o conftest -g -O2   conftest.c  >&5
634configure:14598: $? = 0
635configure:14598: result: yes
636configure:14609: checking for working fork
637configure:14631: gcc -o conftest -g -O2   conftest.c  >&5
638configure:14631: $? = 0
639configure:14631: ./conftest
640configure:14631: $? = 0
641configure:14641: result: yes
642configure:14662: checking for working vfork
643configure:14772: result: yes
644configure:14805: checking for main in -lomniORB4
645configure:14824: g++ -o conftest -g -O2   conftest.cpp -lomniORB4   >&5
646configure:14824: $? = 0
647configure:14833: result: yes
648configure:14847: checking for main in -lgromnithread
649configure:14866: g++ -o conftest -g -O2   conftest.cpp -lgromnithread  -lomniORB4  >&5
650configure:14866: $? = 0
651configure:14875: result: yes
652configure:14927: checking for main in -lomniDynamic4
653configure:14946: g++ -o conftest -g -O2   conftest.cpp -lomniDynamic4  -lomniORB4  >&5
654configure:14946: $? = 0
655configure:14955: result: yes
656configure:14971: checking omniORB4/CORBA.h usability
657configure:14971: g++ -c -g -O2  conftest.cpp >&5
658configure:14971: $? = 0
659configure:14971: result: yes
660configure:14971: checking omniORB4/CORBA.h presence
661configure:14971: g++ -E  conftest.cpp
662configure:14971: $? = 0
663configure:14971: result: yes
664configure:14971: checking for omniORB4/CORBA.h
665configure:14971: result: yes
666configure:14988: checking gr_libdir_suffix
667configure:15019: result:
668configure:15023: checking whether to append 64 to libdir
669configure:15031: result: no
670configure:15084: checking for boost >= 1.35
671configure:15146: g++ -c -g -O2  -I/usr/include conftest.cpp >&5
672configure:15146: $? = 0
673configure:15147: result: yes
674configure:15265: checking for main in -luhd
675configure:15284: g++ -o conftest -g -O2  -I/usr/include  conftest.cpp -luhd  -lomniDynamic4 -lomniORB4  >&5
676configure:15284: $? = 0
677configure:15293: result: yes
678configure:15308: checking uhd/usrp/single_usrp.hpp usability
679configure:15308: g++ -c -g -O2  -I/usr/include conftest.cpp >&5
680configure:15308: $? = 0
681configure:15308: result: yes
682configure:15308: checking uhd/usrp/single_usrp.hpp presence
683configure:15308: g++ -E  -I/usr/include conftest.cpp
684configure:15308: $? = 0
685configure:15308: result: yes
686configure:15308: checking for uhd/usrp/single_usrp.hpp
687configure:15308: result: yes
688configure:15322: checking uhd/device.hpp usability
689configure:15322: g++ -c -g -O2  -I/usr/include conftest.cpp >&5
690configure:15322: $? = 0
691configure:15322: result: yes
692configure:15322: checking uhd/device.hpp presence
693configure:15322: g++ -E  -I/usr/include conftest.cpp
694configure:15322: $? = 0
695configure:15322: result: yes
696configure:15322: checking for uhd/device.hpp
697configure:15322: result: yes
698configure:15516: creating ./config.status
699
700## ---------------------- ##
701## Running config.status. ##
702## ---------------------- ##
703
704This file was extended by USRP_UHD config.status 0.8.1, which was
705generated by GNU Autoconf 2.65.  Invocation command line was
706
707  CONFIG_FILES    =
708  CONFIG_HEADERS  =
709  CONFIG_LINKS    =
710  CONFIG_COMMANDS =
711  $ ./config.status
712
713on ossie-laptop
714
715config.status:1057: creating Makefile
716config.status:1220: executing depfiles commands
717config.status:1220: executing libtool commands
718
719## ---------------- ##
720## Cache variables. ##
721## ---------------- ##
722
723ac_cv_build=i686-pc-linux-gnu
724ac_cv_c_compiler_gnu=yes
725ac_cv_cxx_compiler_gnu=yes
726ac_cv_env_CCC_set=
727ac_cv_env_CCC_value=
728ac_cv_env_CC_set=
729ac_cv_env_CC_value=
730ac_cv_env_CFLAGS_set=
731ac_cv_env_CFLAGS_value=
732ac_cv_env_CPPFLAGS_set=
733ac_cv_env_CPPFLAGS_value=
734ac_cv_env_CPP_set=
735ac_cv_env_CPP_value=
736ac_cv_env_CXXCPP_set=
737ac_cv_env_CXXCPP_value=
738ac_cv_env_CXXFLAGS_set=
739ac_cv_env_CXXFLAGS_value=
740ac_cv_env_CXX_set=
741ac_cv_env_CXX_value=
742ac_cv_env_LDFLAGS_set=
743ac_cv_env_LDFLAGS_value=
744ac_cv_env_LIBS_set=
745ac_cv_env_LIBS_value=
746ac_cv_env_build_alias_set=
747ac_cv_env_build_alias_value=
748ac_cv_env_host_alias_set=
749ac_cv_env_host_alias_value=
750ac_cv_env_target_alias_set=
751ac_cv_env_target_alias_value=
752ac_cv_func_fork=yes
753ac_cv_func_fork_works=yes
754ac_cv_func_vfork=yes
755ac_cv_func_vfork_works=yes
756ac_cv_header_dlfcn_h=yes
757ac_cv_header_inttypes_h=yes
758ac_cv_header_memory_h=yes
759ac_cv_header_omniORB4_CORBA_h=yes
760ac_cv_header_stdc=yes
761ac_cv_header_stdint_h=yes
762ac_cv_header_stdlib_h=yes
763ac_cv_header_string_h=yes
764ac_cv_header_strings_h=yes
765ac_cv_header_sys_stat_h=yes
766ac_cv_header_sys_types_h=yes
767ac_cv_header_sys_wait_h=yes
768ac_cv_header_uhd_device_hpp=yes
769ac_cv_header_uhd_usrp_single_usrp_hpp=yes
770ac_cv_header_unistd_h=yes
771ac_cv_header_vfork_h=no
772ac_cv_host=i686-pc-linux-gnu
773ac_cv_lib_gromnithread_main=yes
774ac_cv_lib_omniDynamic4_main=yes
775ac_cv_lib_omniORB4_main=yes
776ac_cv_lib_uhd_main=yes
777ac_cv_objext=o
778ac_cv_path_EGREP='/bin/grep -E'
779ac_cv_path_FGREP='/bin/grep -F'
780ac_cv_path_GREP=/bin/grep
781ac_cv_path_SED=/bin/sed
782ac_cv_path_install='/usr/bin/install -c'
783ac_cv_path_mkdir=/bin/mkdir
784ac_cv_prog_AWK=gawk
785ac_cv_prog_CPP='gcc -E'
786ac_cv_prog_CXXCPP='g++ -E'
787ac_cv_prog_ac_ct_AR=ar
788ac_cv_prog_ac_ct_CC=gcc
789ac_cv_prog_ac_ct_CXX=g++
790ac_cv_prog_ac_ct_OBJDUMP=objdump
791ac_cv_prog_ac_ct_RANLIB=ranlib
792ac_cv_prog_ac_ct_STRIP=strip
793ac_cv_prog_cc_c89=
794ac_cv_prog_cc_g=yes
795ac_cv_prog_cxx_g=yes
796ac_cv_prog_make_make_set=yes
797ac_cv_target=i686-pc-linux-gnu
798ac_cv_type_pid_t=yes
799am_cv_CC_dependencies_compiler_type=gcc3
800am_cv_CXX_dependencies_compiler_type=gcc3
801lt_cv_deplibs_check_method=pass_all
802lt_cv_file_magic_cmd='$MAGIC_CMD'
803lt_cv_file_magic_test_file=
804lt_cv_ld_reload_flag=-r
805lt_cv_nm_interface='BSD nm'
806lt_cv_objdir=.libs
807lt_cv_path_LD=/usr/bin/ld
808lt_cv_path_LDCXX=/usr/bin/ld
809lt_cv_path_NM='/usr/bin/nm -B'
810lt_cv_prog_compiler_c_o=yes
811lt_cv_prog_compiler_c_o_CXX=yes
812lt_cv_prog_compiler_pic_works=yes
813lt_cv_prog_compiler_pic_works_CXX=yes
814lt_cv_prog_compiler_rtti_exceptions=no
815lt_cv_prog_compiler_static_works=yes
816lt_cv_prog_compiler_static_works_CXX=yes
817lt_cv_prog_gnu_ld=yes
818lt_cv_prog_gnu_ldcxx=yes
819lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
820lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
821lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
822lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
823lt_cv_sys_max_cmd_len=1572864
824
825## ----------------- ##
826## Output variables. ##
827## ----------------- ##
828
829ACLOCAL='${SHELL} /home/ossie/src/ossie-0.8.1/missing --run aclocal-1.11'
830AMDEPBACKSLASH='\'
831AMDEP_FALSE='#'
832AMDEP_TRUE=''
833AMTAR='${SHELL} /home/ossie/src/ossie-0.8.1/missing --run tar'
834AR='ar'
835AUTOCONF='${SHELL} /home/ossie/src/ossie-0.8.1/missing --run autoconf'
836AUTOHEADER='${SHELL} /home/ossie/src/ossie-0.8.1/missing --run autoheader'
837AUTOMAKE='${SHELL} /home/ossie/src/ossie-0.8.1/missing --run automake-1.11'
838AWK='gawk'
839BOOST_CPPFLAGS='-I/usr/include'
840BOOST_LDFLAGS='-L/usr/lib'
841CC='gcc'
842CCDEPMODE='depmode=gcc3'
843CFLAGS='-g -O2 -I/usr/include'
844CPP='gcc -E'
845CPPFLAGS=' -I/usr/include'
846CXX='g++'
847CXXCPP='g++ -E'
848CXXDEPMODE='depmode=gcc3'
849CXXFLAGS='-g -O2 '
850CYGPATH_W='echo'
851DEFS='-DPACKAGE_NAME=\"USRP_UHD\" -DPACKAGE_TARNAME=\"usrp_uhd\" -DPACKAGE_VERSION=\"0.8.1\" -DPACKAGE_STRING=\"USRP_UHD\ 0.8.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"usrp_uhd\" -DVERSION=\"0.8.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_SYS_WAIT_H=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_LIBOMNIORB4=1 -DHAVE_LIBOMNIDYNAMIC4=1 -DHAVE_OMNIORB4_CORBA_H=1 -DHAVE_BOOST=1 -DHAVE_LIBUHD=1 -DHAVE_UHD_USRP_single_USRP_HPP=1 -DHAVE_UHD_DEVICE_HPP=1'
852DEPDIR='.deps'
853DSYMUTIL=''
854DUMPBIN=''
855ECHO_C=''
856ECHO_N='-n'
857ECHO_T=''
858EGREP='/bin/grep -E'
859EXEEXT=''
860FGREP='/bin/grep -F'
861GREP='/bin/grep'
862INSTALL_DATA='${INSTALL} -m 644'
863INSTALL_PROGRAM='${INSTALL}'
864INSTALL_SCRIPT='${INSTALL}'
865INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
866LD='/usr/bin/ld'
867LDFLAGS=''
868LIBOBJS=''
869LIBS='-luhd -lomniDynamic4 -lomniORB4 '
870LIBTOOL='$(SHELL) $(top_builddir)/libtool'
871LINK_LIBGROMNITHREAD_FALSE='#'
872LINK_LIBGROMNITHREAD_TRUE=''
873LIPO=''
874LN_S='ln -s'
875LTLIBOBJS=''
876MAKEINFO='${SHELL} /home/ossie/src/ossie-0.8.1/missing --run makeinfo'
877MKDIR_P='/bin/mkdir -p'
878NM='/usr/bin/nm -B'
879NMEDIT=''
880OBJDUMP='objdump'
881OBJEXT='o'
882OTOOL64=''
883OTOOL=''
884PACKAGE='usrp_uhd'
885PACKAGE_BUGREPORT=''
886PACKAGE_NAME='USRP_UHD'
887PACKAGE_STRING='USRP_UHD 0.8.1'
888PACKAGE_TARNAME='usrp_uhd'
889PACKAGE_URL=''
890PACKAGE_VERSION='0.8.1'
891PATH_SEPARATOR=':'
892RANLIB='ranlib'
893SED='/bin/sed'
894SET_MAKE=''
895SHELL='/bin/bash'
896STRIP='strip'
897VERSION='0.8.1'
898ac_ct_CC='gcc'
899ac_ct_CXX='g++'
900ac_ct_DUMPBIN=''
901am__EXEEXT_FALSE=''
902am__EXEEXT_TRUE='#'
903am__fastdepCC_FALSE='#'
904am__fastdepCC_TRUE=''
905am__fastdepCXX_FALSE='#'
906am__fastdepCXX_TRUE=''
907am__include='include'
908am__isrc=''
909am__leading_dot='.'
910am__quote=''
911am__tar='${AMTAR} chof - "$$tardir"'
912am__untar='${AMTAR} xf -'
913bindir='${exec_prefix}/bin'
914build='i686-pc-linux-gnu'
915build_alias=''
916build_cpu='i686'
917build_os='linux-gnu'
918build_vendor='pc'
919datadir='${datarootdir}'
920datarootdir='${prefix}/share'
921docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
922dvidir='${docdir}'
923exec_prefix='${prefix}'
924gr_libdir_suffix=''
925host='i686-pc-linux-gnu'
926host_alias=''
927host_cpu='i686'
928host_os='linux-gnu'
929host_vendor='pc'
930htmldir='${docdir}'
931includedir='${prefix}/include'
932infodir='${datarootdir}/info'
933install_sh='${SHELL} /home/ossie/src/ossie-0.8.1/install-sh'
934libdir='${exec_prefix}/lib'
935libexecdir='${exec_prefix}/libexec'
936localedir='${datarootdir}/locale'
937localstatedir='${prefix}/var'
938lt_ECHO='echo'
939mandir='${datarootdir}/man'
940mkdir_p='/bin/mkdir -p'
941oldincludedir='/usr/include'
942pdfdir='${docdir}'
943prefix='/sdr'
944program_transform_name='s,x,x,'
945psdir='${docdir}'
946sbindir='${exec_prefix}/sbin'
947sharedstatedir='${prefix}/com'
948sysconfdir='${prefix}/etc'
949target='i686-pc-linux-gnu'
950target_alias=''
951target_cpu='i686'
952target_os='linux-gnu'
953target_vendor='pc'
954
955## ----------- ##
956## confdefs.h. ##
957## ----------- ##
958
959/* confdefs.h */
960#define PACKAGE_NAME "USRP_UHD"
961#define PACKAGE_TARNAME "usrp_uhd"
962#define PACKAGE_VERSION "0.8.1"
963#define PACKAGE_STRING "USRP_UHD 0.8.1"
964#define PACKAGE_BUGREPORT ""
965#define PACKAGE_URL ""
966#define PACKAGE "usrp_uhd"
967#define VERSION "0.8.1"
968#define STDC_HEADERS 1
969#define HAVE_SYS_TYPES_H 1
970#define HAVE_SYS_STAT_H 1
971#define HAVE_STDLIB_H 1
972#define HAVE_STRING_H 1
973#define HAVE_MEMORY_H 1
974#define HAVE_STRINGS_H 1
975#define HAVE_INTTYPES_H 1
976#define HAVE_STDINT_H 1
977#define HAVE_UNISTD_H 1
978#define HAVE_DLFCN_H 1
979#define LT_OBJDIR ".libs/"
980#define HAVE_SYS_WAIT_H 1
981#define HAVE_FORK 1
982#define HAVE_VFORK 1
983#define HAVE_WORKING_VFORK 1
984#define HAVE_WORKING_FORK 1
985#define HAVE_LIBOMNIORB4 1
986#define HAVE_LIBOMNIDYNAMIC4 1
987#define HAVE_OMNIORB4_CORBA_H 1
988#define HAVE_BOOST 1
989#define HAVE_LIBUHD 1
990#define HAVE_UHD_USRP_single_USRP_HPP 1
991#define HAVE_UHD_DEVICE_HPP 1
992
993configure: exit 0
Note: See TracBrowser for help on using the browser.