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 configure, which was |
---|
5 | generated by GNU Autoconf 2.63. Invocation command line was |
---|
6 | |
---|
7 | $ ./configure --prefix=/opt/local --disable-all-components --with-omnithread --with-gruel --with-gnuradio-core --enable-gr-wxgui --disable-doxygen --disable-docs |
---|
8 | |
---|
9 | ## --------- ## |
---|
10 | ## Platform. ## |
---|
11 | ## --------- ## |
---|
12 | |
---|
13 | hostname = lap3vm.eecs.utk.edu |
---|
14 | uname -m = i386 |
---|
15 | uname -r = 9.8.0 |
---|
16 | uname -s = Darwin |
---|
17 | uname -v = Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 |
---|
18 | |
---|
19 | /usr/bin/uname -p = i386 |
---|
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 = Mach kernel version: |
---|
26 | Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 |
---|
27 | Kernel configured for up to 2 processors. |
---|
28 | 2 processors are physically available. |
---|
29 | 2 processors are logically available. |
---|
30 | Processor type: i486 (Intel 80486) |
---|
31 | Processors active: 0 1 |
---|
32 | Primary memory available: 4.00 gigabytes |
---|
33 | Default processor set: 89 tasks, 401 threads, 2 processors |
---|
34 | Load average: 1.24, Mach factor: 0.84 |
---|
35 | /bin/machine = unknown |
---|
36 | /usr/bin/oslevel = unknown |
---|
37 | /bin/universe = unknown |
---|
38 | |
---|
39 | PATH: /opt/local/bin |
---|
40 | PATH: /opt/local/sbin |
---|
41 | PATH: /bin |
---|
42 | PATH: /sbin |
---|
43 | PATH: /usr/bin |
---|
44 | PATH: /usr/sbin |
---|
45 | |
---|
46 | |
---|
47 | ## ----------- ## |
---|
48 | ## Core tests. ## |
---|
49 | ## ----------- ## |
---|
50 | |
---|
51 | configure:2685: checking build system type |
---|
52 | configure:2703: result: i386-apple-darwin9.8.0 |
---|
53 | configure:2725: checking host system type |
---|
54 | configure:2740: result: i386-apple-darwin9.8.0 |
---|
55 | configure:2762: checking target system type |
---|
56 | configure:2777: result: i386-apple-darwin9.8.0 |
---|
57 | configure:2822: checking for a BSD-compatible install |
---|
58 | configure:2890: result: /usr/bin/install -c |
---|
59 | configure:2901: checking whether build environment is sane |
---|
60 | configure:2944: result: yes |
---|
61 | configure:2969: checking for a thread-safe mkdir -p |
---|
62 | configure:3008: result: ./install-sh -c -d |
---|
63 | configure:3021: checking for gawk |
---|
64 | configure:3037: found /opt/local/bin/gawk |
---|
65 | configure:3048: result: gawk |
---|
66 | configure:3059: checking whether make sets $(MAKE) |
---|
67 | configure:3081: result: yes |
---|
68 | configure:3289: checking for style of include used by make |
---|
69 | configure:3317: result: GNU |
---|
70 | configure:3387: checking for gcc |
---|
71 | configure:3414: result: /usr/bin/gcc-4.0 |
---|
72 | configure:3646: checking for C compiler version |
---|
73 | configure:3654: /usr/bin/gcc-4.0 --version >&5 |
---|
74 | i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490) |
---|
75 | Copyright (C) 2005 Free Software Foundation, Inc. |
---|
76 | This is free software; see the source for copying conditions. There is NO |
---|
77 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
---|
78 | |
---|
79 | configure:3658: $? = 0 |
---|
80 | configure:3665: /usr/bin/gcc-4.0 -v >&5 |
---|
81 | Using built-in specs. |
---|
82 | Target: i686-apple-darwin9 |
---|
83 | Configured with: /var/tmp/gcc/gcc-5490~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9 |
---|
84 | Thread model: posix |
---|
85 | gcc version 4.0.1 (Apple Inc. build 5490) |
---|
86 | configure:3669: $? = 0 |
---|
87 | configure:3676: /usr/bin/gcc-4.0 -V >&5 |
---|
88 | gcc-4.0: argument to `-V' is missing |
---|
89 | configure:3680: $? = 1 |
---|
90 | configure:3703: checking for C compiler default output file name |
---|
91 | configure:3725: /usr/bin/gcc-4.0 -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
92 | configure:3729: $? = 0 |
---|
93 | configure:3767: result: a.out |
---|
94 | configure:3786: checking whether the C compiler works |
---|
95 | configure:3796: ./a.out |
---|
96 | configure:3800: $? = 0 |
---|
97 | configure:3819: result: yes |
---|
98 | configure:3826: checking whether we are cross compiling |
---|
99 | configure:3828: result: no |
---|
100 | configure:3831: checking for suffix of executables |
---|
101 | configure:3838: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
102 | configure:3842: $? = 0 |
---|
103 | configure:3868: result: |
---|
104 | configure:3874: checking for suffix of object files |
---|
105 | configure:3900: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
106 | configure:3904: $? = 0 |
---|
107 | configure:3929: result: o |
---|
108 | configure:3933: checking whether we are using the GNU C compiler |
---|
109 | configure:3962: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
110 | configure:3969: $? = 0 |
---|
111 | configure:3986: result: yes |
---|
112 | configure:3995: checking whether /usr/bin/gcc-4.0 accepts -g |
---|
113 | configure:4025: /usr/bin/gcc-4.0 -c -g -I/opt/local/include conftest.c >&5 |
---|
114 | configure:4032: $? = 0 |
---|
115 | configure:4133: result: yes |
---|
116 | configure:4150: checking for /usr/bin/gcc-4.0 option to accept ISO C89 |
---|
117 | configure:4224: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
118 | configure:4231: $? = 0 |
---|
119 | configure:4254: result: none needed |
---|
120 | configure:4274: checking dependency style of /usr/bin/gcc-4.0 |
---|
121 | configure:4365: result: gcc3 |
---|
122 | configure:4385: checking how to run the C preprocessor |
---|
123 | configure:4425: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
124 | configure:4432: $? = 0 |
---|
125 | configure:4463: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
126 | conftest.c:10:28: error: ac_nonexistent.h: No such file or directory |
---|
127 | configure:4470: $? = 1 |
---|
128 | configure: failed program was: |
---|
129 | | /* confdefs.h. */ |
---|
130 | | #define PACKAGE_NAME "" |
---|
131 | | #define PACKAGE_TARNAME "" |
---|
132 | | #define PACKAGE_VERSION "" |
---|
133 | | #define PACKAGE_STRING "" |
---|
134 | | #define PACKAGE_BUGREPORT "" |
---|
135 | | #define PACKAGE "gnuradio" |
---|
136 | | #define VERSION "3.2.2" |
---|
137 | | /* end confdefs.h. */ |
---|
138 | | #include <ac_nonexistent.h> |
---|
139 | configure:4503: result: /usr/bin/gcc-4.0 -E |
---|
140 | configure:4532: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
141 | configure:4539: $? = 0 |
---|
142 | configure:4570: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
143 | conftest.c:10:28: error: ac_nonexistent.h: No such file or directory |
---|
144 | configure:4577: $? = 1 |
---|
145 | configure: failed program was: |
---|
146 | | /* confdefs.h. */ |
---|
147 | | #define PACKAGE_NAME "" |
---|
148 | | #define PACKAGE_TARNAME "" |
---|
149 | | #define PACKAGE_VERSION "" |
---|
150 | | #define PACKAGE_STRING "" |
---|
151 | | #define PACKAGE_BUGREPORT "" |
---|
152 | | #define PACKAGE "gnuradio" |
---|
153 | | #define VERSION "3.2.2" |
---|
154 | | /* end confdefs.h. */ |
---|
155 | | #include <ac_nonexistent.h> |
---|
156 | configure:4618: checking for grep that handles long lines and -e |
---|
157 | configure:4678: result: /usr/bin/grep |
---|
158 | configure:4683: checking for egrep |
---|
159 | configure:4747: result: /usr/bin/grep -E |
---|
160 | configure:4752: checking for ANSI C header files |
---|
161 | configure:4782: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
162 | configure:4789: $? = 0 |
---|
163 | configure:4888: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
164 | configure:4892: $? = 0 |
---|
165 | configure:4898: ./conftest |
---|
166 | configure:4902: $? = 0 |
---|
167 | configure:4920: result: yes |
---|
168 | configure:4944: checking for sys/types.h |
---|
169 | configure:4965: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
170 | configure:4972: $? = 0 |
---|
171 | configure:4989: result: yes |
---|
172 | configure:4944: checking for sys/stat.h |
---|
173 | configure:4965: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
174 | configure:4972: $? = 0 |
---|
175 | configure:4989: result: yes |
---|
176 | configure:4944: checking for stdlib.h |
---|
177 | configure:4965: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
178 | configure:4972: $? = 0 |
---|
179 | configure:4989: result: yes |
---|
180 | configure:4944: checking for string.h |
---|
181 | configure:4965: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
182 | configure:4972: $? = 0 |
---|
183 | configure:4989: result: yes |
---|
184 | configure:4944: checking for memory.h |
---|
185 | configure:4965: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
186 | configure:4972: $? = 0 |
---|
187 | configure:4989: result: yes |
---|
188 | configure:4944: checking for strings.h |
---|
189 | configure:4965: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
190 | configure:4972: $? = 0 |
---|
191 | configure:4989: result: yes |
---|
192 | configure:4944: checking for inttypes.h |
---|
193 | configure:4965: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
194 | configure:4972: $? = 0 |
---|
195 | configure:4989: result: yes |
---|
196 | configure:4944: checking for stdint.h |
---|
197 | configure:4965: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
198 | configure:4972: $? = 0 |
---|
199 | configure:4989: result: yes |
---|
200 | configure:4944: checking for unistd.h |
---|
201 | configure:4965: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
202 | configure:4972: $? = 0 |
---|
203 | configure:4989: result: yes |
---|
204 | configure:5014: checking minix/config.h usability |
---|
205 | configure:5031: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
206 | conftest.c:53:26: error: minix/config.h: No such file or directory |
---|
207 | configure:5038: $? = 1 |
---|
208 | configure: failed program was: |
---|
209 | | /* confdefs.h. */ |
---|
210 | | #define PACKAGE_NAME "" |
---|
211 | | #define PACKAGE_TARNAME "" |
---|
212 | | #define PACKAGE_VERSION "" |
---|
213 | | #define PACKAGE_STRING "" |
---|
214 | | #define PACKAGE_BUGREPORT "" |
---|
215 | | #define PACKAGE "gnuradio" |
---|
216 | | #define VERSION "3.2.2" |
---|
217 | | #define STDC_HEADERS 1 |
---|
218 | | #define HAVE_SYS_TYPES_H 1 |
---|
219 | | #define HAVE_SYS_STAT_H 1 |
---|
220 | | #define HAVE_STDLIB_H 1 |
---|
221 | | #define HAVE_STRING_H 1 |
---|
222 | | #define HAVE_MEMORY_H 1 |
---|
223 | | #define HAVE_STRINGS_H 1 |
---|
224 | | #define HAVE_INTTYPES_H 1 |
---|
225 | | #define HAVE_STDINT_H 1 |
---|
226 | | #define HAVE_UNISTD_H 1 |
---|
227 | | /* end confdefs.h. */ |
---|
228 | | #include <stdio.h> |
---|
229 | | #ifdef HAVE_SYS_TYPES_H |
---|
230 | | # include <sys/types.h> |
---|
231 | | #endif |
---|
232 | | #ifdef HAVE_SYS_STAT_H |
---|
233 | | # include <sys/stat.h> |
---|
234 | | #endif |
---|
235 | | #ifdef STDC_HEADERS |
---|
236 | | # include <stdlib.h> |
---|
237 | | # include <stddef.h> |
---|
238 | | #else |
---|
239 | | # ifdef HAVE_STDLIB_H |
---|
240 | | # include <stdlib.h> |
---|
241 | | # endif |
---|
242 | | #endif |
---|
243 | | #ifdef HAVE_STRING_H |
---|
244 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
245 | | # include <memory.h> |
---|
246 | | # endif |
---|
247 | | # include <string.h> |
---|
248 | | #endif |
---|
249 | | #ifdef HAVE_STRINGS_H |
---|
250 | | # include <strings.h> |
---|
251 | | #endif |
---|
252 | | #ifdef HAVE_INTTYPES_H |
---|
253 | | # include <inttypes.h> |
---|
254 | | #endif |
---|
255 | | #ifdef HAVE_STDINT_H |
---|
256 | | # include <stdint.h> |
---|
257 | | #endif |
---|
258 | | #ifdef HAVE_UNISTD_H |
---|
259 | | # include <unistd.h> |
---|
260 | | #endif |
---|
261 | | #include <minix/config.h> |
---|
262 | configure:5052: result: no |
---|
263 | configure:5056: checking minix/config.h presence |
---|
264 | configure:5071: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
265 | conftest.c:20:26: error: minix/config.h: No such file or directory |
---|
266 | configure:5078: $? = 1 |
---|
267 | configure: failed program was: |
---|
268 | | /* confdefs.h. */ |
---|
269 | | #define PACKAGE_NAME "" |
---|
270 | | #define PACKAGE_TARNAME "" |
---|
271 | | #define PACKAGE_VERSION "" |
---|
272 | | #define PACKAGE_STRING "" |
---|
273 | | #define PACKAGE_BUGREPORT "" |
---|
274 | | #define PACKAGE "gnuradio" |
---|
275 | | #define VERSION "3.2.2" |
---|
276 | | #define STDC_HEADERS 1 |
---|
277 | | #define HAVE_SYS_TYPES_H 1 |
---|
278 | | #define HAVE_SYS_STAT_H 1 |
---|
279 | | #define HAVE_STDLIB_H 1 |
---|
280 | | #define HAVE_STRING_H 1 |
---|
281 | | #define HAVE_MEMORY_H 1 |
---|
282 | | #define HAVE_STRINGS_H 1 |
---|
283 | | #define HAVE_INTTYPES_H 1 |
---|
284 | | #define HAVE_STDINT_H 1 |
---|
285 | | #define HAVE_UNISTD_H 1 |
---|
286 | | /* end confdefs.h. */ |
---|
287 | | #include <minix/config.h> |
---|
288 | configure:5092: result: no |
---|
289 | configure:5120: checking for minix/config.h |
---|
290 | configure:5127: result: no |
---|
291 | configure:5158: checking whether it is safe to define __EXTENSIONS__ |
---|
292 | configure:5186: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
293 | configure:5193: $? = 0 |
---|
294 | configure:5208: result: yes |
---|
295 | configure:5232: checking for library containing strerror |
---|
296 | configure:5273: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
297 | configure:5280: $? = 0 |
---|
298 | configure:5311: result: none required |
---|
299 | configure:5433: checking for C++ compiler version |
---|
300 | configure:5441: /usr/bin/g++-4.0 --version >&5 |
---|
301 | i686-apple-darwin9-g++-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490) |
---|
302 | Copyright (C) 2005 Free Software Foundation, Inc. |
---|
303 | This is free software; see the source for copying conditions. There is NO |
---|
304 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
---|
305 | |
---|
306 | configure:5445: $? = 0 |
---|
307 | configure:5452: /usr/bin/g++-4.0 -v >&5 |
---|
308 | Using built-in specs. |
---|
309 | Target: i686-apple-darwin9 |
---|
310 | Configured with: /var/tmp/gcc/gcc-5490~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9 |
---|
311 | Thread model: posix |
---|
312 | gcc version 4.0.1 (Apple Inc. build 5490) |
---|
313 | configure:5456: $? = 0 |
---|
314 | configure:5463: /usr/bin/g++-4.0 -V >&5 |
---|
315 | g++-4.0: argument to `-V' is missing |
---|
316 | configure:5467: $? = 1 |
---|
317 | configure:5470: checking whether we are using the GNU C++ compiler |
---|
318 | configure:5499: /usr/bin/g++-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.cpp >&5 |
---|
319 | configure:5506: $? = 0 |
---|
320 | configure:5523: result: yes |
---|
321 | configure:5532: checking whether /usr/bin/g++-4.0 accepts -g |
---|
322 | configure:5562: /usr/bin/g++-4.0 -c -g -I/opt/local/include conftest.cpp >&5 |
---|
323 | configure:5569: $? = 0 |
---|
324 | configure:5670: result: yes |
---|
325 | configure:5695: checking dependency style of /usr/bin/g++-4.0 |
---|
326 | configure:5786: result: gcc3 |
---|
327 | configure:5806: checking how to run the C++ preprocessor |
---|
328 | configure:5842: /usr/bin/g++-4.0 -E -I/opt/local/include conftest.cpp |
---|
329 | configure:5849: $? = 0 |
---|
330 | configure:5880: /usr/bin/g++-4.0 -E -I/opt/local/include conftest.cpp |
---|
331 | conftest.cpp:25:28: error: ac_nonexistent.h: No such file or directory |
---|
332 | configure:5887: $? = 1 |
---|
333 | configure: failed program was: |
---|
334 | | /* confdefs.h. */ |
---|
335 | | #define PACKAGE_NAME "" |
---|
336 | | #define PACKAGE_TARNAME "" |
---|
337 | | #define PACKAGE_VERSION "" |
---|
338 | | #define PACKAGE_STRING "" |
---|
339 | | #define PACKAGE_BUGREPORT "" |
---|
340 | | #define PACKAGE "gnuradio" |
---|
341 | | #define VERSION "3.2.2" |
---|
342 | | #define STDC_HEADERS 1 |
---|
343 | | #define HAVE_SYS_TYPES_H 1 |
---|
344 | | #define HAVE_SYS_STAT_H 1 |
---|
345 | | #define HAVE_STDLIB_H 1 |
---|
346 | | #define HAVE_STRING_H 1 |
---|
347 | | #define HAVE_MEMORY_H 1 |
---|
348 | | #define HAVE_STRINGS_H 1 |
---|
349 | | #define HAVE_INTTYPES_H 1 |
---|
350 | | #define HAVE_STDINT_H 1 |
---|
351 | | #define HAVE_UNISTD_H 1 |
---|
352 | | #define __EXTENSIONS__ 1 |
---|
353 | | #define _ALL_SOURCE 1 |
---|
354 | | #define _GNU_SOURCE 1 |
---|
355 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
356 | | #define _TANDEM_SOURCE 1 |
---|
357 | | /* end confdefs.h. */ |
---|
358 | | #include <ac_nonexistent.h> |
---|
359 | configure:5920: result: /usr/bin/g++-4.0 -E |
---|
360 | configure:5949: /usr/bin/g++-4.0 -E -I/opt/local/include conftest.cpp |
---|
361 | configure:5956: $? = 0 |
---|
362 | configure:5987: /usr/bin/g++-4.0 -E -I/opt/local/include conftest.cpp |
---|
363 | conftest.cpp:25:28: error: ac_nonexistent.h: No such file or directory |
---|
364 | configure:5994: $? = 1 |
---|
365 | configure: failed program was: |
---|
366 | | /* confdefs.h. */ |
---|
367 | | #define PACKAGE_NAME "" |
---|
368 | | #define PACKAGE_TARNAME "" |
---|
369 | | #define PACKAGE_VERSION "" |
---|
370 | | #define PACKAGE_STRING "" |
---|
371 | | #define PACKAGE_BUGREPORT "" |
---|
372 | | #define PACKAGE "gnuradio" |
---|
373 | | #define VERSION "3.2.2" |
---|
374 | | #define STDC_HEADERS 1 |
---|
375 | | #define HAVE_SYS_TYPES_H 1 |
---|
376 | | #define HAVE_SYS_STAT_H 1 |
---|
377 | | #define HAVE_STDLIB_H 1 |
---|
378 | | #define HAVE_STRING_H 1 |
---|
379 | | #define HAVE_MEMORY_H 1 |
---|
380 | | #define HAVE_STRINGS_H 1 |
---|
381 | | #define HAVE_INTTYPES_H 1 |
---|
382 | | #define HAVE_STDINT_H 1 |
---|
383 | | #define HAVE_UNISTD_H 1 |
---|
384 | | #define __EXTENSIONS__ 1 |
---|
385 | | #define _ALL_SOURCE 1 |
---|
386 | | #define _GNU_SOURCE 1 |
---|
387 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
388 | | #define _TANDEM_SOURCE 1 |
---|
389 | | /* end confdefs.h. */ |
---|
390 | | #include <ac_nonexistent.h> |
---|
391 | configure:6047: checking whether C++ has std::isnan |
---|
392 | configure:6072: /usr/bin/g++-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.cpp >&5 |
---|
393 | configure:6079: $? = 0 |
---|
394 | configure:6084: result: yes |
---|
395 | configure:6113: checking gr_libdir_suffix |
---|
396 | configure:6144: result: |
---|
397 | configure:6148: checking whether to append 64 to libdir |
---|
398 | configure:6156: result: no |
---|
399 | configure:6201: checking whether /usr/bin/gcc-4.0 accepts -Wall |
---|
400 | configure:6206: result: yes |
---|
401 | configure:6201: checking whether /usr/bin/gcc-4.0 accepts -Werror-implicit-function-declaration |
---|
402 | configure:6206: result: yes |
---|
403 | configure:6223: checking whether /usr/bin/g++-4.0 accepts -Wall |
---|
404 | configure:6228: result: yes |
---|
405 | configure:6223: checking whether /usr/bin/g++-4.0 accepts -Woverloaded-virtual |
---|
406 | configure:6228: result: yes |
---|
407 | configure:6241: checking whether user wants gprof |
---|
408 | configure:6251: result: no |
---|
409 | configure:6306: checking whether user wants prof |
---|
410 | configure:6316: result: no |
---|
411 | configure:6379: checking dependency style of /usr/bin/gcc-4.0 |
---|
412 | configure:6470: result: gcc3 |
---|
413 | configure:6485: checking whether ln -s works |
---|
414 | configure:6489: result: yes |
---|
415 | configure:6496: checking whether make sets $(MAKE) |
---|
416 | configure:6518: result: yes |
---|
417 | configure:6541: checking for a BSD-compatible install |
---|
418 | configure:6609: result: /usr/bin/install -c |
---|
419 | configure:6625: checking for a thread-safe mkdir -p |
---|
420 | configure:6664: result: ./install-sh -c -d |
---|
421 | configure:6670: checking for rm |
---|
422 | configure:6688: found /bin/rm |
---|
423 | configure:6700: result: /bin/rm |
---|
424 | configure:7097: checking for a sed that does not truncate output |
---|
425 | configure:7163: result: /opt/local/bin/gsed |
---|
426 | configure:7181: checking for fgrep |
---|
427 | configure:7245: result: /usr/bin/grep -F |
---|
428 | configure:7280: checking for ld used by /usr/bin/gcc-4.0 |
---|
429 | configure:7347: result: /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld |
---|
430 | configure:7356: checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld |
---|
431 | configure:7371: result: no |
---|
432 | configure:7383: checking for BSD- or MS-compatible name lister (nm) |
---|
433 | configure:7432: result: /usr/bin/nm -p |
---|
434 | configure:7550: checking the name lister (/usr/bin/nm -p) interface |
---|
435 | configure:7557: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
436 | configure:7560: /usr/bin/nm -p "conftest.o" |
---|
437 | configure:7563: output |
---|
438 | 00000000 D _some_variable |
---|
439 | configure:7570: result: BSD nm |
---|
440 | configure:7574: checking the maximum length of command line arguments |
---|
441 | configure:7694: result: 196608 |
---|
442 | configure:7711: checking whether the shell understands some XSI constructs |
---|
443 | configure:7721: result: yes |
---|
444 | configure:7725: checking whether the shell understands "+=" |
---|
445 | configure:7731: result: yes |
---|
446 | configure:7766: checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files |
---|
447 | configure:7773: result: -r |
---|
448 | configure:7842: checking for objdump |
---|
449 | configure:7869: result: objdump |
---|
450 | configure:7898: checking how to recognize dependent libraries |
---|
451 | configure:8094: result: pass_all |
---|
452 | configure:8154: checking for ar |
---|
453 | configure:8170: found /usr/bin/ar |
---|
454 | configure:8181: result: ar |
---|
455 | configure:8259: checking for strip |
---|
456 | configure:8275: found /usr/bin/strip |
---|
457 | configure:8286: result: strip |
---|
458 | configure:8358: checking for ranlib |
---|
459 | configure:8374: found /usr/bin/ranlib |
---|
460 | configure:8385: result: ranlib |
---|
461 | configure:8475: checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object |
---|
462 | configure:8593: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
463 | configure:8596: $? = 0 |
---|
464 | configure:8600: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm |
---|
465 | configure:8603: $? = 0 |
---|
466 | cannot find nm_test_var in conftest.nm |
---|
467 | configure:8593: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
468 | configure:8596: $? = 0 |
---|
469 | configure:8600: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm |
---|
470 | configure:8603: $? = 0 |
---|
471 | configure:8657: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c conftstm.o >&5 |
---|
472 | configure:8660: $? = 0 |
---|
473 | configure:8698: result: ok |
---|
474 | configure:8991: checking for dsymutil |
---|
475 | configure:9007: found /usr/bin/dsymutil |
---|
476 | configure:9018: result: dsymutil |
---|
477 | configure:9083: checking for nmedit |
---|
478 | configure:9099: found /usr/bin/nmedit |
---|
479 | configure:9110: result: nmedit |
---|
480 | configure:9175: checking for lipo |
---|
481 | configure:9191: found /usr/bin/lipo |
---|
482 | configure:9202: result: lipo |
---|
483 | configure:9267: checking for otool |
---|
484 | configure:9283: found /usr/bin/otool |
---|
485 | configure:9294: result: otool |
---|
486 | configure:9359: checking for otool64 |
---|
487 | configure:9389: result: no |
---|
488 | configure:9434: checking for -single_module linker flag |
---|
489 | /usr/bin/gcc-4.0 -O2 -arch i386 -L/opt/local/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c |
---|
490 | configure:9461: result: yes |
---|
491 | configure:9463: checking for -exported_symbols_list linker flag |
---|
492 | configure:9493: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 |
---|
493 | configure:9500: $? = 0 |
---|
494 | configure:9522: result: yes |
---|
495 | configure:9563: checking for dlfcn.h |
---|
496 | configure:9584: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
497 | configure:9591: $? = 0 |
---|
498 | configure:9608: result: yes |
---|
499 | configure:9735: checking for C++ compiler version |
---|
500 | configure:9743: /usr/bin/g++-4.0 --version >&5 |
---|
501 | i686-apple-darwin9-g++-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490) |
---|
502 | Copyright (C) 2005 Free Software Foundation, Inc. |
---|
503 | This is free software; see the source for copying conditions. There is NO |
---|
504 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
---|
505 | |
---|
506 | configure:9747: $? = 0 |
---|
507 | configure:9754: /usr/bin/g++-4.0 -v >&5 |
---|
508 | Using built-in specs. |
---|
509 | Target: i686-apple-darwin9 |
---|
510 | Configured with: /var/tmp/gcc/gcc-5490~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9 |
---|
511 | Thread model: posix |
---|
512 | gcc version 4.0.1 (Apple Inc. build 5490) |
---|
513 | configure:9758: $? = 0 |
---|
514 | configure:9765: /usr/bin/g++-4.0 -V >&5 |
---|
515 | g++-4.0: argument to `-V' is missing |
---|
516 | configure:9769: $? = 1 |
---|
517 | configure:9772: checking whether we are using the GNU C++ compiler |
---|
518 | configure:9825: result: yes |
---|
519 | configure:9834: checking whether /usr/bin/g++-4.0 accepts -g |
---|
520 | configure:9972: result: yes |
---|
521 | configure:9997: checking dependency style of /usr/bin/g++-4.0 |
---|
522 | configure:10088: result: gcc3 |
---|
523 | configure:10111: checking how to run the C++ preprocessor |
---|
524 | configure:10225: result: /usr/bin/g++-4.0 -E |
---|
525 | configure:10254: /usr/bin/g++-4.0 -E -I/opt/local/include conftest.cpp |
---|
526 | configure:10261: $? = 0 |
---|
527 | configure:10292: /usr/bin/g++-4.0 -E -I/opt/local/include conftest.cpp |
---|
528 | conftest.cpp:27:28: error: ac_nonexistent.h: No such file or directory |
---|
529 | configure:10299: $? = 1 |
---|
530 | configure: failed program was: |
---|
531 | | /* confdefs.h. */ |
---|
532 | | #define PACKAGE_NAME "" |
---|
533 | | #define PACKAGE_TARNAME "" |
---|
534 | | #define PACKAGE_VERSION "" |
---|
535 | | #define PACKAGE_STRING "" |
---|
536 | | #define PACKAGE_BUGREPORT "" |
---|
537 | | #define PACKAGE "gnuradio" |
---|
538 | | #define VERSION "3.2.2" |
---|
539 | | #define STDC_HEADERS 1 |
---|
540 | | #define HAVE_SYS_TYPES_H 1 |
---|
541 | | #define HAVE_SYS_STAT_H 1 |
---|
542 | | #define HAVE_STDLIB_H 1 |
---|
543 | | #define HAVE_STRING_H 1 |
---|
544 | | #define HAVE_MEMORY_H 1 |
---|
545 | | #define HAVE_STRINGS_H 1 |
---|
546 | | #define HAVE_INTTYPES_H 1 |
---|
547 | | #define HAVE_STDINT_H 1 |
---|
548 | | #define HAVE_UNISTD_H 1 |
---|
549 | | #define __EXTENSIONS__ 1 |
---|
550 | | #define _ALL_SOURCE 1 |
---|
551 | | #define _GNU_SOURCE 1 |
---|
552 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
553 | | #define _TANDEM_SOURCE 1 |
---|
554 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
555 | | #define HAVE_DLFCN_H 1 |
---|
556 | | /* end confdefs.h. */ |
---|
557 | | #include <ac_nonexistent.h> |
---|
558 | configure:10450: checking for objdir |
---|
559 | configure:10465: result: .libs |
---|
560 | configure:10761: checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions |
---|
561 | configure:10779: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5 |
---|
562 | cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C |
---|
563 | configure:10783: $? = 0 |
---|
564 | configure:10796: result: no |
---|
565 | configure:10816: checking for /usr/bin/gcc-4.0 option to produce PIC |
---|
566 | configure:11088: result: -fno-common -DPIC |
---|
567 | configure:11100: checking if /usr/bin/gcc-4.0 PIC flag -fno-common -DPIC works |
---|
568 | configure:11118: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5 |
---|
569 | configure:11122: $? = 0 |
---|
570 | configure:11135: result: yes |
---|
571 | configure:11159: checking if /usr/bin/gcc-4.0 static flag -static works |
---|
572 | configure:11187: result: no |
---|
573 | configure:11202: checking if /usr/bin/gcc-4.0 supports -c -o file.o |
---|
574 | configure:11223: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include -o out/conftest2.o conftest.c >&5 |
---|
575 | configure:11227: $? = 0 |
---|
576 | configure:11249: result: yes |
---|
577 | configure:11257: checking if /usr/bin/gcc-4.0 supports -c -o file.o |
---|
578 | configure:11304: result: yes |
---|
579 | configure:11337: checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries |
---|
580 | configure:12412: result: yes |
---|
581 | configure:12651: checking dynamic linker characteristics |
---|
582 | configure:13346: result: darwin9.8.0 dyld |
---|
583 | configure:13448: checking how to hardcode library paths into programs |
---|
584 | configure:13473: result: immediate |
---|
585 | configure:14306: checking whether stripping libraries is possible |
---|
586 | configure:14320: result: yes |
---|
587 | configure:14346: checking if libtool supports shared libraries |
---|
588 | configure:14348: result: yes |
---|
589 | configure:14351: checking whether to build shared libraries |
---|
590 | configure:14372: result: yes |
---|
591 | configure:14375: checking whether to build static libraries |
---|
592 | configure:14379: result: no |
---|
593 | configure:14529: checking for ld used by /usr/bin/g++-4.0 |
---|
594 | configure:14596: result: /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld |
---|
595 | configure:14605: checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld |
---|
596 | configure:14620: result: no |
---|
597 | configure:14675: checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries |
---|
598 | configure:15650: result: yes |
---|
599 | configure:15678: /usr/bin/g++-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.cpp >&5 |
---|
600 | configure:15681: $? = 0 |
---|
601 | configure:15863: checking for /usr/bin/g++-4.0 option to produce PIC |
---|
602 | configure:16180: result: -fno-common -DPIC |
---|
603 | configure:16189: checking if /usr/bin/g++-4.0 PIC flag -fno-common -DPIC works |
---|
604 | configure:16207: /usr/bin/g++-4.0 -c -O2 -arch i386 -I/opt/local/include -fno-common -DPIC -DPIC conftest.cpp >&5 |
---|
605 | configure:16211: $? = 0 |
---|
606 | configure:16224: result: yes |
---|
607 | configure:16245: checking if /usr/bin/g++-4.0 static flag -static works |
---|
608 | configure:16273: result: no |
---|
609 | configure:16285: checking if /usr/bin/g++-4.0 supports -c -o file.o |
---|
610 | configure:16306: /usr/bin/g++-4.0 -c -O2 -arch i386 -I/opt/local/include -o out/conftest2.o conftest.cpp >&5 |
---|
611 | configure:16310: $? = 0 |
---|
612 | configure:16332: result: yes |
---|
613 | configure:16337: checking if /usr/bin/g++-4.0 supports -c -o file.o |
---|
614 | configure:16384: result: yes |
---|
615 | configure:16414: checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries |
---|
616 | configure:16443: result: yes |
---|
617 | configure:16580: checking dynamic linker characteristics |
---|
618 | configure:17223: result: darwin9.8.0 dyld |
---|
619 | configure:17274: checking how to hardcode library paths into programs |
---|
620 | configure:17299: result: immediate |
---|
621 | configure:17412: checking for g77 |
---|
622 | configure:17442: result: no |
---|
623 | configure:17412: checking for xlf |
---|
624 | configure:17442: result: no |
---|
625 | configure:17412: checking for f77 |
---|
626 | configure:17442: result: no |
---|
627 | configure:17412: checking for frt |
---|
628 | configure:17442: result: no |
---|
629 | configure:17412: checking for pgf77 |
---|
630 | configure:17442: result: no |
---|
631 | configure:17412: checking for cf77 |
---|
632 | configure:17442: result: no |
---|
633 | configure:17412: checking for fort77 |
---|
634 | configure:17442: result: no |
---|
635 | configure:17412: checking for fl32 |
---|
636 | configure:17442: result: no |
---|
637 | configure:17412: checking for af77 |
---|
638 | configure:17442: result: no |
---|
639 | configure:17412: checking for xlf90 |
---|
640 | configure:17442: result: no |
---|
641 | configure:17412: checking for f90 |
---|
642 | configure:17442: result: no |
---|
643 | configure:17412: checking for pgf90 |
---|
644 | configure:17442: result: no |
---|
645 | configure:17412: checking for pghpf |
---|
646 | configure:17442: result: no |
---|
647 | configure:17412: checking for epcf90 |
---|
648 | configure:17442: result: no |
---|
649 | configure:17412: checking for gfortran |
---|
650 | configure:17442: result: no |
---|
651 | configure:17412: checking for g95 |
---|
652 | configure:17442: result: no |
---|
653 | configure:17412: checking for xlf95 |
---|
654 | configure:17442: result: no |
---|
655 | configure:17412: checking for f95 |
---|
656 | configure:17442: result: no |
---|
657 | configure:17412: checking for fort |
---|
658 | configure:17442: result: no |
---|
659 | configure:17412: checking for ifort |
---|
660 | configure:17442: result: no |
---|
661 | configure:17412: checking for ifc |
---|
662 | configure:17442: result: no |
---|
663 | configure:17412: checking for efc |
---|
664 | configure:17442: result: no |
---|
665 | configure:17412: checking for pgf95 |
---|
666 | configure:17442: result: no |
---|
667 | configure:17412: checking for lf95 |
---|
668 | configure:17442: result: no |
---|
669 | configure:17412: checking for ftn |
---|
670 | configure:17442: result: no |
---|
671 | configure:17465: checking for Fortran 77 compiler version |
---|
672 | configure:17473: --version >&5 |
---|
673 | ./configure: line 17475: --version: command not found |
---|
674 | configure:17477: $? = 127 |
---|
675 | configure:17484: -v >&5 |
---|
676 | ./configure: line 17486: -v: command not found |
---|
677 | configure:17488: $? = 127 |
---|
678 | configure:17495: -V >&5 |
---|
679 | ./configure: line 17497: -V: command not found |
---|
680 | configure:17499: $? = 127 |
---|
681 | configure:17507: checking whether we are using the GNU Fortran 77 compiler |
---|
682 | configure:17526: -c -O2 -m32 conftest.F >&5 |
---|
683 | ./configure: line 17528: -c: command not found |
---|
684 | configure:17533: $? = 127 |
---|
685 | configure: failed program was: |
---|
686 | | program main |
---|
687 | | #ifndef __GNUC__ |
---|
688 | | choke me |
---|
689 | | #endif |
---|
690 | | |
---|
691 | | end |
---|
692 | configure:17550: result: no |
---|
693 | configure:17556: checking whether accepts -g |
---|
694 | configure:17573: -c -g conftest.f >&5 |
---|
695 | ./configure: line 17575: -c: command not found |
---|
696 | configure:17580: $? = 127 |
---|
697 | configure: failed program was: |
---|
698 | | program main |
---|
699 | | |
---|
700 | | end |
---|
701 | configure:17596: result: no |
---|
702 | configure:20911: checking for python version |
---|
703 | configure:20918: result: 2.5 |
---|
704 | configure:20930: checking for python platform |
---|
705 | configure:20937: result: darwin |
---|
706 | configure:20944: checking for python script directory |
---|
707 | configure:20958: result: /opt/local/lib/python2.5/site-packages |
---|
708 | configure:20967: checking for python extension module directory |
---|
709 | configure:20981: result: /opt/local/lib/python2.5/site-packages |
---|
710 | configure:21026: checking for Python include path |
---|
711 | configure:21044: result: /opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 |
---|
712 | configure:21074: checking Python.h usability |
---|
713 | configure:21091: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 conftest.c >&5 |
---|
714 | configure:21098: $? = 0 |
---|
715 | configure:21112: result: yes |
---|
716 | configure:21116: checking Python.h presence |
---|
717 | configure:21131: /usr/bin/gcc-4.0 -E -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 conftest.c |
---|
718 | configure:21138: $? = 0 |
---|
719 | configure:21152: result: yes |
---|
720 | configure:21180: checking for Python.h |
---|
721 | configure:21189: result: yes |
---|
722 | configure:21266: checking for swig |
---|
723 | configure:21282: found /opt/local/bin/swig |
---|
724 | configure:21293: result: /opt/local/bin/swig |
---|
725 | configure:21307: checking for SWIG version |
---|
726 | configure:21311: result: 1.3.40 |
---|
727 | configure:21353: checking for xmlto |
---|
728 | configure:21383: result: no |
---|
729 | configure:21398: checking for socket in -lsocket |
---|
730 | configure:21433: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c -lsocket >&5 |
---|
731 | ld: library not found for -lsocket |
---|
732 | collect2: ld returned 1 exit status |
---|
733 | configure:21440: $? = 1 |
---|
734 | configure: failed program was: |
---|
735 | | /* confdefs.h. */ |
---|
736 | | #define PACKAGE_NAME "" |
---|
737 | | #define PACKAGE_TARNAME "" |
---|
738 | | #define PACKAGE_VERSION "" |
---|
739 | | #define PACKAGE_STRING "" |
---|
740 | | #define PACKAGE_BUGREPORT "" |
---|
741 | | #define PACKAGE "gnuradio" |
---|
742 | | #define VERSION "3.2.2" |
---|
743 | | #define STDC_HEADERS 1 |
---|
744 | | #define HAVE_SYS_TYPES_H 1 |
---|
745 | | #define HAVE_SYS_STAT_H 1 |
---|
746 | | #define HAVE_STDLIB_H 1 |
---|
747 | | #define HAVE_STRING_H 1 |
---|
748 | | #define HAVE_MEMORY_H 1 |
---|
749 | | #define HAVE_STRINGS_H 1 |
---|
750 | | #define HAVE_INTTYPES_H 1 |
---|
751 | | #define HAVE_STDINT_H 1 |
---|
752 | | #define HAVE_UNISTD_H 1 |
---|
753 | | #define __EXTENSIONS__ 1 |
---|
754 | | #define _ALL_SOURCE 1 |
---|
755 | | #define _GNU_SOURCE 1 |
---|
756 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
757 | | #define _TANDEM_SOURCE 1 |
---|
758 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
759 | | #define HAVE_DLFCN_H 1 |
---|
760 | | #define LT_OBJDIR ".libs/" |
---|
761 | | #define HAVE_PYTHON_H 1 |
---|
762 | | /* end confdefs.h. */ |
---|
763 | | |
---|
764 | | /* Override any GCC internal prototype to avoid an error. |
---|
765 | | Use char because int might match the return type of a GCC |
---|
766 | | builtin and then its argument prototype would still apply. */ |
---|
767 | | #ifdef __cplusplus |
---|
768 | | extern "C" |
---|
769 | | #endif |
---|
770 | | char socket (); |
---|
771 | | int |
---|
772 | | main () |
---|
773 | | { |
---|
774 | | return socket (); |
---|
775 | | ; |
---|
776 | | return 0; |
---|
777 | | } |
---|
778 | configure:21461: result: no |
---|
779 | configure:21671: checking for the pthreads library -lpthreads |
---|
780 | configure:21714: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c -lpthreads >&5 |
---|
781 | ld: library not found for -lpthreads |
---|
782 | collect2: ld returned 1 exit status |
---|
783 | configure:21721: $? = 1 |
---|
784 | configure: failed program was: |
---|
785 | | /* confdefs.h. */ |
---|
786 | | #define PACKAGE_NAME "" |
---|
787 | | #define PACKAGE_TARNAME "" |
---|
788 | | #define PACKAGE_VERSION "" |
---|
789 | | #define PACKAGE_STRING "" |
---|
790 | | #define PACKAGE_BUGREPORT "" |
---|
791 | | #define PACKAGE "gnuradio" |
---|
792 | | #define VERSION "3.2.2" |
---|
793 | | #define STDC_HEADERS 1 |
---|
794 | | #define HAVE_SYS_TYPES_H 1 |
---|
795 | | #define HAVE_SYS_STAT_H 1 |
---|
796 | | #define HAVE_STDLIB_H 1 |
---|
797 | | #define HAVE_STRING_H 1 |
---|
798 | | #define HAVE_MEMORY_H 1 |
---|
799 | | #define HAVE_STRINGS_H 1 |
---|
800 | | #define HAVE_INTTYPES_H 1 |
---|
801 | | #define HAVE_STDINT_H 1 |
---|
802 | | #define HAVE_UNISTD_H 1 |
---|
803 | | #define __EXTENSIONS__ 1 |
---|
804 | | #define _ALL_SOURCE 1 |
---|
805 | | #define _GNU_SOURCE 1 |
---|
806 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
807 | | #define _TANDEM_SOURCE 1 |
---|
808 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
809 | | #define HAVE_DLFCN_H 1 |
---|
810 | | #define LT_OBJDIR ".libs/" |
---|
811 | | #define HAVE_PYTHON_H 1 |
---|
812 | | /* end confdefs.h. */ |
---|
813 | | #include <pthread.h> |
---|
814 | | int |
---|
815 | | main () |
---|
816 | | { |
---|
817 | | pthread_t th; pthread_join(th, 0); |
---|
818 | | pthread_attr_init(0); pthread_cleanup_push(0, 0); |
---|
819 | | pthread_create(0,0,0,0); pthread_cleanup_pop(0); |
---|
820 | | ; |
---|
821 | | return 0; |
---|
822 | | } |
---|
823 | configure:21744: result: no |
---|
824 | configure:21616: checking whether pthreads work without any flags |
---|
825 | configure:21714: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
826 | configure:21721: $? = 0 |
---|
827 | configure:21744: result: yes |
---|
828 | configure:21763: checking for joinable pthread attribute |
---|
829 | configure:21788: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
830 | configure:21795: $? = 0 |
---|
831 | configure:21815: result: PTHREAD_CREATE_JOINABLE |
---|
832 | configure:21825: checking if more special flags are required for pthreads |
---|
833 | configure:21832: result: -D_THREAD_SAFE |
---|
834 | configure:21993: checking for library containing clock_gettime |
---|
835 | configure:22034: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
836 | Undefined symbols: |
---|
837 | "_clock_gettime", referenced from: |
---|
838 | _main in ccpWfqTl.o |
---|
839 | ld: symbol(s) not found |
---|
840 | collect2: ld returned 1 exit status |
---|
841 | configure:22041: $? = 1 |
---|
842 | configure: failed program was: |
---|
843 | | /* confdefs.h. */ |
---|
844 | | #define PACKAGE_NAME "" |
---|
845 | | #define PACKAGE_TARNAME "" |
---|
846 | | #define PACKAGE_VERSION "" |
---|
847 | | #define PACKAGE_STRING "" |
---|
848 | | #define PACKAGE_BUGREPORT "" |
---|
849 | | #define PACKAGE "gnuradio" |
---|
850 | | #define VERSION "3.2.2" |
---|
851 | | #define STDC_HEADERS 1 |
---|
852 | | #define HAVE_SYS_TYPES_H 1 |
---|
853 | | #define HAVE_SYS_STAT_H 1 |
---|
854 | | #define HAVE_STDLIB_H 1 |
---|
855 | | #define HAVE_STRING_H 1 |
---|
856 | | #define HAVE_MEMORY_H 1 |
---|
857 | | #define HAVE_STRINGS_H 1 |
---|
858 | | #define HAVE_INTTYPES_H 1 |
---|
859 | | #define HAVE_STDINT_H 1 |
---|
860 | | #define HAVE_UNISTD_H 1 |
---|
861 | | #define __EXTENSIONS__ 1 |
---|
862 | | #define _ALL_SOURCE 1 |
---|
863 | | #define _GNU_SOURCE 1 |
---|
864 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
865 | | #define _TANDEM_SOURCE 1 |
---|
866 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
867 | | #define HAVE_DLFCN_H 1 |
---|
868 | | #define LT_OBJDIR ".libs/" |
---|
869 | | #define HAVE_PYTHON_H 1 |
---|
870 | | #define HAVE_PTHREAD 1 |
---|
871 | | /* end confdefs.h. */ |
---|
872 | | |
---|
873 | | /* Override any GCC internal prototype to avoid an error. |
---|
874 | | Use char because int might match the return type of a GCC |
---|
875 | | builtin and then its argument prototype would still apply. */ |
---|
876 | | #ifdef __cplusplus |
---|
877 | | extern "C" |
---|
878 | | #endif |
---|
879 | | char clock_gettime (); |
---|
880 | | int |
---|
881 | | main () |
---|
882 | | { |
---|
883 | | return clock_gettime (); |
---|
884 | | ; |
---|
885 | | return 0; |
---|
886 | | } |
---|
887 | configure:22034: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c -lrt >&5 |
---|
888 | ld: library not found for -lrt |
---|
889 | collect2: ld returned 1 exit status |
---|
890 | configure:22041: $? = 1 |
---|
891 | configure: failed program was: |
---|
892 | | /* confdefs.h. */ |
---|
893 | | #define PACKAGE_NAME "" |
---|
894 | | #define PACKAGE_TARNAME "" |
---|
895 | | #define PACKAGE_VERSION "" |
---|
896 | | #define PACKAGE_STRING "" |
---|
897 | | #define PACKAGE_BUGREPORT "" |
---|
898 | | #define PACKAGE "gnuradio" |
---|
899 | | #define VERSION "3.2.2" |
---|
900 | | #define STDC_HEADERS 1 |
---|
901 | | #define HAVE_SYS_TYPES_H 1 |
---|
902 | | #define HAVE_SYS_STAT_H 1 |
---|
903 | | #define HAVE_STDLIB_H 1 |
---|
904 | | #define HAVE_STRING_H 1 |
---|
905 | | #define HAVE_MEMORY_H 1 |
---|
906 | | #define HAVE_STRINGS_H 1 |
---|
907 | | #define HAVE_INTTYPES_H 1 |
---|
908 | | #define HAVE_STDINT_H 1 |
---|
909 | | #define HAVE_UNISTD_H 1 |
---|
910 | | #define __EXTENSIONS__ 1 |
---|
911 | | #define _ALL_SOURCE 1 |
---|
912 | | #define _GNU_SOURCE 1 |
---|
913 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
914 | | #define _TANDEM_SOURCE 1 |
---|
915 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
916 | | #define HAVE_DLFCN_H 1 |
---|
917 | | #define LT_OBJDIR ".libs/" |
---|
918 | | #define HAVE_PYTHON_H 1 |
---|
919 | | #define HAVE_PTHREAD 1 |
---|
920 | | /* end confdefs.h. */ |
---|
921 | | |
---|
922 | | /* Override any GCC internal prototype to avoid an error. |
---|
923 | | Use char because int might match the return type of a GCC |
---|
924 | | builtin and then its argument prototype would still apply. */ |
---|
925 | | #ifdef __cplusplus |
---|
926 | | extern "C" |
---|
927 | | #endif |
---|
928 | | char clock_gettime (); |
---|
929 | | int |
---|
930 | | main () |
---|
931 | | { |
---|
932 | | return clock_gettime (); |
---|
933 | | ; |
---|
934 | | return 0; |
---|
935 | | } |
---|
936 | configure:22072: result: no |
---|
937 | configure:22086: checking for clock_gettime |
---|
938 | configure:22142: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
939 | Undefined symbols: |
---|
940 | "_clock_gettime", referenced from: |
---|
941 | _main in ccjkBSMM.o |
---|
942 | ld: symbol(s) not found |
---|
943 | collect2: ld returned 1 exit status |
---|
944 | configure:22149: $? = 1 |
---|
945 | configure: failed program was: |
---|
946 | | /* confdefs.h. */ |
---|
947 | | #define PACKAGE_NAME "" |
---|
948 | | #define PACKAGE_TARNAME "" |
---|
949 | | #define PACKAGE_VERSION "" |
---|
950 | | #define PACKAGE_STRING "" |
---|
951 | | #define PACKAGE_BUGREPORT "" |
---|
952 | | #define PACKAGE "gnuradio" |
---|
953 | | #define VERSION "3.2.2" |
---|
954 | | #define STDC_HEADERS 1 |
---|
955 | | #define HAVE_SYS_TYPES_H 1 |
---|
956 | | #define HAVE_SYS_STAT_H 1 |
---|
957 | | #define HAVE_STDLIB_H 1 |
---|
958 | | #define HAVE_STRING_H 1 |
---|
959 | | #define HAVE_MEMORY_H 1 |
---|
960 | | #define HAVE_STRINGS_H 1 |
---|
961 | | #define HAVE_INTTYPES_H 1 |
---|
962 | | #define HAVE_STDINT_H 1 |
---|
963 | | #define HAVE_UNISTD_H 1 |
---|
964 | | #define __EXTENSIONS__ 1 |
---|
965 | | #define _ALL_SOURCE 1 |
---|
966 | | #define _GNU_SOURCE 1 |
---|
967 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
968 | | #define _TANDEM_SOURCE 1 |
---|
969 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
970 | | #define HAVE_DLFCN_H 1 |
---|
971 | | #define LT_OBJDIR ".libs/" |
---|
972 | | #define HAVE_PYTHON_H 1 |
---|
973 | | #define HAVE_PTHREAD 1 |
---|
974 | | /* end confdefs.h. */ |
---|
975 | | /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime. |
---|
976 | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
---|
977 | | #define clock_gettime innocuous_clock_gettime |
---|
978 | | |
---|
979 | | /* System header to define __stub macros and hopefully few prototypes, |
---|
980 | | which can conflict with char clock_gettime (); below. |
---|
981 | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
---|
982 | | <limits.h> exists even on freestanding compilers. */ |
---|
983 | | |
---|
984 | | #ifdef __STDC__ |
---|
985 | | # include <limits.h> |
---|
986 | | #else |
---|
987 | | # include <assert.h> |
---|
988 | | #endif |
---|
989 | | |
---|
990 | | #undef clock_gettime |
---|
991 | | |
---|
992 | | /* Override any GCC internal prototype to avoid an error. |
---|
993 | | Use char because int might match the return type of a GCC |
---|
994 | | builtin and then its argument prototype would still apply. */ |
---|
995 | | #ifdef __cplusplus |
---|
996 | | extern "C" |
---|
997 | | #endif |
---|
998 | | char clock_gettime (); |
---|
999 | | /* The GNU C library defines this for functions which it implements |
---|
1000 | | to always fail with ENOSYS. Some functions are actually named |
---|
1001 | | something starting with __ and the normal name is an alias. */ |
---|
1002 | | #if defined __stub_clock_gettime || defined __stub___clock_gettime |
---|
1003 | | choke me |
---|
1004 | | #endif |
---|
1005 | | |
---|
1006 | | int |
---|
1007 | | main () |
---|
1008 | | { |
---|
1009 | | return clock_gettime (); |
---|
1010 | | ; |
---|
1011 | | return 0; |
---|
1012 | | } |
---|
1013 | configure:22171: result: no |
---|
1014 | configure:22086: checking for gettimeofday |
---|
1015 | configure:22142: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
1016 | configure:22149: $? = 0 |
---|
1017 | configure:22171: result: yes |
---|
1018 | configure:22086: checking for nanosleep |
---|
1019 | configure:22142: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
1020 | configure:22149: $? = 0 |
---|
1021 | configure:22171: result: yes |
---|
1022 | configure:22222: checking sys/ipc.h usability |
---|
1023 | configure:22239: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1024 | configure:22246: $? = 0 |
---|
1025 | configure:22260: result: yes |
---|
1026 | configure:22264: checking sys/ipc.h presence |
---|
1027 | configure:22279: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
1028 | configure:22286: $? = 0 |
---|
1029 | configure:22300: result: yes |
---|
1030 | configure:22328: checking for sys/ipc.h |
---|
1031 | configure:22337: result: yes |
---|
1032 | configure:22222: checking sys/shm.h usability |
---|
1033 | configure:22239: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1034 | configure:22246: $? = 0 |
---|
1035 | configure:22260: result: yes |
---|
1036 | configure:22264: checking sys/shm.h presence |
---|
1037 | configure:22279: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
1038 | configure:22286: $? = 0 |
---|
1039 | configure:22300: result: yes |
---|
1040 | configure:22328: checking for sys/shm.h |
---|
1041 | configure:22337: result: yes |
---|
1042 | configure:22354: checking for library containing shmat |
---|
1043 | configure:22395: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
1044 | configure:22402: $? = 0 |
---|
1045 | configure:22433: result: none required |
---|
1046 | configure:22456: checking for ANSI C header files |
---|
1047 | configure:22624: result: yes |
---|
1048 | configure:22634: checking for sys/wait.h that is POSIX.1 compatible |
---|
1049 | configure:22670: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1050 | configure:22677: $? = 0 |
---|
1051 | configure:22692: result: yes |
---|
1052 | configure:22724: checking fcntl.h usability |
---|
1053 | configure:22741: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1054 | configure:22748: $? = 0 |
---|
1055 | configure:22762: result: yes |
---|
1056 | configure:22766: checking fcntl.h presence |
---|
1057 | configure:22781: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
1058 | configure:22788: $? = 0 |
---|
1059 | configure:22802: result: yes |
---|
1060 | configure:22830: checking for fcntl.h |
---|
1061 | configure:22839: result: yes |
---|
1062 | configure:22724: checking limits.h usability |
---|
1063 | configure:22741: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1064 | configure:22748: $? = 0 |
---|
1065 | configure:22762: result: yes |
---|
1066 | configure:22766: checking limits.h presence |
---|
1067 | configure:22781: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
1068 | configure:22788: $? = 0 |
---|
1069 | configure:22802: result: yes |
---|
1070 | configure:22830: checking for limits.h |
---|
1071 | configure:22839: result: yes |
---|
1072 | configure:22713: checking for strings.h |
---|
1073 | configure:22720: result: yes |
---|
1074 | configure:22724: checking time.h usability |
---|
1075 | configure:22741: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1076 | configure:22748: $? = 0 |
---|
1077 | configure:22762: result: yes |
---|
1078 | configure:22766: checking time.h presence |
---|
1079 | configure:22781: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
1080 | configure:22788: $? = 0 |
---|
1081 | configure:22802: result: yes |
---|
1082 | configure:22830: checking for time.h |
---|
1083 | configure:22839: result: yes |
---|
1084 | configure:22724: checking sys/ioctl.h usability |
---|
1085 | configure:22741: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1086 | configure:22748: $? = 0 |
---|
1087 | configure:22762: result: yes |
---|
1088 | configure:22766: checking sys/ioctl.h presence |
---|
1089 | configure:22781: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
1090 | configure:22788: $? = 0 |
---|
1091 | configure:22802: result: yes |
---|
1092 | configure:22830: checking for sys/ioctl.h |
---|
1093 | configure:22839: result: yes |
---|
1094 | configure:22724: checking sys/time.h usability |
---|
1095 | configure:22741: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1096 | configure:22748: $? = 0 |
---|
1097 | configure:22762: result: yes |
---|
1098 | configure:22766: checking sys/time.h presence |
---|
1099 | configure:22781: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
1100 | configure:22788: $? = 0 |
---|
1101 | configure:22802: result: yes |
---|
1102 | configure:22830: checking for sys/time.h |
---|
1103 | configure:22839: result: yes |
---|
1104 | configure:22713: checking for unistd.h |
---|
1105 | configure:22720: result: yes |
---|
1106 | configure:22874: checking linux/ppdev.h usability |
---|
1107 | configure:22891: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1108 | conftest.c:76:25: error: linux/ppdev.h: No such file or directory |
---|
1109 | configure:22898: $? = 1 |
---|
1110 | configure: failed program was: |
---|
1111 | | /* confdefs.h. */ |
---|
1112 | | #define PACKAGE_NAME "" |
---|
1113 | | #define PACKAGE_TARNAME "" |
---|
1114 | | #define PACKAGE_VERSION "" |
---|
1115 | | #define PACKAGE_STRING "" |
---|
1116 | | #define PACKAGE_BUGREPORT "" |
---|
1117 | | #define PACKAGE "gnuradio" |
---|
1118 | | #define VERSION "3.2.2" |
---|
1119 | | #define STDC_HEADERS 1 |
---|
1120 | | #define HAVE_SYS_TYPES_H 1 |
---|
1121 | | #define HAVE_SYS_STAT_H 1 |
---|
1122 | | #define HAVE_STDLIB_H 1 |
---|
1123 | | #define HAVE_STRING_H 1 |
---|
1124 | | #define HAVE_MEMORY_H 1 |
---|
1125 | | #define HAVE_STRINGS_H 1 |
---|
1126 | | #define HAVE_INTTYPES_H 1 |
---|
1127 | | #define HAVE_STDINT_H 1 |
---|
1128 | | #define HAVE_UNISTD_H 1 |
---|
1129 | | #define __EXTENSIONS__ 1 |
---|
1130 | | #define _ALL_SOURCE 1 |
---|
1131 | | #define _GNU_SOURCE 1 |
---|
1132 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1133 | | #define _TANDEM_SOURCE 1 |
---|
1134 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
1135 | | #define HAVE_DLFCN_H 1 |
---|
1136 | | #define LT_OBJDIR ".libs/" |
---|
1137 | | #define HAVE_PYTHON_H 1 |
---|
1138 | | #define HAVE_PTHREAD 1 |
---|
1139 | | #define HAVE_GETTIMEOFDAY 1 |
---|
1140 | | #define HAVE_NANOSLEEP 1 |
---|
1141 | | #define HAVE_SYS_IPC_H 1 |
---|
1142 | | #define HAVE_SYS_SHM_H 1 |
---|
1143 | | #define STDC_HEADERS 1 |
---|
1144 | | #define HAVE_SYS_WAIT_H 1 |
---|
1145 | | #define HAVE_FCNTL_H 1 |
---|
1146 | | #define HAVE_LIMITS_H 1 |
---|
1147 | | #define HAVE_STRINGS_H 1 |
---|
1148 | | #define HAVE_TIME_H 1 |
---|
1149 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1150 | | #define HAVE_SYS_TIME_H 1 |
---|
1151 | | #define HAVE_UNISTD_H 1 |
---|
1152 | | /* end confdefs.h. */ |
---|
1153 | | #include <stdio.h> |
---|
1154 | | #ifdef HAVE_SYS_TYPES_H |
---|
1155 | | # include <sys/types.h> |
---|
1156 | | #endif |
---|
1157 | | #ifdef HAVE_SYS_STAT_H |
---|
1158 | | # include <sys/stat.h> |
---|
1159 | | #endif |
---|
1160 | | #ifdef STDC_HEADERS |
---|
1161 | | # include <stdlib.h> |
---|
1162 | | # include <stddef.h> |
---|
1163 | | #else |
---|
1164 | | # ifdef HAVE_STDLIB_H |
---|
1165 | | # include <stdlib.h> |
---|
1166 | | # endif |
---|
1167 | | #endif |
---|
1168 | | #ifdef HAVE_STRING_H |
---|
1169 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
1170 | | # include <memory.h> |
---|
1171 | | # endif |
---|
1172 | | # include <string.h> |
---|
1173 | | #endif |
---|
1174 | | #ifdef HAVE_STRINGS_H |
---|
1175 | | # include <strings.h> |
---|
1176 | | #endif |
---|
1177 | | #ifdef HAVE_INTTYPES_H |
---|
1178 | | # include <inttypes.h> |
---|
1179 | | #endif |
---|
1180 | | #ifdef HAVE_STDINT_H |
---|
1181 | | # include <stdint.h> |
---|
1182 | | #endif |
---|
1183 | | #ifdef HAVE_UNISTD_H |
---|
1184 | | # include <unistd.h> |
---|
1185 | | #endif |
---|
1186 | | #include <linux/ppdev.h> |
---|
1187 | configure:22912: result: no |
---|
1188 | configure:22916: checking linux/ppdev.h presence |
---|
1189 | configure:22931: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
1190 | conftest.c:43:25: error: linux/ppdev.h: No such file or directory |
---|
1191 | configure:22938: $? = 1 |
---|
1192 | configure: failed program was: |
---|
1193 | | /* confdefs.h. */ |
---|
1194 | | #define PACKAGE_NAME "" |
---|
1195 | | #define PACKAGE_TARNAME "" |
---|
1196 | | #define PACKAGE_VERSION "" |
---|
1197 | | #define PACKAGE_STRING "" |
---|
1198 | | #define PACKAGE_BUGREPORT "" |
---|
1199 | | #define PACKAGE "gnuradio" |
---|
1200 | | #define VERSION "3.2.2" |
---|
1201 | | #define STDC_HEADERS 1 |
---|
1202 | | #define HAVE_SYS_TYPES_H 1 |
---|
1203 | | #define HAVE_SYS_STAT_H 1 |
---|
1204 | | #define HAVE_STDLIB_H 1 |
---|
1205 | | #define HAVE_STRING_H 1 |
---|
1206 | | #define HAVE_MEMORY_H 1 |
---|
1207 | | #define HAVE_STRINGS_H 1 |
---|
1208 | | #define HAVE_INTTYPES_H 1 |
---|
1209 | | #define HAVE_STDINT_H 1 |
---|
1210 | | #define HAVE_UNISTD_H 1 |
---|
1211 | | #define __EXTENSIONS__ 1 |
---|
1212 | | #define _ALL_SOURCE 1 |
---|
1213 | | #define _GNU_SOURCE 1 |
---|
1214 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1215 | | #define _TANDEM_SOURCE 1 |
---|
1216 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
1217 | | #define HAVE_DLFCN_H 1 |
---|
1218 | | #define LT_OBJDIR ".libs/" |
---|
1219 | | #define HAVE_PYTHON_H 1 |
---|
1220 | | #define HAVE_PTHREAD 1 |
---|
1221 | | #define HAVE_GETTIMEOFDAY 1 |
---|
1222 | | #define HAVE_NANOSLEEP 1 |
---|
1223 | | #define HAVE_SYS_IPC_H 1 |
---|
1224 | | #define HAVE_SYS_SHM_H 1 |
---|
1225 | | #define STDC_HEADERS 1 |
---|
1226 | | #define HAVE_SYS_WAIT_H 1 |
---|
1227 | | #define HAVE_FCNTL_H 1 |
---|
1228 | | #define HAVE_LIMITS_H 1 |
---|
1229 | | #define HAVE_STRINGS_H 1 |
---|
1230 | | #define HAVE_TIME_H 1 |
---|
1231 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1232 | | #define HAVE_SYS_TIME_H 1 |
---|
1233 | | #define HAVE_UNISTD_H 1 |
---|
1234 | | /* end confdefs.h. */ |
---|
1235 | | #include <linux/ppdev.h> |
---|
1236 | configure:22952: result: no |
---|
1237 | configure:22980: checking for linux/ppdev.h |
---|
1238 | configure:22989: result: no |
---|
1239 | configure:22874: checking dev/ppbus/ppi.h usability |
---|
1240 | configure:22891: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1241 | conftest.c:76:27: error: dev/ppbus/ppi.h: No such file or directory |
---|
1242 | configure:22898: $? = 1 |
---|
1243 | configure: failed program was: |
---|
1244 | | /* confdefs.h. */ |
---|
1245 | | #define PACKAGE_NAME "" |
---|
1246 | | #define PACKAGE_TARNAME "" |
---|
1247 | | #define PACKAGE_VERSION "" |
---|
1248 | | #define PACKAGE_STRING "" |
---|
1249 | | #define PACKAGE_BUGREPORT "" |
---|
1250 | | #define PACKAGE "gnuradio" |
---|
1251 | | #define VERSION "3.2.2" |
---|
1252 | | #define STDC_HEADERS 1 |
---|
1253 | | #define HAVE_SYS_TYPES_H 1 |
---|
1254 | | #define HAVE_SYS_STAT_H 1 |
---|
1255 | | #define HAVE_STDLIB_H 1 |
---|
1256 | | #define HAVE_STRING_H 1 |
---|
1257 | | #define HAVE_MEMORY_H 1 |
---|
1258 | | #define HAVE_STRINGS_H 1 |
---|
1259 | | #define HAVE_INTTYPES_H 1 |
---|
1260 | | #define HAVE_STDINT_H 1 |
---|
1261 | | #define HAVE_UNISTD_H 1 |
---|
1262 | | #define __EXTENSIONS__ 1 |
---|
1263 | | #define _ALL_SOURCE 1 |
---|
1264 | | #define _GNU_SOURCE 1 |
---|
1265 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1266 | | #define _TANDEM_SOURCE 1 |
---|
1267 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
1268 | | #define HAVE_DLFCN_H 1 |
---|
1269 | | #define LT_OBJDIR ".libs/" |
---|
1270 | | #define HAVE_PYTHON_H 1 |
---|
1271 | | #define HAVE_PTHREAD 1 |
---|
1272 | | #define HAVE_GETTIMEOFDAY 1 |
---|
1273 | | #define HAVE_NANOSLEEP 1 |
---|
1274 | | #define HAVE_SYS_IPC_H 1 |
---|
1275 | | #define HAVE_SYS_SHM_H 1 |
---|
1276 | | #define STDC_HEADERS 1 |
---|
1277 | | #define HAVE_SYS_WAIT_H 1 |
---|
1278 | | #define HAVE_FCNTL_H 1 |
---|
1279 | | #define HAVE_LIMITS_H 1 |
---|
1280 | | #define HAVE_STRINGS_H 1 |
---|
1281 | | #define HAVE_TIME_H 1 |
---|
1282 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1283 | | #define HAVE_SYS_TIME_H 1 |
---|
1284 | | #define HAVE_UNISTD_H 1 |
---|
1285 | | /* end confdefs.h. */ |
---|
1286 | | #include <stdio.h> |
---|
1287 | | #ifdef HAVE_SYS_TYPES_H |
---|
1288 | | # include <sys/types.h> |
---|
1289 | | #endif |
---|
1290 | | #ifdef HAVE_SYS_STAT_H |
---|
1291 | | # include <sys/stat.h> |
---|
1292 | | #endif |
---|
1293 | | #ifdef STDC_HEADERS |
---|
1294 | | # include <stdlib.h> |
---|
1295 | | # include <stddef.h> |
---|
1296 | | #else |
---|
1297 | | # ifdef HAVE_STDLIB_H |
---|
1298 | | # include <stdlib.h> |
---|
1299 | | # endif |
---|
1300 | | #endif |
---|
1301 | | #ifdef HAVE_STRING_H |
---|
1302 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
1303 | | # include <memory.h> |
---|
1304 | | # endif |
---|
1305 | | # include <string.h> |
---|
1306 | | #endif |
---|
1307 | | #ifdef HAVE_STRINGS_H |
---|
1308 | | # include <strings.h> |
---|
1309 | | #endif |
---|
1310 | | #ifdef HAVE_INTTYPES_H |
---|
1311 | | # include <inttypes.h> |
---|
1312 | | #endif |
---|
1313 | | #ifdef HAVE_STDINT_H |
---|
1314 | | # include <stdint.h> |
---|
1315 | | #endif |
---|
1316 | | #ifdef HAVE_UNISTD_H |
---|
1317 | | # include <unistd.h> |
---|
1318 | | #endif |
---|
1319 | | #include <dev/ppbus/ppi.h> |
---|
1320 | configure:22912: result: no |
---|
1321 | configure:22916: checking dev/ppbus/ppi.h presence |
---|
1322 | configure:22931: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
1323 | conftest.c:43:27: error: dev/ppbus/ppi.h: No such file or directory |
---|
1324 | configure:22938: $? = 1 |
---|
1325 | configure: failed program was: |
---|
1326 | | /* confdefs.h. */ |
---|
1327 | | #define PACKAGE_NAME "" |
---|
1328 | | #define PACKAGE_TARNAME "" |
---|
1329 | | #define PACKAGE_VERSION "" |
---|
1330 | | #define PACKAGE_STRING "" |
---|
1331 | | #define PACKAGE_BUGREPORT "" |
---|
1332 | | #define PACKAGE "gnuradio" |
---|
1333 | | #define VERSION "3.2.2" |
---|
1334 | | #define STDC_HEADERS 1 |
---|
1335 | | #define HAVE_SYS_TYPES_H 1 |
---|
1336 | | #define HAVE_SYS_STAT_H 1 |
---|
1337 | | #define HAVE_STDLIB_H 1 |
---|
1338 | | #define HAVE_STRING_H 1 |
---|
1339 | | #define HAVE_MEMORY_H 1 |
---|
1340 | | #define HAVE_STRINGS_H 1 |
---|
1341 | | #define HAVE_INTTYPES_H 1 |
---|
1342 | | #define HAVE_STDINT_H 1 |
---|
1343 | | #define HAVE_UNISTD_H 1 |
---|
1344 | | #define __EXTENSIONS__ 1 |
---|
1345 | | #define _ALL_SOURCE 1 |
---|
1346 | | #define _GNU_SOURCE 1 |
---|
1347 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1348 | | #define _TANDEM_SOURCE 1 |
---|
1349 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
1350 | | #define HAVE_DLFCN_H 1 |
---|
1351 | | #define LT_OBJDIR ".libs/" |
---|
1352 | | #define HAVE_PYTHON_H 1 |
---|
1353 | | #define HAVE_PTHREAD 1 |
---|
1354 | | #define HAVE_GETTIMEOFDAY 1 |
---|
1355 | | #define HAVE_NANOSLEEP 1 |
---|
1356 | | #define HAVE_SYS_IPC_H 1 |
---|
1357 | | #define HAVE_SYS_SHM_H 1 |
---|
1358 | | #define STDC_HEADERS 1 |
---|
1359 | | #define HAVE_SYS_WAIT_H 1 |
---|
1360 | | #define HAVE_FCNTL_H 1 |
---|
1361 | | #define HAVE_LIMITS_H 1 |
---|
1362 | | #define HAVE_STRINGS_H 1 |
---|
1363 | | #define HAVE_TIME_H 1 |
---|
1364 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1365 | | #define HAVE_SYS_TIME_H 1 |
---|
1366 | | #define HAVE_UNISTD_H 1 |
---|
1367 | | /* end confdefs.h. */ |
---|
1368 | | #include <dev/ppbus/ppi.h> |
---|
1369 | configure:22952: result: no |
---|
1370 | configure:22980: checking for dev/ppbus/ppi.h |
---|
1371 | configure:22989: result: no |
---|
1372 | configure:22874: checking sys/mman.h usability |
---|
1373 | configure:22891: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1374 | configure:22898: $? = 0 |
---|
1375 | configure:22912: result: yes |
---|
1376 | configure:22916: checking sys/mman.h presence |
---|
1377 | configure:22931: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
1378 | configure:22938: $? = 0 |
---|
1379 | configure:22952: result: yes |
---|
1380 | configure:22980: checking for sys/mman.h |
---|
1381 | configure:22989: result: yes |
---|
1382 | configure:22874: checking sys/select.h usability |
---|
1383 | configure:22891: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1384 | configure:22898: $? = 0 |
---|
1385 | configure:22912: result: yes |
---|
1386 | configure:22916: checking sys/select.h presence |
---|
1387 | configure:22931: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
1388 | configure:22938: $? = 0 |
---|
1389 | configure:22952: result: yes |
---|
1390 | configure:22980: checking for sys/select.h |
---|
1391 | configure:22989: result: yes |
---|
1392 | configure:22863: checking for sys/types.h |
---|
1393 | configure:22870: result: yes |
---|
1394 | configure:23025: checking sys/resource.h usability |
---|
1395 | configure:23042: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1396 | configure:23049: $? = 0 |
---|
1397 | configure:23063: result: yes |
---|
1398 | configure:23067: checking sys/resource.h presence |
---|
1399 | configure:23082: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
1400 | configure:23089: $? = 0 |
---|
1401 | configure:23103: result: yes |
---|
1402 | configure:23131: checking for sys/resource.h |
---|
1403 | configure:23140: result: yes |
---|
1404 | configure:23014: checking for stdint.h |
---|
1405 | configure:23021: result: yes |
---|
1406 | configure:23025: checking sched.h usability |
---|
1407 | configure:23042: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1408 | configure:23049: $? = 0 |
---|
1409 | configure:23063: result: yes |
---|
1410 | configure:23067: checking sched.h presence |
---|
1411 | configure:23082: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
1412 | configure:23089: $? = 0 |
---|
1413 | configure:23103: result: yes |
---|
1414 | configure:23131: checking for sched.h |
---|
1415 | configure:23140: result: yes |
---|
1416 | configure:23025: checking signal.h usability |
---|
1417 | configure:23042: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1418 | configure:23049: $? = 0 |
---|
1419 | configure:23063: result: yes |
---|
1420 | configure:23067: checking signal.h presence |
---|
1421 | configure:23082: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
1422 | configure:23089: $? = 0 |
---|
1423 | configure:23103: result: yes |
---|
1424 | configure:23131: checking for signal.h |
---|
1425 | configure:23140: result: yes |
---|
1426 | configure:23025: checking sys/syscall.h usability |
---|
1427 | configure:23042: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1428 | configure:23049: $? = 0 |
---|
1429 | configure:23063: result: yes |
---|
1430 | configure:23067: checking sys/syscall.h presence |
---|
1431 | configure:23082: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
1432 | configure:23089: $? = 0 |
---|
1433 | configure:23103: result: yes |
---|
1434 | configure:23131: checking for sys/syscall.h |
---|
1435 | configure:23140: result: yes |
---|
1436 | configure:23025: checking malloc.h usability |
---|
1437 | configure:23042: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1438 | conftest.c:84:20: error: malloc.h: No such file or directory |
---|
1439 | configure:23049: $? = 1 |
---|
1440 | configure: failed program was: |
---|
1441 | | /* confdefs.h. */ |
---|
1442 | | #define PACKAGE_NAME "" |
---|
1443 | | #define PACKAGE_TARNAME "" |
---|
1444 | | #define PACKAGE_VERSION "" |
---|
1445 | | #define PACKAGE_STRING "" |
---|
1446 | | #define PACKAGE_BUGREPORT "" |
---|
1447 | | #define PACKAGE "gnuradio" |
---|
1448 | | #define VERSION "3.2.2" |
---|
1449 | | #define STDC_HEADERS 1 |
---|
1450 | | #define HAVE_SYS_TYPES_H 1 |
---|
1451 | | #define HAVE_SYS_STAT_H 1 |
---|
1452 | | #define HAVE_STDLIB_H 1 |
---|
1453 | | #define HAVE_STRING_H 1 |
---|
1454 | | #define HAVE_MEMORY_H 1 |
---|
1455 | | #define HAVE_STRINGS_H 1 |
---|
1456 | | #define HAVE_INTTYPES_H 1 |
---|
1457 | | #define HAVE_STDINT_H 1 |
---|
1458 | | #define HAVE_UNISTD_H 1 |
---|
1459 | | #define __EXTENSIONS__ 1 |
---|
1460 | | #define _ALL_SOURCE 1 |
---|
1461 | | #define _GNU_SOURCE 1 |
---|
1462 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1463 | | #define _TANDEM_SOURCE 1 |
---|
1464 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
1465 | | #define HAVE_DLFCN_H 1 |
---|
1466 | | #define LT_OBJDIR ".libs/" |
---|
1467 | | #define HAVE_PYTHON_H 1 |
---|
1468 | | #define HAVE_PTHREAD 1 |
---|
1469 | | #define HAVE_GETTIMEOFDAY 1 |
---|
1470 | | #define HAVE_NANOSLEEP 1 |
---|
1471 | | #define HAVE_SYS_IPC_H 1 |
---|
1472 | | #define HAVE_SYS_SHM_H 1 |
---|
1473 | | #define STDC_HEADERS 1 |
---|
1474 | | #define HAVE_SYS_WAIT_H 1 |
---|
1475 | | #define HAVE_FCNTL_H 1 |
---|
1476 | | #define HAVE_LIMITS_H 1 |
---|
1477 | | #define HAVE_STRINGS_H 1 |
---|
1478 | | #define HAVE_TIME_H 1 |
---|
1479 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1480 | | #define HAVE_SYS_TIME_H 1 |
---|
1481 | | #define HAVE_UNISTD_H 1 |
---|
1482 | | #define HAVE_SYS_MMAN_H 1 |
---|
1483 | | #define HAVE_SYS_SELECT_H 1 |
---|
1484 | | #define HAVE_SYS_TYPES_H 1 |
---|
1485 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
1486 | | #define HAVE_STDINT_H 1 |
---|
1487 | | #define HAVE_SCHED_H 1 |
---|
1488 | | #define HAVE_SIGNAL_H 1 |
---|
1489 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
1490 | | /* end confdefs.h. */ |
---|
1491 | | #include <stdio.h> |
---|
1492 | | #ifdef HAVE_SYS_TYPES_H |
---|
1493 | | # include <sys/types.h> |
---|
1494 | | #endif |
---|
1495 | | #ifdef HAVE_SYS_STAT_H |
---|
1496 | | # include <sys/stat.h> |
---|
1497 | | #endif |
---|
1498 | | #ifdef STDC_HEADERS |
---|
1499 | | # include <stdlib.h> |
---|
1500 | | # include <stddef.h> |
---|
1501 | | #else |
---|
1502 | | # ifdef HAVE_STDLIB_H |
---|
1503 | | # include <stdlib.h> |
---|
1504 | | # endif |
---|
1505 | | #endif |
---|
1506 | | #ifdef HAVE_STRING_H |
---|
1507 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
1508 | | # include <memory.h> |
---|
1509 | | # endif |
---|
1510 | | # include <string.h> |
---|
1511 | | #endif |
---|
1512 | | #ifdef HAVE_STRINGS_H |
---|
1513 | | # include <strings.h> |
---|
1514 | | #endif |
---|
1515 | | #ifdef HAVE_INTTYPES_H |
---|
1516 | | # include <inttypes.h> |
---|
1517 | | #endif |
---|
1518 | | #ifdef HAVE_STDINT_H |
---|
1519 | | # include <stdint.h> |
---|
1520 | | #endif |
---|
1521 | | #ifdef HAVE_UNISTD_H |
---|
1522 | | # include <unistd.h> |
---|
1523 | | #endif |
---|
1524 | | #include <malloc.h> |
---|
1525 | configure:23063: result: no |
---|
1526 | configure:23067: checking malloc.h presence |
---|
1527 | configure:23082: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
1528 | conftest.c:51:20: error: malloc.h: No such file or directory |
---|
1529 | configure:23089: $? = 1 |
---|
1530 | configure: failed program was: |
---|
1531 | | /* confdefs.h. */ |
---|
1532 | | #define PACKAGE_NAME "" |
---|
1533 | | #define PACKAGE_TARNAME "" |
---|
1534 | | #define PACKAGE_VERSION "" |
---|
1535 | | #define PACKAGE_STRING "" |
---|
1536 | | #define PACKAGE_BUGREPORT "" |
---|
1537 | | #define PACKAGE "gnuradio" |
---|
1538 | | #define VERSION "3.2.2" |
---|
1539 | | #define STDC_HEADERS 1 |
---|
1540 | | #define HAVE_SYS_TYPES_H 1 |
---|
1541 | | #define HAVE_SYS_STAT_H 1 |
---|
1542 | | #define HAVE_STDLIB_H 1 |
---|
1543 | | #define HAVE_STRING_H 1 |
---|
1544 | | #define HAVE_MEMORY_H 1 |
---|
1545 | | #define HAVE_STRINGS_H 1 |
---|
1546 | | #define HAVE_INTTYPES_H 1 |
---|
1547 | | #define HAVE_STDINT_H 1 |
---|
1548 | | #define HAVE_UNISTD_H 1 |
---|
1549 | | #define __EXTENSIONS__ 1 |
---|
1550 | | #define _ALL_SOURCE 1 |
---|
1551 | | #define _GNU_SOURCE 1 |
---|
1552 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1553 | | #define _TANDEM_SOURCE 1 |
---|
1554 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
1555 | | #define HAVE_DLFCN_H 1 |
---|
1556 | | #define LT_OBJDIR ".libs/" |
---|
1557 | | #define HAVE_PYTHON_H 1 |
---|
1558 | | #define HAVE_PTHREAD 1 |
---|
1559 | | #define HAVE_GETTIMEOFDAY 1 |
---|
1560 | | #define HAVE_NANOSLEEP 1 |
---|
1561 | | #define HAVE_SYS_IPC_H 1 |
---|
1562 | | #define HAVE_SYS_SHM_H 1 |
---|
1563 | | #define STDC_HEADERS 1 |
---|
1564 | | #define HAVE_SYS_WAIT_H 1 |
---|
1565 | | #define HAVE_FCNTL_H 1 |
---|
1566 | | #define HAVE_LIMITS_H 1 |
---|
1567 | | #define HAVE_STRINGS_H 1 |
---|
1568 | | #define HAVE_TIME_H 1 |
---|
1569 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1570 | | #define HAVE_SYS_TIME_H 1 |
---|
1571 | | #define HAVE_UNISTD_H 1 |
---|
1572 | | #define HAVE_SYS_MMAN_H 1 |
---|
1573 | | #define HAVE_SYS_SELECT_H 1 |
---|
1574 | | #define HAVE_SYS_TYPES_H 1 |
---|
1575 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
1576 | | #define HAVE_STDINT_H 1 |
---|
1577 | | #define HAVE_SCHED_H 1 |
---|
1578 | | #define HAVE_SIGNAL_H 1 |
---|
1579 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
1580 | | /* end confdefs.h. */ |
---|
1581 | | #include <malloc.h> |
---|
1582 | configure:23103: result: no |
---|
1583 | configure:23131: checking for malloc.h |
---|
1584 | configure:23140: result: no |
---|
1585 | configure:23171: checking netinet/in.h usability |
---|
1586 | configure:23188: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1587 | configure:23195: $? = 0 |
---|
1588 | configure:23209: result: yes |
---|
1589 | configure:23213: checking netinet/in.h presence |
---|
1590 | configure:23228: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
1591 | configure:23235: $? = 0 |
---|
1592 | configure:23249: result: yes |
---|
1593 | configure:23277: checking for netinet/in.h |
---|
1594 | configure:23286: result: yes |
---|
1595 | configure:23317: checking windows.h usability |
---|
1596 | configure:23334: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1597 | conftest.c:85:21: error: windows.h: No such file or directory |
---|
1598 | configure:23341: $? = 1 |
---|
1599 | configure: failed program was: |
---|
1600 | | /* confdefs.h. */ |
---|
1601 | | #define PACKAGE_NAME "" |
---|
1602 | | #define PACKAGE_TARNAME "" |
---|
1603 | | #define PACKAGE_VERSION "" |
---|
1604 | | #define PACKAGE_STRING "" |
---|
1605 | | #define PACKAGE_BUGREPORT "" |
---|
1606 | | #define PACKAGE "gnuradio" |
---|
1607 | | #define VERSION "3.2.2" |
---|
1608 | | #define STDC_HEADERS 1 |
---|
1609 | | #define HAVE_SYS_TYPES_H 1 |
---|
1610 | | #define HAVE_SYS_STAT_H 1 |
---|
1611 | | #define HAVE_STDLIB_H 1 |
---|
1612 | | #define HAVE_STRING_H 1 |
---|
1613 | | #define HAVE_MEMORY_H 1 |
---|
1614 | | #define HAVE_STRINGS_H 1 |
---|
1615 | | #define HAVE_INTTYPES_H 1 |
---|
1616 | | #define HAVE_STDINT_H 1 |
---|
1617 | | #define HAVE_UNISTD_H 1 |
---|
1618 | | #define __EXTENSIONS__ 1 |
---|
1619 | | #define _ALL_SOURCE 1 |
---|
1620 | | #define _GNU_SOURCE 1 |
---|
1621 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1622 | | #define _TANDEM_SOURCE 1 |
---|
1623 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
1624 | | #define HAVE_DLFCN_H 1 |
---|
1625 | | #define LT_OBJDIR ".libs/" |
---|
1626 | | #define HAVE_PYTHON_H 1 |
---|
1627 | | #define HAVE_PTHREAD 1 |
---|
1628 | | #define HAVE_GETTIMEOFDAY 1 |
---|
1629 | | #define HAVE_NANOSLEEP 1 |
---|
1630 | | #define HAVE_SYS_IPC_H 1 |
---|
1631 | | #define HAVE_SYS_SHM_H 1 |
---|
1632 | | #define STDC_HEADERS 1 |
---|
1633 | | #define HAVE_SYS_WAIT_H 1 |
---|
1634 | | #define HAVE_FCNTL_H 1 |
---|
1635 | | #define HAVE_LIMITS_H 1 |
---|
1636 | | #define HAVE_STRINGS_H 1 |
---|
1637 | | #define HAVE_TIME_H 1 |
---|
1638 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1639 | | #define HAVE_SYS_TIME_H 1 |
---|
1640 | | #define HAVE_UNISTD_H 1 |
---|
1641 | | #define HAVE_SYS_MMAN_H 1 |
---|
1642 | | #define HAVE_SYS_SELECT_H 1 |
---|
1643 | | #define HAVE_SYS_TYPES_H 1 |
---|
1644 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
1645 | | #define HAVE_STDINT_H 1 |
---|
1646 | | #define HAVE_SCHED_H 1 |
---|
1647 | | #define HAVE_SIGNAL_H 1 |
---|
1648 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
1649 | | #define HAVE_NETINET_IN_H 1 |
---|
1650 | | /* end confdefs.h. */ |
---|
1651 | | #include <stdio.h> |
---|
1652 | | #ifdef HAVE_SYS_TYPES_H |
---|
1653 | | # include <sys/types.h> |
---|
1654 | | #endif |
---|
1655 | | #ifdef HAVE_SYS_STAT_H |
---|
1656 | | # include <sys/stat.h> |
---|
1657 | | #endif |
---|
1658 | | #ifdef STDC_HEADERS |
---|
1659 | | # include <stdlib.h> |
---|
1660 | | # include <stddef.h> |
---|
1661 | | #else |
---|
1662 | | # ifdef HAVE_STDLIB_H |
---|
1663 | | # include <stdlib.h> |
---|
1664 | | # endif |
---|
1665 | | #endif |
---|
1666 | | #ifdef HAVE_STRING_H |
---|
1667 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
1668 | | # include <memory.h> |
---|
1669 | | # endif |
---|
1670 | | # include <string.h> |
---|
1671 | | #endif |
---|
1672 | | #ifdef HAVE_STRINGS_H |
---|
1673 | | # include <strings.h> |
---|
1674 | | #endif |
---|
1675 | | #ifdef HAVE_INTTYPES_H |
---|
1676 | | # include <inttypes.h> |
---|
1677 | | #endif |
---|
1678 | | #ifdef HAVE_STDINT_H |
---|
1679 | | # include <stdint.h> |
---|
1680 | | #endif |
---|
1681 | | #ifdef HAVE_UNISTD_H |
---|
1682 | | # include <unistd.h> |
---|
1683 | | #endif |
---|
1684 | | #include <windows.h> |
---|
1685 | configure:23355: result: no |
---|
1686 | configure:23359: checking windows.h presence |
---|
1687 | configure:23374: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
1688 | conftest.c:52:21: error: windows.h: No such file or directory |
---|
1689 | configure:23381: $? = 1 |
---|
1690 | configure: failed program was: |
---|
1691 | | /* confdefs.h. */ |
---|
1692 | | #define PACKAGE_NAME "" |
---|
1693 | | #define PACKAGE_TARNAME "" |
---|
1694 | | #define PACKAGE_VERSION "" |
---|
1695 | | #define PACKAGE_STRING "" |
---|
1696 | | #define PACKAGE_BUGREPORT "" |
---|
1697 | | #define PACKAGE "gnuradio" |
---|
1698 | | #define VERSION "3.2.2" |
---|
1699 | | #define STDC_HEADERS 1 |
---|
1700 | | #define HAVE_SYS_TYPES_H 1 |
---|
1701 | | #define HAVE_SYS_STAT_H 1 |
---|
1702 | | #define HAVE_STDLIB_H 1 |
---|
1703 | | #define HAVE_STRING_H 1 |
---|
1704 | | #define HAVE_MEMORY_H 1 |
---|
1705 | | #define HAVE_STRINGS_H 1 |
---|
1706 | | #define HAVE_INTTYPES_H 1 |
---|
1707 | | #define HAVE_STDINT_H 1 |
---|
1708 | | #define HAVE_UNISTD_H 1 |
---|
1709 | | #define __EXTENSIONS__ 1 |
---|
1710 | | #define _ALL_SOURCE 1 |
---|
1711 | | #define _GNU_SOURCE 1 |
---|
1712 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1713 | | #define _TANDEM_SOURCE 1 |
---|
1714 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
1715 | | #define HAVE_DLFCN_H 1 |
---|
1716 | | #define LT_OBJDIR ".libs/" |
---|
1717 | | #define HAVE_PYTHON_H 1 |
---|
1718 | | #define HAVE_PTHREAD 1 |
---|
1719 | | #define HAVE_GETTIMEOFDAY 1 |
---|
1720 | | #define HAVE_NANOSLEEP 1 |
---|
1721 | | #define HAVE_SYS_IPC_H 1 |
---|
1722 | | #define HAVE_SYS_SHM_H 1 |
---|
1723 | | #define STDC_HEADERS 1 |
---|
1724 | | #define HAVE_SYS_WAIT_H 1 |
---|
1725 | | #define HAVE_FCNTL_H 1 |
---|
1726 | | #define HAVE_LIMITS_H 1 |
---|
1727 | | #define HAVE_STRINGS_H 1 |
---|
1728 | | #define HAVE_TIME_H 1 |
---|
1729 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1730 | | #define HAVE_SYS_TIME_H 1 |
---|
1731 | | #define HAVE_UNISTD_H 1 |
---|
1732 | | #define HAVE_SYS_MMAN_H 1 |
---|
1733 | | #define HAVE_SYS_SELECT_H 1 |
---|
1734 | | #define HAVE_SYS_TYPES_H 1 |
---|
1735 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
1736 | | #define HAVE_STDINT_H 1 |
---|
1737 | | #define HAVE_SCHED_H 1 |
---|
1738 | | #define HAVE_SIGNAL_H 1 |
---|
1739 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
1740 | | #define HAVE_NETINET_IN_H 1 |
---|
1741 | | /* end confdefs.h. */ |
---|
1742 | | #include <windows.h> |
---|
1743 | configure:23395: result: no |
---|
1744 | configure:23423: checking for windows.h |
---|
1745 | configure:23432: result: no |
---|
1746 | configure:23463: checking vec_types.h usability |
---|
1747 | configure:23480: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1748 | conftest.c:85:23: error: vec_types.h: No such file or directory |
---|
1749 | configure:23487: $? = 1 |
---|
1750 | configure: failed program was: |
---|
1751 | | /* confdefs.h. */ |
---|
1752 | | #define PACKAGE_NAME "" |
---|
1753 | | #define PACKAGE_TARNAME "" |
---|
1754 | | #define PACKAGE_VERSION "" |
---|
1755 | | #define PACKAGE_STRING "" |
---|
1756 | | #define PACKAGE_BUGREPORT "" |
---|
1757 | | #define PACKAGE "gnuradio" |
---|
1758 | | #define VERSION "3.2.2" |
---|
1759 | | #define STDC_HEADERS 1 |
---|
1760 | | #define HAVE_SYS_TYPES_H 1 |
---|
1761 | | #define HAVE_SYS_STAT_H 1 |
---|
1762 | | #define HAVE_STDLIB_H 1 |
---|
1763 | | #define HAVE_STRING_H 1 |
---|
1764 | | #define HAVE_MEMORY_H 1 |
---|
1765 | | #define HAVE_STRINGS_H 1 |
---|
1766 | | #define HAVE_INTTYPES_H 1 |
---|
1767 | | #define HAVE_STDINT_H 1 |
---|
1768 | | #define HAVE_UNISTD_H 1 |
---|
1769 | | #define __EXTENSIONS__ 1 |
---|
1770 | | #define _ALL_SOURCE 1 |
---|
1771 | | #define _GNU_SOURCE 1 |
---|
1772 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1773 | | #define _TANDEM_SOURCE 1 |
---|
1774 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
1775 | | #define HAVE_DLFCN_H 1 |
---|
1776 | | #define LT_OBJDIR ".libs/" |
---|
1777 | | #define HAVE_PYTHON_H 1 |
---|
1778 | | #define HAVE_PTHREAD 1 |
---|
1779 | | #define HAVE_GETTIMEOFDAY 1 |
---|
1780 | | #define HAVE_NANOSLEEP 1 |
---|
1781 | | #define HAVE_SYS_IPC_H 1 |
---|
1782 | | #define HAVE_SYS_SHM_H 1 |
---|
1783 | | #define STDC_HEADERS 1 |
---|
1784 | | #define HAVE_SYS_WAIT_H 1 |
---|
1785 | | #define HAVE_FCNTL_H 1 |
---|
1786 | | #define HAVE_LIMITS_H 1 |
---|
1787 | | #define HAVE_STRINGS_H 1 |
---|
1788 | | #define HAVE_TIME_H 1 |
---|
1789 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1790 | | #define HAVE_SYS_TIME_H 1 |
---|
1791 | | #define HAVE_UNISTD_H 1 |
---|
1792 | | #define HAVE_SYS_MMAN_H 1 |
---|
1793 | | #define HAVE_SYS_SELECT_H 1 |
---|
1794 | | #define HAVE_SYS_TYPES_H 1 |
---|
1795 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
1796 | | #define HAVE_STDINT_H 1 |
---|
1797 | | #define HAVE_SCHED_H 1 |
---|
1798 | | #define HAVE_SIGNAL_H 1 |
---|
1799 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
1800 | | #define HAVE_NETINET_IN_H 1 |
---|
1801 | | /* end confdefs.h. */ |
---|
1802 | | #include <stdio.h> |
---|
1803 | | #ifdef HAVE_SYS_TYPES_H |
---|
1804 | | # include <sys/types.h> |
---|
1805 | | #endif |
---|
1806 | | #ifdef HAVE_SYS_STAT_H |
---|
1807 | | # include <sys/stat.h> |
---|
1808 | | #endif |
---|
1809 | | #ifdef STDC_HEADERS |
---|
1810 | | # include <stdlib.h> |
---|
1811 | | # include <stddef.h> |
---|
1812 | | #else |
---|
1813 | | # ifdef HAVE_STDLIB_H |
---|
1814 | | # include <stdlib.h> |
---|
1815 | | # endif |
---|
1816 | | #endif |
---|
1817 | | #ifdef HAVE_STRING_H |
---|
1818 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
1819 | | # include <memory.h> |
---|
1820 | | # endif |
---|
1821 | | # include <string.h> |
---|
1822 | | #endif |
---|
1823 | | #ifdef HAVE_STRINGS_H |
---|
1824 | | # include <strings.h> |
---|
1825 | | #endif |
---|
1826 | | #ifdef HAVE_INTTYPES_H |
---|
1827 | | # include <inttypes.h> |
---|
1828 | | #endif |
---|
1829 | | #ifdef HAVE_STDINT_H |
---|
1830 | | # include <stdint.h> |
---|
1831 | | #endif |
---|
1832 | | #ifdef HAVE_UNISTD_H |
---|
1833 | | # include <unistd.h> |
---|
1834 | | #endif |
---|
1835 | | #include <vec_types.h> |
---|
1836 | configure:23501: result: no |
---|
1837 | configure:23505: checking vec_types.h presence |
---|
1838 | configure:23520: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
1839 | conftest.c:52:23: error: vec_types.h: No such file or directory |
---|
1840 | configure:23527: $? = 1 |
---|
1841 | configure: failed program was: |
---|
1842 | | /* confdefs.h. */ |
---|
1843 | | #define PACKAGE_NAME "" |
---|
1844 | | #define PACKAGE_TARNAME "" |
---|
1845 | | #define PACKAGE_VERSION "" |
---|
1846 | | #define PACKAGE_STRING "" |
---|
1847 | | #define PACKAGE_BUGREPORT "" |
---|
1848 | | #define PACKAGE "gnuradio" |
---|
1849 | | #define VERSION "3.2.2" |
---|
1850 | | #define STDC_HEADERS 1 |
---|
1851 | | #define HAVE_SYS_TYPES_H 1 |
---|
1852 | | #define HAVE_SYS_STAT_H 1 |
---|
1853 | | #define HAVE_STDLIB_H 1 |
---|
1854 | | #define HAVE_STRING_H 1 |
---|
1855 | | #define HAVE_MEMORY_H 1 |
---|
1856 | | #define HAVE_STRINGS_H 1 |
---|
1857 | | #define HAVE_INTTYPES_H 1 |
---|
1858 | | #define HAVE_STDINT_H 1 |
---|
1859 | | #define HAVE_UNISTD_H 1 |
---|
1860 | | #define __EXTENSIONS__ 1 |
---|
1861 | | #define _ALL_SOURCE 1 |
---|
1862 | | #define _GNU_SOURCE 1 |
---|
1863 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1864 | | #define _TANDEM_SOURCE 1 |
---|
1865 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
1866 | | #define HAVE_DLFCN_H 1 |
---|
1867 | | #define LT_OBJDIR ".libs/" |
---|
1868 | | #define HAVE_PYTHON_H 1 |
---|
1869 | | #define HAVE_PTHREAD 1 |
---|
1870 | | #define HAVE_GETTIMEOFDAY 1 |
---|
1871 | | #define HAVE_NANOSLEEP 1 |
---|
1872 | | #define HAVE_SYS_IPC_H 1 |
---|
1873 | | #define HAVE_SYS_SHM_H 1 |
---|
1874 | | #define STDC_HEADERS 1 |
---|
1875 | | #define HAVE_SYS_WAIT_H 1 |
---|
1876 | | #define HAVE_FCNTL_H 1 |
---|
1877 | | #define HAVE_LIMITS_H 1 |
---|
1878 | | #define HAVE_STRINGS_H 1 |
---|
1879 | | #define HAVE_TIME_H 1 |
---|
1880 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1881 | | #define HAVE_SYS_TIME_H 1 |
---|
1882 | | #define HAVE_UNISTD_H 1 |
---|
1883 | | #define HAVE_SYS_MMAN_H 1 |
---|
1884 | | #define HAVE_SYS_SELECT_H 1 |
---|
1885 | | #define HAVE_SYS_TYPES_H 1 |
---|
1886 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
1887 | | #define HAVE_STDINT_H 1 |
---|
1888 | | #define HAVE_SCHED_H 1 |
---|
1889 | | #define HAVE_SIGNAL_H 1 |
---|
1890 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
1891 | | #define HAVE_NETINET_IN_H 1 |
---|
1892 | | /* end confdefs.h. */ |
---|
1893 | | #include <vec_types.h> |
---|
1894 | configure:23541: result: no |
---|
1895 | configure:23569: checking for vec_types.h |
---|
1896 | configure:23578: result: no |
---|
1897 | configure:23594: checking for an ANSI C-conforming const |
---|
1898 | configure:23669: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1899 | configure:23676: $? = 0 |
---|
1900 | configure:23691: result: yes |
---|
1901 | configure:23701: checking for inline |
---|
1902 | configure:23727: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1903 | configure:23734: $? = 0 |
---|
1904 | configure:23752: result: inline |
---|
1905 | configure:23771: checking for size_t |
---|
1906 | configure:23799: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1907 | configure:23806: $? = 0 |
---|
1908 | configure:23833: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
1909 | conftest.c: In function 'main': |
---|
1910 | conftest.c:88: error: syntax error before ')' token |
---|
1911 | configure:23840: $? = 1 |
---|
1912 | configure: failed program was: |
---|
1913 | | /* confdefs.h. */ |
---|
1914 | | #define PACKAGE_NAME "" |
---|
1915 | | #define PACKAGE_TARNAME "" |
---|
1916 | | #define PACKAGE_VERSION "" |
---|
1917 | | #define PACKAGE_STRING "" |
---|
1918 | | #define PACKAGE_BUGREPORT "" |
---|
1919 | | #define PACKAGE "gnuradio" |
---|
1920 | | #define VERSION "3.2.2" |
---|
1921 | | #define STDC_HEADERS 1 |
---|
1922 | | #define HAVE_SYS_TYPES_H 1 |
---|
1923 | | #define HAVE_SYS_STAT_H 1 |
---|
1924 | | #define HAVE_STDLIB_H 1 |
---|
1925 | | #define HAVE_STRING_H 1 |
---|
1926 | | #define HAVE_MEMORY_H 1 |
---|
1927 | | #define HAVE_STRINGS_H 1 |
---|
1928 | | #define HAVE_INTTYPES_H 1 |
---|
1929 | | #define HAVE_STDINT_H 1 |
---|
1930 | | #define HAVE_UNISTD_H 1 |
---|
1931 | | #define __EXTENSIONS__ 1 |
---|
1932 | | #define _ALL_SOURCE 1 |
---|
1933 | | #define _GNU_SOURCE 1 |
---|
1934 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1935 | | #define _TANDEM_SOURCE 1 |
---|
1936 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
1937 | | #define HAVE_DLFCN_H 1 |
---|
1938 | | #define LT_OBJDIR ".libs/" |
---|
1939 | | #define HAVE_PYTHON_H 1 |
---|
1940 | | #define HAVE_PTHREAD 1 |
---|
1941 | | #define HAVE_GETTIMEOFDAY 1 |
---|
1942 | | #define HAVE_NANOSLEEP 1 |
---|
1943 | | #define HAVE_SYS_IPC_H 1 |
---|
1944 | | #define HAVE_SYS_SHM_H 1 |
---|
1945 | | #define STDC_HEADERS 1 |
---|
1946 | | #define HAVE_SYS_WAIT_H 1 |
---|
1947 | | #define HAVE_FCNTL_H 1 |
---|
1948 | | #define HAVE_LIMITS_H 1 |
---|
1949 | | #define HAVE_STRINGS_H 1 |
---|
1950 | | #define HAVE_TIME_H 1 |
---|
1951 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1952 | | #define HAVE_SYS_TIME_H 1 |
---|
1953 | | #define HAVE_UNISTD_H 1 |
---|
1954 | | #define HAVE_SYS_MMAN_H 1 |
---|
1955 | | #define HAVE_SYS_SELECT_H 1 |
---|
1956 | | #define HAVE_SYS_TYPES_H 1 |
---|
1957 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
1958 | | #define HAVE_STDINT_H 1 |
---|
1959 | | #define HAVE_SCHED_H 1 |
---|
1960 | | #define HAVE_SIGNAL_H 1 |
---|
1961 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
1962 | | #define HAVE_NETINET_IN_H 1 |
---|
1963 | | /* end confdefs.h. */ |
---|
1964 | | #include <stdio.h> |
---|
1965 | | #ifdef HAVE_SYS_TYPES_H |
---|
1966 | | # include <sys/types.h> |
---|
1967 | | #endif |
---|
1968 | | #ifdef HAVE_SYS_STAT_H |
---|
1969 | | # include <sys/stat.h> |
---|
1970 | | #endif |
---|
1971 | | #ifdef STDC_HEADERS |
---|
1972 | | # include <stdlib.h> |
---|
1973 | | # include <stddef.h> |
---|
1974 | | #else |
---|
1975 | | # ifdef HAVE_STDLIB_H |
---|
1976 | | # include <stdlib.h> |
---|
1977 | | # endif |
---|
1978 | | #endif |
---|
1979 | | #ifdef HAVE_STRING_H |
---|
1980 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
1981 | | # include <memory.h> |
---|
1982 | | # endif |
---|
1983 | | # include <string.h> |
---|
1984 | | #endif |
---|
1985 | | #ifdef HAVE_STRINGS_H |
---|
1986 | | # include <strings.h> |
---|
1987 | | #endif |
---|
1988 | | #ifdef HAVE_INTTYPES_H |
---|
1989 | | # include <inttypes.h> |
---|
1990 | | #endif |
---|
1991 | | #ifdef HAVE_STDINT_H |
---|
1992 | | # include <stdint.h> |
---|
1993 | | #endif |
---|
1994 | | #ifdef HAVE_UNISTD_H |
---|
1995 | | # include <unistd.h> |
---|
1996 | | #endif |
---|
1997 | | int |
---|
1998 | | main () |
---|
1999 | | { |
---|
2000 | | if (sizeof ((size_t))) |
---|
2001 | | return 0; |
---|
2002 | | ; |
---|
2003 | | return 0; |
---|
2004 | | } |
---|
2005 | configure:23863: result: yes |
---|
2006 | configure:23875: checking whether time.h and sys/time.h may both be included |
---|
2007 | configure:23905: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
2008 | configure:23912: $? = 0 |
---|
2009 | configure:23927: result: yes |
---|
2010 | configure:23938: checking whether byte ordering is bigendian |
---|
2011 | configure:23963: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
2012 | configure:23970: $? = 0 |
---|
2013 | configure:24318: result: universal |
---|
2014 | configure:24341: checking whether struct tm is in sys/time.h or time.h |
---|
2015 | configure:24371: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
2016 | configure:24378: $? = 0 |
---|
2017 | configure:24393: result: time.h |
---|
2018 | configure:24406: checking for working alloca.h |
---|
2019 | configure:24433: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2020 | configure:24440: $? = 0 |
---|
2021 | configure:24460: result: yes |
---|
2022 | configure:24470: checking for alloca |
---|
2023 | configure:24517: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2024 | configure:24524: $? = 0 |
---|
2025 | configure:24544: result: yes |
---|
2026 | configure:24790: checking for posix_memalign |
---|
2027 | configure:24846: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2028 | Undefined symbols: |
---|
2029 | "_posix_memalign", referenced from: |
---|
2030 | _main in cc3TomJb.o |
---|
2031 | ld: symbol(s) not found |
---|
2032 | collect2: ld returned 1 exit status |
---|
2033 | configure:24853: $? = 1 |
---|
2034 | configure: failed program was: |
---|
2035 | | /* confdefs.h. */ |
---|
2036 | | #define PACKAGE_NAME "" |
---|
2037 | | #define PACKAGE_TARNAME "" |
---|
2038 | | #define PACKAGE_VERSION "" |
---|
2039 | | #define PACKAGE_STRING "" |
---|
2040 | | #define PACKAGE_BUGREPORT "" |
---|
2041 | | #define PACKAGE "gnuradio" |
---|
2042 | | #define VERSION "3.2.2" |
---|
2043 | | #define STDC_HEADERS 1 |
---|
2044 | | #define HAVE_SYS_TYPES_H 1 |
---|
2045 | | #define HAVE_SYS_STAT_H 1 |
---|
2046 | | #define HAVE_STDLIB_H 1 |
---|
2047 | | #define HAVE_STRING_H 1 |
---|
2048 | | #define HAVE_MEMORY_H 1 |
---|
2049 | | #define HAVE_STRINGS_H 1 |
---|
2050 | | #define HAVE_INTTYPES_H 1 |
---|
2051 | | #define HAVE_STDINT_H 1 |
---|
2052 | | #define HAVE_UNISTD_H 1 |
---|
2053 | | #define __EXTENSIONS__ 1 |
---|
2054 | | #define _ALL_SOURCE 1 |
---|
2055 | | #define _GNU_SOURCE 1 |
---|
2056 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
2057 | | #define _TANDEM_SOURCE 1 |
---|
2058 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
2059 | | #define HAVE_DLFCN_H 1 |
---|
2060 | | #define LT_OBJDIR ".libs/" |
---|
2061 | | #define HAVE_PYTHON_H 1 |
---|
2062 | | #define HAVE_PTHREAD 1 |
---|
2063 | | #define HAVE_GETTIMEOFDAY 1 |
---|
2064 | | #define HAVE_NANOSLEEP 1 |
---|
2065 | | #define HAVE_SYS_IPC_H 1 |
---|
2066 | | #define HAVE_SYS_SHM_H 1 |
---|
2067 | | #define STDC_HEADERS 1 |
---|
2068 | | #define HAVE_SYS_WAIT_H 1 |
---|
2069 | | #define HAVE_FCNTL_H 1 |
---|
2070 | | #define HAVE_LIMITS_H 1 |
---|
2071 | | #define HAVE_STRINGS_H 1 |
---|
2072 | | #define HAVE_TIME_H 1 |
---|
2073 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2074 | | #define HAVE_SYS_TIME_H 1 |
---|
2075 | | #define HAVE_UNISTD_H 1 |
---|
2076 | | #define HAVE_SYS_MMAN_H 1 |
---|
2077 | | #define HAVE_SYS_SELECT_H 1 |
---|
2078 | | #define HAVE_SYS_TYPES_H 1 |
---|
2079 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
2080 | | #define HAVE_STDINT_H 1 |
---|
2081 | | #define HAVE_SCHED_H 1 |
---|
2082 | | #define HAVE_SIGNAL_H 1 |
---|
2083 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
2084 | | #define HAVE_NETINET_IN_H 1 |
---|
2085 | | #define TIME_WITH_SYS_TIME 1 |
---|
2086 | | #define AC_APPLE_UNIVERSAL_BUILD 1 |
---|
2087 | | #define HAVE_ALLOCA_H 1 |
---|
2088 | | #define HAVE_ALLOCA 1 |
---|
2089 | | /* end confdefs.h. */ |
---|
2090 | | /* Define posix_memalign to an innocuous variant, in case <limits.h> declares posix_memalign. |
---|
2091 | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
---|
2092 | | #define posix_memalign innocuous_posix_memalign |
---|
2093 | | |
---|
2094 | | /* System header to define __stub macros and hopefully few prototypes, |
---|
2095 | | which can conflict with char posix_memalign (); below. |
---|
2096 | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
---|
2097 | | <limits.h> exists even on freestanding compilers. */ |
---|
2098 | | |
---|
2099 | | #ifdef __STDC__ |
---|
2100 | | # include <limits.h> |
---|
2101 | | #else |
---|
2102 | | # include <assert.h> |
---|
2103 | | #endif |
---|
2104 | | |
---|
2105 | | #undef posix_memalign |
---|
2106 | | |
---|
2107 | | /* Override any GCC internal prototype to avoid an error. |
---|
2108 | | Use char because int might match the return type of a GCC |
---|
2109 | | builtin and then its argument prototype would still apply. */ |
---|
2110 | | #ifdef __cplusplus |
---|
2111 | | extern "C" |
---|
2112 | | #endif |
---|
2113 | | char posix_memalign (); |
---|
2114 | | /* The GNU C library defines this for functions which it implements |
---|
2115 | | to always fail with ENOSYS. Some functions are actually named |
---|
2116 | | something starting with __ and the normal name is an alias. */ |
---|
2117 | | #if defined __stub_posix_memalign || defined __stub___posix_memalign |
---|
2118 | | choke me |
---|
2119 | | #endif |
---|
2120 | | |
---|
2121 | | int |
---|
2122 | | main () |
---|
2123 | | { |
---|
2124 | | return posix_memalign (); |
---|
2125 | | ; |
---|
2126 | | return 0; |
---|
2127 | | } |
---|
2128 | configure:24875: result: no |
---|
2129 | configure:24892: checking for valloc |
---|
2130 | configure:24948: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2131 | configure:24955: $? = 0 |
---|
2132 | configure:24977: result: yes |
---|
2133 | configure:25000: result: malloc is 16-byte aligned. |
---|
2134 | configure:25024: checking for vprintf |
---|
2135 | configure:25080: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2136 | conftest.c:81: warning: conflicting types for built-in function 'vprintf' |
---|
2137 | configure:25087: $? = 0 |
---|
2138 | configure:25109: result: yes |
---|
2139 | configure:25118: checking for _doprnt |
---|
2140 | configure:25174: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2141 | Undefined symbols: |
---|
2142 | "__doprnt", referenced from: |
---|
2143 | _main in cc0eSOE1.o |
---|
2144 | ld: symbol(s) not found |
---|
2145 | collect2: ld returned 1 exit status |
---|
2146 | configure:25181: $? = 1 |
---|
2147 | configure: failed program was: |
---|
2148 | | /* confdefs.h. */ |
---|
2149 | | #define PACKAGE_NAME "" |
---|
2150 | | #define PACKAGE_TARNAME "" |
---|
2151 | | #define PACKAGE_VERSION "" |
---|
2152 | | #define PACKAGE_STRING "" |
---|
2153 | | #define PACKAGE_BUGREPORT "" |
---|
2154 | | #define PACKAGE "gnuradio" |
---|
2155 | | #define VERSION "3.2.2" |
---|
2156 | | #define STDC_HEADERS 1 |
---|
2157 | | #define HAVE_SYS_TYPES_H 1 |
---|
2158 | | #define HAVE_SYS_STAT_H 1 |
---|
2159 | | #define HAVE_STDLIB_H 1 |
---|
2160 | | #define HAVE_STRING_H 1 |
---|
2161 | | #define HAVE_MEMORY_H 1 |
---|
2162 | | #define HAVE_STRINGS_H 1 |
---|
2163 | | #define HAVE_INTTYPES_H 1 |
---|
2164 | | #define HAVE_STDINT_H 1 |
---|
2165 | | #define HAVE_UNISTD_H 1 |
---|
2166 | | #define __EXTENSIONS__ 1 |
---|
2167 | | #define _ALL_SOURCE 1 |
---|
2168 | | #define _GNU_SOURCE 1 |
---|
2169 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
2170 | | #define _TANDEM_SOURCE 1 |
---|
2171 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
2172 | | #define HAVE_DLFCN_H 1 |
---|
2173 | | #define LT_OBJDIR ".libs/" |
---|
2174 | | #define HAVE_PYTHON_H 1 |
---|
2175 | | #define HAVE_PTHREAD 1 |
---|
2176 | | #define HAVE_GETTIMEOFDAY 1 |
---|
2177 | | #define HAVE_NANOSLEEP 1 |
---|
2178 | | #define HAVE_SYS_IPC_H 1 |
---|
2179 | | #define HAVE_SYS_SHM_H 1 |
---|
2180 | | #define STDC_HEADERS 1 |
---|
2181 | | #define HAVE_SYS_WAIT_H 1 |
---|
2182 | | #define HAVE_FCNTL_H 1 |
---|
2183 | | #define HAVE_LIMITS_H 1 |
---|
2184 | | #define HAVE_STRINGS_H 1 |
---|
2185 | | #define HAVE_TIME_H 1 |
---|
2186 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2187 | | #define HAVE_SYS_TIME_H 1 |
---|
2188 | | #define HAVE_UNISTD_H 1 |
---|
2189 | | #define HAVE_SYS_MMAN_H 1 |
---|
2190 | | #define HAVE_SYS_SELECT_H 1 |
---|
2191 | | #define HAVE_SYS_TYPES_H 1 |
---|
2192 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
2193 | | #define HAVE_STDINT_H 1 |
---|
2194 | | #define HAVE_SCHED_H 1 |
---|
2195 | | #define HAVE_SIGNAL_H 1 |
---|
2196 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
2197 | | #define HAVE_NETINET_IN_H 1 |
---|
2198 | | #define TIME_WITH_SYS_TIME 1 |
---|
2199 | | #define AC_APPLE_UNIVERSAL_BUILD 1 |
---|
2200 | | #define HAVE_ALLOCA_H 1 |
---|
2201 | | #define HAVE_ALLOCA 1 |
---|
2202 | | #define HAVE_VALLOC 1 |
---|
2203 | | #define ALIGNED_MALLOC 16 |
---|
2204 | | #define HAVE_VPRINTF 1 |
---|
2205 | | /* end confdefs.h. */ |
---|
2206 | | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt. |
---|
2207 | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
---|
2208 | | #define _doprnt innocuous__doprnt |
---|
2209 | | |
---|
2210 | | /* System header to define __stub macros and hopefully few prototypes, |
---|
2211 | | which can conflict with char _doprnt (); below. |
---|
2212 | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
---|
2213 | | <limits.h> exists even on freestanding compilers. */ |
---|
2214 | | |
---|
2215 | | #ifdef __STDC__ |
---|
2216 | | # include <limits.h> |
---|
2217 | | #else |
---|
2218 | | # include <assert.h> |
---|
2219 | | #endif |
---|
2220 | | |
---|
2221 | | #undef _doprnt |
---|
2222 | | |
---|
2223 | | /* Override any GCC internal prototype to avoid an error. |
---|
2224 | | Use char because int might match the return type of a GCC |
---|
2225 | | builtin and then its argument prototype would still apply. */ |
---|
2226 | | #ifdef __cplusplus |
---|
2227 | | extern "C" |
---|
2228 | | #endif |
---|
2229 | | char _doprnt (); |
---|
2230 | | /* The GNU C library defines this for functions which it implements |
---|
2231 | | to always fail with ENOSYS. Some functions are actually named |
---|
2232 | | something starting with __ and the normal name is an alias. */ |
---|
2233 | | #if defined __stub__doprnt || defined __stub____doprnt |
---|
2234 | | choke me |
---|
2235 | | #endif |
---|
2236 | | |
---|
2237 | | int |
---|
2238 | | main () |
---|
2239 | | { |
---|
2240 | | return _doprnt (); |
---|
2241 | | ; |
---|
2242 | | return 0; |
---|
2243 | | } |
---|
2244 | configure:25201: result: no |
---|
2245 | configure:25226: checking for mmap |
---|
2246 | configure:25282: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2247 | configure:25289: $? = 0 |
---|
2248 | configure:25311: result: yes |
---|
2249 | configure:25226: checking for select |
---|
2250 | configure:25282: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2251 | configure:25289: $? = 0 |
---|
2252 | configure:25311: result: yes |
---|
2253 | configure:25226: checking for socket |
---|
2254 | configure:25282: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2255 | configure:25289: $? = 0 |
---|
2256 | configure:25311: result: yes |
---|
2257 | configure:25226: checking for strcspn |
---|
2258 | configure:25282: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2259 | conftest.c:85: warning: conflicting types for built-in function 'strcspn' |
---|
2260 | configure:25289: $? = 0 |
---|
2261 | configure:25311: result: yes |
---|
2262 | configure:25226: checking for strerror |
---|
2263 | configure:25282: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2264 | configure:25289: $? = 0 |
---|
2265 | configure:25311: result: yes |
---|
2266 | configure:25226: checking for strspn |
---|
2267 | configure:25282: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2268 | conftest.c:87: warning: conflicting types for built-in function 'strspn' |
---|
2269 | configure:25289: $? = 0 |
---|
2270 | configure:25311: result: yes |
---|
2271 | configure:25226: checking for getpagesize |
---|
2272 | configure:25282: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2273 | configure:25289: $? = 0 |
---|
2274 | configure:25311: result: yes |
---|
2275 | configure:25226: checking for sysconf |
---|
2276 | configure:25282: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2277 | configure:25289: $? = 0 |
---|
2278 | configure:25311: result: yes |
---|
2279 | configure:25330: checking for snprintf |
---|
2280 | configure:25386: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2281 | conftest.c:90: warning: conflicting types for built-in function 'snprintf' |
---|
2282 | configure:25393: $? = 0 |
---|
2283 | configure:25415: result: yes |
---|
2284 | configure:25330: checking for gettimeofday |
---|
2285 | configure:25415: result: yes |
---|
2286 | configure:25330: checking for nanosleep |
---|
2287 | configure:25415: result: yes |
---|
2288 | configure:25330: checking for sched_setscheduler |
---|
2289 | configure:25386: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2290 | Undefined symbols: |
---|
2291 | "_sched_setscheduler", referenced from: |
---|
2292 | _main in ccufKQ0y.o |
---|
2293 | ld: symbol(s) not found |
---|
2294 | collect2: ld returned 1 exit status |
---|
2295 | configure:25393: $? = 1 |
---|
2296 | configure: failed program was: |
---|
2297 | | /* confdefs.h. */ |
---|
2298 | | #define PACKAGE_NAME "" |
---|
2299 | | #define PACKAGE_TARNAME "" |
---|
2300 | | #define PACKAGE_VERSION "" |
---|
2301 | | #define PACKAGE_STRING "" |
---|
2302 | | #define PACKAGE_BUGREPORT "" |
---|
2303 | | #define PACKAGE "gnuradio" |
---|
2304 | | #define VERSION "3.2.2" |
---|
2305 | | #define STDC_HEADERS 1 |
---|
2306 | | #define HAVE_SYS_TYPES_H 1 |
---|
2307 | | #define HAVE_SYS_STAT_H 1 |
---|
2308 | | #define HAVE_STDLIB_H 1 |
---|
2309 | | #define HAVE_STRING_H 1 |
---|
2310 | | #define HAVE_MEMORY_H 1 |
---|
2311 | | #define HAVE_STRINGS_H 1 |
---|
2312 | | #define HAVE_INTTYPES_H 1 |
---|
2313 | | #define HAVE_STDINT_H 1 |
---|
2314 | | #define HAVE_UNISTD_H 1 |
---|
2315 | | #define __EXTENSIONS__ 1 |
---|
2316 | | #define _ALL_SOURCE 1 |
---|
2317 | | #define _GNU_SOURCE 1 |
---|
2318 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
2319 | | #define _TANDEM_SOURCE 1 |
---|
2320 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
2321 | | #define HAVE_DLFCN_H 1 |
---|
2322 | | #define LT_OBJDIR ".libs/" |
---|
2323 | | #define HAVE_PYTHON_H 1 |
---|
2324 | | #define HAVE_PTHREAD 1 |
---|
2325 | | #define HAVE_GETTIMEOFDAY 1 |
---|
2326 | | #define HAVE_NANOSLEEP 1 |
---|
2327 | | #define HAVE_SYS_IPC_H 1 |
---|
2328 | | #define HAVE_SYS_SHM_H 1 |
---|
2329 | | #define STDC_HEADERS 1 |
---|
2330 | | #define HAVE_SYS_WAIT_H 1 |
---|
2331 | | #define HAVE_FCNTL_H 1 |
---|
2332 | | #define HAVE_LIMITS_H 1 |
---|
2333 | | #define HAVE_STRINGS_H 1 |
---|
2334 | | #define HAVE_TIME_H 1 |
---|
2335 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2336 | | #define HAVE_SYS_TIME_H 1 |
---|
2337 | | #define HAVE_UNISTD_H 1 |
---|
2338 | | #define HAVE_SYS_MMAN_H 1 |
---|
2339 | | #define HAVE_SYS_SELECT_H 1 |
---|
2340 | | #define HAVE_SYS_TYPES_H 1 |
---|
2341 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
2342 | | #define HAVE_STDINT_H 1 |
---|
2343 | | #define HAVE_SCHED_H 1 |
---|
2344 | | #define HAVE_SIGNAL_H 1 |
---|
2345 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
2346 | | #define HAVE_NETINET_IN_H 1 |
---|
2347 | | #define TIME_WITH_SYS_TIME 1 |
---|
2348 | | #define AC_APPLE_UNIVERSAL_BUILD 1 |
---|
2349 | | #define HAVE_ALLOCA_H 1 |
---|
2350 | | #define HAVE_ALLOCA 1 |
---|
2351 | | #define HAVE_VALLOC 1 |
---|
2352 | | #define ALIGNED_MALLOC 16 |
---|
2353 | | #define HAVE_VPRINTF 1 |
---|
2354 | | #define HAVE_MMAP 1 |
---|
2355 | | #define HAVE_SELECT 1 |
---|
2356 | | #define HAVE_SOCKET 1 |
---|
2357 | | #define HAVE_STRCSPN 1 |
---|
2358 | | #define HAVE_STRERROR 1 |
---|
2359 | | #define HAVE_STRSPN 1 |
---|
2360 | | #define HAVE_GETPAGESIZE 1 |
---|
2361 | | #define HAVE_SYSCONF 1 |
---|
2362 | | #define HAVE_SNPRINTF 1 |
---|
2363 | | #define HAVE_GETTIMEOFDAY 1 |
---|
2364 | | #define HAVE_NANOSLEEP 1 |
---|
2365 | | /* end confdefs.h. */ |
---|
2366 | | /* Define sched_setscheduler to an innocuous variant, in case <limits.h> declares sched_setscheduler. |
---|
2367 | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
---|
2368 | | #define sched_setscheduler innocuous_sched_setscheduler |
---|
2369 | | |
---|
2370 | | /* System header to define __stub macros and hopefully few prototypes, |
---|
2371 | | which can conflict with char sched_setscheduler (); below. |
---|
2372 | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
---|
2373 | | <limits.h> exists even on freestanding compilers. */ |
---|
2374 | | |
---|
2375 | | #ifdef __STDC__ |
---|
2376 | | # include <limits.h> |
---|
2377 | | #else |
---|
2378 | | # include <assert.h> |
---|
2379 | | #endif |
---|
2380 | | |
---|
2381 | | #undef sched_setscheduler |
---|
2382 | | |
---|
2383 | | /* Override any GCC internal prototype to avoid an error. |
---|
2384 | | Use char because int might match the return type of a GCC |
---|
2385 | | builtin and then its argument prototype would still apply. */ |
---|
2386 | | #ifdef __cplusplus |
---|
2387 | | extern "C" |
---|
2388 | | #endif |
---|
2389 | | char sched_setscheduler (); |
---|
2390 | | /* The GNU C library defines this for functions which it implements |
---|
2391 | | to always fail with ENOSYS. Some functions are actually named |
---|
2392 | | something starting with __ and the normal name is an alias. */ |
---|
2393 | | #if defined __stub_sched_setscheduler || defined __stub___sched_setscheduler |
---|
2394 | | choke me |
---|
2395 | | #endif |
---|
2396 | | |
---|
2397 | | int |
---|
2398 | | main () |
---|
2399 | | { |
---|
2400 | | return sched_setscheduler (); |
---|
2401 | | ; |
---|
2402 | | return 0; |
---|
2403 | | } |
---|
2404 | configure:25415: result: no |
---|
2405 | configure:25435: checking for modf |
---|
2406 | configure:25491: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2407 | conftest.c:93: warning: conflicting types for built-in function 'modf' |
---|
2408 | configure:25498: $? = 0 |
---|
2409 | configure:25520: result: yes |
---|
2410 | configure:25435: checking for sqrt |
---|
2411 | configure:25491: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2412 | conftest.c:94: warning: conflicting types for built-in function 'sqrt' |
---|
2413 | configure:25498: $? = 0 |
---|
2414 | configure:25520: result: yes |
---|
2415 | configure:25435: checking for sigaction |
---|
2416 | configure:25491: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2417 | configure:25498: $? = 0 |
---|
2418 | configure:25520: result: yes |
---|
2419 | configure:25435: checking for sigprocmask |
---|
2420 | configure:25491: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2421 | configure:25498: $? = 0 |
---|
2422 | configure:25520: result: yes |
---|
2423 | configure:25435: checking for pthread_sigmask |
---|
2424 | configure:25491: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2425 | configure:25498: $? = 0 |
---|
2426 | configure:25520: result: yes |
---|
2427 | configure:25536: checking for sched_setaffinity |
---|
2428 | configure:25592: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2429 | Undefined symbols: |
---|
2430 | "_sched_setaffinity", referenced from: |
---|
2431 | _main in ccuECl9E.o |
---|
2432 | ld: symbol(s) not found |
---|
2433 | collect2: ld returned 1 exit status |
---|
2434 | configure:25599: $? = 1 |
---|
2435 | configure: failed program was: |
---|
2436 | | /* confdefs.h. */ |
---|
2437 | | #define PACKAGE_NAME "" |
---|
2438 | | #define PACKAGE_TARNAME "" |
---|
2439 | | #define PACKAGE_VERSION "" |
---|
2440 | | #define PACKAGE_STRING "" |
---|
2441 | | #define PACKAGE_BUGREPORT "" |
---|
2442 | | #define PACKAGE "gnuradio" |
---|
2443 | | #define VERSION "3.2.2" |
---|
2444 | | #define STDC_HEADERS 1 |
---|
2445 | | #define HAVE_SYS_TYPES_H 1 |
---|
2446 | | #define HAVE_SYS_STAT_H 1 |
---|
2447 | | #define HAVE_STDLIB_H 1 |
---|
2448 | | #define HAVE_STRING_H 1 |
---|
2449 | | #define HAVE_MEMORY_H 1 |
---|
2450 | | #define HAVE_STRINGS_H 1 |
---|
2451 | | #define HAVE_INTTYPES_H 1 |
---|
2452 | | #define HAVE_STDINT_H 1 |
---|
2453 | | #define HAVE_UNISTD_H 1 |
---|
2454 | | #define __EXTENSIONS__ 1 |
---|
2455 | | #define _ALL_SOURCE 1 |
---|
2456 | | #define _GNU_SOURCE 1 |
---|
2457 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
2458 | | #define _TANDEM_SOURCE 1 |
---|
2459 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
2460 | | #define HAVE_DLFCN_H 1 |
---|
2461 | | #define LT_OBJDIR ".libs/" |
---|
2462 | | #define HAVE_PYTHON_H 1 |
---|
2463 | | #define HAVE_PTHREAD 1 |
---|
2464 | | #define HAVE_GETTIMEOFDAY 1 |
---|
2465 | | #define HAVE_NANOSLEEP 1 |
---|
2466 | | #define HAVE_SYS_IPC_H 1 |
---|
2467 | | #define HAVE_SYS_SHM_H 1 |
---|
2468 | | #define STDC_HEADERS 1 |
---|
2469 | | #define HAVE_SYS_WAIT_H 1 |
---|
2470 | | #define HAVE_FCNTL_H 1 |
---|
2471 | | #define HAVE_LIMITS_H 1 |
---|
2472 | | #define HAVE_STRINGS_H 1 |
---|
2473 | | #define HAVE_TIME_H 1 |
---|
2474 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2475 | | #define HAVE_SYS_TIME_H 1 |
---|
2476 | | #define HAVE_UNISTD_H 1 |
---|
2477 | | #define HAVE_SYS_MMAN_H 1 |
---|
2478 | | #define HAVE_SYS_SELECT_H 1 |
---|
2479 | | #define HAVE_SYS_TYPES_H 1 |
---|
2480 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
2481 | | #define HAVE_STDINT_H 1 |
---|
2482 | | #define HAVE_SCHED_H 1 |
---|
2483 | | #define HAVE_SIGNAL_H 1 |
---|
2484 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
2485 | | #define HAVE_NETINET_IN_H 1 |
---|
2486 | | #define TIME_WITH_SYS_TIME 1 |
---|
2487 | | #define AC_APPLE_UNIVERSAL_BUILD 1 |
---|
2488 | | #define HAVE_ALLOCA_H 1 |
---|
2489 | | #define HAVE_ALLOCA 1 |
---|
2490 | | #define HAVE_VALLOC 1 |
---|
2491 | | #define ALIGNED_MALLOC 16 |
---|
2492 | | #define HAVE_VPRINTF 1 |
---|
2493 | | #define HAVE_MMAP 1 |
---|
2494 | | #define HAVE_SELECT 1 |
---|
2495 | | #define HAVE_SOCKET 1 |
---|
2496 | | #define HAVE_STRCSPN 1 |
---|
2497 | | #define HAVE_STRERROR 1 |
---|
2498 | | #define HAVE_STRSPN 1 |
---|
2499 | | #define HAVE_GETPAGESIZE 1 |
---|
2500 | | #define HAVE_SYSCONF 1 |
---|
2501 | | #define HAVE_SNPRINTF 1 |
---|
2502 | | #define HAVE_GETTIMEOFDAY 1 |
---|
2503 | | #define HAVE_NANOSLEEP 1 |
---|
2504 | | #define HAVE_MODF 1 |
---|
2505 | | #define HAVE_SQRT 1 |
---|
2506 | | #define HAVE_SIGACTION 1 |
---|
2507 | | #define HAVE_SIGPROCMASK 1 |
---|
2508 | | #define HAVE_PTHREAD_SIGMASK 1 |
---|
2509 | | /* end confdefs.h. */ |
---|
2510 | | /* Define sched_setaffinity to an innocuous variant, in case <limits.h> declares sched_setaffinity. |
---|
2511 | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
---|
2512 | | #define sched_setaffinity innocuous_sched_setaffinity |
---|
2513 | | |
---|
2514 | | /* System header to define __stub macros and hopefully few prototypes, |
---|
2515 | | which can conflict with char sched_setaffinity (); below. |
---|
2516 | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
---|
2517 | | <limits.h> exists even on freestanding compilers. */ |
---|
2518 | | |
---|
2519 | | #ifdef __STDC__ |
---|
2520 | | # include <limits.h> |
---|
2521 | | #else |
---|
2522 | | # include <assert.h> |
---|
2523 | | #endif |
---|
2524 | | |
---|
2525 | | #undef sched_setaffinity |
---|
2526 | | |
---|
2527 | | /* Override any GCC internal prototype to avoid an error. |
---|
2528 | | Use char because int might match the return type of a GCC |
---|
2529 | | builtin and then its argument prototype would still apply. */ |
---|
2530 | | #ifdef __cplusplus |
---|
2531 | | extern "C" |
---|
2532 | | #endif |
---|
2533 | | char sched_setaffinity (); |
---|
2534 | | /* The GNU C library defines this for functions which it implements |
---|
2535 | | to always fail with ENOSYS. Some functions are actually named |
---|
2536 | | something starting with __ and the normal name is an alias. */ |
---|
2537 | | #if defined __stub_sched_setaffinity || defined __stub___sched_setaffinity |
---|
2538 | | choke me |
---|
2539 | | #endif |
---|
2540 | | |
---|
2541 | | int |
---|
2542 | | main () |
---|
2543 | | { |
---|
2544 | | return sched_setaffinity (); |
---|
2545 | | ; |
---|
2546 | | return 0; |
---|
2547 | | } |
---|
2548 | configure:25621: result: no |
---|
2549 | configure:25634: checking for sincos in -lm |
---|
2550 | configure:25669: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c -lm >&5 |
---|
2551 | conftest.c:82: warning: conflicting types for built-in function 'sincos' |
---|
2552 | Undefined symbols: |
---|
2553 | "_sincos", referenced from: |
---|
2554 | _main in ccceCRl9.o |
---|
2555 | ld: symbol(s) not found |
---|
2556 | collect2: ld returned 1 exit status |
---|
2557 | configure:25676: $? = 1 |
---|
2558 | configure: failed program was: |
---|
2559 | | /* confdefs.h. */ |
---|
2560 | | #define PACKAGE_NAME "" |
---|
2561 | | #define PACKAGE_TARNAME "" |
---|
2562 | | #define PACKAGE_VERSION "" |
---|
2563 | | #define PACKAGE_STRING "" |
---|
2564 | | #define PACKAGE_BUGREPORT "" |
---|
2565 | | #define PACKAGE "gnuradio" |
---|
2566 | | #define VERSION "3.2.2" |
---|
2567 | | #define STDC_HEADERS 1 |
---|
2568 | | #define HAVE_SYS_TYPES_H 1 |
---|
2569 | | #define HAVE_SYS_STAT_H 1 |
---|
2570 | | #define HAVE_STDLIB_H 1 |
---|
2571 | | #define HAVE_STRING_H 1 |
---|
2572 | | #define HAVE_MEMORY_H 1 |
---|
2573 | | #define HAVE_STRINGS_H 1 |
---|
2574 | | #define HAVE_INTTYPES_H 1 |
---|
2575 | | #define HAVE_STDINT_H 1 |
---|
2576 | | #define HAVE_UNISTD_H 1 |
---|
2577 | | #define __EXTENSIONS__ 1 |
---|
2578 | | #define _ALL_SOURCE 1 |
---|
2579 | | #define _GNU_SOURCE 1 |
---|
2580 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
2581 | | #define _TANDEM_SOURCE 1 |
---|
2582 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
2583 | | #define HAVE_DLFCN_H 1 |
---|
2584 | | #define LT_OBJDIR ".libs/" |
---|
2585 | | #define HAVE_PYTHON_H 1 |
---|
2586 | | #define HAVE_PTHREAD 1 |
---|
2587 | | #define HAVE_GETTIMEOFDAY 1 |
---|
2588 | | #define HAVE_NANOSLEEP 1 |
---|
2589 | | #define HAVE_SYS_IPC_H 1 |
---|
2590 | | #define HAVE_SYS_SHM_H 1 |
---|
2591 | | #define STDC_HEADERS 1 |
---|
2592 | | #define HAVE_SYS_WAIT_H 1 |
---|
2593 | | #define HAVE_FCNTL_H 1 |
---|
2594 | | #define HAVE_LIMITS_H 1 |
---|
2595 | | #define HAVE_STRINGS_H 1 |
---|
2596 | | #define HAVE_TIME_H 1 |
---|
2597 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2598 | | #define HAVE_SYS_TIME_H 1 |
---|
2599 | | #define HAVE_UNISTD_H 1 |
---|
2600 | | #define HAVE_SYS_MMAN_H 1 |
---|
2601 | | #define HAVE_SYS_SELECT_H 1 |
---|
2602 | | #define HAVE_SYS_TYPES_H 1 |
---|
2603 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
2604 | | #define HAVE_STDINT_H 1 |
---|
2605 | | #define HAVE_SCHED_H 1 |
---|
2606 | | #define HAVE_SIGNAL_H 1 |
---|
2607 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
2608 | | #define HAVE_NETINET_IN_H 1 |
---|
2609 | | #define TIME_WITH_SYS_TIME 1 |
---|
2610 | | #define AC_APPLE_UNIVERSAL_BUILD 1 |
---|
2611 | | #define HAVE_ALLOCA_H 1 |
---|
2612 | | #define HAVE_ALLOCA 1 |
---|
2613 | | #define HAVE_VALLOC 1 |
---|
2614 | | #define ALIGNED_MALLOC 16 |
---|
2615 | | #define HAVE_VPRINTF 1 |
---|
2616 | | #define HAVE_MMAP 1 |
---|
2617 | | #define HAVE_SELECT 1 |
---|
2618 | | #define HAVE_SOCKET 1 |
---|
2619 | | #define HAVE_STRCSPN 1 |
---|
2620 | | #define HAVE_STRERROR 1 |
---|
2621 | | #define HAVE_STRSPN 1 |
---|
2622 | | #define HAVE_GETPAGESIZE 1 |
---|
2623 | | #define HAVE_SYSCONF 1 |
---|
2624 | | #define HAVE_SNPRINTF 1 |
---|
2625 | | #define HAVE_GETTIMEOFDAY 1 |
---|
2626 | | #define HAVE_NANOSLEEP 1 |
---|
2627 | | #define HAVE_MODF 1 |
---|
2628 | | #define HAVE_SQRT 1 |
---|
2629 | | #define HAVE_SIGACTION 1 |
---|
2630 | | #define HAVE_SIGPROCMASK 1 |
---|
2631 | | #define HAVE_PTHREAD_SIGMASK 1 |
---|
2632 | | /* end confdefs.h. */ |
---|
2633 | | |
---|
2634 | | /* Override any GCC internal prototype to avoid an error. |
---|
2635 | | Use char because int might match the return type of a GCC |
---|
2636 | | builtin and then its argument prototype would still apply. */ |
---|
2637 | | #ifdef __cplusplus |
---|
2638 | | extern "C" |
---|
2639 | | #endif |
---|
2640 | | char sincos (); |
---|
2641 | | int |
---|
2642 | | main () |
---|
2643 | | { |
---|
2644 | | return sincos (); |
---|
2645 | | ; |
---|
2646 | | return 0; |
---|
2647 | | } |
---|
2648 | configure:25697: result: no |
---|
2649 | configure:25707: checking for sincosf in -lm |
---|
2650 | configure:25742: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c -lm >&5 |
---|
2651 | conftest.c:82: warning: conflicting types for built-in function 'sincosf' |
---|
2652 | Undefined symbols: |
---|
2653 | "_sincosf", referenced from: |
---|
2654 | _main in ccAHmMe0.o |
---|
2655 | ld: symbol(s) not found |
---|
2656 | collect2: ld returned 1 exit status |
---|
2657 | configure:25749: $? = 1 |
---|
2658 | configure: failed program was: |
---|
2659 | | /* confdefs.h. */ |
---|
2660 | | #define PACKAGE_NAME "" |
---|
2661 | | #define PACKAGE_TARNAME "" |
---|
2662 | | #define PACKAGE_VERSION "" |
---|
2663 | | #define PACKAGE_STRING "" |
---|
2664 | | #define PACKAGE_BUGREPORT "" |
---|
2665 | | #define PACKAGE "gnuradio" |
---|
2666 | | #define VERSION "3.2.2" |
---|
2667 | | #define STDC_HEADERS 1 |
---|
2668 | | #define HAVE_SYS_TYPES_H 1 |
---|
2669 | | #define HAVE_SYS_STAT_H 1 |
---|
2670 | | #define HAVE_STDLIB_H 1 |
---|
2671 | | #define HAVE_STRING_H 1 |
---|
2672 | | #define HAVE_MEMORY_H 1 |
---|
2673 | | #define HAVE_STRINGS_H 1 |
---|
2674 | | #define HAVE_INTTYPES_H 1 |
---|
2675 | | #define HAVE_STDINT_H 1 |
---|
2676 | | #define HAVE_UNISTD_H 1 |
---|
2677 | | #define __EXTENSIONS__ 1 |
---|
2678 | | #define _ALL_SOURCE 1 |
---|
2679 | | #define _GNU_SOURCE 1 |
---|
2680 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
2681 | | #define _TANDEM_SOURCE 1 |
---|
2682 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
2683 | | #define HAVE_DLFCN_H 1 |
---|
2684 | | #define LT_OBJDIR ".libs/" |
---|
2685 | | #define HAVE_PYTHON_H 1 |
---|
2686 | | #define HAVE_PTHREAD 1 |
---|
2687 | | #define HAVE_GETTIMEOFDAY 1 |
---|
2688 | | #define HAVE_NANOSLEEP 1 |
---|
2689 | | #define HAVE_SYS_IPC_H 1 |
---|
2690 | | #define HAVE_SYS_SHM_H 1 |
---|
2691 | | #define STDC_HEADERS 1 |
---|
2692 | | #define HAVE_SYS_WAIT_H 1 |
---|
2693 | | #define HAVE_FCNTL_H 1 |
---|
2694 | | #define HAVE_LIMITS_H 1 |
---|
2695 | | #define HAVE_STRINGS_H 1 |
---|
2696 | | #define HAVE_TIME_H 1 |
---|
2697 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2698 | | #define HAVE_SYS_TIME_H 1 |
---|
2699 | | #define HAVE_UNISTD_H 1 |
---|
2700 | | #define HAVE_SYS_MMAN_H 1 |
---|
2701 | | #define HAVE_SYS_SELECT_H 1 |
---|
2702 | | #define HAVE_SYS_TYPES_H 1 |
---|
2703 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
2704 | | #define HAVE_STDINT_H 1 |
---|
2705 | | #define HAVE_SCHED_H 1 |
---|
2706 | | #define HAVE_SIGNAL_H 1 |
---|
2707 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
2708 | | #define HAVE_NETINET_IN_H 1 |
---|
2709 | | #define TIME_WITH_SYS_TIME 1 |
---|
2710 | | #define AC_APPLE_UNIVERSAL_BUILD 1 |
---|
2711 | | #define HAVE_ALLOCA_H 1 |
---|
2712 | | #define HAVE_ALLOCA 1 |
---|
2713 | | #define HAVE_VALLOC 1 |
---|
2714 | | #define ALIGNED_MALLOC 16 |
---|
2715 | | #define HAVE_VPRINTF 1 |
---|
2716 | | #define HAVE_MMAP 1 |
---|
2717 | | #define HAVE_SELECT 1 |
---|
2718 | | #define HAVE_SOCKET 1 |
---|
2719 | | #define HAVE_STRCSPN 1 |
---|
2720 | | #define HAVE_STRERROR 1 |
---|
2721 | | #define HAVE_STRSPN 1 |
---|
2722 | | #define HAVE_GETPAGESIZE 1 |
---|
2723 | | #define HAVE_SYSCONF 1 |
---|
2724 | | #define HAVE_SNPRINTF 1 |
---|
2725 | | #define HAVE_GETTIMEOFDAY 1 |
---|
2726 | | #define HAVE_NANOSLEEP 1 |
---|
2727 | | #define HAVE_MODF 1 |
---|
2728 | | #define HAVE_SQRT 1 |
---|
2729 | | #define HAVE_SIGACTION 1 |
---|
2730 | | #define HAVE_SIGPROCMASK 1 |
---|
2731 | | #define HAVE_PTHREAD_SIGMASK 1 |
---|
2732 | | /* end confdefs.h. */ |
---|
2733 | | |
---|
2734 | | /* Override any GCC internal prototype to avoid an error. |
---|
2735 | | Use char because int might match the return type of a GCC |
---|
2736 | | builtin and then its argument prototype would still apply. */ |
---|
2737 | | #ifdef __cplusplus |
---|
2738 | | extern "C" |
---|
2739 | | #endif |
---|
2740 | | char sincosf (); |
---|
2741 | | int |
---|
2742 | | main () |
---|
2743 | | { |
---|
2744 | | return sincosf (); |
---|
2745 | | ; |
---|
2746 | | return 0; |
---|
2747 | | } |
---|
2748 | configure:25770: result: no |
---|
2749 | configure:25780: checking for sinf in -lm |
---|
2750 | configure:25815: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c -lm >&5 |
---|
2751 | conftest.c:82: warning: conflicting types for built-in function 'sinf' |
---|
2752 | configure:25822: $? = 0 |
---|
2753 | configure:25843: result: yes |
---|
2754 | configure:25853: checking for cosf in -lm |
---|
2755 | configure:25888: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c -lm >&5 |
---|
2756 | conftest.c:83: warning: conflicting types for built-in function 'cosf' |
---|
2757 | configure:25895: $? = 0 |
---|
2758 | configure:25916: result: yes |
---|
2759 | configure:25926: checking for trunc in -lm |
---|
2760 | configure:25961: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c -lm >&5 |
---|
2761 | conftest.c:84: warning: conflicting types for built-in function 'trunc' |
---|
2762 | configure:25968: $? = 0 |
---|
2763 | configure:25989: result: yes |
---|
2764 | configure:25999: checking for exp10 in -lm |
---|
2765 | configure:26034: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c -lm >&5 |
---|
2766 | conftest.c:85: warning: conflicting types for built-in function 'exp10' |
---|
2767 | Undefined symbols: |
---|
2768 | "_exp10", referenced from: |
---|
2769 | _main in ccjQ57Ai.o |
---|
2770 | ld: symbol(s) not found |
---|
2771 | collect2: ld returned 1 exit status |
---|
2772 | configure:26041: $? = 1 |
---|
2773 | configure: failed program was: |
---|
2774 | | /* confdefs.h. */ |
---|
2775 | | #define PACKAGE_NAME "" |
---|
2776 | | #define PACKAGE_TARNAME "" |
---|
2777 | | #define PACKAGE_VERSION "" |
---|
2778 | | #define PACKAGE_STRING "" |
---|
2779 | | #define PACKAGE_BUGREPORT "" |
---|
2780 | | #define PACKAGE "gnuradio" |
---|
2781 | | #define VERSION "3.2.2" |
---|
2782 | | #define STDC_HEADERS 1 |
---|
2783 | | #define HAVE_SYS_TYPES_H 1 |
---|
2784 | | #define HAVE_SYS_STAT_H 1 |
---|
2785 | | #define HAVE_STDLIB_H 1 |
---|
2786 | | #define HAVE_STRING_H 1 |
---|
2787 | | #define HAVE_MEMORY_H 1 |
---|
2788 | | #define HAVE_STRINGS_H 1 |
---|
2789 | | #define HAVE_INTTYPES_H 1 |
---|
2790 | | #define HAVE_STDINT_H 1 |
---|
2791 | | #define HAVE_UNISTD_H 1 |
---|
2792 | | #define __EXTENSIONS__ 1 |
---|
2793 | | #define _ALL_SOURCE 1 |
---|
2794 | | #define _GNU_SOURCE 1 |
---|
2795 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
2796 | | #define _TANDEM_SOURCE 1 |
---|
2797 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
2798 | | #define HAVE_DLFCN_H 1 |
---|
2799 | | #define LT_OBJDIR ".libs/" |
---|
2800 | | #define HAVE_PYTHON_H 1 |
---|
2801 | | #define HAVE_PTHREAD 1 |
---|
2802 | | #define HAVE_GETTIMEOFDAY 1 |
---|
2803 | | #define HAVE_NANOSLEEP 1 |
---|
2804 | | #define HAVE_SYS_IPC_H 1 |
---|
2805 | | #define HAVE_SYS_SHM_H 1 |
---|
2806 | | #define STDC_HEADERS 1 |
---|
2807 | | #define HAVE_SYS_WAIT_H 1 |
---|
2808 | | #define HAVE_FCNTL_H 1 |
---|
2809 | | #define HAVE_LIMITS_H 1 |
---|
2810 | | #define HAVE_STRINGS_H 1 |
---|
2811 | | #define HAVE_TIME_H 1 |
---|
2812 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2813 | | #define HAVE_SYS_TIME_H 1 |
---|
2814 | | #define HAVE_UNISTD_H 1 |
---|
2815 | | #define HAVE_SYS_MMAN_H 1 |
---|
2816 | | #define HAVE_SYS_SELECT_H 1 |
---|
2817 | | #define HAVE_SYS_TYPES_H 1 |
---|
2818 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
2819 | | #define HAVE_STDINT_H 1 |
---|
2820 | | #define HAVE_SCHED_H 1 |
---|
2821 | | #define HAVE_SIGNAL_H 1 |
---|
2822 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
2823 | | #define HAVE_NETINET_IN_H 1 |
---|
2824 | | #define TIME_WITH_SYS_TIME 1 |
---|
2825 | | #define AC_APPLE_UNIVERSAL_BUILD 1 |
---|
2826 | | #define HAVE_ALLOCA_H 1 |
---|
2827 | | #define HAVE_ALLOCA 1 |
---|
2828 | | #define HAVE_VALLOC 1 |
---|
2829 | | #define ALIGNED_MALLOC 16 |
---|
2830 | | #define HAVE_VPRINTF 1 |
---|
2831 | | #define HAVE_MMAP 1 |
---|
2832 | | #define HAVE_SELECT 1 |
---|
2833 | | #define HAVE_SOCKET 1 |
---|
2834 | | #define HAVE_STRCSPN 1 |
---|
2835 | | #define HAVE_STRERROR 1 |
---|
2836 | | #define HAVE_STRSPN 1 |
---|
2837 | | #define HAVE_GETPAGESIZE 1 |
---|
2838 | | #define HAVE_SYSCONF 1 |
---|
2839 | | #define HAVE_SNPRINTF 1 |
---|
2840 | | #define HAVE_GETTIMEOFDAY 1 |
---|
2841 | | #define HAVE_NANOSLEEP 1 |
---|
2842 | | #define HAVE_MODF 1 |
---|
2843 | | #define HAVE_SQRT 1 |
---|
2844 | | #define HAVE_SIGACTION 1 |
---|
2845 | | #define HAVE_SIGPROCMASK 1 |
---|
2846 | | #define HAVE_PTHREAD_SIGMASK 1 |
---|
2847 | | #define HAVE_SINF 1 |
---|
2848 | | #define HAVE_COSF 1 |
---|
2849 | | #define HAVE_TRUNC 1 |
---|
2850 | | /* end confdefs.h. */ |
---|
2851 | | |
---|
2852 | | /* Override any GCC internal prototype to avoid an error. |
---|
2853 | | Use char because int might match the return type of a GCC |
---|
2854 | | builtin and then its argument prototype would still apply. */ |
---|
2855 | | #ifdef __cplusplus |
---|
2856 | | extern "C" |
---|
2857 | | #endif |
---|
2858 | | char exp10 (); |
---|
2859 | | int |
---|
2860 | | main () |
---|
2861 | | { |
---|
2862 | | return exp10 (); |
---|
2863 | | ; |
---|
2864 | | return 0; |
---|
2865 | | } |
---|
2866 | configure:26062: result: no |
---|
2867 | configure:26072: checking for log2 in -lm |
---|
2868 | configure:26107: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c -lm >&5 |
---|
2869 | conftest.c:85: warning: conflicting types for built-in function 'log2' |
---|
2870 | configure:26114: $? = 0 |
---|
2871 | configure:26135: result: yes |
---|
2872 | configure:26153: checking for library containing shm_open |
---|
2873 | configure:26194: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2874 | configure:26201: $? = 0 |
---|
2875 | configure:26232: result: none required |
---|
2876 | configure:26244: checking for shm_open |
---|
2877 | configure:26300: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
2878 | configure:26307: $? = 0 |
---|
2879 | configure:26329: result: yes |
---|
2880 | configure:26356: checking for ld used by /usr/bin/gcc-4.0 |
---|
2881 | configure:26423: result: /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld |
---|
2882 | configure:26432: checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld |
---|
2883 | configure:26447: result: no |
---|
2884 | configure:26461: checking whether /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld accepts --enable-runtime-pseudo-reloc |
---|
2885 | configure:26470: result: no |
---|
2886 | configure:26478: checking for CreateFileMapping function |
---|
2887 | configure:26505: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
2888 | conftest.c:2:21: error: windows.h: No such file or directory |
---|
2889 | conftest.c: In function 'main': |
---|
2890 | conftest.c:5: error: 'HANDLE' undeclared (first use in this function) |
---|
2891 | conftest.c:5: error: (Each undeclared identifier is reported only once |
---|
2892 | conftest.c:5: error: for each function it appears in.) |
---|
2893 | conftest.c:5: error: syntax error before 'handle' |
---|
2894 | conftest.c:8: error: 'handle' undeclared (first use in this function) |
---|
2895 | conftest.c:9: error: 'INVALID_HANDLE_VALUE' undeclared (first use in this function) |
---|
2896 | conftest.c:10: error: 'NULL' undeclared (first use in this function) |
---|
2897 | conftest.c:11: error: 'PAGE_READWRITE' undeclared (first use in this function) |
---|
2898 | configure:26512: $? = 1 |
---|
2899 | configure: failed program was: |
---|
2900 | | |
---|
2901 | | #include <windows.h> |
---|
2902 | | int main (int argc, char **argv) |
---|
2903 | | { |
---|
2904 | | HANDLE handle; |
---|
2905 | | int size; |
---|
2906 | | char seg_name[1024]; |
---|
2907 | | handle = CreateFileMapping( |
---|
2908 | | INVALID_HANDLE_VALUE, // use paging file |
---|
2909 | | NULL, // default security |
---|
2910 | | PAGE_READWRITE, // read/write access |
---|
2911 | | 0, // max. object size |
---|
2912 | | size, // buffer size |
---|
2913 | | seg_name); // name of mapping object |
---|
2914 | | return 0; |
---|
2915 | | } |
---|
2916 | | |
---|
2917 | configure:26532: result: no |
---|
2918 | configure:26553: checking for sys/types.h |
---|
2919 | configure:26560: result: yes |
---|
2920 | configure:26553: checking for fcntl.h |
---|
2921 | configure:26560: result: yes |
---|
2922 | configure:26564: checking io.h usability |
---|
2923 | configure:26581: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
2924 | conftest.c:115:16: error: io.h: No such file or directory |
---|
2925 | configure:26588: $? = 1 |
---|
2926 | configure: failed program was: |
---|
2927 | | /* confdefs.h. */ |
---|
2928 | | #define PACKAGE_NAME "" |
---|
2929 | | #define PACKAGE_TARNAME "" |
---|
2930 | | #define PACKAGE_VERSION "" |
---|
2931 | | #define PACKAGE_STRING "" |
---|
2932 | | #define PACKAGE_BUGREPORT "" |
---|
2933 | | #define PACKAGE "gnuradio" |
---|
2934 | | #define VERSION "3.2.2" |
---|
2935 | | #define STDC_HEADERS 1 |
---|
2936 | | #define HAVE_SYS_TYPES_H 1 |
---|
2937 | | #define HAVE_SYS_STAT_H 1 |
---|
2938 | | #define HAVE_STDLIB_H 1 |
---|
2939 | | #define HAVE_STRING_H 1 |
---|
2940 | | #define HAVE_MEMORY_H 1 |
---|
2941 | | #define HAVE_STRINGS_H 1 |
---|
2942 | | #define HAVE_INTTYPES_H 1 |
---|
2943 | | #define HAVE_STDINT_H 1 |
---|
2944 | | #define HAVE_UNISTD_H 1 |
---|
2945 | | #define __EXTENSIONS__ 1 |
---|
2946 | | #define _ALL_SOURCE 1 |
---|
2947 | | #define _GNU_SOURCE 1 |
---|
2948 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
2949 | | #define _TANDEM_SOURCE 1 |
---|
2950 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
2951 | | #define HAVE_DLFCN_H 1 |
---|
2952 | | #define LT_OBJDIR ".libs/" |
---|
2953 | | #define HAVE_PYTHON_H 1 |
---|
2954 | | #define HAVE_PTHREAD 1 |
---|
2955 | | #define HAVE_GETTIMEOFDAY 1 |
---|
2956 | | #define HAVE_NANOSLEEP 1 |
---|
2957 | | #define HAVE_SYS_IPC_H 1 |
---|
2958 | | #define HAVE_SYS_SHM_H 1 |
---|
2959 | | #define STDC_HEADERS 1 |
---|
2960 | | #define HAVE_SYS_WAIT_H 1 |
---|
2961 | | #define HAVE_FCNTL_H 1 |
---|
2962 | | #define HAVE_LIMITS_H 1 |
---|
2963 | | #define HAVE_STRINGS_H 1 |
---|
2964 | | #define HAVE_TIME_H 1 |
---|
2965 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2966 | | #define HAVE_SYS_TIME_H 1 |
---|
2967 | | #define HAVE_UNISTD_H 1 |
---|
2968 | | #define HAVE_SYS_MMAN_H 1 |
---|
2969 | | #define HAVE_SYS_SELECT_H 1 |
---|
2970 | | #define HAVE_SYS_TYPES_H 1 |
---|
2971 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
2972 | | #define HAVE_STDINT_H 1 |
---|
2973 | | #define HAVE_SCHED_H 1 |
---|
2974 | | #define HAVE_SIGNAL_H 1 |
---|
2975 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
2976 | | #define HAVE_NETINET_IN_H 1 |
---|
2977 | | #define TIME_WITH_SYS_TIME 1 |
---|
2978 | | #define AC_APPLE_UNIVERSAL_BUILD 1 |
---|
2979 | | #define HAVE_ALLOCA_H 1 |
---|
2980 | | #define HAVE_ALLOCA 1 |
---|
2981 | | #define HAVE_VALLOC 1 |
---|
2982 | | #define ALIGNED_MALLOC 16 |
---|
2983 | | #define HAVE_VPRINTF 1 |
---|
2984 | | #define HAVE_MMAP 1 |
---|
2985 | | #define HAVE_SELECT 1 |
---|
2986 | | #define HAVE_SOCKET 1 |
---|
2987 | | #define HAVE_STRCSPN 1 |
---|
2988 | | #define HAVE_STRERROR 1 |
---|
2989 | | #define HAVE_STRSPN 1 |
---|
2990 | | #define HAVE_GETPAGESIZE 1 |
---|
2991 | | #define HAVE_SYSCONF 1 |
---|
2992 | | #define HAVE_SNPRINTF 1 |
---|
2993 | | #define HAVE_GETTIMEOFDAY 1 |
---|
2994 | | #define HAVE_NANOSLEEP 1 |
---|
2995 | | #define HAVE_MODF 1 |
---|
2996 | | #define HAVE_SQRT 1 |
---|
2997 | | #define HAVE_SIGACTION 1 |
---|
2998 | | #define HAVE_SIGPROCMASK 1 |
---|
2999 | | #define HAVE_PTHREAD_SIGMASK 1 |
---|
3000 | | #define HAVE_SINF 1 |
---|
3001 | | #define HAVE_COSF 1 |
---|
3002 | | #define HAVE_TRUNC 1 |
---|
3003 | | #define HAVE_LOG2 1 |
---|
3004 | | #define HAVE_SHM_OPEN 1 |
---|
3005 | | #define HAVE_SYS_TYPES_H 1 |
---|
3006 | | #define HAVE_FCNTL_H 1 |
---|
3007 | | /* end confdefs.h. */ |
---|
3008 | | #include <stdio.h> |
---|
3009 | | #ifdef HAVE_SYS_TYPES_H |
---|
3010 | | # include <sys/types.h> |
---|
3011 | | #endif |
---|
3012 | | #ifdef HAVE_SYS_STAT_H |
---|
3013 | | # include <sys/stat.h> |
---|
3014 | | #endif |
---|
3015 | | #ifdef STDC_HEADERS |
---|
3016 | | # include <stdlib.h> |
---|
3017 | | # include <stddef.h> |
---|
3018 | | #else |
---|
3019 | | # ifdef HAVE_STDLIB_H |
---|
3020 | | # include <stdlib.h> |
---|
3021 | | # endif |
---|
3022 | | #endif |
---|
3023 | | #ifdef HAVE_STRING_H |
---|
3024 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
3025 | | # include <memory.h> |
---|
3026 | | # endif |
---|
3027 | | # include <string.h> |
---|
3028 | | #endif |
---|
3029 | | #ifdef HAVE_STRINGS_H |
---|
3030 | | # include <strings.h> |
---|
3031 | | #endif |
---|
3032 | | #ifdef HAVE_INTTYPES_H |
---|
3033 | | # include <inttypes.h> |
---|
3034 | | #endif |
---|
3035 | | #ifdef HAVE_STDINT_H |
---|
3036 | | # include <stdint.h> |
---|
3037 | | #endif |
---|
3038 | | #ifdef HAVE_UNISTD_H |
---|
3039 | | # include <unistd.h> |
---|
3040 | | #endif |
---|
3041 | | #include <io.h> |
---|
3042 | configure:26602: result: no |
---|
3043 | configure:26606: checking io.h presence |
---|
3044 | configure:26621: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
3045 | conftest.c:82:16: error: io.h: No such file or directory |
---|
3046 | configure:26628: $? = 1 |
---|
3047 | configure: failed program was: |
---|
3048 | | /* confdefs.h. */ |
---|
3049 | | #define PACKAGE_NAME "" |
---|
3050 | | #define PACKAGE_TARNAME "" |
---|
3051 | | #define PACKAGE_VERSION "" |
---|
3052 | | #define PACKAGE_STRING "" |
---|
3053 | | #define PACKAGE_BUGREPORT "" |
---|
3054 | | #define PACKAGE "gnuradio" |
---|
3055 | | #define VERSION "3.2.2" |
---|
3056 | | #define STDC_HEADERS 1 |
---|
3057 | | #define HAVE_SYS_TYPES_H 1 |
---|
3058 | | #define HAVE_SYS_STAT_H 1 |
---|
3059 | | #define HAVE_STDLIB_H 1 |
---|
3060 | | #define HAVE_STRING_H 1 |
---|
3061 | | #define HAVE_MEMORY_H 1 |
---|
3062 | | #define HAVE_STRINGS_H 1 |
---|
3063 | | #define HAVE_INTTYPES_H 1 |
---|
3064 | | #define HAVE_STDINT_H 1 |
---|
3065 | | #define HAVE_UNISTD_H 1 |
---|
3066 | | #define __EXTENSIONS__ 1 |
---|
3067 | | #define _ALL_SOURCE 1 |
---|
3068 | | #define _GNU_SOURCE 1 |
---|
3069 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
3070 | | #define _TANDEM_SOURCE 1 |
---|
3071 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
3072 | | #define HAVE_DLFCN_H 1 |
---|
3073 | | #define LT_OBJDIR ".libs/" |
---|
3074 | | #define HAVE_PYTHON_H 1 |
---|
3075 | | #define HAVE_PTHREAD 1 |
---|
3076 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3077 | | #define HAVE_NANOSLEEP 1 |
---|
3078 | | #define HAVE_SYS_IPC_H 1 |
---|
3079 | | #define HAVE_SYS_SHM_H 1 |
---|
3080 | | #define STDC_HEADERS 1 |
---|
3081 | | #define HAVE_SYS_WAIT_H 1 |
---|
3082 | | #define HAVE_FCNTL_H 1 |
---|
3083 | | #define HAVE_LIMITS_H 1 |
---|
3084 | | #define HAVE_STRINGS_H 1 |
---|
3085 | | #define HAVE_TIME_H 1 |
---|
3086 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3087 | | #define HAVE_SYS_TIME_H 1 |
---|
3088 | | #define HAVE_UNISTD_H 1 |
---|
3089 | | #define HAVE_SYS_MMAN_H 1 |
---|
3090 | | #define HAVE_SYS_SELECT_H 1 |
---|
3091 | | #define HAVE_SYS_TYPES_H 1 |
---|
3092 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3093 | | #define HAVE_STDINT_H 1 |
---|
3094 | | #define HAVE_SCHED_H 1 |
---|
3095 | | #define HAVE_SIGNAL_H 1 |
---|
3096 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
3097 | | #define HAVE_NETINET_IN_H 1 |
---|
3098 | | #define TIME_WITH_SYS_TIME 1 |
---|
3099 | | #define AC_APPLE_UNIVERSAL_BUILD 1 |
---|
3100 | | #define HAVE_ALLOCA_H 1 |
---|
3101 | | #define HAVE_ALLOCA 1 |
---|
3102 | | #define HAVE_VALLOC 1 |
---|
3103 | | #define ALIGNED_MALLOC 16 |
---|
3104 | | #define HAVE_VPRINTF 1 |
---|
3105 | | #define HAVE_MMAP 1 |
---|
3106 | | #define HAVE_SELECT 1 |
---|
3107 | | #define HAVE_SOCKET 1 |
---|
3108 | | #define HAVE_STRCSPN 1 |
---|
3109 | | #define HAVE_STRERROR 1 |
---|
3110 | | #define HAVE_STRSPN 1 |
---|
3111 | | #define HAVE_GETPAGESIZE 1 |
---|
3112 | | #define HAVE_SYSCONF 1 |
---|
3113 | | #define HAVE_SNPRINTF 1 |
---|
3114 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3115 | | #define HAVE_NANOSLEEP 1 |
---|
3116 | | #define HAVE_MODF 1 |
---|
3117 | | #define HAVE_SQRT 1 |
---|
3118 | | #define HAVE_SIGACTION 1 |
---|
3119 | | #define HAVE_SIGPROCMASK 1 |
---|
3120 | | #define HAVE_PTHREAD_SIGMASK 1 |
---|
3121 | | #define HAVE_SINF 1 |
---|
3122 | | #define HAVE_COSF 1 |
---|
3123 | | #define HAVE_TRUNC 1 |
---|
3124 | | #define HAVE_LOG2 1 |
---|
3125 | | #define HAVE_SHM_OPEN 1 |
---|
3126 | | #define HAVE_SYS_TYPES_H 1 |
---|
3127 | | #define HAVE_FCNTL_H 1 |
---|
3128 | | /* end confdefs.h. */ |
---|
3129 | | #include <io.h> |
---|
3130 | configure:26642: result: no |
---|
3131 | configure:26670: checking for io.h |
---|
3132 | configure:26679: result: no |
---|
3133 | configure:26699: checking for windows.h |
---|
3134 | configure:26706: result: no |
---|
3135 | configure:26845: checking for winioctl.h |
---|
3136 | configure:26870: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
3137 | conftest.c:88:22: error: winioctl.h: No such file or directory |
---|
3138 | configure:26877: $? = 1 |
---|
3139 | configure: failed program was: |
---|
3140 | | /* confdefs.h. */ |
---|
3141 | | #define PACKAGE_NAME "" |
---|
3142 | | #define PACKAGE_TARNAME "" |
---|
3143 | | #define PACKAGE_VERSION "" |
---|
3144 | | #define PACKAGE_STRING "" |
---|
3145 | | #define PACKAGE_BUGREPORT "" |
---|
3146 | | #define PACKAGE "gnuradio" |
---|
3147 | | #define VERSION "3.2.2" |
---|
3148 | | #define STDC_HEADERS 1 |
---|
3149 | | #define HAVE_SYS_TYPES_H 1 |
---|
3150 | | #define HAVE_SYS_STAT_H 1 |
---|
3151 | | #define HAVE_STDLIB_H 1 |
---|
3152 | | #define HAVE_STRING_H 1 |
---|
3153 | | #define HAVE_MEMORY_H 1 |
---|
3154 | | #define HAVE_STRINGS_H 1 |
---|
3155 | | #define HAVE_INTTYPES_H 1 |
---|
3156 | | #define HAVE_STDINT_H 1 |
---|
3157 | | #define HAVE_UNISTD_H 1 |
---|
3158 | | #define __EXTENSIONS__ 1 |
---|
3159 | | #define _ALL_SOURCE 1 |
---|
3160 | | #define _GNU_SOURCE 1 |
---|
3161 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
3162 | | #define _TANDEM_SOURCE 1 |
---|
3163 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
3164 | | #define HAVE_DLFCN_H 1 |
---|
3165 | | #define LT_OBJDIR ".libs/" |
---|
3166 | | #define HAVE_PYTHON_H 1 |
---|
3167 | | #define HAVE_PTHREAD 1 |
---|
3168 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3169 | | #define HAVE_NANOSLEEP 1 |
---|
3170 | | #define HAVE_SYS_IPC_H 1 |
---|
3171 | | #define HAVE_SYS_SHM_H 1 |
---|
3172 | | #define STDC_HEADERS 1 |
---|
3173 | | #define HAVE_SYS_WAIT_H 1 |
---|
3174 | | #define HAVE_FCNTL_H 1 |
---|
3175 | | #define HAVE_LIMITS_H 1 |
---|
3176 | | #define HAVE_STRINGS_H 1 |
---|
3177 | | #define HAVE_TIME_H 1 |
---|
3178 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3179 | | #define HAVE_SYS_TIME_H 1 |
---|
3180 | | #define HAVE_UNISTD_H 1 |
---|
3181 | | #define HAVE_SYS_MMAN_H 1 |
---|
3182 | | #define HAVE_SYS_SELECT_H 1 |
---|
3183 | | #define HAVE_SYS_TYPES_H 1 |
---|
3184 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3185 | | #define HAVE_STDINT_H 1 |
---|
3186 | | #define HAVE_SCHED_H 1 |
---|
3187 | | #define HAVE_SIGNAL_H 1 |
---|
3188 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
3189 | | #define HAVE_NETINET_IN_H 1 |
---|
3190 | | #define TIME_WITH_SYS_TIME 1 |
---|
3191 | | #define AC_APPLE_UNIVERSAL_BUILD 1 |
---|
3192 | | #define HAVE_ALLOCA_H 1 |
---|
3193 | | #define HAVE_ALLOCA 1 |
---|
3194 | | #define HAVE_VALLOC 1 |
---|
3195 | | #define ALIGNED_MALLOC 16 |
---|
3196 | | #define HAVE_VPRINTF 1 |
---|
3197 | | #define HAVE_MMAP 1 |
---|
3198 | | #define HAVE_SELECT 1 |
---|
3199 | | #define HAVE_SOCKET 1 |
---|
3200 | | #define HAVE_STRCSPN 1 |
---|
3201 | | #define HAVE_STRERROR 1 |
---|
3202 | | #define HAVE_STRSPN 1 |
---|
3203 | | #define HAVE_GETPAGESIZE 1 |
---|
3204 | | #define HAVE_SYSCONF 1 |
---|
3205 | | #define HAVE_SNPRINTF 1 |
---|
3206 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3207 | | #define HAVE_NANOSLEEP 1 |
---|
3208 | | #define HAVE_MODF 1 |
---|
3209 | | #define HAVE_SQRT 1 |
---|
3210 | | #define HAVE_SIGACTION 1 |
---|
3211 | | #define HAVE_SIGPROCMASK 1 |
---|
3212 | | #define HAVE_PTHREAD_SIGMASK 1 |
---|
3213 | | #define HAVE_SINF 1 |
---|
3214 | | #define HAVE_COSF 1 |
---|
3215 | | #define HAVE_TRUNC 1 |
---|
3216 | | #define HAVE_LOG2 1 |
---|
3217 | | #define HAVE_SHM_OPEN 1 |
---|
3218 | | #define HAVE_SYS_TYPES_H 1 |
---|
3219 | | #define HAVE_FCNTL_H 1 |
---|
3220 | | /* end confdefs.h. */ |
---|
3221 | | |
---|
3222 | | #if HAVE_WINDOWS_H |
---|
3223 | | #include <windows.h> |
---|
3224 | | #endif |
---|
3225 | | |
---|
3226 | | |
---|
3227 | | #include <winioctl.h> |
---|
3228 | configure:26894: result: no |
---|
3229 | configure:26845: checking for winbase.h |
---|
3230 | configure:26870: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
3231 | conftest.c:88:21: error: winbase.h: No such file or directory |
---|
3232 | configure:26877: $? = 1 |
---|
3233 | configure: failed program was: |
---|
3234 | | /* confdefs.h. */ |
---|
3235 | | #define PACKAGE_NAME "" |
---|
3236 | | #define PACKAGE_TARNAME "" |
---|
3237 | | #define PACKAGE_VERSION "" |
---|
3238 | | #define PACKAGE_STRING "" |
---|
3239 | | #define PACKAGE_BUGREPORT "" |
---|
3240 | | #define PACKAGE "gnuradio" |
---|
3241 | | #define VERSION "3.2.2" |
---|
3242 | | #define STDC_HEADERS 1 |
---|
3243 | | #define HAVE_SYS_TYPES_H 1 |
---|
3244 | | #define HAVE_SYS_STAT_H 1 |
---|
3245 | | #define HAVE_STDLIB_H 1 |
---|
3246 | | #define HAVE_STRING_H 1 |
---|
3247 | | #define HAVE_MEMORY_H 1 |
---|
3248 | | #define HAVE_STRINGS_H 1 |
---|
3249 | | #define HAVE_INTTYPES_H 1 |
---|
3250 | | #define HAVE_STDINT_H 1 |
---|
3251 | | #define HAVE_UNISTD_H 1 |
---|
3252 | | #define __EXTENSIONS__ 1 |
---|
3253 | | #define _ALL_SOURCE 1 |
---|
3254 | | #define _GNU_SOURCE 1 |
---|
3255 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
3256 | | #define _TANDEM_SOURCE 1 |
---|
3257 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
3258 | | #define HAVE_DLFCN_H 1 |
---|
3259 | | #define LT_OBJDIR ".libs/" |
---|
3260 | | #define HAVE_PYTHON_H 1 |
---|
3261 | | #define HAVE_PTHREAD 1 |
---|
3262 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3263 | | #define HAVE_NANOSLEEP 1 |
---|
3264 | | #define HAVE_SYS_IPC_H 1 |
---|
3265 | | #define HAVE_SYS_SHM_H 1 |
---|
3266 | | #define STDC_HEADERS 1 |
---|
3267 | | #define HAVE_SYS_WAIT_H 1 |
---|
3268 | | #define HAVE_FCNTL_H 1 |
---|
3269 | | #define HAVE_LIMITS_H 1 |
---|
3270 | | #define HAVE_STRINGS_H 1 |
---|
3271 | | #define HAVE_TIME_H 1 |
---|
3272 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3273 | | #define HAVE_SYS_TIME_H 1 |
---|
3274 | | #define HAVE_UNISTD_H 1 |
---|
3275 | | #define HAVE_SYS_MMAN_H 1 |
---|
3276 | | #define HAVE_SYS_SELECT_H 1 |
---|
3277 | | #define HAVE_SYS_TYPES_H 1 |
---|
3278 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3279 | | #define HAVE_STDINT_H 1 |
---|
3280 | | #define HAVE_SCHED_H 1 |
---|
3281 | | #define HAVE_SIGNAL_H 1 |
---|
3282 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
3283 | | #define HAVE_NETINET_IN_H 1 |
---|
3284 | | #define TIME_WITH_SYS_TIME 1 |
---|
3285 | | #define AC_APPLE_UNIVERSAL_BUILD 1 |
---|
3286 | | #define HAVE_ALLOCA_H 1 |
---|
3287 | | #define HAVE_ALLOCA 1 |
---|
3288 | | #define HAVE_VALLOC 1 |
---|
3289 | | #define ALIGNED_MALLOC 16 |
---|
3290 | | #define HAVE_VPRINTF 1 |
---|
3291 | | #define HAVE_MMAP 1 |
---|
3292 | | #define HAVE_SELECT 1 |
---|
3293 | | #define HAVE_SOCKET 1 |
---|
3294 | | #define HAVE_STRCSPN 1 |
---|
3295 | | #define HAVE_STRERROR 1 |
---|
3296 | | #define HAVE_STRSPN 1 |
---|
3297 | | #define HAVE_GETPAGESIZE 1 |
---|
3298 | | #define HAVE_SYSCONF 1 |
---|
3299 | | #define HAVE_SNPRINTF 1 |
---|
3300 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3301 | | #define HAVE_NANOSLEEP 1 |
---|
3302 | | #define HAVE_MODF 1 |
---|
3303 | | #define HAVE_SQRT 1 |
---|
3304 | | #define HAVE_SIGACTION 1 |
---|
3305 | | #define HAVE_SIGPROCMASK 1 |
---|
3306 | | #define HAVE_PTHREAD_SIGMASK 1 |
---|
3307 | | #define HAVE_SINF 1 |
---|
3308 | | #define HAVE_COSF 1 |
---|
3309 | | #define HAVE_TRUNC 1 |
---|
3310 | | #define HAVE_LOG2 1 |
---|
3311 | | #define HAVE_SHM_OPEN 1 |
---|
3312 | | #define HAVE_SYS_TYPES_H 1 |
---|
3313 | | #define HAVE_FCNTL_H 1 |
---|
3314 | | /* end confdefs.h. */ |
---|
3315 | | |
---|
3316 | | #if HAVE_WINDOWS_H |
---|
3317 | | #include <windows.h> |
---|
3318 | | #endif |
---|
3319 | | |
---|
3320 | | |
---|
3321 | | #include <winbase.h> |
---|
3322 | configure:26894: result: no |
---|
3323 | configure:26921: checking for getopt |
---|
3324 | configure:26977: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
3325 | configure:26984: $? = 0 |
---|
3326 | configure:27006: result: yes |
---|
3327 | configure:26921: checking for usleep |
---|
3328 | configure:26977: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
3329 | configure:26984: $? = 0 |
---|
3330 | configure:27006: result: yes |
---|
3331 | configure:26921: checking for gettimeofday |
---|
3332 | configure:27006: result: yes |
---|
3333 | configure:26921: checking for nanosleep |
---|
3334 | configure:27006: result: yes |
---|
3335 | configure:26921: checking for rand |
---|
3336 | configure:26977: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
3337 | configure:26984: $? = 0 |
---|
3338 | configure:27006: result: yes |
---|
3339 | configure:26921: checking for srand |
---|
3340 | configure:26977: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
3341 | configure:26984: $? = 0 |
---|
3342 | configure:27006: result: yes |
---|
3343 | configure:26921: checking for random |
---|
3344 | configure:26977: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
3345 | configure:26984: $? = 0 |
---|
3346 | configure:27006: result: yes |
---|
3347 | configure:26921: checking for srandom |
---|
3348 | configure:26977: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
3349 | configure:26984: $? = 0 |
---|
3350 | configure:27006: result: yes |
---|
3351 | configure:26921: checking for sleep |
---|
3352 | configure:26977: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
3353 | configure:26984: $? = 0 |
---|
3354 | configure:27006: result: yes |
---|
3355 | configure:26921: checking for sigaction |
---|
3356 | configure:27006: result: yes |
---|
3357 | configure:27018: checking for struct timezone |
---|
3358 | configure:27061: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
3359 | configure:27068: $? = 0 |
---|
3360 | configure:27110: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
3361 | conftest.c: In function 'main': |
---|
3362 | conftest.c:111: error: syntax error before ')' token |
---|
3363 | configure:27117: $? = 1 |
---|
3364 | configure: failed program was: |
---|
3365 | | /* confdefs.h. */ |
---|
3366 | | #define PACKAGE_NAME "" |
---|
3367 | | #define PACKAGE_TARNAME "" |
---|
3368 | | #define PACKAGE_VERSION "" |
---|
3369 | | #define PACKAGE_STRING "" |
---|
3370 | | #define PACKAGE_BUGREPORT "" |
---|
3371 | | #define PACKAGE "gnuradio" |
---|
3372 | | #define VERSION "3.2.2" |
---|
3373 | | #define STDC_HEADERS 1 |
---|
3374 | | #define HAVE_SYS_TYPES_H 1 |
---|
3375 | | #define HAVE_SYS_STAT_H 1 |
---|
3376 | | #define HAVE_STDLIB_H 1 |
---|
3377 | | #define HAVE_STRING_H 1 |
---|
3378 | | #define HAVE_MEMORY_H 1 |
---|
3379 | | #define HAVE_STRINGS_H 1 |
---|
3380 | | #define HAVE_INTTYPES_H 1 |
---|
3381 | | #define HAVE_STDINT_H 1 |
---|
3382 | | #define HAVE_UNISTD_H 1 |
---|
3383 | | #define __EXTENSIONS__ 1 |
---|
3384 | | #define _ALL_SOURCE 1 |
---|
3385 | | #define _GNU_SOURCE 1 |
---|
3386 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
3387 | | #define _TANDEM_SOURCE 1 |
---|
3388 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
3389 | | #define HAVE_DLFCN_H 1 |
---|
3390 | | #define LT_OBJDIR ".libs/" |
---|
3391 | | #define HAVE_PYTHON_H 1 |
---|
3392 | | #define HAVE_PTHREAD 1 |
---|
3393 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3394 | | #define HAVE_NANOSLEEP 1 |
---|
3395 | | #define HAVE_SYS_IPC_H 1 |
---|
3396 | | #define HAVE_SYS_SHM_H 1 |
---|
3397 | | #define STDC_HEADERS 1 |
---|
3398 | | #define HAVE_SYS_WAIT_H 1 |
---|
3399 | | #define HAVE_FCNTL_H 1 |
---|
3400 | | #define HAVE_LIMITS_H 1 |
---|
3401 | | #define HAVE_STRINGS_H 1 |
---|
3402 | | #define HAVE_TIME_H 1 |
---|
3403 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3404 | | #define HAVE_SYS_TIME_H 1 |
---|
3405 | | #define HAVE_UNISTD_H 1 |
---|
3406 | | #define HAVE_SYS_MMAN_H 1 |
---|
3407 | | #define HAVE_SYS_SELECT_H 1 |
---|
3408 | | #define HAVE_SYS_TYPES_H 1 |
---|
3409 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3410 | | #define HAVE_STDINT_H 1 |
---|
3411 | | #define HAVE_SCHED_H 1 |
---|
3412 | | #define HAVE_SIGNAL_H 1 |
---|
3413 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
3414 | | #define HAVE_NETINET_IN_H 1 |
---|
3415 | | #define TIME_WITH_SYS_TIME 1 |
---|
3416 | | #define AC_APPLE_UNIVERSAL_BUILD 1 |
---|
3417 | | #define HAVE_ALLOCA_H 1 |
---|
3418 | | #define HAVE_ALLOCA 1 |
---|
3419 | | #define HAVE_VALLOC 1 |
---|
3420 | | #define ALIGNED_MALLOC 16 |
---|
3421 | | #define HAVE_VPRINTF 1 |
---|
3422 | | #define HAVE_MMAP 1 |
---|
3423 | | #define HAVE_SELECT 1 |
---|
3424 | | #define HAVE_SOCKET 1 |
---|
3425 | | #define HAVE_STRCSPN 1 |
---|
3426 | | #define HAVE_STRERROR 1 |
---|
3427 | | #define HAVE_STRSPN 1 |
---|
3428 | | #define HAVE_GETPAGESIZE 1 |
---|
3429 | | #define HAVE_SYSCONF 1 |
---|
3430 | | #define HAVE_SNPRINTF 1 |
---|
3431 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3432 | | #define HAVE_NANOSLEEP 1 |
---|
3433 | | #define HAVE_MODF 1 |
---|
3434 | | #define HAVE_SQRT 1 |
---|
3435 | | #define HAVE_SIGACTION 1 |
---|
3436 | | #define HAVE_SIGPROCMASK 1 |
---|
3437 | | #define HAVE_PTHREAD_SIGMASK 1 |
---|
3438 | | #define HAVE_SINF 1 |
---|
3439 | | #define HAVE_COSF 1 |
---|
3440 | | #define HAVE_TRUNC 1 |
---|
3441 | | #define HAVE_LOG2 1 |
---|
3442 | | #define HAVE_SHM_OPEN 1 |
---|
3443 | | #define HAVE_SYS_TYPES_H 1 |
---|
3444 | | #define HAVE_FCNTL_H 1 |
---|
3445 | | #define HAVE_GETOPT 1 |
---|
3446 | | #define HAVE_USLEEP 1 |
---|
3447 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3448 | | #define HAVE_NANOSLEEP 1 |
---|
3449 | | #define HAVE_RAND 1 |
---|
3450 | | #define HAVE_SRAND 1 |
---|
3451 | | #define HAVE_RANDOM 1 |
---|
3452 | | #define HAVE_SRANDOM 1 |
---|
3453 | | #define HAVE_SLEEP 1 |
---|
3454 | | #define HAVE_SIGACTION 1 |
---|
3455 | | /* end confdefs.h. */ |
---|
3456 | | |
---|
3457 | | #if HAVE_SYS_TYPES_H |
---|
3458 | | # include <sys/types.h> |
---|
3459 | | #endif |
---|
3460 | | #if TIME_WITH_SYS_TIME |
---|
3461 | | # include <sys/time.h> |
---|
3462 | | # include <time.h> |
---|
3463 | | #else |
---|
3464 | | # if HAVE_SYS_TIME_H |
---|
3465 | | # include <sys/time.h> |
---|
3466 | | # else |
---|
3467 | | # include <time.h> |
---|
3468 | | # endif |
---|
3469 | | #endif |
---|
3470 | | |
---|
3471 | | |
---|
3472 | | int |
---|
3473 | | main () |
---|
3474 | | { |
---|
3475 | | if (sizeof ((struct timezone))) |
---|
3476 | | return 0; |
---|
3477 | | ; |
---|
3478 | | return 0; |
---|
3479 | | } |
---|
3480 | configure:27140: result: yes |
---|
3481 | configure:27150: checking for struct timespec |
---|
3482 | configure:27193: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
3483 | configure:27200: $? = 0 |
---|
3484 | configure:27242: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
3485 | conftest.c: In function 'main': |
---|
3486 | conftest.c:112: error: syntax error before ')' token |
---|
3487 | configure:27249: $? = 1 |
---|
3488 | configure: failed program was: |
---|
3489 | | /* confdefs.h. */ |
---|
3490 | | #define PACKAGE_NAME "" |
---|
3491 | | #define PACKAGE_TARNAME "" |
---|
3492 | | #define PACKAGE_VERSION "" |
---|
3493 | | #define PACKAGE_STRING "" |
---|
3494 | | #define PACKAGE_BUGREPORT "" |
---|
3495 | | #define PACKAGE "gnuradio" |
---|
3496 | | #define VERSION "3.2.2" |
---|
3497 | | #define STDC_HEADERS 1 |
---|
3498 | | #define HAVE_SYS_TYPES_H 1 |
---|
3499 | | #define HAVE_SYS_STAT_H 1 |
---|
3500 | | #define HAVE_STDLIB_H 1 |
---|
3501 | | #define HAVE_STRING_H 1 |
---|
3502 | | #define HAVE_MEMORY_H 1 |
---|
3503 | | #define HAVE_STRINGS_H 1 |
---|
3504 | | #define HAVE_INTTYPES_H 1 |
---|
3505 | | #define HAVE_STDINT_H 1 |
---|
3506 | | #define HAVE_UNISTD_H 1 |
---|
3507 | | #define __EXTENSIONS__ 1 |
---|
3508 | | #define _ALL_SOURCE 1 |
---|
3509 | | #define _GNU_SOURCE 1 |
---|
3510 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
3511 | | #define _TANDEM_SOURCE 1 |
---|
3512 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
3513 | | #define HAVE_DLFCN_H 1 |
---|
3514 | | #define LT_OBJDIR ".libs/" |
---|
3515 | | #define HAVE_PYTHON_H 1 |
---|
3516 | | #define HAVE_PTHREAD 1 |
---|
3517 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3518 | | #define HAVE_NANOSLEEP 1 |
---|
3519 | | #define HAVE_SYS_IPC_H 1 |
---|
3520 | | #define HAVE_SYS_SHM_H 1 |
---|
3521 | | #define STDC_HEADERS 1 |
---|
3522 | | #define HAVE_SYS_WAIT_H 1 |
---|
3523 | | #define HAVE_FCNTL_H 1 |
---|
3524 | | #define HAVE_LIMITS_H 1 |
---|
3525 | | #define HAVE_STRINGS_H 1 |
---|
3526 | | #define HAVE_TIME_H 1 |
---|
3527 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3528 | | #define HAVE_SYS_TIME_H 1 |
---|
3529 | | #define HAVE_UNISTD_H 1 |
---|
3530 | | #define HAVE_SYS_MMAN_H 1 |
---|
3531 | | #define HAVE_SYS_SELECT_H 1 |
---|
3532 | | #define HAVE_SYS_TYPES_H 1 |
---|
3533 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3534 | | #define HAVE_STDINT_H 1 |
---|
3535 | | #define HAVE_SCHED_H 1 |
---|
3536 | | #define HAVE_SIGNAL_H 1 |
---|
3537 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
3538 | | #define HAVE_NETINET_IN_H 1 |
---|
3539 | | #define TIME_WITH_SYS_TIME 1 |
---|
3540 | | #define AC_APPLE_UNIVERSAL_BUILD 1 |
---|
3541 | | #define HAVE_ALLOCA_H 1 |
---|
3542 | | #define HAVE_ALLOCA 1 |
---|
3543 | | #define HAVE_VALLOC 1 |
---|
3544 | | #define ALIGNED_MALLOC 16 |
---|
3545 | | #define HAVE_VPRINTF 1 |
---|
3546 | | #define HAVE_MMAP 1 |
---|
3547 | | #define HAVE_SELECT 1 |
---|
3548 | | #define HAVE_SOCKET 1 |
---|
3549 | | #define HAVE_STRCSPN 1 |
---|
3550 | | #define HAVE_STRERROR 1 |
---|
3551 | | #define HAVE_STRSPN 1 |
---|
3552 | | #define HAVE_GETPAGESIZE 1 |
---|
3553 | | #define HAVE_SYSCONF 1 |
---|
3554 | | #define HAVE_SNPRINTF 1 |
---|
3555 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3556 | | #define HAVE_NANOSLEEP 1 |
---|
3557 | | #define HAVE_MODF 1 |
---|
3558 | | #define HAVE_SQRT 1 |
---|
3559 | | #define HAVE_SIGACTION 1 |
---|
3560 | | #define HAVE_SIGPROCMASK 1 |
---|
3561 | | #define HAVE_PTHREAD_SIGMASK 1 |
---|
3562 | | #define HAVE_SINF 1 |
---|
3563 | | #define HAVE_COSF 1 |
---|
3564 | | #define HAVE_TRUNC 1 |
---|
3565 | | #define HAVE_LOG2 1 |
---|
3566 | | #define HAVE_SHM_OPEN 1 |
---|
3567 | | #define HAVE_SYS_TYPES_H 1 |
---|
3568 | | #define HAVE_FCNTL_H 1 |
---|
3569 | | #define HAVE_GETOPT 1 |
---|
3570 | | #define HAVE_USLEEP 1 |
---|
3571 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3572 | | #define HAVE_NANOSLEEP 1 |
---|
3573 | | #define HAVE_RAND 1 |
---|
3574 | | #define HAVE_SRAND 1 |
---|
3575 | | #define HAVE_RANDOM 1 |
---|
3576 | | #define HAVE_SRANDOM 1 |
---|
3577 | | #define HAVE_SLEEP 1 |
---|
3578 | | #define HAVE_SIGACTION 1 |
---|
3579 | | #define HAVE_STRUCT_TIMEZONE 1 |
---|
3580 | | /* end confdefs.h. */ |
---|
3581 | | |
---|
3582 | | #if HAVE_SYS_TYPES_H |
---|
3583 | | # include <sys/types.h> |
---|
3584 | | #endif |
---|
3585 | | #if TIME_WITH_SYS_TIME |
---|
3586 | | # include <sys/time.h> |
---|
3587 | | # include <time.h> |
---|
3588 | | #else |
---|
3589 | | # if HAVE_SYS_TIME_H |
---|
3590 | | # include <sys/time.h> |
---|
3591 | | # else |
---|
3592 | | # include <time.h> |
---|
3593 | | # endif |
---|
3594 | | #endif |
---|
3595 | | |
---|
3596 | | |
---|
3597 | | int |
---|
3598 | | main () |
---|
3599 | | { |
---|
3600 | | if (sizeof ((struct timespec))) |
---|
3601 | | return 0; |
---|
3602 | | ; |
---|
3603 | | return 0; |
---|
3604 | | } |
---|
3605 | configure:27272: result: yes |
---|
3606 | configure:27282: checking for ssize_t |
---|
3607 | configure:27325: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
3608 | configure:27332: $? = 0 |
---|
3609 | configure:27374: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
3610 | conftest.c: In function 'main': |
---|
3611 | conftest.c:113: error: syntax error before ')' token |
---|
3612 | configure:27381: $? = 1 |
---|
3613 | configure: failed program was: |
---|
3614 | | /* confdefs.h. */ |
---|
3615 | | #define PACKAGE_NAME "" |
---|
3616 | | #define PACKAGE_TARNAME "" |
---|
3617 | | #define PACKAGE_VERSION "" |
---|
3618 | | #define PACKAGE_STRING "" |
---|
3619 | | #define PACKAGE_BUGREPORT "" |
---|
3620 | | #define PACKAGE "gnuradio" |
---|
3621 | | #define VERSION "3.2.2" |
---|
3622 | | #define STDC_HEADERS 1 |
---|
3623 | | #define HAVE_SYS_TYPES_H 1 |
---|
3624 | | #define HAVE_SYS_STAT_H 1 |
---|
3625 | | #define HAVE_STDLIB_H 1 |
---|
3626 | | #define HAVE_STRING_H 1 |
---|
3627 | | #define HAVE_MEMORY_H 1 |
---|
3628 | | #define HAVE_STRINGS_H 1 |
---|
3629 | | #define HAVE_INTTYPES_H 1 |
---|
3630 | | #define HAVE_STDINT_H 1 |
---|
3631 | | #define HAVE_UNISTD_H 1 |
---|
3632 | | #define __EXTENSIONS__ 1 |
---|
3633 | | #define _ALL_SOURCE 1 |
---|
3634 | | #define _GNU_SOURCE 1 |
---|
3635 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
3636 | | #define _TANDEM_SOURCE 1 |
---|
3637 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
3638 | | #define HAVE_DLFCN_H 1 |
---|
3639 | | #define LT_OBJDIR ".libs/" |
---|
3640 | | #define HAVE_PYTHON_H 1 |
---|
3641 | | #define HAVE_PTHREAD 1 |
---|
3642 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3643 | | #define HAVE_NANOSLEEP 1 |
---|
3644 | | #define HAVE_SYS_IPC_H 1 |
---|
3645 | | #define HAVE_SYS_SHM_H 1 |
---|
3646 | | #define STDC_HEADERS 1 |
---|
3647 | | #define HAVE_SYS_WAIT_H 1 |
---|
3648 | | #define HAVE_FCNTL_H 1 |
---|
3649 | | #define HAVE_LIMITS_H 1 |
---|
3650 | | #define HAVE_STRINGS_H 1 |
---|
3651 | | #define HAVE_TIME_H 1 |
---|
3652 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3653 | | #define HAVE_SYS_TIME_H 1 |
---|
3654 | | #define HAVE_UNISTD_H 1 |
---|
3655 | | #define HAVE_SYS_MMAN_H 1 |
---|
3656 | | #define HAVE_SYS_SELECT_H 1 |
---|
3657 | | #define HAVE_SYS_TYPES_H 1 |
---|
3658 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3659 | | #define HAVE_STDINT_H 1 |
---|
3660 | | #define HAVE_SCHED_H 1 |
---|
3661 | | #define HAVE_SIGNAL_H 1 |
---|
3662 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
3663 | | #define HAVE_NETINET_IN_H 1 |
---|
3664 | | #define TIME_WITH_SYS_TIME 1 |
---|
3665 | | #define AC_APPLE_UNIVERSAL_BUILD 1 |
---|
3666 | | #define HAVE_ALLOCA_H 1 |
---|
3667 | | #define HAVE_ALLOCA 1 |
---|
3668 | | #define HAVE_VALLOC 1 |
---|
3669 | | #define ALIGNED_MALLOC 16 |
---|
3670 | | #define HAVE_VPRINTF 1 |
---|
3671 | | #define HAVE_MMAP 1 |
---|
3672 | | #define HAVE_SELECT 1 |
---|
3673 | | #define HAVE_SOCKET 1 |
---|
3674 | | #define HAVE_STRCSPN 1 |
---|
3675 | | #define HAVE_STRERROR 1 |
---|
3676 | | #define HAVE_STRSPN 1 |
---|
3677 | | #define HAVE_GETPAGESIZE 1 |
---|
3678 | | #define HAVE_SYSCONF 1 |
---|
3679 | | #define HAVE_SNPRINTF 1 |
---|
3680 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3681 | | #define HAVE_NANOSLEEP 1 |
---|
3682 | | #define HAVE_MODF 1 |
---|
3683 | | #define HAVE_SQRT 1 |
---|
3684 | | #define HAVE_SIGACTION 1 |
---|
3685 | | #define HAVE_SIGPROCMASK 1 |
---|
3686 | | #define HAVE_PTHREAD_SIGMASK 1 |
---|
3687 | | #define HAVE_SINF 1 |
---|
3688 | | #define HAVE_COSF 1 |
---|
3689 | | #define HAVE_TRUNC 1 |
---|
3690 | | #define HAVE_LOG2 1 |
---|
3691 | | #define HAVE_SHM_OPEN 1 |
---|
3692 | | #define HAVE_SYS_TYPES_H 1 |
---|
3693 | | #define HAVE_FCNTL_H 1 |
---|
3694 | | #define HAVE_GETOPT 1 |
---|
3695 | | #define HAVE_USLEEP 1 |
---|
3696 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3697 | | #define HAVE_NANOSLEEP 1 |
---|
3698 | | #define HAVE_RAND 1 |
---|
3699 | | #define HAVE_SRAND 1 |
---|
3700 | | #define HAVE_RANDOM 1 |
---|
3701 | | #define HAVE_SRANDOM 1 |
---|
3702 | | #define HAVE_SLEEP 1 |
---|
3703 | | #define HAVE_SIGACTION 1 |
---|
3704 | | #define HAVE_STRUCT_TIMEZONE 1 |
---|
3705 | | #define HAVE_STRUCT_TIMESPEC 1 |
---|
3706 | | /* end confdefs.h. */ |
---|
3707 | | |
---|
3708 | | #if HAVE_SYS_TYPES_H |
---|
3709 | | # include <sys/types.h> |
---|
3710 | | #endif |
---|
3711 | | #if TIME_WITH_SYS_TIME |
---|
3712 | | # include <sys/time.h> |
---|
3713 | | # include <time.h> |
---|
3714 | | #else |
---|
3715 | | # if HAVE_SYS_TIME_H |
---|
3716 | | # include <sys/time.h> |
---|
3717 | | # else |
---|
3718 | | # include <time.h> |
---|
3719 | | # endif |
---|
3720 | | #endif |
---|
3721 | | |
---|
3722 | | |
---|
3723 | | int |
---|
3724 | | main () |
---|
3725 | | { |
---|
3726 | | if (sizeof ((ssize_t))) |
---|
3727 | | return 0; |
---|
3728 | | ; |
---|
3729 | | return 0; |
---|
3730 | | } |
---|
3731 | configure:27404: result: yes |
---|
3732 | configure:27422: checking for getopt |
---|
3733 | configure:27507: result: yes |
---|
3734 | configure:27422: checking for usleep |
---|
3735 | configure:27507: result: yes |
---|
3736 | configure:27422: checking for gettimeofday |
---|
3737 | configure:27507: result: yes |
---|
3738 | configure:27529: checking for Sleep |
---|
3739 | configure:27554: /usr/bin/gcc-4.0 -o conftest -O2 -arch i386 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
3740 | conftest.c:98:24: error: windows.h: No such file or directory |
---|
3741 | conftest.c:99:37: error: winbase.h: No such file or directory |
---|
3742 | configure:27561: $? = 1 |
---|
3743 | configure: failed program was: |
---|
3744 | | /* confdefs.h. */ |
---|
3745 | | #define PACKAGE_NAME "" |
---|
3746 | | #define PACKAGE_TARNAME "" |
---|
3747 | | #define PACKAGE_VERSION "" |
---|
3748 | | #define PACKAGE_STRING "" |
---|
3749 | | #define PACKAGE_BUGREPORT "" |
---|
3750 | | #define PACKAGE "gnuradio" |
---|
3751 | | #define VERSION "3.2.2" |
---|
3752 | | #define STDC_HEADERS 1 |
---|
3753 | | #define HAVE_SYS_TYPES_H 1 |
---|
3754 | | #define HAVE_SYS_STAT_H 1 |
---|
3755 | | #define HAVE_STDLIB_H 1 |
---|
3756 | | #define HAVE_STRING_H 1 |
---|
3757 | | #define HAVE_MEMORY_H 1 |
---|
3758 | | #define HAVE_STRINGS_H 1 |
---|
3759 | | #define HAVE_INTTYPES_H 1 |
---|
3760 | | #define HAVE_STDINT_H 1 |
---|
3761 | | #define HAVE_UNISTD_H 1 |
---|
3762 | | #define __EXTENSIONS__ 1 |
---|
3763 | | #define _ALL_SOURCE 1 |
---|
3764 | | #define _GNU_SOURCE 1 |
---|
3765 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
3766 | | #define _TANDEM_SOURCE 1 |
---|
3767 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
3768 | | #define HAVE_DLFCN_H 1 |
---|
3769 | | #define LT_OBJDIR ".libs/" |
---|
3770 | | #define HAVE_PYTHON_H 1 |
---|
3771 | | #define HAVE_PTHREAD 1 |
---|
3772 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3773 | | #define HAVE_NANOSLEEP 1 |
---|
3774 | | #define HAVE_SYS_IPC_H 1 |
---|
3775 | | #define HAVE_SYS_SHM_H 1 |
---|
3776 | | #define STDC_HEADERS 1 |
---|
3777 | | #define HAVE_SYS_WAIT_H 1 |
---|
3778 | | #define HAVE_FCNTL_H 1 |
---|
3779 | | #define HAVE_LIMITS_H 1 |
---|
3780 | | #define HAVE_STRINGS_H 1 |
---|
3781 | | #define HAVE_TIME_H 1 |
---|
3782 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3783 | | #define HAVE_SYS_TIME_H 1 |
---|
3784 | | #define HAVE_UNISTD_H 1 |
---|
3785 | | #define HAVE_SYS_MMAN_H 1 |
---|
3786 | | #define HAVE_SYS_SELECT_H 1 |
---|
3787 | | #define HAVE_SYS_TYPES_H 1 |
---|
3788 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3789 | | #define HAVE_STDINT_H 1 |
---|
3790 | | #define HAVE_SCHED_H 1 |
---|
3791 | | #define HAVE_SIGNAL_H 1 |
---|
3792 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
3793 | | #define HAVE_NETINET_IN_H 1 |
---|
3794 | | #define TIME_WITH_SYS_TIME 1 |
---|
3795 | | #define AC_APPLE_UNIVERSAL_BUILD 1 |
---|
3796 | | #define HAVE_ALLOCA_H 1 |
---|
3797 | | #define HAVE_ALLOCA 1 |
---|
3798 | | #define HAVE_VALLOC 1 |
---|
3799 | | #define ALIGNED_MALLOC 16 |
---|
3800 | | #define HAVE_VPRINTF 1 |
---|
3801 | | #define HAVE_MMAP 1 |
---|
3802 | | #define HAVE_SELECT 1 |
---|
3803 | | #define HAVE_SOCKET 1 |
---|
3804 | | #define HAVE_STRCSPN 1 |
---|
3805 | | #define HAVE_STRERROR 1 |
---|
3806 | | #define HAVE_STRSPN 1 |
---|
3807 | | #define HAVE_GETPAGESIZE 1 |
---|
3808 | | #define HAVE_SYSCONF 1 |
---|
3809 | | #define HAVE_SNPRINTF 1 |
---|
3810 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3811 | | #define HAVE_NANOSLEEP 1 |
---|
3812 | | #define HAVE_MODF 1 |
---|
3813 | | #define HAVE_SQRT 1 |
---|
3814 | | #define HAVE_SIGACTION 1 |
---|
3815 | | #define HAVE_SIGPROCMASK 1 |
---|
3816 | | #define HAVE_PTHREAD_SIGMASK 1 |
---|
3817 | | #define HAVE_SINF 1 |
---|
3818 | | #define HAVE_COSF 1 |
---|
3819 | | #define HAVE_TRUNC 1 |
---|
3820 | | #define HAVE_LOG2 1 |
---|
3821 | | #define HAVE_SHM_OPEN 1 |
---|
3822 | | #define HAVE_SYS_TYPES_H 1 |
---|
3823 | | #define HAVE_FCNTL_H 1 |
---|
3824 | | #define HAVE_GETOPT 1 |
---|
3825 | | #define HAVE_USLEEP 1 |
---|
3826 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3827 | | #define HAVE_NANOSLEEP 1 |
---|
3828 | | #define HAVE_RAND 1 |
---|
3829 | | #define HAVE_SRAND 1 |
---|
3830 | | #define HAVE_RANDOM 1 |
---|
3831 | | #define HAVE_SRANDOM 1 |
---|
3832 | | #define HAVE_SLEEP 1 |
---|
3833 | | #define HAVE_SIGACTION 1 |
---|
3834 | | #define HAVE_STRUCT_TIMEZONE 1 |
---|
3835 | | #define HAVE_STRUCT_TIMESPEC 1 |
---|
3836 | | #define HAVE_SSIZE_T 1 |
---|
3837 | | #define HAVE_GETOPT 1 |
---|
3838 | | #define HAVE_USLEEP 1 |
---|
3839 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3840 | | /* end confdefs.h. */ |
---|
3841 | | #include <windows.h> |
---|
3842 | | #include <winbase.h> |
---|
3843 | | |
---|
3844 | | int |
---|
3845 | | main () |
---|
3846 | | { |
---|
3847 | | Sleep(0); |
---|
3848 | | ; |
---|
3849 | | return 0; |
---|
3850 | | } |
---|
3851 | configure:27580: result: no |
---|
3852 | configure:27589: checking whether mkdir accepts only one arg |
---|
3853 | configure:27616: /usr/bin/gcc-4.0 -c -O2 -arch i386 -I/opt/local/include conftest.c >&5 |
---|
3854 | conftest.c: In function 'main': |
---|
3855 | conftest.c:105: error: too few arguments to function 'mkdir' |
---|
3856 | configure:27623: $? = 1 |
---|
3857 | configure: failed program was: |
---|
3858 | | /* confdefs.h. */ |
---|
3859 | | #define PACKAGE_NAME "" |
---|
3860 | | #define PACKAGE_TARNAME "" |
---|
3861 | | #define PACKAGE_VERSION "" |
---|
3862 | | #define PACKAGE_STRING "" |
---|
3863 | | #define PACKAGE_BUGREPORT "" |
---|
3864 | | #define PACKAGE "gnuradio" |
---|
3865 | | #define VERSION "3.2.2" |
---|
3866 | | #define STDC_HEADERS 1 |
---|
3867 | | #define HAVE_SYS_TYPES_H 1 |
---|
3868 | | #define HAVE_SYS_STAT_H 1 |
---|
3869 | | #define HAVE_STDLIB_H 1 |
---|
3870 | | #define HAVE_STRING_H 1 |
---|
3871 | | #define HAVE_MEMORY_H 1 |
---|
3872 | | #define HAVE_STRINGS_H 1 |
---|
3873 | | #define HAVE_INTTYPES_H 1 |
---|
3874 | | #define HAVE_STDINT_H 1 |
---|
3875 | | #define HAVE_UNISTD_H 1 |
---|
3876 | | #define __EXTENSIONS__ 1 |
---|
3877 | | #define _ALL_SOURCE 1 |
---|
3878 | | #define _GNU_SOURCE 1 |
---|
3879 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
3880 | | #define _TANDEM_SOURCE 1 |
---|
3881 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
3882 | | #define HAVE_DLFCN_H 1 |
---|
3883 | | #define LT_OBJDIR ".libs/" |
---|
3884 | | #define HAVE_PYTHON_H 1 |
---|
3885 | | #define HAVE_PTHREAD 1 |
---|
3886 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3887 | | #define HAVE_NANOSLEEP 1 |
---|
3888 | | #define HAVE_SYS_IPC_H 1 |
---|
3889 | | #define HAVE_SYS_SHM_H 1 |
---|
3890 | | #define STDC_HEADERS 1 |
---|
3891 | | #define HAVE_SYS_WAIT_H 1 |
---|
3892 | | #define HAVE_FCNTL_H 1 |
---|
3893 | | #define HAVE_LIMITS_H 1 |
---|
3894 | | #define HAVE_STRINGS_H 1 |
---|
3895 | | #define HAVE_TIME_H 1 |
---|
3896 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3897 | | #define HAVE_SYS_TIME_H 1 |
---|
3898 | | #define HAVE_UNISTD_H 1 |
---|
3899 | | #define HAVE_SYS_MMAN_H 1 |
---|
3900 | | #define HAVE_SYS_SELECT_H 1 |
---|
3901 | | #define HAVE_SYS_TYPES_H 1 |
---|
3902 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3903 | | #define HAVE_STDINT_H 1 |
---|
3904 | | #define HAVE_SCHED_H 1 |
---|
3905 | | #define HAVE_SIGNAL_H 1 |
---|
3906 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
3907 | | #define HAVE_NETINET_IN_H 1 |
---|
3908 | | #define TIME_WITH_SYS_TIME 1 |
---|
3909 | | #define AC_APPLE_UNIVERSAL_BUILD 1 |
---|
3910 | | #define HAVE_ALLOCA_H 1 |
---|
3911 | | #define HAVE_ALLOCA 1 |
---|
3912 | | #define HAVE_VALLOC 1 |
---|
3913 | | #define ALIGNED_MALLOC 16 |
---|
3914 | | #define HAVE_VPRINTF 1 |
---|
3915 | | #define HAVE_MMAP 1 |
---|
3916 | | #define HAVE_SELECT 1 |
---|
3917 | | #define HAVE_SOCKET 1 |
---|
3918 | | #define HAVE_STRCSPN 1 |
---|
3919 | | #define HAVE_STRERROR 1 |
---|
3920 | | #define HAVE_STRSPN 1 |
---|
3921 | | #define HAVE_GETPAGESIZE 1 |
---|
3922 | | #define HAVE_SYSCONF 1 |
---|
3923 | | #define HAVE_SNPRINTF 1 |
---|
3924 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3925 | | #define HAVE_NANOSLEEP 1 |
---|
3926 | | #define HAVE_MODF 1 |
---|
3927 | | #define HAVE_SQRT 1 |
---|
3928 | | #define HAVE_SIGACTION 1 |
---|
3929 | | #define HAVE_SIGPROCMASK 1 |
---|
3930 | | #define HAVE_PTHREAD_SIGMASK 1 |
---|
3931 | | #define HAVE_SINF 1 |
---|
3932 | | #define HAVE_COSF 1 |
---|
3933 | | #define HAVE_TRUNC 1 |
---|
3934 | | #define HAVE_LOG2 1 |
---|
3935 | | #define HAVE_SHM_OPEN 1 |
---|
3936 | | #define HAVE_SYS_TYPES_H 1 |
---|
3937 | | #define HAVE_FCNTL_H 1 |
---|
3938 | | #define HAVE_GETOPT 1 |
---|
3939 | | #define HAVE_USLEEP 1 |
---|
3940 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3941 | | #define HAVE_NANOSLEEP 1 |
---|
3942 | | #define HAVE_RAND 1 |
---|
3943 | | #define HAVE_SRAND 1 |
---|
3944 | | #define HAVE_RANDOM 1 |
---|
3945 | | #define HAVE_SRANDOM 1 |
---|
3946 | | #define HAVE_SLEEP 1 |
---|
3947 | | #define HAVE_SIGACTION 1 |
---|
3948 | | #define HAVE_STRUCT_TIMEZONE 1 |
---|
3949 | | #define HAVE_STRUCT_TIMESPEC 1 |
---|
3950 | | #define HAVE_SSIZE_T 1 |
---|
3951 | | #define HAVE_GETOPT 1 |
---|
3952 | | #define HAVE_USLEEP 1 |
---|
3953 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3954 | | /* end confdefs.h. */ |
---|
3955 | | #include <sys/types.h> |
---|
3956 | | #include <sys/stat.h> |
---|
3957 | | #include <fcntl.h> |
---|
3958 | | int |
---|
3959 | | main () |
---|
3960 | | { |
---|
3961 | | |
---|
3962 | | mkdir("") |
---|
3963 | | |
---|
3964 | | ; |
---|
3965 | | return 0; |
---|
3966 | | } |
---|
3967 | configure:27639: result: no |
---|
3968 | configure:27654: checking for dot |
---|
3969 | configure:27682: result: NO |
---|
3970 | configure:27740: checking for pkg-config |
---|
3971 | configure:27758: found /opt/local/bin/pkg-config |
---|
3972 | configure:27770: result: /opt/local/bin/pkg-config |
---|
3973 | configure:27795: checking pkg-config is at least version 0.18 |
---|
3974 | configure:27798: result: yes |
---|
3975 | configure:27811: checking for FFTW3F |
---|
3976 | configure:27819: $PKG_CONFIG --exists --print-errors "fftw3f >= 3.0" |
---|
3977 | configure:27822: $? = 0 |
---|
3978 | configure:27867: $PKG_CONFIG --exists --print-errors "fftw3f >= 3.0" |
---|
3979 | configure:27870: $? = 0 |
---|
3980 | configure:27887: $PKG_CONFIG --exists --print-errors "fftw3f >= 3.0" |
---|
3981 | configure:27890: $? = 0 |
---|
3982 | configure:27980: result: yes |
---|
3983 | configure:28511: checking for machine dependent speedups |
---|
3984 | configure:28513: result: x86, x86 |
---|
3985 | configure:28553: $PKG_CONFIG --exists --print-errors "cppunit" |
---|
3986 | configure:28556: $? = 0 |
---|
3987 | configure:28562: checking for CPPUNIT |
---|
3988 | configure:28570: $PKG_CONFIG --exists --print-errors "cppunit >= 1.9.14" |
---|
3989 | configure:28573: $? = 0 |
---|
3990 | configure:28618: $PKG_CONFIG --exists --print-errors "cppunit >= 1.9.14" |
---|
3991 | configure:28621: $? = 0 |
---|
3992 | configure:28638: $PKG_CONFIG --exists --print-errors "cppunit >= 1.9.14" |
---|
3993 | configure:28641: $? = 0 |
---|
3994 | configure:28731: result: yes |
---|
3995 | configure:28873: checking for guile |
---|
3996 | configure:28891: found /opt/local/bin/guile |
---|
3997 | configure:28903: result: /opt/local/bin/guile |
---|
3998 | configure:28963: checking for boost >= 1.35 |
---|
3999 | configure:29035: /usr/bin/g++-4.0 -c -O2 -arch i386 -I/opt/local/include -I/opt/local/include conftest.cpp >&5 |
---|
4000 | configure:29042: $? = 0 |
---|
4001 | configure:29047: result: yes |
---|
4002 | configure:29242: checking whether the boost::thread includes are available |
---|
4003 | configure:29275: /usr/bin/g++-4.0 -c -O2 -arch i386 -D_THREAD_SAFE -I/opt/local/include -I/opt/local/include conftest.cpp >&5 |
---|
4004 | configure:29282: $? = 0 |
---|
4005 | configure:29304: result: yes |
---|
4006 | configure:29414: checking for exit in -lboost_thread-mt-d |
---|
4007 | configure:29449: /usr/bin/g++-4.0 -o conftest -O2 -arch i386 -D_THREAD_SAFE -I/opt/local/include -I/opt/local/include -L/opt/local/lib -L/opt/local/lib conftest.cpp -lboost_thread-mt-d >&5 |
---|
4008 | configure:29456: $? = 0 |
---|
4009 | configure:29479: result: yes |
---|
4010 | configure:29547: checking whether the boost::date_time includes are available |
---|
4011 | configure:29579: /usr/bin/g++-4.0 -c -O2 -arch i386 -D_THREAD_SAFE -I/opt/local/include -I/opt/local/include conftest.cpp >&5 |
---|
4012 | configure:29586: $? = 0 |
---|
4013 | configure:29608: result: yes |
---|
4014 | configure:29715: checking for exit in -lboost_date_time-d |
---|
4015 | configure:29750: /usr/bin/g++-4.0 -o conftest -O2 -arch i386 -D_THREAD_SAFE -I/opt/local/include -I/opt/local/include -L/opt/local/lib -L/opt/local/lib conftest.cpp -lboost_date_time-d >&5 |
---|
4016 | configure:29757: $? = 0 |
---|
4017 | configure:29780: result: yes |
---|
4018 | configure:29844: checking whether the boost::program_options includes are available |
---|
4019 | configure:29877: /usr/bin/g++-4.0 -c -O2 -arch i386 -D_THREAD_SAFE -I/opt/local/include -I/opt/local/include conftest.cpp >&5 |
---|
4020 | configure:29884: $? = 0 |
---|
4021 | configure:29906: result: yes |
---|
4022 | configure:30013: checking for exit in -lboost_program_options-d |
---|
4023 | configure:30048: /usr/bin/g++-4.0 -o conftest -O2 -arch i386 -D_THREAD_SAFE -I/opt/local/include -I/opt/local/include -L/opt/local/lib -L/opt/local/lib conftest.cpp -lboost_program_options-d >&5 |
---|
4024 | configure:30055: $? = 0 |
---|
4025 | configure:30078: result: yes |
---|
4026 | configure:30114: checking for svn |
---|
4027 | configure:30132: found /usr/bin/svn |
---|
4028 | configure:30144: result: /usr/bin/svn |
---|
4029 | configure:30224: $PKG_CONFIG --exists --print-errors "${pc_comp_name}" |
---|
4030 | configure:30227: $? = 0 |
---|
4031 | configure:30294: checking arpa/inet.h usability |
---|
4032 | configure:30311: /usr/bin/gcc-4.0 -c -O2 -arch i386 -D_THREAD_SAFE -I/opt/local/include conftest.c >&5 |
---|
4033 | configure:30318: $? = 0 |
---|
4034 | configure:30332: result: yes |
---|
4035 | configure:30336: checking arpa/inet.h presence |
---|
4036 | configure:30351: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
4037 | configure:30358: $? = 0 |
---|
4038 | configure:30372: result: yes |
---|
4039 | configure:30400: checking for arpa/inet.h |
---|
4040 | configure:30407: result: yes |
---|
4041 | configure:30419: checking for netinet/in.h |
---|
4042 | configure:30424: result: yes |
---|
4043 | configure:30562: checking byteswap.h usability |
---|
4044 | configure:30579: /usr/bin/gcc-4.0 -c -O2 -arch i386 -D_THREAD_SAFE -I/opt/local/include conftest.c >&5 |
---|
4045 | conftest.c:135:22: error: byteswap.h: No such file or directory |
---|
4046 | configure:30586: $? = 1 |
---|
4047 | configure: failed program was: |
---|
4048 | | /* confdefs.h. */ |
---|
4049 | | #define PACKAGE_NAME "" |
---|
4050 | | #define PACKAGE_TARNAME "" |
---|
4051 | | #define PACKAGE_VERSION "" |
---|
4052 | | #define PACKAGE_STRING "" |
---|
4053 | | #define PACKAGE_BUGREPORT "" |
---|
4054 | | #define PACKAGE "gnuradio" |
---|
4055 | | #define VERSION "3.2.2" |
---|
4056 | | #define STDC_HEADERS 1 |
---|
4057 | | #define HAVE_SYS_TYPES_H 1 |
---|
4058 | | #define HAVE_SYS_STAT_H 1 |
---|
4059 | | #define HAVE_STDLIB_H 1 |
---|
4060 | | #define HAVE_STRING_H 1 |
---|
4061 | | #define HAVE_MEMORY_H 1 |
---|
4062 | | #define HAVE_STRINGS_H 1 |
---|
4063 | | #define HAVE_INTTYPES_H 1 |
---|
4064 | | #define HAVE_STDINT_H 1 |
---|
4065 | | #define HAVE_UNISTD_H 1 |
---|
4066 | | #define __EXTENSIONS__ 1 |
---|
4067 | | #define _ALL_SOURCE 1 |
---|
4068 | | #define _GNU_SOURCE 1 |
---|
4069 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
4070 | | #define _TANDEM_SOURCE 1 |
---|
4071 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
4072 | | #define HAVE_DLFCN_H 1 |
---|
4073 | | #define LT_OBJDIR ".libs/" |
---|
4074 | | #define HAVE_PYTHON_H 1 |
---|
4075 | | #define HAVE_PTHREAD 1 |
---|
4076 | | #define HAVE_GETTIMEOFDAY 1 |
---|
4077 | | #define HAVE_NANOSLEEP 1 |
---|
4078 | | #define HAVE_SYS_IPC_H 1 |
---|
4079 | | #define HAVE_SYS_SHM_H 1 |
---|
4080 | | #define STDC_HEADERS 1 |
---|
4081 | | #define HAVE_SYS_WAIT_H 1 |
---|
4082 | | #define HAVE_FCNTL_H 1 |
---|
4083 | | #define HAVE_LIMITS_H 1 |
---|
4084 | | #define HAVE_STRINGS_H 1 |
---|
4085 | | #define HAVE_TIME_H 1 |
---|
4086 | | #define HAVE_SYS_IOCTL_H 1 |
---|
4087 | | #define HAVE_SYS_TIME_H 1 |
---|
4088 | | #define HAVE_UNISTD_H 1 |
---|
4089 | | #define HAVE_SYS_MMAN_H 1 |
---|
4090 | | #define HAVE_SYS_SELECT_H 1 |
---|
4091 | | #define HAVE_SYS_TYPES_H 1 |
---|
4092 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
4093 | | #define HAVE_STDINT_H 1 |
---|
4094 | | #define HAVE_SCHED_H 1 |
---|
4095 | | #define HAVE_SIGNAL_H 1 |
---|
4096 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
4097 | | #define HAVE_NETINET_IN_H 1 |
---|
4098 | | #define TIME_WITH_SYS_TIME 1 |
---|
4099 | | #define AC_APPLE_UNIVERSAL_BUILD 1 |
---|
4100 | | #define HAVE_ALLOCA_H 1 |
---|
4101 | | #define HAVE_ALLOCA 1 |
---|
4102 | | #define HAVE_VALLOC 1 |
---|
4103 | | #define ALIGNED_MALLOC 16 |
---|
4104 | | #define HAVE_VPRINTF 1 |
---|
4105 | | #define HAVE_MMAP 1 |
---|
4106 | | #define HAVE_SELECT 1 |
---|
4107 | | #define HAVE_SOCKET 1 |
---|
4108 | | #define HAVE_STRCSPN 1 |
---|
4109 | | #define HAVE_STRERROR 1 |
---|
4110 | | #define HAVE_STRSPN 1 |
---|
4111 | | #define HAVE_GETPAGESIZE 1 |
---|
4112 | | #define HAVE_SYSCONF 1 |
---|
4113 | | #define HAVE_SNPRINTF 1 |
---|
4114 | | #define HAVE_GETTIMEOFDAY 1 |
---|
4115 | | #define HAVE_NANOSLEEP 1 |
---|
4116 | | #define HAVE_MODF 1 |
---|
4117 | | #define HAVE_SQRT 1 |
---|
4118 | | #define HAVE_SIGACTION 1 |
---|
4119 | | #define HAVE_SIGPROCMASK 1 |
---|
4120 | | #define HAVE_PTHREAD_SIGMASK 1 |
---|
4121 | | #define HAVE_SINF 1 |
---|
4122 | | #define HAVE_COSF 1 |
---|
4123 | | #define HAVE_TRUNC 1 |
---|
4124 | | #define HAVE_LOG2 1 |
---|
4125 | | #define HAVE_SHM_OPEN 1 |
---|
4126 | | #define HAVE_SYS_TYPES_H 1 |
---|
4127 | | #define HAVE_FCNTL_H 1 |
---|
4128 | | #define HAVE_GETOPT 1 |
---|
4129 | | #define HAVE_USLEEP 1 |
---|
4130 | | #define HAVE_GETTIMEOFDAY 1 |
---|
4131 | | #define HAVE_NANOSLEEP 1 |
---|
4132 | | #define HAVE_RAND 1 |
---|
4133 | | #define HAVE_SRAND 1 |
---|
4134 | | #define HAVE_RANDOM 1 |
---|
4135 | | #define HAVE_SRANDOM 1 |
---|
4136 | | #define HAVE_SLEEP 1 |
---|
4137 | | #define HAVE_SIGACTION 1 |
---|
4138 | | #define HAVE_STRUCT_TIMEZONE 1 |
---|
4139 | | #define HAVE_STRUCT_TIMESPEC 1 |
---|
4140 | | #define HAVE_SSIZE_T 1 |
---|
4141 | | #define HAVE_GETOPT 1 |
---|
4142 | | #define HAVE_USLEEP 1 |
---|
4143 | | #define HAVE_GETTIMEOFDAY 1 |
---|
4144 | | #define HAVE_BOOST 1 |
---|
4145 | | #define HAVE_BOOST_THREAD 1 |
---|
4146 | | #define HAVE_BOOST_DATE_TIME 1 |
---|
4147 | | #define HAVE_BOOST_PROGRAM_OPTIONS 1 |
---|
4148 | | /* end confdefs.h. */ |
---|
4149 | | #include <stdio.h> |
---|
4150 | | #ifdef HAVE_SYS_TYPES_H |
---|
4151 | | # include <sys/types.h> |
---|
4152 | | #endif |
---|
4153 | | #ifdef HAVE_SYS_STAT_H |
---|
4154 | | # include <sys/stat.h> |
---|
4155 | | #endif |
---|
4156 | | #ifdef STDC_HEADERS |
---|
4157 | | # include <stdlib.h> |
---|
4158 | | # include <stddef.h> |
---|
4159 | | #else |
---|
4160 | | # ifdef HAVE_STDLIB_H |
---|
4161 | | # include <stdlib.h> |
---|
4162 | | # endif |
---|
4163 | | #endif |
---|
4164 | | #ifdef HAVE_STRING_H |
---|
4165 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
4166 | | # include <memory.h> |
---|
4167 | | # endif |
---|
4168 | | # include <string.h> |
---|
4169 | | #endif |
---|
4170 | | #ifdef HAVE_STRINGS_H |
---|
4171 | | # include <strings.h> |
---|
4172 | | #endif |
---|
4173 | | #ifdef HAVE_INTTYPES_H |
---|
4174 | | # include <inttypes.h> |
---|
4175 | | #endif |
---|
4176 | | #ifdef HAVE_STDINT_H |
---|
4177 | | # include <stdint.h> |
---|
4178 | | #endif |
---|
4179 | | #ifdef HAVE_UNISTD_H |
---|
4180 | | # include <unistd.h> |
---|
4181 | | #endif |
---|
4182 | | #include <byteswap.h> |
---|
4183 | configure:30600: result: no |
---|
4184 | configure:30604: checking byteswap.h presence |
---|
4185 | configure:30619: /usr/bin/gcc-4.0 -E -I/opt/local/include conftest.c |
---|
4186 | conftest.c:102:22: error: byteswap.h: No such file or directory |
---|
4187 | configure:30626: $? = 1 |
---|
4188 | configure: failed program was: |
---|
4189 | | /* confdefs.h. */ |
---|
4190 | | #define PACKAGE_NAME "" |
---|
4191 | | #define PACKAGE_TARNAME "" |
---|
4192 | | #define PACKAGE_VERSION "" |
---|
4193 | | #define PACKAGE_STRING "" |
---|
4194 | | #define PACKAGE_BUGREPORT "" |
---|
4195 | | #define PACKAGE "gnuradio" |
---|
4196 | | #define VERSION "3.2.2" |
---|
4197 | | #define STDC_HEADERS 1 |
---|
4198 | | #define HAVE_SYS_TYPES_H 1 |
---|
4199 | | #define HAVE_SYS_STAT_H 1 |
---|
4200 | | #define HAVE_STDLIB_H 1 |
---|
4201 | | #define HAVE_STRING_H 1 |
---|
4202 | | #define HAVE_MEMORY_H 1 |
---|
4203 | | #define HAVE_STRINGS_H 1 |
---|
4204 | | #define HAVE_INTTYPES_H 1 |
---|
4205 | | #define HAVE_STDINT_H 1 |
---|
4206 | | #define HAVE_UNISTD_H 1 |
---|
4207 | | #define __EXTENSIONS__ 1 |
---|
4208 | | #define _ALL_SOURCE 1 |
---|
4209 | | #define _GNU_SOURCE 1 |
---|
4210 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
4211 | | #define _TANDEM_SOURCE 1 |
---|
4212 | | #define CXX_HAS_STD_ISNAN /**/ |
---|
4213 | | #define HAVE_DLFCN_H 1 |
---|
4214 | | #define LT_OBJDIR ".libs/" |
---|
4215 | | #define HAVE_PYTHON_H 1 |
---|
4216 | | #define HAVE_PTHREAD 1 |
---|
4217 | | #define HAVE_GETTIMEOFDAY 1 |
---|
4218 | | #define HAVE_NANOSLEEP 1 |
---|
4219 | | #define HAVE_SYS_IPC_H 1 |
---|
4220 | | #define HAVE_SYS_SHM_H 1 |
---|
4221 | | #define STDC_HEADERS 1 |
---|
4222 | | #define HAVE_SYS_WAIT_H 1 |
---|
4223 | | #define HAVE_FCNTL_H 1 |
---|
4224 | | #define HAVE_LIMITS_H 1 |
---|
4225 | | #define HAVE_STRINGS_H 1 |
---|
4226 | | #define HAVE_TIME_H 1 |
---|
4227 | | #define HAVE_SYS_IOCTL_H 1 |
---|
4228 | | #define HAVE_SYS_TIME_H 1 |
---|
4229 | | #define HAVE_UNISTD_H 1 |
---|
4230 | | #define HAVE_SYS_MMAN_H 1 |
---|
4231 | | #define HAVE_SYS_SELECT_H 1 |
---|
4232 | | #define HAVE_SYS_TYPES_H 1 |
---|
4233 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
4234 | | #define HAVE_STDINT_H 1 |
---|
4235 | | #define HAVE_SCHED_H 1 |
---|
4236 | | #define HAVE_SIGNAL_H 1 |
---|
4237 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
4238 | | #define HAVE_NETINET_IN_H 1 |
---|
4239 | | #define TIME_WITH_SYS_TIME 1 |
---|
4240 | | #define AC_APPLE_UNIVERSAL_BUILD 1 |
---|
4241 | | #define HAVE_ALLOCA_H 1 |
---|
4242 | | #define HAVE_ALLOCA 1 |
---|
4243 | | #define HAVE_VALLOC 1 |
---|
4244 | | #define ALIGNED_MALLOC 16 |
---|
4245 | | #define HAVE_VPRINTF 1 |
---|
4246 | | #define HAVE_MMAP 1 |
---|
4247 | | #define HAVE_SELECT 1 |
---|
4248 | | #define HAVE_SOCKET 1 |
---|
4249 | | #define HAVE_STRCSPN 1 |
---|
4250 | | #define HAVE_STRERROR 1 |
---|
4251 | | #define HAVE_STRSPN 1 |
---|
4252 | | #define HAVE_GETPAGESIZE 1 |
---|
4253 | | #define HAVE_SYSCONF 1 |
---|
4254 | | #define HAVE_SNPRINTF 1 |
---|
4255 | | #define HAVE_GETTIMEOFDAY 1 |
---|
4256 | | #define HAVE_NANOSLEEP 1 |
---|
4257 | | #define HAVE_MODF 1 |
---|
4258 | | #define HAVE_SQRT 1 |
---|
4259 | | #define HAVE_SIGACTION 1 |
---|
4260 | | #define HAVE_SIGPROCMASK 1 |
---|
4261 | | #define HAVE_PTHREAD_SIGMASK 1 |
---|
4262 | | #define HAVE_SINF 1 |
---|
4263 | | #define HAVE_COSF 1 |
---|
4264 | | #define HAVE_TRUNC 1 |
---|
4265 | | #define HAVE_LOG2 1 |
---|
4266 | | #define HAVE_SHM_OPEN 1 |
---|
4267 | | #define HAVE_SYS_TYPES_H 1 |
---|
4268 | | #define HAVE_FCNTL_H 1 |
---|
4269 | | #define HAVE_GETOPT 1 |
---|
4270 | | #define HAVE_USLEEP 1 |
---|
4271 | | #define HAVE_GETTIMEOFDAY 1 |
---|
4272 | | #define HAVE_NANOSLEEP 1 |
---|
4273 | | #define HAVE_RAND 1 |
---|
4274 | | #define HAVE_SRAND 1 |
---|
4275 | | #define HAVE_RANDOM 1 |
---|
4276 | | #define HAVE_SRANDOM 1 |
---|
4277 | | #define HAVE_SLEEP 1 |
---|
4278 | | #define HAVE_SIGACTION 1 |
---|
4279 | | #define HAVE_STRUCT_TIMEZONE 1 |
---|
4280 | | #define HAVE_STRUCT_TIMESPEC 1 |
---|
4281 | | #define HAVE_SSIZE_T 1 |
---|
4282 | | #define HAVE_GETOPT 1 |
---|
4283 | | #define HAVE_USLEEP 1 |
---|
4284 | | #define HAVE_GETTIMEOFDAY 1 |
---|
4285 | | #define HAVE_BOOST 1 |
---|
4286 | | #define HAVE_BOOST_THREAD 1 |
---|
4287 | | #define HAVE_BOOST_DATE_TIME 1 |
---|
4288 | | #define HAVE_BOOST_PROGRAM_OPTIONS 1 |
---|
4289 | | /* end confdefs.h. */ |
---|
4290 | | #include <byteswap.h> |
---|
4291 | configure:30640: result: no |
---|
4292 | configure:30668: checking for byteswap.h |
---|
4293 | configure:30675: result: no |
---|
4294 | configure:30755: result: Component gruel will be included from a pre-installed library and includes. |
---|
4295 | configure:30841: $PKG_CONFIG --exists --print-errors "${pc_comp_name}" |
---|
4296 | configure:30844: $? = 0 |
---|
4297 | configure:30964: result: Component omnithread will be included from a pre-installed library and includes. |
---|
4298 | configure:31111: result: Not building component gcell. |
---|
4299 | configure:31254: $PKG_CONFIG --exists --print-errors "${pc_comp_name}" |
---|
4300 | configure:31257: $? = 0 |
---|
4301 | configure:33384: result: Component gnuradio-core will be included from a pre-installed library and includes. |
---|
4302 | configure:33565: result: Not building component pmt. |
---|
4303 | configure:33818: result: Not building component mblock. |
---|
4304 | configure:33904: checking whether stat file-mode macros are broken |
---|
4305 | configure:33941: /usr/bin/gcc-4.0 -c -O2 -arch i386 -D_THREAD_SAFE -I/opt/local/include conftest.c >&5 |
---|
4306 | configure:33948: $? = 0 |
---|
4307 | configure:33963: result: no |
---|
4308 | configure:33979: checking for fcntl.h |
---|
4309 | configure:33986: result: yes |
---|
4310 | configure:34127: checking for sys/time.h |
---|
4311 | configure:34134: result: yes |
---|
4312 | configure:34275: checking for unistd.h |
---|
4313 | configure:34282: result: yes |
---|
4314 | configure:34418: checking whether getenv is declared |
---|
4315 | configure:34447: /usr/bin/gcc-4.0 -c -O2 -arch i386 -D_THREAD_SAFE -I/opt/local/include conftest.c >&5 |
---|
4316 | configure:34454: $? = 0 |
---|
4317 | configure:34469: result: yes |
---|
4318 | configure:37013: result: Not building component usrp. |
---|
4319 | configure:37159: checking whether host_os is linux* |
---|
4320 | configure:37167: result: no |
---|
4321 | configure:37169: USRP2 currently requires Linux host OS, not found |
---|
4322 | configure:37793: result: Not building component usrp2. |
---|
4323 | configure:37946: result: Not building component gr-usrp. |
---|
4324 | configure:38100: result: Not building component gr-usrp2. |
---|
4325 | configure:38255: result: Not building component gr-gcell. |
---|
4326 | configure:38532: result: Not building component gr-audio-alsa. |
---|
4327 | configure:38810: result: Not building component gr-audio-jack. |
---|
4328 | configure:39173: result: Not building component gr-audio-oss. |
---|
4329 | configure:39657: result: Not building component gr-audio-osx. |
---|
4330 | configure:39935: result: Not building component gr-audio-portaudio. |
---|
4331 | configure:40158: result: Not building component gr-audio-windows. |
---|
4332 | configure:40298: result: Not building component gr-cvsd-vocoder. |
---|
4333 | configure:40436: result: Not building component gr-gpio. |
---|
4334 | configure:40572: result: Not building component gr-gsm-fr-vocoder. |
---|
4335 | configure:40710: result: Not building component gr-pager. |
---|
4336 | configure:40865: result: Not building component gr-radar-mono. |
---|
4337 | configure:41003: result: Not building component gr-radio-astronomy. |
---|
4338 | configure:41141: result: Not building component gr-trellis. |
---|
4339 | configure:42035: result: Not building component gr-video-sdl. |
---|
4340 | configure:42248: checking for Python wxWidgets wrappers >= 2.8 |
---|
4341 | configure:42262: result: no |
---|
4342 | configure:42272: checking for Numeric Python extensions |
---|
4343 | configure:42290: result: yes |
---|
4344 | configure:42305: error: Component gr-wxgui has errors; stopping. |
---|
4345 | |
---|
4346 | ## ---------------- ## |
---|
4347 | ## Cache variables. ## |
---|
4348 | ## ---------------- ## |
---|
4349 | |
---|
4350 | ac_cv_build=i386-apple-darwin9.8.0 |
---|
4351 | ac_cv_c_bigendian=universal |
---|
4352 | ac_cv_c_compiler_gnu=yes |
---|
4353 | ac_cv_c_const=yes |
---|
4354 | ac_cv_c_inline=inline |
---|
4355 | ac_cv_cxx_compiler_gnu=yes |
---|
4356 | ac_cv_env_ALSA_CFLAGS_set= |
---|
4357 | ac_cv_env_ALSA_CFLAGS_value= |
---|
4358 | ac_cv_env_ALSA_INCLUDEDIR_set= |
---|
4359 | ac_cv_env_ALSA_INCLUDEDIR_value= |
---|
4360 | ac_cv_env_ALSA_LIBS_set= |
---|
4361 | ac_cv_env_ALSA_LIBS_value= |
---|
4362 | ac_cv_env_CCASFLAGS_set= |
---|
4363 | ac_cv_env_CCASFLAGS_value= |
---|
4364 | ac_cv_env_CCAS_set= |
---|
4365 | ac_cv_env_CCAS_value= |
---|
4366 | ac_cv_env_CCC_set= |
---|
4367 | ac_cv_env_CCC_value= |
---|
4368 | ac_cv_env_CC_set=set |
---|
4369 | ac_cv_env_CC_value=/usr/bin/gcc-4.0 |
---|
4370 | ac_cv_env_CFLAGS_set=set |
---|
4371 | ac_cv_env_CFLAGS_value='-O2 -arch i386' |
---|
4372 | ac_cv_env_CPPFLAGS_set=set |
---|
4373 | ac_cv_env_CPPFLAGS_value=-I/opt/local/include |
---|
4374 | ac_cv_env_CPPUNIT_CFLAGS_set= |
---|
4375 | ac_cv_env_CPPUNIT_CFLAGS_value= |
---|
4376 | ac_cv_env_CPPUNIT_INCLUDEDIR_set= |
---|
4377 | ac_cv_env_CPPUNIT_INCLUDEDIR_value= |
---|
4378 | ac_cv_env_CPPUNIT_LIBS_set= |
---|
4379 | ac_cv_env_CPPUNIT_LIBS_value= |
---|
4380 | ac_cv_env_CPP_set= |
---|
4381 | ac_cv_env_CPP_value= |
---|
4382 | ac_cv_env_CXXCPP_set= |
---|
4383 | ac_cv_env_CXXCPP_value= |
---|
4384 | ac_cv_env_CXXFLAGS_set=set |
---|
4385 | ac_cv_env_CXXFLAGS_value='-O2 -arch i386' |
---|
4386 | ac_cv_env_CXX_set=set |
---|
4387 | ac_cv_env_CXX_value=/usr/bin/g++-4.0 |
---|
4388 | ac_cv_env_F77_set= |
---|
4389 | ac_cv_env_F77_value= |
---|
4390 | ac_cv_env_FFLAGS_set=set |
---|
4391 | ac_cv_env_FFLAGS_value='-O2 -m32' |
---|
4392 | ac_cv_env_FFTW3F_CFLAGS_set= |
---|
4393 | ac_cv_env_FFTW3F_CFLAGS_value= |
---|
4394 | ac_cv_env_FFTW3F_INCLUDEDIR_set= |
---|
4395 | ac_cv_env_FFTW3F_INCLUDEDIR_value= |
---|
4396 | ac_cv_env_FFTW3F_LIBS_set= |
---|
4397 | ac_cv_env_FFTW3F_LIBS_value= |
---|
4398 | ac_cv_env_GSL_CFLAGS_set= |
---|
4399 | ac_cv_env_GSL_CFLAGS_value= |
---|
4400 | ac_cv_env_GSL_INCLUDEDIR_set= |
---|
4401 | ac_cv_env_GSL_INCLUDEDIR_value= |
---|
4402 | ac_cv_env_GSL_LIBS_set= |
---|
4403 | ac_cv_env_GSL_LIBS_value= |
---|
4404 | ac_cv_env_JACK_CFLAGS_set= |
---|
4405 | ac_cv_env_JACK_CFLAGS_value= |
---|
4406 | ac_cv_env_JACK_INCLUDEDIR_set= |
---|
4407 | ac_cv_env_JACK_INCLUDEDIR_value= |
---|
4408 | ac_cv_env_JACK_LIBS_set= |
---|
4409 | ac_cv_env_JACK_LIBS_value= |
---|
4410 | ac_cv_env_LDFLAGS_set=set |
---|
4411 | ac_cv_env_LDFLAGS_value=-L/opt/local/lib |
---|
4412 | ac_cv_env_LIBS_set= |
---|
4413 | ac_cv_env_LIBS_value= |
---|
4414 | ac_cv_env_PKG_CONFIG_set= |
---|
4415 | ac_cv_env_PKG_CONFIG_value= |
---|
4416 | ac_cv_env_PORTAUDIO_CFLAGS_set= |
---|
4417 | ac_cv_env_PORTAUDIO_CFLAGS_value= |
---|
4418 | ac_cv_env_PORTAUDIO_INCLUDEDIR_set= |
---|
4419 | ac_cv_env_PORTAUDIO_INCLUDEDIR_value= |
---|
4420 | ac_cv_env_PORTAUDIO_LIBS_set= |
---|
4421 | ac_cv_env_PORTAUDIO_LIBS_value= |
---|
4422 | ac_cv_env_QTCORE_CFLAGS_set= |
---|
4423 | ac_cv_env_QTCORE_CFLAGS_value= |
---|
4424 | ac_cv_env_QTCORE_INCLUDEDIR_set= |
---|
4425 | ac_cv_env_QTCORE_INCLUDEDIR_value= |
---|
4426 | ac_cv_env_QTCORE_LIBS_set= |
---|
4427 | ac_cv_env_QTCORE_LIBS_value= |
---|
4428 | ac_cv_env_QTGUI_CFLAGS_set= |
---|
4429 | ac_cv_env_QTGUI_CFLAGS_value= |
---|
4430 | ac_cv_env_QTGUI_INCLUDEDIR_set= |
---|
4431 | ac_cv_env_QTGUI_INCLUDEDIR_value= |
---|
4432 | ac_cv_env_QTGUI_LIBS_set= |
---|
4433 | ac_cv_env_QTGUI_LIBS_value= |
---|
4434 | ac_cv_env_QTOPENGL_CFLAGS_set= |
---|
4435 | ac_cv_env_QTOPENGL_CFLAGS_value= |
---|
4436 | ac_cv_env_QTOPENGL_INCLUDEDIR_set= |
---|
4437 | ac_cv_env_QTOPENGL_INCLUDEDIR_value= |
---|
4438 | ac_cv_env_QTOPENGL_LIBS_set= |
---|
4439 | ac_cv_env_QTOPENGL_LIBS_value= |
---|
4440 | ac_cv_env_SDL_CFLAGS_set= |
---|
4441 | ac_cv_env_SDL_CFLAGS_value= |
---|
4442 | ac_cv_env_SDL_INCLUDEDIR_set= |
---|
4443 | ac_cv_env_SDL_INCLUDEDIR_value= |
---|
4444 | ac_cv_env_SDL_LIBS_set= |
---|
4445 | ac_cv_env_SDL_LIBS_value= |
---|
4446 | ac_cv_env_USB_CFLAGS_set= |
---|
4447 | ac_cv_env_USB_CFLAGS_value= |
---|
4448 | ac_cv_env_USB_INCLUDEDIR_set= |
---|
4449 | ac_cv_env_USB_INCLUDEDIR_value= |
---|
4450 | ac_cv_env_USB_LIBS_set= |
---|
4451 | ac_cv_env_USB_LIBS_value= |
---|
4452 | ac_cv_env_build_alias_set= |
---|
4453 | ac_cv_env_build_alias_value= |
---|
4454 | ac_cv_env_host_alias_set= |
---|
4455 | ac_cv_env_host_alias_value= |
---|
4456 | ac_cv_env_target_alias_set= |
---|
4457 | ac_cv_env_target_alias_value= |
---|
4458 | ac_cv_f77_compiler_gnu=no |
---|
4459 | ac_cv_func__doprnt=no |
---|
4460 | ac_cv_func_alloca_works=yes |
---|
4461 | ac_cv_func_clock_gettime=no |
---|
4462 | ac_cv_func_getopt=yes |
---|
4463 | ac_cv_func_getpagesize=yes |
---|
4464 | ac_cv_func_gettimeofday=yes |
---|
4465 | ac_cv_func_mmap=yes |
---|
4466 | ac_cv_func_modf=yes |
---|
4467 | ac_cv_func_nanosleep=yes |
---|
4468 | ac_cv_func_posix_memalign=no |
---|
4469 | ac_cv_func_pthread_sigmask=yes |
---|
4470 | ac_cv_func_rand=yes |
---|
4471 | ac_cv_func_random=yes |
---|
4472 | ac_cv_func_sched_setaffinity=no |
---|
4473 | ac_cv_func_sched_setscheduler=no |
---|
4474 | ac_cv_func_select=yes |
---|
4475 | ac_cv_func_setvbuf_reversed=no |
---|
4476 | ac_cv_func_shm_open=yes |
---|
4477 | ac_cv_func_sigaction=yes |
---|
4478 | ac_cv_func_sigprocmask=yes |
---|
4479 | ac_cv_func_sleep=yes |
---|
4480 | ac_cv_func_snprintf=yes |
---|
4481 | ac_cv_func_socket=yes |
---|
4482 | ac_cv_func_sqrt=yes |
---|
4483 | ac_cv_func_srand=yes |
---|
4484 | ac_cv_func_srandom=yes |
---|
4485 | ac_cv_func_strcspn=yes |
---|
4486 | ac_cv_func_strerror=yes |
---|
4487 | ac_cv_func_strspn=yes |
---|
4488 | ac_cv_func_sysconf=yes |
---|
4489 | ac_cv_func_usleep=yes |
---|
4490 | ac_cv_func_valloc=yes |
---|
4491 | ac_cv_func_vprintf=yes |
---|
4492 | ac_cv_have_decl_getenv=yes |
---|
4493 | ac_cv_header_Python_h=yes |
---|
4494 | ac_cv_header_arpa_inet_h=yes |
---|
4495 | ac_cv_header_byteswap_h=no |
---|
4496 | ac_cv_header_dev_ppbus_ppi_h=no |
---|
4497 | ac_cv_header_dlfcn_h=yes |
---|
4498 | ac_cv_header_fcntl_h=yes |
---|
4499 | ac_cv_header_inttypes_h=yes |
---|
4500 | ac_cv_header_io_h=no |
---|
4501 | ac_cv_header_limits_h=yes |
---|
4502 | ac_cv_header_linux_ppdev_h=no |
---|
4503 | ac_cv_header_malloc_h=no |
---|
4504 | ac_cv_header_memory_h=yes |
---|
4505 | ac_cv_header_minix_config_h=no |
---|
4506 | ac_cv_header_netinet_in_h=yes |
---|
4507 | ac_cv_header_sched_h=yes |
---|
4508 | ac_cv_header_signal_h=yes |
---|
4509 | ac_cv_header_stat_broken=no |
---|
4510 | ac_cv_header_stdc=yes |
---|
4511 | ac_cv_header_stdint_h=yes |
---|
4512 | ac_cv_header_stdlib_h=yes |
---|
4513 | ac_cv_header_string_h=yes |
---|
4514 | ac_cv_header_strings_h=yes |
---|
4515 | ac_cv_header_sys_ioctl_h=yes |
---|
4516 | ac_cv_header_sys_ipc_h=yes |
---|
4517 | ac_cv_header_sys_mman_h=yes |
---|
4518 | ac_cv_header_sys_resource_h=yes |
---|
4519 | ac_cv_header_sys_select_h=yes |
---|
4520 | ac_cv_header_sys_shm_h=yes |
---|
4521 | ac_cv_header_sys_stat_h=yes |
---|
4522 | ac_cv_header_sys_syscall_h=yes |
---|
4523 | ac_cv_header_sys_time_h=yes |
---|
4524 | ac_cv_header_sys_types_h=yes |
---|
4525 | ac_cv_header_sys_wait_h=yes |
---|
4526 | ac_cv_header_time=yes |
---|
4527 | ac_cv_header_time_h=yes |
---|
4528 | ac_cv_header_unistd_h=yes |
---|
4529 | ac_cv_header_vec_types_h=no |
---|
4530 | ac_cv_header_winbase_h=no |
---|
4531 | ac_cv_header_windows_h=no |
---|
4532 | ac_cv_header_winioctl_h=no |
---|
4533 | ac_cv_host=i386-apple-darwin9.8.0 |
---|
4534 | ac_cv_lib_boost_date_time_d___exit=yes |
---|
4535 | ac_cv_lib_boost_program_options_d___exit=yes |
---|
4536 | ac_cv_lib_boost_thread_mt_d___exit=yes |
---|
4537 | ac_cv_lib_m_cosf=yes |
---|
4538 | ac_cv_lib_m_exp10=no |
---|
4539 | ac_cv_lib_m_log2=yes |
---|
4540 | ac_cv_lib_m_sincos=no |
---|
4541 | ac_cv_lib_m_sincosf=no |
---|
4542 | ac_cv_lib_m_sinf=yes |
---|
4543 | ac_cv_lib_m_trunc=yes |
---|
4544 | ac_cv_lib_socket_socket=no |
---|
4545 | ac_cv_objext=o |
---|
4546 | ac_cv_path_EGREP='/usr/bin/grep -E' |
---|
4547 | ac_cv_path_FGREP='/usr/bin/grep -F' |
---|
4548 | ac_cv_path_GREP=/usr/bin/grep |
---|
4549 | ac_cv_path_GUILE=/opt/local/bin/guile |
---|
4550 | ac_cv_path_RM_PROG=/bin/rm |
---|
4551 | ac_cv_path_SED=/opt/local/bin/gsed |
---|
4552 | ac_cv_path_SVN=/usr/bin/svn |
---|
4553 | ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config |
---|
4554 | ac_cv_prog_AWK=gawk |
---|
4555 | ac_cv_prog_CPP='/usr/bin/gcc-4.0 -E' |
---|
4556 | ac_cv_prog_CXXCPP='/usr/bin/g++-4.0 -E' |
---|
4557 | ac_cv_prog_HAVE_DOT=NO |
---|
4558 | ac_cv_prog_SWIG=/opt/local/bin/swig |
---|
4559 | ac_cv_prog_ac_ct_AR=ar |
---|
4560 | ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.0 |
---|
4561 | ac_cv_prog_ac_ct_DSYMUTIL=dsymutil |
---|
4562 | ac_cv_prog_ac_ct_LIPO=lipo |
---|
4563 | ac_cv_prog_ac_ct_NMEDIT=nmedit |
---|
4564 | ac_cv_prog_ac_ct_OBJDUMP=objdump |
---|
4565 | ac_cv_prog_ac_ct_OTOOL=otool |
---|
4566 | ac_cv_prog_ac_ct_RANLIB=ranlib |
---|
4567 | ac_cv_prog_ac_ct_STRIP=strip |
---|
4568 | ac_cv_prog_cc_c89= |
---|
4569 | ac_cv_prog_cc_g=yes |
---|
4570 | ac_cv_prog_cxx_g=yes |
---|
4571 | ac_cv_prog_f77_g=no |
---|
4572 | ac_cv_prog_make_make_set=yes |
---|
4573 | ac_cv_safe_to_define___extensions__=yes |
---|
4574 | ac_cv_search_clock_gettime=no |
---|
4575 | ac_cv_search_shm_open='none required' |
---|
4576 | ac_cv_search_shmat='none required' |
---|
4577 | ac_cv_search_strerror='none required' |
---|
4578 | ac_cv_struct_tm=time.h |
---|
4579 | ac_cv_target=i386-apple-darwin9.8.0 |
---|
4580 | ac_cv_type_size_t=yes |
---|
4581 | ac_cv_type_ssize_t=yes |
---|
4582 | ac_cv_type_struct_timespec=yes |
---|
4583 | ac_cv_type_struct_timezone=yes |
---|
4584 | ac_cv_working_alloca_h=yes |
---|
4585 | am_cv_CCAS_dependencies_compiler_type=gcc3 |
---|
4586 | am_cv_CC_dependencies_compiler_type=gcc3 |
---|
4587 | am_cv_CXX_dependencies_compiler_type=gcc3 |
---|
4588 | am_cv_python_platform=darwin |
---|
4589 | am_cv_python_pyexecdir=/opt/local/lib/python2.5/site-packages |
---|
4590 | am_cv_python_pythondir=/opt/local/lib/python2.5/site-packages |
---|
4591 | am_cv_python_version=2.5 |
---|
4592 | ax_cv_boost_date_time=yes |
---|
4593 | ax_cv_boost_program_options=yes |
---|
4594 | ax_cv_boost_thread=yes |
---|
4595 | lt_cv_apple_cc_single_mod=yes |
---|
4596 | lt_cv_deplibs_check_method=pass_all |
---|
4597 | lt_cv_file_magic_cmd='$MAGIC_CMD' |
---|
4598 | lt_cv_file_magic_test_file= |
---|
4599 | lt_cv_ld_exported_symbols_list=yes |
---|
4600 | lt_cv_ld_reload_flag=-r |
---|
4601 | lt_cv_nm_interface='BSD nm' |
---|
4602 | lt_cv_objdir=.libs |
---|
4603 | lt_cv_path_LD=/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld |
---|
4604 | lt_cv_path_LDCXX=/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld |
---|
4605 | lt_cv_path_NM='/usr/bin/nm -p' |
---|
4606 | lt_cv_prog_compiler_c_o=yes |
---|
4607 | lt_cv_prog_compiler_c_o_CXX=yes |
---|
4608 | lt_cv_prog_compiler_pic_works=yes |
---|
4609 | lt_cv_prog_compiler_pic_works_CXX=yes |
---|
4610 | lt_cv_prog_compiler_rtti_exceptions=no |
---|
4611 | lt_cv_prog_compiler_static_works=no |
---|
4612 | lt_cv_prog_compiler_static_works_CXX=no |
---|
4613 | lt_cv_prog_gnu_ld=no |
---|
4614 | lt_cv_prog_gnu_ldcxx=no |
---|
4615 | lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\''' |
---|
4616 | lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' |
---|
4617 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' |
---|
4618 | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' |
---|
4619 | lt_cv_sys_max_cmd_len=196608 |
---|
4620 | pkg_cv_CPPUNIT_CFLAGS='-I/opt/local/include ' |
---|
4621 | pkg_cv_CPPUNIT_CPPFLAGS=' -I/opt/local/include' |
---|
4622 | pkg_cv_CPPUNIT_INCLUDEDIR=/opt/local/include |
---|
4623 | pkg_cv_CPPUNIT_LIBS='-L/opt/local/lib -lcppunit -ldl ' |
---|
4624 | pkg_cv_FFTW3F_CFLAGS='-I/opt/local/include ' |
---|
4625 | pkg_cv_FFTW3F_CPPFLAGS=' -I/opt/local/include' |
---|
4626 | pkg_cv_FFTW3F_INCLUDEDIR=/opt/local/include |
---|
4627 | pkg_cv_FFTW3F_LIBS='-L/opt/local/lib -lfftw3f -lm ' |
---|
4628 | |
---|
4629 | ## ----------------- ## |
---|
4630 | ## Output variables. ## |
---|
4631 | ## ----------------- ## |
---|
4632 | |
---|
4633 | ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_gnuradio-wxgui/work/gnuradio-3.2.2/missing --run aclocal-1.10' |
---|
4634 | ALLOCA='' |
---|
4635 | ALSA_CFLAGS='' |
---|
4636 | ALSA_CPPFLAGS='' |
---|
4637 | ALSA_INCLUDEDIR='' |
---|
4638 | ALSA_LIBS='' |
---|
4639 | AMDEPBACKSLASH='\' |
---|
4640 | AMDEP_FALSE='#' |
---|
4641 | AMDEP_TRUE='' |
---|
4642 | AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_gnuradio-wxgui/work/gnuradio-3.2.2/missing --run tar' |
---|
4643 | AR='ar' |
---|
4644 | AS='as' |
---|
4645 | AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_gnuradio-wxgui/work/gnuradio-3.2.2/missing --run autoconf' |
---|
4646 | AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_gnuradio-wxgui/work/gnuradio-3.2.2/missing --run autoheader' |
---|
4647 | AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_gnuradio-wxgui/work/gnuradio-3.2.2/missing --run automake-1.10' |
---|
4648 | AWK='gawk' |
---|
4649 | BOOST_CPPFLAGS='-I/opt/local/include' |
---|
4650 | BOOST_CXXFLAGS='-D_THREAD_SAFE ' |
---|
4651 | BOOST_DATE_TIME_LIB='-lboost_date_time-d' |
---|
4652 | BOOST_LDFLAGS='-L/opt/local/lib' |
---|
4653 | BOOST_PROGRAM_OPTIONS_LIB='-lboost_program_options-d' |
---|
4654 | BOOST_THREAD_LIB='-lboost_thread-mt-d' |
---|
4655 | BUILD_QT_FALSE='' |
---|
4656 | BUILD_QT_TRUE='' |
---|
4657 | CBLAS_LIBS='' |
---|
4658 | CC='/usr/bin/gcc-4.0' |
---|
4659 | CCAS='/usr/bin/gcc-4.0' |
---|
4660 | CCASDEPMODE='depmode=gcc3' |
---|
4661 | CCASFLAGS='-O2 -arch i386' |
---|
4662 | CCDEPMODE='depmode=gcc3' |
---|
4663 | CFLAGS='-O2 -arch i386 -D_THREAD_SAFE ' |
---|
4664 | CPP='/usr/bin/gcc-4.0 -E' |
---|
4665 | CPPFLAGS='-I/opt/local/include' |
---|
4666 | CPPUNIT_CFLAGS='-I/opt/local/include ' |
---|
4667 | CPPUNIT_CONFIG='' |
---|
4668 | CPPUNIT_CPPFLAGS=' -I/opt/local/include' |
---|
4669 | CPPUNIT_INCLUDEDIR='/opt/local/include' |
---|
4670 | CPPUNIT_INCLUDES='-I/opt/local/include ' |
---|
4671 | CPPUNIT_LIBS='-L/opt/local/lib -lcppunit -ldl ' |
---|
4672 | CXX='/usr/bin/g++-4.0' |
---|
4673 | CXXCPP='/usr/bin/g++-4.0 -E' |
---|
4674 | CXXDEPMODE='depmode=gcc3' |
---|
4675 | CXXFLAGS='-O2 -arch i386 -D_THREAD_SAFE ' |
---|
4676 | CXX_FOR_BUILD='/usr/bin/g++-4.0' |
---|
4677 | CYGPATH_W='echo' |
---|
4678 | DEFINES=' -DOMNITHREAD_POSIX=1' |
---|
4679 | DEFS='' |
---|
4680 | DEPDIR='.deps' |
---|
4681 | DLLTOOL='dlltool' |
---|
4682 | DOC_FALSE='' |
---|
4683 | DOC_TRUE='#' |
---|
4684 | DOT='' |
---|
4685 | DOXYGEN='' |
---|
4686 | DSYMUTIL='dsymutil' |
---|
4687 | DUMPBIN='' |
---|
4688 | ECHO_C='\c' |
---|
4689 | ECHO_N='' |
---|
4690 | ECHO_T='' |
---|
4691 | EGREP='/usr/bin/grep -E' |
---|
4692 | ENABLE_FORTRAN_FALSE='' |
---|
4693 | ENABLE_FORTRAN_TRUE='#' |
---|
4694 | EXEEXT='' |
---|
4695 | F77='' |
---|
4696 | FFLAGS='-O2 -m32' |
---|
4697 | FFTW3F_CFLAGS='-I/opt/local/include ' |
---|
4698 | FFTW3F_CPPFLAGS=' -I/opt/local/include' |
---|
4699 | FFTW3F_INCLUDEDIR='/opt/local/include' |
---|
4700 | FFTW3F_LIBS='-L/opt/local/lib -lfftw3f -lm ' |
---|
4701 | FGREP='/usr/bin/grep -F' |
---|
4702 | FLIBS='' |
---|
4703 | FUSB_TECH='' |
---|
4704 | FUSB_TECH_darwin_FALSE='' |
---|
4705 | FUSB_TECH_darwin_TRUE='#' |
---|
4706 | FUSB_TECH_generic_FALSE='' |
---|
4707 | FUSB_TECH_generic_TRUE='#' |
---|
4708 | FUSB_TECH_linux_FALSE='' |
---|
4709 | FUSB_TECH_linux_TRUE='#' |
---|
4710 | FUSB_TECH_ra_wb_FALSE='' |
---|
4711 | FUSB_TECH_ra_wb_TRUE='#' |
---|
4712 | FUSB_TECH_win32_FALSE='' |
---|
4713 | FUSB_TECH_win32_TRUE='#' |
---|
4714 | GREP='/usr/bin/grep' |
---|
4715 | GR_ARCH_BIGENDIAN='' |
---|
4716 | GR_HAVE_ARPA_INET='1' |
---|
4717 | GR_HAVE_BYTESWAP='0' |
---|
4718 | GR_HAVE_NETINET_IN='1' |
---|
4719 | GSL_CFLAGS='' |
---|
4720 | GSL_CPPFLAGS='' |
---|
4721 | GSL_INCLUDEDIR='' |
---|
4722 | GSL_LIBS='' |
---|
4723 | GUILE='/opt/local/bin/guile' |
---|
4724 | HAS_XMLTO_FALSE='' |
---|
4725 | HAS_XMLTO_TRUE='#' |
---|
4726 | HAVE_CREATEFILEMAPPING_FALSE='' |
---|
4727 | HAVE_CREATEFILEMAPPING_TRUE='#' |
---|
4728 | HAVE_DOT='NO' |
---|
4729 | INSTALL_DATA='${INSTALL} -m 644' |
---|
4730 | INSTALL_PROGRAM='${INSTALL}' |
---|
4731 | INSTALL_SCRIPT='${INSTALL}' |
---|
4732 | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' |
---|
4733 | IPC_LIBS='' |
---|
4734 | JACK_CFLAGS='' |
---|
4735 | JACK_CPPFLAGS='' |
---|
4736 | JACK_INCLUDEDIR='' |
---|
4737 | JACK_LIBS='' |
---|
4738 | LD='/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld' |
---|
4739 | LDFLAGS='-L/opt/local/lib' |
---|
4740 | LIBGNURADIO_CORE_EXTRA_LDFLAGS='' |
---|
4741 | LIBOBJS='' |
---|
4742 | LIBS='' |
---|
4743 | LIBTOOL='$(SHELL) $(top_builddir)/libtool' |
---|
4744 | LIPO='lipo' |
---|
4745 | LN_S='ln -s' |
---|
4746 | LTLIBOBJS='' |
---|
4747 | MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_gnuradio-wxgui/work/gnuradio-3.2.2/missing --run makeinfo' |
---|
4748 | MD_CPU='x86' |
---|
4749 | MD_CPU_generic_FALSE='' |
---|
4750 | MD_CPU_generic_TRUE='#' |
---|
4751 | MD_CPU_powerpc_FALSE='' |
---|
4752 | MD_CPU_powerpc_TRUE='#' |
---|
4753 | MD_CPU_x86_FALSE='#' |
---|
4754 | MD_CPU_x86_TRUE='' |
---|
4755 | MD_SUBCPU='x86' |
---|
4756 | MD_SUBCPU_x86_64_FALSE='' |
---|
4757 | MD_SUBCPU_x86_64_TRUE='#' |
---|
4758 | MKDIR_P='./install-sh -c -d' |
---|
4759 | NM='/usr/bin/nm -p' |
---|
4760 | NMEDIT='nmedit' |
---|
4761 | NO_UNDEFINED='' |
---|
4762 | OBJDUMP='objdump' |
---|
4763 | OBJEXT='o' |
---|
4764 | OMNITHREAD_NT_FALSE='' |
---|
4765 | OMNITHREAD_NT_TRUE='#' |
---|
4766 | OMNITHREAD_POSIX_FALSE='#' |
---|
4767 | OMNITHREAD_POSIX_TRUE='' |
---|
4768 | OSS_LIBS='' |
---|
4769 | OTOOL64=':' |
---|
4770 | OTOOL='otool' |
---|
4771 | PACKAGE='gnuradio' |
---|
4772 | PACKAGE_BUGREPORT='' |
---|
4773 | PACKAGE_NAME='' |
---|
4774 | PACKAGE_STRING='' |
---|
4775 | PACKAGE_TARNAME='' |
---|
4776 | PACKAGE_VERSION='' |
---|
4777 | PATH_SEPARATOR=':' |
---|
4778 | PKG_CONFIG='/opt/local/bin/pkg-config' |
---|
4779 | PORTAUDIO_CFLAGS='' |
---|
4780 | PORTAUDIO_CPPFLAGS='' |
---|
4781 | PORTAUDIO_INCLUDEDIR='' |
---|
4782 | PORTAUDIO_LIBS='' |
---|
4783 | PTHREAD_CC='/usr/bin/gcc-4.0' |
---|
4784 | PTHREAD_CFLAGS='-D_THREAD_SAFE ' |
---|
4785 | PTHREAD_LIBS='' |
---|
4786 | PYTHON='/opt/local/bin/python2.5' |
---|
4787 | PYTHONW='' |
---|
4788 | PYTHON_CPPFLAGS='-I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5' |
---|
4789 | PYTHON_EXEC_PREFIX='${exec_prefix}' |
---|
4790 | PYTHON_LDFLAGS='' |
---|
4791 | PYTHON_PLATFORM='darwin' |
---|
4792 | PYTHON_PREFIX='${prefix}' |
---|
4793 | PYTHON_VERSION='2.5' |
---|
4794 | QMAKE_INCLUDES='' |
---|
4795 | QTCORE_CFLAGS='' |
---|
4796 | QTCORE_CPPFLAGS='' |
---|
4797 | QTCORE_INCLUDEDIR='' |
---|
4798 | QTCORE_LIBS='' |
---|
4799 | QTGUI_CFLAGS='' |
---|
4800 | QTGUI_CPPFLAGS='' |
---|
4801 | QTGUI_INCLUDEDIR='' |
---|
4802 | QTGUI_LIBS='' |
---|
4803 | QTOPENGL_CFLAGS='' |
---|
4804 | QTOPENGL_CPPFLAGS='' |
---|
4805 | QTOPENGL_INCLUDEDIR='' |
---|
4806 | QTOPENGL_LIBS='' |
---|
4807 | QT_INCLUDES='' |
---|
4808 | QT_LIBS='' |
---|
4809 | QT_MOC_EXEC='' |
---|
4810 | QT_UIC_EXEC='' |
---|
4811 | QWTPLOT3D_CFLAGS='' |
---|
4812 | QWTPLOT3D_LIBS='' |
---|
4813 | QWT_CFLAGS='' |
---|
4814 | QWT_LIBS='' |
---|
4815 | RANLIB='ranlib' |
---|
4816 | RM_PROG='/bin/rm' |
---|
4817 | SDL_CFLAGS='' |
---|
4818 | SDL_CONFIG='' |
---|
4819 | SDL_CPPFLAGS='' |
---|
4820 | SDL_INCLUDEDIR='' |
---|
4821 | SDL_LIBS='' |
---|
4822 | SED='/opt/local/bin/gsed' |
---|
4823 | SET_MAKE='' |
---|
4824 | SHELL='/bin/sh' |
---|
4825 | SHM_OPEN_LIBS='' |
---|
4826 | SPU_GCC_PROG='' |
---|
4827 | STRIP='strip' |
---|
4828 | SVN='/usr/bin/svn' |
---|
4829 | SVNDATE='' |
---|
4830 | SVNVERSION='' |
---|
4831 | SWIG='/opt/local/bin/swig -c++' |
---|
4832 | SWIG_PYTHON_CPPFLAGS='-I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5' |
---|
4833 | SWIG_PYTHON_LIB='-lswigpy' |
---|
4834 | SWIG_PYTHON_OPT='-python' |
---|
4835 | USB_CFLAGS='' |
---|
4836 | USB_CPPFLAGS='' |
---|
4837 | USB_INCLUDEDIR='' |
---|
4838 | USB_LIBS='' |
---|
4839 | USRP2_INCLUDES='-I${abs_top_srcdir}/usrp2/host/include -I${abs_top_srcdir}/usrp2/firmware/include' |
---|
4840 | USRP2_LA='${abs_top_builddir}/usrp2/host/lib/libusrp2.la' |
---|
4841 | VERSION='3.2.2' |
---|
4842 | WINAUDIO_LIBS='' |
---|
4843 | XAS='' |
---|
4844 | XCC='' |
---|
4845 | XDG_UTILS='' |
---|
4846 | XDG_UTILS_FALSE='' |
---|
4847 | XDG_UTILS_TRUE='' |
---|
4848 | XMLTO='' |
---|
4849 | abs_top_builddir='' |
---|
4850 | abs_top_srcdir='' |
---|
4851 | ac_ct_CC='/usr/bin/gcc-4.0' |
---|
4852 | ac_ct_CXX='' |
---|
4853 | ac_ct_DUMPBIN='' |
---|
4854 | ac_ct_F77='' |
---|
4855 | acx_pthread_config='' |
---|
4856 | am__fastdepCCAS_FALSE='#' |
---|
4857 | am__fastdepCCAS_TRUE='' |
---|
4858 | am__fastdepCC_FALSE='#' |
---|
4859 | am__fastdepCC_TRUE='' |
---|
4860 | am__fastdepCXX_FALSE='#' |
---|
4861 | am__fastdepCXX_TRUE='' |
---|
4862 | am__include='include' |
---|
4863 | am__isrc='' |
---|
4864 | am__leading_dot='.' |
---|
4865 | am__quote='' |
---|
4866 | am__tar='${AMTAR} chof - "$$tardir"' |
---|
4867 | am__untar='${AMTAR} xf -' |
---|
4868 | autoconf_default_CFLAGS='' |
---|
4869 | autoconf_default_CXXFLAGS='' |
---|
4870 | bindir='${exec_prefix}/bin' |
---|
4871 | build='i386-apple-darwin9.8.0' |
---|
4872 | build_alias='' |
---|
4873 | build_cpu='i386' |
---|
4874 | build_dirs='config' |
---|
4875 | build_os='darwin9.8.0' |
---|
4876 | build_vendor='apple' |
---|
4877 | datadir='${datarootdir}' |
---|
4878 | datarootdir='${prefix}/share' |
---|
4879 | docdir='${datarootdir}/doc/${PACKAGE}' |
---|
4880 | docs_INCLUDEDIR='' |
---|
4881 | docs_INCLUDES='' |
---|
4882 | docs_LA='' |
---|
4883 | docs_LDFLAG='' |
---|
4884 | docs_LIBDIRPATH='' |
---|
4885 | dvidir='${docdir}' |
---|
4886 | enable_dot='no' |
---|
4887 | enable_html_docs='YES' |
---|
4888 | enable_latex_docs='NO' |
---|
4889 | enable_xml_docs='YES' |
---|
4890 | exec_prefix='NONE' |
---|
4891 | gcell_INCLUDEDIR='' |
---|
4892 | gcell_INCLUDES='-I${abs_top_srcdir}/gcell/include' |
---|
4893 | gcell_LA='${abs_top_builddir}/gcell/lib/libgcell.la' |
---|
4894 | gcell_LDFLAG='' |
---|
4895 | gcell_LIBDIRPATH='' |
---|
4896 | gcell_spu_INCLUDES='-I${abs_top_srcdir}/gcell/include' |
---|
4897 | gcell_spu_LA='${abs_top_builddir}/gcell/lib/spu/libgcell_spu.a' |
---|
4898 | generate_docs='' |
---|
4899 | gnuradio_core_I='/opt/local/include/gnuradio/swig/gnuradio.i' |
---|
4900 | gnuradio_core_INCLUDEDIR='/opt/local/include/gnuradio' |
---|
4901 | gnuradio_core_INCLUDES='' |
---|
4902 | gnuradio_core_LA='-L/opt/local/lib -lgnuradio-core -lboost_thread-mt-d -lboost_date_time-d -lgruel -lfftw3f -lgsl -lgslcblas -lm -lgromnithread ' |
---|
4903 | gnuradio_core_LDFLAG='' |
---|
4904 | gnuradio_core_LIBDIRPATH='' |
---|
4905 | gnuradio_core_PYDIRPATH='' |
---|
4906 | gnuradio_core_SWIGDIRPATH='' |
---|
4907 | gnuradio_examples_INCLUDEDIR='' |
---|
4908 | gnuradio_examples_INCLUDES='' |
---|
4909 | gnuradio_examples_LA='' |
---|
4910 | gnuradio_examples_LDFLAG='' |
---|
4911 | gnuradio_examples_LIBDIRPATH='' |
---|
4912 | gr_audio_alsa_INCLUDEDIR='' |
---|
4913 | gr_audio_alsa_INCLUDES='' |
---|
4914 | gr_audio_alsa_LA='' |
---|
4915 | gr_audio_alsa_LDFLAG='' |
---|
4916 | gr_audio_alsa_LIBDIRPATH='' |
---|
4917 | gr_audio_jack_INCLUDEDIR='' |
---|
4918 | gr_audio_jack_INCLUDES='' |
---|
4919 | gr_audio_jack_LA='' |
---|
4920 | gr_audio_jack_LDFLAG='' |
---|
4921 | gr_audio_jack_LIBDIRPATH='' |
---|
4922 | gr_audio_oss_INCLUDEDIR='' |
---|
4923 | gr_audio_oss_INCLUDES='' |
---|
4924 | gr_audio_oss_LA='' |
---|
4925 | gr_audio_oss_LDFLAG='' |
---|
4926 | gr_audio_oss_LIBDIRPATH='' |
---|
4927 | gr_audio_osx_INCLUDEDIR='' |
---|
4928 | gr_audio_osx_INCLUDES='' |
---|
4929 | gr_audio_osx_LA='' |
---|
4930 | gr_audio_osx_LDFLAG='' |
---|
4931 | gr_audio_osx_LIBDIRPATH='' |
---|
4932 | gr_audio_portaudio_INCLUDEDIR='' |
---|
4933 | gr_audio_portaudio_INCLUDES='' |
---|
4934 | gr_audio_portaudio_LA='' |
---|
4935 | gr_audio_portaudio_LDFLAG='' |
---|
4936 | gr_audio_portaudio_LIBDIRPATH='' |
---|
4937 | gr_audio_windows_INCLUDEDIR='' |
---|
4938 | gr_audio_windows_INCLUDES='' |
---|
4939 | gr_audio_windows_LA='' |
---|
4940 | gr_audio_windows_LDFLAG='' |
---|
4941 | gr_audio_windows_LIBDIRPATH='' |
---|
4942 | gr_cvsd_vocoder_INCLUDEDIR='' |
---|
4943 | gr_cvsd_vocoder_INCLUDES='' |
---|
4944 | gr_cvsd_vocoder_LA='' |
---|
4945 | gr_cvsd_vocoder_LDFLAG='' |
---|
4946 | gr_cvsd_vocoder_LIBDIRPATH='' |
---|
4947 | gr_gcell_INCLUDEDIR='' |
---|
4948 | gr_gcell_INCLUDES='' |
---|
4949 | gr_gcell_LA='' |
---|
4950 | gr_gcell_LDFLAG='' |
---|
4951 | gr_gcell_LIBDIRPATH='' |
---|
4952 | gr_gpio_INCLUDEDIR='' |
---|
4953 | gr_gpio_INCLUDES='' |
---|
4954 | gr_gpio_LA='' |
---|
4955 | gr_gpio_LDFLAG='' |
---|
4956 | gr_gpio_LIBDIRPATH='' |
---|
4957 | gr_gsm_fr_vocoder_INCLUDEDIR='' |
---|
4958 | gr_gsm_fr_vocoder_INCLUDES='' |
---|
4959 | gr_gsm_fr_vocoder_LA='' |
---|
4960 | gr_gsm_fr_vocoder_LDFLAG='' |
---|
4961 | gr_gsm_fr_vocoder_LIBDIRPATH='' |
---|
4962 | gr_libdir_suffix='' |
---|
4963 | gr_pager_INCLUDEDIR='' |
---|
4964 | gr_pager_INCLUDES='' |
---|
4965 | gr_pager_LA='' |
---|
4966 | gr_pager_LDFLAG='' |
---|
4967 | gr_pager_LIBDIRPATH='' |
---|
4968 | gr_qtgui_INCLUDEDIR='' |
---|
4969 | gr_qtgui_INCLUDES='' |
---|
4970 | gr_qtgui_LA='' |
---|
4971 | gr_qtgui_LDFLAG='' |
---|
4972 | gr_qtgui_LIBDIRPATH='' |
---|
4973 | gr_radar_mono_INCLUDEDIR='' |
---|
4974 | gr_radar_mono_INCLUDES='' |
---|
4975 | gr_radar_mono_LA='' |
---|
4976 | gr_radar_mono_LDFLAG='' |
---|
4977 | gr_radar_mono_LIBDIRPATH='' |
---|
4978 | gr_radio_astronomy_INCLUDEDIR='' |
---|
4979 | gr_radio_astronomy_INCLUDES='' |
---|
4980 | gr_radio_astronomy_LA='' |
---|
4981 | gr_radio_astronomy_LDFLAG='' |
---|
4982 | gr_radio_astronomy_LIBDIRPATH='' |
---|
4983 | gr_sounder_INCLUDEDIR='' |
---|
4984 | gr_sounder_INCLUDES='' |
---|
4985 | gr_sounder_LA='' |
---|
4986 | gr_sounder_LDFLAG='' |
---|
4987 | gr_sounder_LIBDIRPATH='' |
---|
4988 | gr_trellis_INCLUDEDIR='' |
---|
4989 | gr_trellis_INCLUDES='' |
---|
4990 | gr_trellis_LA='' |
---|
4991 | gr_trellis_LDFLAG='' |
---|
4992 | gr_trellis_LIBDIRPATH='' |
---|
4993 | gr_usrp2_INCLUDEDIR='' |
---|
4994 | gr_usrp2_INCLUDES='' |
---|
4995 | gr_usrp2_LA='' |
---|
4996 | gr_usrp2_LDFLAG='' |
---|
4997 | gr_usrp2_LIBDIRPATH='' |
---|
4998 | gr_usrp_INCLUDEDIR='' |
---|
4999 | gr_usrp_INCLUDES='' |
---|
5000 | gr_usrp_LA='' |
---|
5001 | gr_usrp_LDFLAG='' |
---|
5002 | gr_usrp_LIBDIRPATH='' |
---|
5003 | gr_utils_INCLUDEDIR='' |
---|
5004 | gr_utils_INCLUDES='' |
---|
5005 | gr_utils_LA='' |
---|
5006 | gr_utils_LDFLAG='' |
---|
5007 | gr_utils_LIBDIRPATH='' |
---|
5008 | gr_video_sdl_INCLUDEDIR='' |
---|
5009 | gr_video_sdl_INCLUDES='' |
---|
5010 | gr_video_sdl_LA='' |
---|
5011 | gr_video_sdl_LDFLAG='' |
---|
5012 | gr_video_sdl_LIBDIRPATH='' |
---|
5013 | gr_wxgui_INCLUDEDIR='' |
---|
5014 | gr_wxgui_INCLUDES='' |
---|
5015 | gr_wxgui_LA='' |
---|
5016 | gr_wxgui_LDFLAG='' |
---|
5017 | gr_wxgui_LIBDIRPATH='' |
---|
5018 | grc_INCLUDEDIR='' |
---|
5019 | grc_INCLUDES='' |
---|
5020 | grc_LA='' |
---|
5021 | grc_LDFLAG='' |
---|
5022 | grc_LIBDIRPATH='' |
---|
5023 | gruel_INCLUDEDIR='/opt/local/include' |
---|
5024 | gruel_INCLUDES='' |
---|
5025 | gruel_LA='-L/opt/local/lib -lgruel ' |
---|
5026 | gruel_LDFLAG='' |
---|
5027 | gruel_LIBDIRPATH='' |
---|
5028 | host='i386-apple-darwin9.8.0' |
---|
5029 | host_alias='' |
---|
5030 | host_cpu='i386' |
---|
5031 | host_os='darwin9.8.0' |
---|
5032 | host_vendor='apple' |
---|
5033 | htmldir='${docdir}' |
---|
5034 | includedir='${prefix}/include' |
---|
5035 | infodir='${datarootdir}/info' |
---|
5036 | install_sh='$(SHELL) /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_gnuradio-wxgui/work/gnuradio-3.2.2/install-sh' |
---|
5037 | lf_CFLAGS=' -Wall -Werror-implicit-function-declaration' |
---|
5038 | lf_CXXFLAGS=' -Wall -Woverloaded-virtual' |
---|
5039 | libdir='${exec_prefix}/lib' |
---|
5040 | libexecdir='${exec_prefix}/libexec' |
---|
5041 | localedir='${datarootdir}/locale' |
---|
5042 | localstatedir='${prefix}/var' |
---|
5043 | lt_ECHO='/bin/echo' |
---|
5044 | mandir='${datarootdir}/man' |
---|
5045 | mblock_INCLUDEDIR='' |
---|
5046 | mblock_INCLUDES='-I${abs_top_srcdir}/mblock/src/include' |
---|
5047 | mblock_LA='${abs_top_builddir}/mblock/src/lib/libmblock.la' |
---|
5048 | mblock_LDFLAG='' |
---|
5049 | mblock_LIBDIRPATH='' |
---|
5050 | mkdir_p='$(top_builddir)/./install-sh -c -d' |
---|
5051 | oldincludedir='/usr/include' |
---|
5052 | omnithread_INCLUDEDIR='/opt/local/include/gnuradio' |
---|
5053 | omnithread_INCLUDES='' |
---|
5054 | omnithread_LA='-L/opt/local/lib -lgromnithread ' |
---|
5055 | omnithread_LDFLAG='' |
---|
5056 | omnithread_LIBDIRPATH='' |
---|
5057 | pdfdir='${docdir}' |
---|
5058 | pkgpyexecdir='${pyexecdir}/gnuradio' |
---|
5059 | pkgpythondir='${pythondir}/gnuradio' |
---|
5060 | pmt_INCLUDEDIR='' |
---|
5061 | pmt_INCLUDES='-I${abs_top_srcdir}/pmt/src/lib' |
---|
5062 | pmt_LA='${abs_top_builddir}/pmt/src/lib/libpmt.la' |
---|
5063 | pmt_LDFLAG='' |
---|
5064 | pmt_LIBDIRPATH='' |
---|
5065 | prefix='/opt/local' |
---|
5066 | program_transform_name='s,x,x,' |
---|
5067 | psdir='${docdir}' |
---|
5068 | pyexecdir='/opt/local/lib/python2.5/site-packages' |
---|
5069 | pythondir='/opt/local/lib/python2.5/site-packages' |
---|
5070 | sbindir='${exec_prefix}/sbin' |
---|
5071 | sharedstatedir='${prefix}/com' |
---|
5072 | skipped_dirs=' gcell pmt mblock usrp usrp2 gr-usrp gr-usrp2 gr-gcell gr-audio-alsa gr-audio-jack gr-audio-oss gr-audio-osx gr-audio-portaudio gr-audio-windows gr-cvsd-vocoder gr-gpio gr-gsm-fr-vocoder gr-pager gr-radar-mono gr-radio-astronomy gr-trellis gr-video-sdl' |
---|
5073 | subdirs=' usrp2/firmware' |
---|
5074 | swig_CXXFLAGS='' |
---|
5075 | sysconfdir='${prefix}/etc' |
---|
5076 | target='i386-apple-darwin9.8.0' |
---|
5077 | target_alias='' |
---|
5078 | target_cpu='i386' |
---|
5079 | target_os='darwin9.8.0' |
---|
5080 | target_vendor='apple' |
---|
5081 | usrp2_INCLUDEDIR='' |
---|
5082 | usrp2_INCLUDES='' |
---|
5083 | usrp2_LA='' |
---|
5084 | usrp2_LDFLAG='' |
---|
5085 | usrp2_LIBDIRPATH='' |
---|
5086 | usrp_INCLUDEDIR='' |
---|
5087 | usrp_INCLUDES='-I${abs_top_srcdir}/usrp/host/lib/legacy -I${abs_top_srcdir}/usrp/firmware/include -I${abs_top_builddir}/usrp/host/lib/legacy' |
---|
5088 | usrp_LA='${abs_top_builddir}/usrp/host/lib/legacy/libusrp.la' |
---|
5089 | usrp_LDFLAG='' |
---|
5090 | usrp_LIBDIRPATH='' |
---|
5091 | usrp_darwin_omnithread_pc_requires='gnuradio-omnithread' |
---|
5092 | with_INCLUDES='-I/opt/local/include -I/opt/local/include/gnuradio -I/opt/local/include/gnuradio -I/opt/local/include ' |
---|
5093 | with_LIBDIRPATH='' |
---|
5094 | with_PYDIRPATH='/opt/local/lib/python2.5/site-packages' |
---|
5095 | with_SWIGDIRPATH='/opt/local/include/gnuradio/swig' |
---|
5096 | with_SWIG_INCLUDES='-I/opt/local/include/gnuradio/swig' |
---|
5097 | with_dirs=' gruel omnithread gnuradio-core' |
---|
5098 | |
---|
5099 | ## ----------- ## |
---|
5100 | ## confdefs.h. ## |
---|
5101 | ## ----------- ## |
---|
5102 | |
---|
5103 | #define PACKAGE_NAME "" |
---|
5104 | #define PACKAGE_TARNAME "" |
---|
5105 | #define PACKAGE_VERSION "" |
---|
5106 | #define PACKAGE_STRING "" |
---|
5107 | #define PACKAGE_BUGREPORT "" |
---|
5108 | #define PACKAGE "gnuradio" |
---|
5109 | #define VERSION "3.2.2" |
---|
5110 | #define STDC_HEADERS 1 |
---|
5111 | #define HAVE_SYS_TYPES_H 1 |
---|
5112 | #define HAVE_SYS_STAT_H 1 |
---|
5113 | #define HAVE_STDLIB_H 1 |
---|
5114 | #define HAVE_STRING_H 1 |
---|
5115 | #define HAVE_MEMORY_H 1 |
---|
5116 | #define HAVE_STRINGS_H 1 |
---|
5117 | #define HAVE_INTTYPES_H 1 |
---|
5118 | #define HAVE_STDINT_H 1 |
---|
5119 | #define HAVE_UNISTD_H 1 |
---|
5120 | #define __EXTENSIONS__ 1 |
---|
5121 | #define _ALL_SOURCE 1 |
---|
5122 | #define _GNU_SOURCE 1 |
---|
5123 | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
5124 | #define _TANDEM_SOURCE 1 |
---|
5125 | #define CXX_HAS_STD_ISNAN /**/ |
---|
5126 | #define HAVE_DLFCN_H 1 |
---|
5127 | #define LT_OBJDIR ".libs/" |
---|
5128 | #define HAVE_PYTHON_H 1 |
---|
5129 | #define HAVE_PTHREAD 1 |
---|
5130 | #define HAVE_GETTIMEOFDAY 1 |
---|
5131 | #define HAVE_NANOSLEEP 1 |
---|
5132 | #define HAVE_SYS_IPC_H 1 |
---|
5133 | #define HAVE_SYS_SHM_H 1 |
---|
5134 | #define STDC_HEADERS 1 |
---|
5135 | #define HAVE_SYS_WAIT_H 1 |
---|
5136 | #define HAVE_FCNTL_H 1 |
---|
5137 | #define HAVE_LIMITS_H 1 |
---|
5138 | #define HAVE_STRINGS_H 1 |
---|
5139 | #define HAVE_TIME_H 1 |
---|
5140 | #define HAVE_SYS_IOCTL_H 1 |
---|
5141 | #define HAVE_SYS_TIME_H 1 |
---|
5142 | #define HAVE_UNISTD_H 1 |
---|
5143 | #define HAVE_SYS_MMAN_H 1 |
---|
5144 | #define HAVE_SYS_SELECT_H 1 |
---|
5145 | #define HAVE_SYS_TYPES_H 1 |
---|
5146 | #define HAVE_SYS_RESOURCE_H 1 |
---|
5147 | #define HAVE_STDINT_H 1 |
---|
5148 | #define HAVE_SCHED_H 1 |
---|
5149 | #define HAVE_SIGNAL_H 1 |
---|
5150 | #define HAVE_SYS_SYSCALL_H 1 |
---|
5151 | #define HAVE_NETINET_IN_H 1 |
---|
5152 | #define TIME_WITH_SYS_TIME 1 |
---|
5153 | #define AC_APPLE_UNIVERSAL_BUILD 1 |
---|
5154 | #define HAVE_ALLOCA_H 1 |
---|
5155 | #define HAVE_ALLOCA 1 |
---|
5156 | #define HAVE_VALLOC 1 |
---|
5157 | #define ALIGNED_MALLOC 16 |
---|
5158 | #define HAVE_VPRINTF 1 |
---|
5159 | #define HAVE_MMAP 1 |
---|
5160 | #define HAVE_SELECT 1 |
---|
5161 | #define HAVE_SOCKET 1 |
---|
5162 | #define HAVE_STRCSPN 1 |
---|
5163 | #define HAVE_STRERROR 1 |
---|
5164 | #define HAVE_STRSPN 1 |
---|
5165 | #define HAVE_GETPAGESIZE 1 |
---|
5166 | #define HAVE_SYSCONF 1 |
---|
5167 | #define HAVE_SNPRINTF 1 |
---|
5168 | #define HAVE_GETTIMEOFDAY 1 |
---|
5169 | #define HAVE_NANOSLEEP 1 |
---|
5170 | #define HAVE_MODF 1 |
---|
5171 | #define HAVE_SQRT 1 |
---|
5172 | #define HAVE_SIGACTION 1 |
---|
5173 | #define HAVE_SIGPROCMASK 1 |
---|
5174 | #define HAVE_PTHREAD_SIGMASK 1 |
---|
5175 | #define HAVE_SINF 1 |
---|
5176 | #define HAVE_COSF 1 |
---|
5177 | #define HAVE_TRUNC 1 |
---|
5178 | #define HAVE_LOG2 1 |
---|
5179 | #define HAVE_SHM_OPEN 1 |
---|
5180 | #define HAVE_SYS_TYPES_H 1 |
---|
5181 | #define HAVE_FCNTL_H 1 |
---|
5182 | #define HAVE_GETOPT 1 |
---|
5183 | #define HAVE_USLEEP 1 |
---|
5184 | #define HAVE_GETTIMEOFDAY 1 |
---|
5185 | #define HAVE_NANOSLEEP 1 |
---|
5186 | #define HAVE_RAND 1 |
---|
5187 | #define HAVE_SRAND 1 |
---|
5188 | #define HAVE_RANDOM 1 |
---|
5189 | #define HAVE_SRANDOM 1 |
---|
5190 | #define HAVE_SLEEP 1 |
---|
5191 | #define HAVE_SIGACTION 1 |
---|
5192 | #define HAVE_STRUCT_TIMEZONE 1 |
---|
5193 | #define HAVE_STRUCT_TIMESPEC 1 |
---|
5194 | #define HAVE_SSIZE_T 1 |
---|
5195 | #define HAVE_GETOPT 1 |
---|
5196 | #define HAVE_USLEEP 1 |
---|
5197 | #define HAVE_GETTIMEOFDAY 1 |
---|
5198 | #define HAVE_BOOST 1 |
---|
5199 | #define HAVE_BOOST_THREAD 1 |
---|
5200 | #define HAVE_BOOST_DATE_TIME 1 |
---|
5201 | #define HAVE_BOOST_PROGRAM_OPTIONS 1 |
---|
5202 | #define HAVE_FCNTL_H 1 |
---|
5203 | #define HAVE_SYS_TIME_H 1 |
---|
5204 | #define HAVE_UNISTD_H 1 |
---|
5205 | #define HAVE_DECL_GETENV 1 |
---|
5206 | |
---|
5207 | configure: exit 1 |
---|