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.62. Invocation command line was |
---|
6 | |
---|
7 | $ auto/configure --prefix=/opt/local --enable-gui=no --without-x --disable-gpm --disable-nls --mandir=/opt/local/share/man --with-tlib=ncurses --enable-multibyte --srcdir=. --cache-file=auto/config.cache |
---|
8 | |
---|
9 | ## --------- ## |
---|
10 | ## Platform. ## |
---|
11 | ## --------- ## |
---|
12 | |
---|
13 | hostname = minimac |
---|
14 | uname -m = Power Macintosh |
---|
15 | uname -r = 8.11.0 |
---|
16 | uname -s = Darwin |
---|
17 | uname -v = Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC |
---|
18 | |
---|
19 | /usr/bin/uname -p = powerpc |
---|
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 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC |
---|
27 | Kernel configured for a single processor only. |
---|
28 | 1 processor is physically available. |
---|
29 | Processor type: ppc7450 (PowerPC 7450) |
---|
30 | Processor active: 0 |
---|
31 | Primary memory available: 1.00 gigabytes |
---|
32 | Default processor set: 97 tasks, 253 threads, 1 processors |
---|
33 | Load average: 2.33, Mach factor: 0.29 |
---|
34 | /bin/machine = unknown |
---|
35 | /usr/bin/oslevel = unknown |
---|
36 | /bin/universe = unknown |
---|
37 | |
---|
38 | PATH: /opt/local/bin |
---|
39 | PATH: /opt/local/sbin |
---|
40 | PATH: /bin |
---|
41 | PATH: /sbin |
---|
42 | PATH: /usr/bin |
---|
43 | PATH: /usr/sbin |
---|
44 | PATH: /usr/X11R6/bin |
---|
45 | |
---|
46 | |
---|
47 | ## ----------- ## |
---|
48 | ## Core tests. ## |
---|
49 | ## ----------- ## |
---|
50 | |
---|
51 | configure:1875: creating cache auto/config.cache |
---|
52 | configure:1968: checking whether make sets $(MAKE) |
---|
53 | configure:1990: result: yes |
---|
54 | configure:2048: checking for gcc |
---|
55 | configure:2075: result: /usr/bin/gcc-4.0 |
---|
56 | configure:2313: checking for C compiler version |
---|
57 | configure:2321: /usr/bin/gcc-4.0 --version >&5 |
---|
58 | powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5370) |
---|
59 | Copyright (C) 2005 Free Software Foundation, Inc. |
---|
60 | This is free software; see the source for copying conditions. There is NO |
---|
61 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
---|
62 | |
---|
63 | configure:2325: $? = 0 |
---|
64 | configure:2332: /usr/bin/gcc-4.0 -v >&5 |
---|
65 | Using built-in specs. |
---|
66 | Target: powerpc-apple-darwin8 |
---|
67 | Configured with: /var/tmp/gcc/gcc-5370~2/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=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8 |
---|
68 | Thread model: posix |
---|
69 | gcc version 4.0.1 (Apple Computer, Inc. build 5370) |
---|
70 | configure:2336: $? = 0 |
---|
71 | configure:2343: /usr/bin/gcc-4.0 -V >&5 |
---|
72 | gcc-4.0: argument to `-V' is missing |
---|
73 | configure:2347: $? = 1 |
---|
74 | configure:2370: checking for C compiler default output file name |
---|
75 | configure:2392: /usr/bin/gcc-4.0 -O2 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
76 | configure:2396: $? = 0 |
---|
77 | configure:2434: result: a.out |
---|
78 | configure:2451: checking whether the C compiler works |
---|
79 | configure:2461: ./a.out |
---|
80 | configure:2465: $? = 0 |
---|
81 | configure:2482: result: yes |
---|
82 | configure:2489: checking whether we are cross compiling |
---|
83 | configure:2491: result: no |
---|
84 | configure:2494: checking for suffix of executables |
---|
85 | configure:2501: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
86 | configure:2505: $? = 0 |
---|
87 | configure:2529: result: |
---|
88 | configure:2535: checking for suffix of object files |
---|
89 | configure:2561: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5 |
---|
90 | configure:2565: $? = 0 |
---|
91 | configure:2588: result: o |
---|
92 | configure:2592: checking whether we are using the GNU C compiler |
---|
93 | configure:2621: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5 |
---|
94 | configure:2628: $? = 0 |
---|
95 | configure:2645: result: yes |
---|
96 | configure:2654: checking whether /usr/bin/gcc-4.0 accepts -g |
---|
97 | configure:2684: /usr/bin/gcc-4.0 -c -g -I/opt/local/include conftest.c >&5 |
---|
98 | configure:2691: $? = 0 |
---|
99 | configure:2792: result: yes |
---|
100 | configure:2809: checking for /usr/bin/gcc-4.0 option to accept ISO C89 |
---|
101 | configure:2883: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5 |
---|
102 | configure:2890: $? = 0 |
---|
103 | configure:2913: result: none needed |
---|
104 | configure:2935: checking how to run the C preprocessor |
---|
105 | configure:3053: result: /usr/bin/cpp-4.0 |
---|
106 | configure:3082: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c |
---|
107 | configure:3089: $? = 0 |
---|
108 | configure:3120: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c |
---|
109 | conftest.c:9:28: error: ac_nonexistent.h: No such file or directory |
---|
110 | configure:3127: $? = 1 |
---|
111 | configure: failed program was: |
---|
112 | | /* confdefs.h. */ |
---|
113 | | #define PACKAGE_NAME "" |
---|
114 | | #define PACKAGE_TARNAME "" |
---|
115 | | #define PACKAGE_VERSION "" |
---|
116 | | #define PACKAGE_STRING "" |
---|
117 | | #define PACKAGE_BUGREPORT "" |
---|
118 | | #define UNIX 1 |
---|
119 | | /* end confdefs.h. */ |
---|
120 | | #include <ac_nonexistent.h> |
---|
121 | configure:3165: checking for grep that handles long lines and -e |
---|
122 | configure:3225: result: /usr/bin/grep |
---|
123 | configure:3230: checking for egrep |
---|
124 | configure:3294: result: /usr/bin/grep -E |
---|
125 | configure:3308: checking for library containing strerror |
---|
126 | configure:3349: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
127 | configure:3356: $? = 0 |
---|
128 | configure:3387: result: none required |
---|
129 | configure:3398: checking for gawk |
---|
130 | configure:3414: found /opt/local/bin/gawk |
---|
131 | configure:3425: result: gawk |
---|
132 | configure:3438: checking for strip |
---|
133 | configure:3454: found /usr/bin/strip |
---|
134 | configure:3466: result: strip |
---|
135 | configure:3477: checking for ANSI C header files |
---|
136 | configure:3507: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5 |
---|
137 | configure:3514: $? = 0 |
---|
138 | configure:3610: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c >&5 |
---|
139 | configure:3614: $? = 0 |
---|
140 | configure:3620: ./conftest |
---|
141 | configure:3624: $? = 0 |
---|
142 | configure:3642: result: yes |
---|
143 | configure:3652: checking for sys/wait.h that is POSIX.1 compatible |
---|
144 | configure:3688: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5 |
---|
145 | configure:3695: $? = 0 |
---|
146 | configure:3710: result: yes |
---|
147 | configure:3749: checking for buggy tools... |
---|
148 | configure:3756: checking for BeOS |
---|
149 | configure:3762: result: no |
---|
150 | configure:3766: checking for QNX |
---|
151 | configure:3773: result: no |
---|
152 | configure:3777: checking for Darwin (Mac OS X) |
---|
153 | configure:3780: result: yes |
---|
154 | configure:3783: checking --disable-darwin argument |
---|
155 | configure:3793: result: no |
---|
156 | configure:3795: checking if Darwin files are there |
---|
157 | configure:3798: result: yes |
---|
158 | configure:3810: checking --with-mac-arch argument |
---|
159 | configure:3818: result: defaulting to current |
---|
160 | configure:3969: checking for sys/types.h |
---|
161 | configure:3990: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
162 | configure:3997: $? = 0 |
---|
163 | configure:4014: result: yes |
---|
164 | configure:3969: checking for sys/stat.h |
---|
165 | configure:3990: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
166 | configure:3997: $? = 0 |
---|
167 | configure:4014: result: yes |
---|
168 | configure:3969: checking for stdlib.h |
---|
169 | configure:3990: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
170 | configure:3997: $? = 0 |
---|
171 | configure:4014: result: yes |
---|
172 | configure:3969: checking for string.h |
---|
173 | configure:3990: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
174 | configure:3997: $? = 0 |
---|
175 | configure:4014: result: yes |
---|
176 | configure:3969: checking for memory.h |
---|
177 | configure:3990: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
178 | configure:3997: $? = 0 |
---|
179 | configure:4014: result: yes |
---|
180 | configure:3969: checking for strings.h |
---|
181 | configure:3990: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
182 | In file included from conftest.c:50: |
---|
183 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
184 | configure:3997: $? = 0 |
---|
185 | configure:4014: result: yes |
---|
186 | configure:3969: checking for inttypes.h |
---|
187 | configure:3990: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
188 | In file included from conftest.c:39: |
---|
189 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
190 | configure:3997: $? = 0 |
---|
191 | configure:4014: result: yes |
---|
192 | configure:3969: checking for stdint.h |
---|
193 | configure:3990: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
194 | In file included from conftest.c:40: |
---|
195 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
196 | configure:3997: $? = 0 |
---|
197 | configure:4014: result: yes |
---|
198 | configure:3969: checking for unistd.h |
---|
199 | configure:3990: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
200 | In file included from conftest.c:41: |
---|
201 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
202 | configure:3997: $? = 0 |
---|
203 | configure:4014: result: yes |
---|
204 | configure:4037: checking Carbon/Carbon.h usability |
---|
205 | configure:4054: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
206 | In file included from conftest.c:42: |
---|
207 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
208 | configure:4061: $? = 0 |
---|
209 | configure:4075: result: yes |
---|
210 | configure:4079: checking Carbon/Carbon.h presence |
---|
211 | configure:4094: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
212 | configure:4101: $? = 0 |
---|
213 | configure:4115: result: yes |
---|
214 | configure:4143: checking for Carbon/Carbon.h |
---|
215 | configure:4150: result: yes |
---|
216 | configure:4179: checking --with-local-dir argument |
---|
217 | configure:4205: result: Defaulting to /usr/local |
---|
218 | configure:4230: checking --with-vim-name argument |
---|
219 | configure:4238: result: Defaulting to vim |
---|
220 | configure:4243: checking --with-ex-name argument |
---|
221 | configure:4251: result: Defaulting to ex |
---|
222 | configure:4256: checking --with-view-name argument |
---|
223 | configure:4264: result: Defaulting to view |
---|
224 | configure:4270: checking --with-global-runtime argument |
---|
225 | configure:4281: result: no |
---|
226 | configure:4286: checking --with-modified-by argument |
---|
227 | configure:4297: result: no |
---|
228 | configure:4302: checking if character set is EBCDIC |
---|
229 | configure:4331: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
230 | conftest.c: In function 'main': |
---|
231 | conftest.c:29: error: 'make' undeclared (first use in this function) |
---|
232 | conftest.c:29: error: (Each undeclared identifier is reported only once |
---|
233 | conftest.c:29: error: for each function it appears in.) |
---|
234 | conftest.c:29: error: parse error before 'an' |
---|
235 | configure:4338: $? = 1 |
---|
236 | configure: failed program was: |
---|
237 | | /* confdefs.h. */ |
---|
238 | | #define PACKAGE_NAME "" |
---|
239 | | #define PACKAGE_TARNAME "" |
---|
240 | | #define PACKAGE_VERSION "" |
---|
241 | | #define PACKAGE_STRING "" |
---|
242 | | #define PACKAGE_BUGREPORT "" |
---|
243 | | #define UNIX 1 |
---|
244 | | #define STDC_HEADERS 1 |
---|
245 | | #define HAVE_SYS_WAIT_H 1 |
---|
246 | | #define HAVE_SYS_TYPES_H 1 |
---|
247 | | #define HAVE_SYS_STAT_H 1 |
---|
248 | | #define HAVE_STDLIB_H 1 |
---|
249 | | #define HAVE_STRING_H 1 |
---|
250 | | #define HAVE_MEMORY_H 1 |
---|
251 | | #define HAVE_STRINGS_H 1 |
---|
252 | | #define HAVE_INTTYPES_H 1 |
---|
253 | | #define HAVE_STDINT_H 1 |
---|
254 | | #define HAVE_UNISTD_H 1 |
---|
255 | | /* end confdefs.h. */ |
---|
256 | | |
---|
257 | | int |
---|
258 | | main () |
---|
259 | | { |
---|
260 | | /* TryCompile function for CharSet. |
---|
261 | | Treat any failure as ASCII for compatibility with existing art. |
---|
262 | | Use compile-time rather than run-time tests for cross-compiler |
---|
263 | | tolerance. */ |
---|
264 | | #if '0'!=240 |
---|
265 | | make an error "Character set is not EBCDIC" |
---|
266 | | #endif |
---|
267 | | ; |
---|
268 | | return 0; |
---|
269 | | } |
---|
270 | configure:4356: result: no |
---|
271 | configure:4407: checking --disable-selinux argument |
---|
272 | configure:4417: result: no |
---|
273 | configure:4419: checking for is_selinux_enabled in -lselinux |
---|
274 | configure:4454: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lselinux >&5 |
---|
275 | /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: can't locate file for: -lselinux |
---|
276 | collect2: ld returned 1 exit status |
---|
277 | configure:4461: $? = 1 |
---|
278 | configure: failed program was: |
---|
279 | | /* confdefs.h. */ |
---|
280 | | #define PACKAGE_NAME "" |
---|
281 | | #define PACKAGE_TARNAME "" |
---|
282 | | #define PACKAGE_VERSION "" |
---|
283 | | #define PACKAGE_STRING "" |
---|
284 | | #define PACKAGE_BUGREPORT "" |
---|
285 | | #define UNIX 1 |
---|
286 | | #define STDC_HEADERS 1 |
---|
287 | | #define HAVE_SYS_WAIT_H 1 |
---|
288 | | #define HAVE_SYS_TYPES_H 1 |
---|
289 | | #define HAVE_SYS_STAT_H 1 |
---|
290 | | #define HAVE_STDLIB_H 1 |
---|
291 | | #define HAVE_STRING_H 1 |
---|
292 | | #define HAVE_MEMORY_H 1 |
---|
293 | | #define HAVE_STRINGS_H 1 |
---|
294 | | #define HAVE_INTTYPES_H 1 |
---|
295 | | #define HAVE_STDINT_H 1 |
---|
296 | | #define HAVE_UNISTD_H 1 |
---|
297 | | /* end confdefs.h. */ |
---|
298 | | |
---|
299 | | /* Override any GCC internal prototype to avoid an error. |
---|
300 | | Use char because int might match the return type of a GCC |
---|
301 | | builtin and then its argument prototype would still apply. */ |
---|
302 | | #ifdef __cplusplus |
---|
303 | | extern "C" |
---|
304 | | #endif |
---|
305 | | char is_selinux_enabled (); |
---|
306 | | int |
---|
307 | | main () |
---|
308 | | { |
---|
309 | | return is_selinux_enabled (); |
---|
310 | | ; |
---|
311 | | return 0; |
---|
312 | | } |
---|
313 | configure:4482: result: no |
---|
314 | configure:4498: checking --with-features argument |
---|
315 | configure:4506: result: Defaulting to normal |
---|
316 | configure:4544: checking --with-compiledby argument |
---|
317 | configure:4552: result: no |
---|
318 | configure:4558: checking --disable-xsmp argument |
---|
319 | configure:4569: result: no |
---|
320 | configure:4571: checking --disable-xsmp-interact argument |
---|
321 | configure:4581: result: no |
---|
322 | configure:4596: checking --enable-mzschemeinterp argument |
---|
323 | configure:4605: result: no |
---|
324 | configure:4763: checking --enable-perlinterp argument |
---|
325 | configure:4772: result: no |
---|
326 | configure:4966: checking --enable-pythoninterp argument |
---|
327 | configure:4975: result: no |
---|
328 | configure:5314: checking --enable-tclinterp argument |
---|
329 | configure:5323: result: no |
---|
330 | configure:5656: checking --enable-rubyinterp argument |
---|
331 | configure:5665: result: no |
---|
332 | configure:5770: checking --enable-cscope argument |
---|
333 | configure:5779: result: no |
---|
334 | configure:5788: checking --enable-workshop argument |
---|
335 | configure:5797: result: no |
---|
336 | configure:5813: checking --disable-netbeans argument |
---|
337 | configure:5823: result: no |
---|
338 | configure:5826: checking for socket in -lsocket |
---|
339 | configure:5861: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lsocket >&5 |
---|
340 | /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: can't locate file for: -lsocket |
---|
341 | collect2: ld returned 1 exit status |
---|
342 | configure:5868: $? = 1 |
---|
343 | configure: failed program was: |
---|
344 | | /* confdefs.h. */ |
---|
345 | | #define PACKAGE_NAME "" |
---|
346 | | #define PACKAGE_TARNAME "" |
---|
347 | | #define PACKAGE_VERSION "" |
---|
348 | | #define PACKAGE_STRING "" |
---|
349 | | #define PACKAGE_BUGREPORT "" |
---|
350 | | #define UNIX 1 |
---|
351 | | #define STDC_HEADERS 1 |
---|
352 | | #define HAVE_SYS_WAIT_H 1 |
---|
353 | | #define HAVE_SYS_TYPES_H 1 |
---|
354 | | #define HAVE_SYS_STAT_H 1 |
---|
355 | | #define HAVE_STDLIB_H 1 |
---|
356 | | #define HAVE_STRING_H 1 |
---|
357 | | #define HAVE_MEMORY_H 1 |
---|
358 | | #define HAVE_STRINGS_H 1 |
---|
359 | | #define HAVE_INTTYPES_H 1 |
---|
360 | | #define HAVE_STDINT_H 1 |
---|
361 | | #define HAVE_UNISTD_H 1 |
---|
362 | | #define FEAT_NORMAL 1 |
---|
363 | | #define USE_XSMP_INTERACT 1 |
---|
364 | | /* end confdefs.h. */ |
---|
365 | | |
---|
366 | | /* Override any GCC internal prototype to avoid an error. |
---|
367 | | Use char because int might match the return type of a GCC |
---|
368 | | builtin and then its argument prototype would still apply. */ |
---|
369 | | #ifdef __cplusplus |
---|
370 | | extern "C" |
---|
371 | | #endif |
---|
372 | | char socket (); |
---|
373 | | int |
---|
374 | | main () |
---|
375 | | { |
---|
376 | | return socket (); |
---|
377 | | ; |
---|
378 | | return 0; |
---|
379 | | } |
---|
380 | configure:5889: result: no |
---|
381 | configure:5901: checking for gethostbyname in -lnsl |
---|
382 | configure:5936: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lnsl >&5 |
---|
383 | /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: can't locate file for: -lnsl |
---|
384 | collect2: ld returned 1 exit status |
---|
385 | configure:5943: $? = 1 |
---|
386 | configure: failed program was: |
---|
387 | | /* confdefs.h. */ |
---|
388 | | #define PACKAGE_NAME "" |
---|
389 | | #define PACKAGE_TARNAME "" |
---|
390 | | #define PACKAGE_VERSION "" |
---|
391 | | #define PACKAGE_STRING "" |
---|
392 | | #define PACKAGE_BUGREPORT "" |
---|
393 | | #define UNIX 1 |
---|
394 | | #define STDC_HEADERS 1 |
---|
395 | | #define HAVE_SYS_WAIT_H 1 |
---|
396 | | #define HAVE_SYS_TYPES_H 1 |
---|
397 | | #define HAVE_SYS_STAT_H 1 |
---|
398 | | #define HAVE_STDLIB_H 1 |
---|
399 | | #define HAVE_STRING_H 1 |
---|
400 | | #define HAVE_MEMORY_H 1 |
---|
401 | | #define HAVE_STRINGS_H 1 |
---|
402 | | #define HAVE_INTTYPES_H 1 |
---|
403 | | #define HAVE_STDINT_H 1 |
---|
404 | | #define HAVE_UNISTD_H 1 |
---|
405 | | #define FEAT_NORMAL 1 |
---|
406 | | #define USE_XSMP_INTERACT 1 |
---|
407 | | /* end confdefs.h. */ |
---|
408 | | |
---|
409 | | /* Override any GCC internal prototype to avoid an error. |
---|
410 | | Use char because int might match the return type of a GCC |
---|
411 | | builtin and then its argument prototype would still apply. */ |
---|
412 | | #ifdef __cplusplus |
---|
413 | | extern "C" |
---|
414 | | #endif |
---|
415 | | char gethostbyname (); |
---|
416 | | int |
---|
417 | | main () |
---|
418 | | { |
---|
419 | | return gethostbyname (); |
---|
420 | | ; |
---|
421 | | return 0; |
---|
422 | | } |
---|
423 | configure:5964: result: no |
---|
424 | configure:5975: checking whether compiling netbeans integration is possible |
---|
425 | configure:6021: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c >&5 |
---|
426 | configure:6028: $? = 0 |
---|
427 | configure:6036: result: yes |
---|
428 | configure:6064: checking --enable-sniff argument |
---|
429 | configure:6073: result: no |
---|
430 | configure:6086: checking --enable-multibyte argument |
---|
431 | configure:6095: result: yes |
---|
432 | configure:6104: checking --enable-hangulinput argument |
---|
433 | configure:6113: result: no |
---|
434 | configure:6116: checking --enable-xim argument |
---|
435 | configure:6123: result: defaulting to auto |
---|
436 | configure:6128: checking --enable-fontset argument |
---|
437 | configure:6137: result: no |
---|
438 | configure:6143: result: defaulting to: don't HAVE_X11 |
---|
439 | configure:7975: checking --enable-gui argument |
---|
440 | configure:8018: result: no GUI support |
---|
441 | configure:9580: checking X11/SM/SMlib.h usability |
---|
442 | configure:9597: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
443 | In file included from conftest.c:46: |
---|
444 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
445 | configure:9604: $? = 0 |
---|
446 | configure:9618: result: yes |
---|
447 | configure:9622: checking X11/SM/SMlib.h presence |
---|
448 | configure:9637: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
449 | configure:9644: $? = 0 |
---|
450 | configure:9658: result: yes |
---|
451 | configure:9686: checking for X11/SM/SMlib.h |
---|
452 | configure:9695: result: yes |
---|
453 | configure:10237: checking whether toupper is broken |
---|
454 | configure:10267: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c >&5 |
---|
455 | configure:10271: $? = 0 |
---|
456 | configure:10277: ./conftest |
---|
457 | configure:10281: $? = 1 |
---|
458 | configure: program exited with status 1 |
---|
459 | configure: failed program was: |
---|
460 | | |
---|
461 | | #include "confdefs.h" |
---|
462 | | #include <ctype.h> |
---|
463 | | #if STDC_HEADERS |
---|
464 | | # include <stdlib.h> |
---|
465 | | # include <stddef.h> |
---|
466 | | #endif |
---|
467 | | main() { exit(toupper('A') == 'A' && tolower('z') == 'z'); } |
---|
468 | | |
---|
469 | configure:10302: result: no |
---|
470 | configure:10312: checking whether __DATE__ and __TIME__ work |
---|
471 | configure:10335: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
472 | configure:10342: $? = 0 |
---|
473 | configure:10347: result: yes |
---|
474 | configure:10372: checking elf.h usability |
---|
475 | configure:10389: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
476 | In file included from conftest.c:48: |
---|
477 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
478 | conftest.c:59:17: error: elf.h: No such file or directory |
---|
479 | configure:10396: $? = 1 |
---|
480 | configure: failed program was: |
---|
481 | | /* confdefs.h. */ |
---|
482 | | #define PACKAGE_NAME "" |
---|
483 | | #define PACKAGE_TARNAME "" |
---|
484 | | #define PACKAGE_VERSION "" |
---|
485 | | #define PACKAGE_STRING "" |
---|
486 | | #define PACKAGE_BUGREPORT "" |
---|
487 | | #define UNIX 1 |
---|
488 | | #define STDC_HEADERS 1 |
---|
489 | | #define HAVE_SYS_WAIT_H 1 |
---|
490 | | #define HAVE_SYS_TYPES_H 1 |
---|
491 | | #define HAVE_SYS_STAT_H 1 |
---|
492 | | #define HAVE_STDLIB_H 1 |
---|
493 | | #define HAVE_STRING_H 1 |
---|
494 | | #define HAVE_MEMORY_H 1 |
---|
495 | | #define HAVE_STRINGS_H 1 |
---|
496 | | #define HAVE_INTTYPES_H 1 |
---|
497 | | #define HAVE_STDINT_H 1 |
---|
498 | | #define HAVE_UNISTD_H 1 |
---|
499 | | #define FEAT_NORMAL 1 |
---|
500 | | #define USE_XSMP_INTERACT 1 |
---|
501 | | #define FEAT_NETBEANS_INTG 1 |
---|
502 | | #define FEAT_MBYTE 1 |
---|
503 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
504 | | #define HAVE_DATE_TIME 1 |
---|
505 | | /* end confdefs.h. */ |
---|
506 | | #include <stdio.h> |
---|
507 | | #ifdef HAVE_SYS_TYPES_H |
---|
508 | | # include <sys/types.h> |
---|
509 | | #endif |
---|
510 | | #ifdef HAVE_SYS_STAT_H |
---|
511 | | # include <sys/stat.h> |
---|
512 | | #endif |
---|
513 | | #ifdef STDC_HEADERS |
---|
514 | | # include <stdlib.h> |
---|
515 | | # include <stddef.h> |
---|
516 | | #else |
---|
517 | | # ifdef HAVE_STDLIB_H |
---|
518 | | # include <stdlib.h> |
---|
519 | | # endif |
---|
520 | | #endif |
---|
521 | | #ifdef HAVE_STRING_H |
---|
522 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
523 | | # include <memory.h> |
---|
524 | | # endif |
---|
525 | | # include <string.h> |
---|
526 | | #endif |
---|
527 | | #ifdef HAVE_STRINGS_H |
---|
528 | | # include <strings.h> |
---|
529 | | #endif |
---|
530 | | #ifdef HAVE_INTTYPES_H |
---|
531 | | # include <inttypes.h> |
---|
532 | | #endif |
---|
533 | | #ifdef HAVE_STDINT_H |
---|
534 | | # include <stdint.h> |
---|
535 | | #endif |
---|
536 | | #ifdef HAVE_UNISTD_H |
---|
537 | | # include <unistd.h> |
---|
538 | | #endif |
---|
539 | | #include <elf.h> |
---|
540 | configure:10410: result: no |
---|
541 | configure:10414: checking elf.h presence |
---|
542 | configure:10429: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
543 | conftest.c:26:17: error: elf.h: No such file or directory |
---|
544 | configure:10436: $? = 1 |
---|
545 | configure: failed program was: |
---|
546 | | /* confdefs.h. */ |
---|
547 | | #define PACKAGE_NAME "" |
---|
548 | | #define PACKAGE_TARNAME "" |
---|
549 | | #define PACKAGE_VERSION "" |
---|
550 | | #define PACKAGE_STRING "" |
---|
551 | | #define PACKAGE_BUGREPORT "" |
---|
552 | | #define UNIX 1 |
---|
553 | | #define STDC_HEADERS 1 |
---|
554 | | #define HAVE_SYS_WAIT_H 1 |
---|
555 | | #define HAVE_SYS_TYPES_H 1 |
---|
556 | | #define HAVE_SYS_STAT_H 1 |
---|
557 | | #define HAVE_STDLIB_H 1 |
---|
558 | | #define HAVE_STRING_H 1 |
---|
559 | | #define HAVE_MEMORY_H 1 |
---|
560 | | #define HAVE_STRINGS_H 1 |
---|
561 | | #define HAVE_INTTYPES_H 1 |
---|
562 | | #define HAVE_STDINT_H 1 |
---|
563 | | #define HAVE_UNISTD_H 1 |
---|
564 | | #define FEAT_NORMAL 1 |
---|
565 | | #define USE_XSMP_INTERACT 1 |
---|
566 | | #define FEAT_NETBEANS_INTG 1 |
---|
567 | | #define FEAT_MBYTE 1 |
---|
568 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
569 | | #define HAVE_DATE_TIME 1 |
---|
570 | | /* end confdefs.h. */ |
---|
571 | | #include <elf.h> |
---|
572 | configure:10450: result: no |
---|
573 | configure:10478: checking for elf.h |
---|
574 | configure:10485: result: no |
---|
575 | configure:10574: checking for dirent.h that defines DIR |
---|
576 | configure:10603: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
577 | configure:10610: $? = 0 |
---|
578 | configure:10627: result: yes |
---|
579 | configure:10641: checking for library containing opendir |
---|
580 | configure:10682: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c >&5 |
---|
581 | configure:10689: $? = 0 |
---|
582 | configure:10720: result: none required |
---|
583 | configure:10939: checking stdarg.h usability |
---|
584 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
585 | In file included from conftest.c:49: |
---|
586 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
587 | configure:10963: $? = 0 |
---|
588 | configure:10977: result: yes |
---|
589 | configure:10981: checking stdarg.h presence |
---|
590 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
591 | configure:11003: $? = 0 |
---|
592 | configure:11017: result: yes |
---|
593 | configure:11045: checking for stdarg.h |
---|
594 | configure:11054: result: yes |
---|
595 | configure:10928: checking for stdlib.h |
---|
596 | configure:10935: result: yes |
---|
597 | configure:10928: checking for string.h |
---|
598 | configure:10935: result: yes |
---|
599 | configure:10939: checking sys/select.h usability |
---|
600 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
601 | In file included from conftest.c:52: |
---|
602 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
603 | configure:10963: $? = 0 |
---|
604 | configure:10977: result: yes |
---|
605 | configure:10981: checking sys/select.h presence |
---|
606 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
607 | configure:11003: $? = 0 |
---|
608 | configure:11017: result: yes |
---|
609 | configure:11045: checking for sys/select.h |
---|
610 | configure:11054: result: yes |
---|
611 | configure:10939: checking sys/utsname.h usability |
---|
612 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
613 | In file included from conftest.c:53: |
---|
614 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
615 | configure:10963: $? = 0 |
---|
616 | configure:10977: result: yes |
---|
617 | configure:10981: checking sys/utsname.h presence |
---|
618 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
619 | configure:11003: $? = 0 |
---|
620 | configure:11017: result: yes |
---|
621 | configure:11045: checking for sys/utsname.h |
---|
622 | configure:11054: result: yes |
---|
623 | configure:10939: checking termcap.h usability |
---|
624 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
625 | In file included from conftest.c:54: |
---|
626 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
627 | configure:10963: $? = 0 |
---|
628 | configure:10977: result: yes |
---|
629 | configure:10981: checking termcap.h presence |
---|
630 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
631 | configure:11003: $? = 0 |
---|
632 | configure:11017: result: yes |
---|
633 | configure:11045: checking for termcap.h |
---|
634 | configure:11054: result: yes |
---|
635 | configure:10939: checking fcntl.h usability |
---|
636 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
637 | In file included from conftest.c:55: |
---|
638 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
639 | configure:10963: $? = 0 |
---|
640 | configure:10977: result: yes |
---|
641 | configure:10981: checking fcntl.h presence |
---|
642 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
643 | configure:11003: $? = 0 |
---|
644 | configure:11017: result: yes |
---|
645 | configure:11045: checking for fcntl.h |
---|
646 | configure:11054: result: yes |
---|
647 | configure:10939: checking sgtty.h usability |
---|
648 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
649 | In file included from conftest.c:56: |
---|
650 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
651 | configure:10963: $? = 0 |
---|
652 | configure:10977: result: yes |
---|
653 | configure:10981: checking sgtty.h presence |
---|
654 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
655 | configure:11003: $? = 0 |
---|
656 | configure:11017: result: yes |
---|
657 | configure:11045: checking for sgtty.h |
---|
658 | configure:11054: result: yes |
---|
659 | configure:10939: checking sys/ioctl.h usability |
---|
660 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
661 | In file included from conftest.c:57: |
---|
662 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
663 | configure:10963: $? = 0 |
---|
664 | configure:10977: result: yes |
---|
665 | configure:10981: checking sys/ioctl.h presence |
---|
666 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
667 | configure:11003: $? = 0 |
---|
668 | configure:11017: result: yes |
---|
669 | configure:11045: checking for sys/ioctl.h |
---|
670 | configure:11054: result: yes |
---|
671 | configure:10939: checking sys/time.h usability |
---|
672 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
673 | In file included from conftest.c:58: |
---|
674 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
675 | configure:10963: $? = 0 |
---|
676 | configure:10977: result: yes |
---|
677 | configure:10981: checking sys/time.h presence |
---|
678 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
679 | configure:11003: $? = 0 |
---|
680 | configure:11017: result: yes |
---|
681 | configure:11045: checking for sys/time.h |
---|
682 | configure:11054: result: yes |
---|
683 | configure:10928: checking for sys/types.h |
---|
684 | configure:10935: result: yes |
---|
685 | configure:10939: checking termio.h usability |
---|
686 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
687 | In file included from conftest.c:60: |
---|
688 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
689 | conftest.c:71:20: error: termio.h: No such file or directory |
---|
690 | configure:10963: $? = 1 |
---|
691 | configure: failed program was: |
---|
692 | | /* confdefs.h. */ |
---|
693 | | #define PACKAGE_NAME "" |
---|
694 | | #define PACKAGE_TARNAME "" |
---|
695 | | #define PACKAGE_VERSION "" |
---|
696 | | #define PACKAGE_STRING "" |
---|
697 | | #define PACKAGE_BUGREPORT "" |
---|
698 | | #define UNIX 1 |
---|
699 | | #define STDC_HEADERS 1 |
---|
700 | | #define HAVE_SYS_WAIT_H 1 |
---|
701 | | #define HAVE_SYS_TYPES_H 1 |
---|
702 | | #define HAVE_SYS_STAT_H 1 |
---|
703 | | #define HAVE_STDLIB_H 1 |
---|
704 | | #define HAVE_STRING_H 1 |
---|
705 | | #define HAVE_MEMORY_H 1 |
---|
706 | | #define HAVE_STRINGS_H 1 |
---|
707 | | #define HAVE_INTTYPES_H 1 |
---|
708 | | #define HAVE_STDINT_H 1 |
---|
709 | | #define HAVE_UNISTD_H 1 |
---|
710 | | #define FEAT_NORMAL 1 |
---|
711 | | #define USE_XSMP_INTERACT 1 |
---|
712 | | #define FEAT_NETBEANS_INTG 1 |
---|
713 | | #define FEAT_MBYTE 1 |
---|
714 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
715 | | #define HAVE_DATE_TIME 1 |
---|
716 | | #define HAVE_DIRENT_H 1 |
---|
717 | | #define HAVE_STDARG_H 1 |
---|
718 | | #define HAVE_STDLIB_H 1 |
---|
719 | | #define HAVE_STRING_H 1 |
---|
720 | | #define HAVE_SYS_SELECT_H 1 |
---|
721 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
722 | | #define HAVE_TERMCAP_H 1 |
---|
723 | | #define HAVE_FCNTL_H 1 |
---|
724 | | #define HAVE_SGTTY_H 1 |
---|
725 | | #define HAVE_SYS_IOCTL_H 1 |
---|
726 | | #define HAVE_SYS_TIME_H 1 |
---|
727 | | #define HAVE_SYS_TYPES_H 1 |
---|
728 | | /* end confdefs.h. */ |
---|
729 | | #include <stdio.h> |
---|
730 | | #ifdef HAVE_SYS_TYPES_H |
---|
731 | | # include <sys/types.h> |
---|
732 | | #endif |
---|
733 | | #ifdef HAVE_SYS_STAT_H |
---|
734 | | # include <sys/stat.h> |
---|
735 | | #endif |
---|
736 | | #ifdef STDC_HEADERS |
---|
737 | | # include <stdlib.h> |
---|
738 | | # include <stddef.h> |
---|
739 | | #else |
---|
740 | | # ifdef HAVE_STDLIB_H |
---|
741 | | # include <stdlib.h> |
---|
742 | | # endif |
---|
743 | | #endif |
---|
744 | | #ifdef HAVE_STRING_H |
---|
745 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
746 | | # include <memory.h> |
---|
747 | | # endif |
---|
748 | | # include <string.h> |
---|
749 | | #endif |
---|
750 | | #ifdef HAVE_STRINGS_H |
---|
751 | | # include <strings.h> |
---|
752 | | #endif |
---|
753 | | #ifdef HAVE_INTTYPES_H |
---|
754 | | # include <inttypes.h> |
---|
755 | | #endif |
---|
756 | | #ifdef HAVE_STDINT_H |
---|
757 | | # include <stdint.h> |
---|
758 | | #endif |
---|
759 | | #ifdef HAVE_UNISTD_H |
---|
760 | | # include <unistd.h> |
---|
761 | | #endif |
---|
762 | | #include <termio.h> |
---|
763 | configure:10977: result: no |
---|
764 | configure:10981: checking termio.h presence |
---|
765 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
766 | conftest.c:38:20: error: termio.h: No such file or directory |
---|
767 | configure:11003: $? = 1 |
---|
768 | configure: failed program was: |
---|
769 | | /* confdefs.h. */ |
---|
770 | | #define PACKAGE_NAME "" |
---|
771 | | #define PACKAGE_TARNAME "" |
---|
772 | | #define PACKAGE_VERSION "" |
---|
773 | | #define PACKAGE_STRING "" |
---|
774 | | #define PACKAGE_BUGREPORT "" |
---|
775 | | #define UNIX 1 |
---|
776 | | #define STDC_HEADERS 1 |
---|
777 | | #define HAVE_SYS_WAIT_H 1 |
---|
778 | | #define HAVE_SYS_TYPES_H 1 |
---|
779 | | #define HAVE_SYS_STAT_H 1 |
---|
780 | | #define HAVE_STDLIB_H 1 |
---|
781 | | #define HAVE_STRING_H 1 |
---|
782 | | #define HAVE_MEMORY_H 1 |
---|
783 | | #define HAVE_STRINGS_H 1 |
---|
784 | | #define HAVE_INTTYPES_H 1 |
---|
785 | | #define HAVE_STDINT_H 1 |
---|
786 | | #define HAVE_UNISTD_H 1 |
---|
787 | | #define FEAT_NORMAL 1 |
---|
788 | | #define USE_XSMP_INTERACT 1 |
---|
789 | | #define FEAT_NETBEANS_INTG 1 |
---|
790 | | #define FEAT_MBYTE 1 |
---|
791 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
792 | | #define HAVE_DATE_TIME 1 |
---|
793 | | #define HAVE_DIRENT_H 1 |
---|
794 | | #define HAVE_STDARG_H 1 |
---|
795 | | #define HAVE_STDLIB_H 1 |
---|
796 | | #define HAVE_STRING_H 1 |
---|
797 | | #define HAVE_SYS_SELECT_H 1 |
---|
798 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
799 | | #define HAVE_TERMCAP_H 1 |
---|
800 | | #define HAVE_FCNTL_H 1 |
---|
801 | | #define HAVE_SGTTY_H 1 |
---|
802 | | #define HAVE_SYS_IOCTL_H 1 |
---|
803 | | #define HAVE_SYS_TIME_H 1 |
---|
804 | | #define HAVE_SYS_TYPES_H 1 |
---|
805 | | /* end confdefs.h. */ |
---|
806 | | #include <termio.h> |
---|
807 | configure:11017: result: no |
---|
808 | configure:11045: checking for termio.h |
---|
809 | configure:11054: result: no |
---|
810 | configure:10939: checking iconv.h usability |
---|
811 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
812 | In file included from conftest.c:60: |
---|
813 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
814 | configure:10963: $? = 0 |
---|
815 | configure:10977: result: yes |
---|
816 | configure:10981: checking iconv.h presence |
---|
817 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
818 | configure:11003: $? = 0 |
---|
819 | configure:11017: result: yes |
---|
820 | configure:11045: checking for iconv.h |
---|
821 | configure:11054: result: yes |
---|
822 | configure:10939: checking langinfo.h usability |
---|
823 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
824 | In file included from conftest.c:61: |
---|
825 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
826 | configure:10963: $? = 0 |
---|
827 | configure:10977: result: yes |
---|
828 | configure:10981: checking langinfo.h presence |
---|
829 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
830 | configure:11003: $? = 0 |
---|
831 | configure:11017: result: yes |
---|
832 | configure:11045: checking for langinfo.h |
---|
833 | configure:11054: result: yes |
---|
834 | configure:10939: checking math.h usability |
---|
835 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
836 | In file included from conftest.c:62: |
---|
837 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
838 | configure:10963: $? = 0 |
---|
839 | configure:10977: result: yes |
---|
840 | configure:10981: checking math.h presence |
---|
841 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
842 | configure:11003: $? = 0 |
---|
843 | configure:11017: result: yes |
---|
844 | configure:11045: checking for math.h |
---|
845 | configure:11054: result: yes |
---|
846 | configure:10928: checking for unistd.h |
---|
847 | configure:10935: result: yes |
---|
848 | configure:10939: checking stropts.h usability |
---|
849 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
850 | In file included from conftest.c:64: |
---|
851 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
852 | conftest.c:75:21: error: stropts.h: No such file or directory |
---|
853 | configure:10963: $? = 1 |
---|
854 | configure: failed program was: |
---|
855 | | /* confdefs.h. */ |
---|
856 | | #define PACKAGE_NAME "" |
---|
857 | | #define PACKAGE_TARNAME "" |
---|
858 | | #define PACKAGE_VERSION "" |
---|
859 | | #define PACKAGE_STRING "" |
---|
860 | | #define PACKAGE_BUGREPORT "" |
---|
861 | | #define UNIX 1 |
---|
862 | | #define STDC_HEADERS 1 |
---|
863 | | #define HAVE_SYS_WAIT_H 1 |
---|
864 | | #define HAVE_SYS_TYPES_H 1 |
---|
865 | | #define HAVE_SYS_STAT_H 1 |
---|
866 | | #define HAVE_STDLIB_H 1 |
---|
867 | | #define HAVE_STRING_H 1 |
---|
868 | | #define HAVE_MEMORY_H 1 |
---|
869 | | #define HAVE_STRINGS_H 1 |
---|
870 | | #define HAVE_INTTYPES_H 1 |
---|
871 | | #define HAVE_STDINT_H 1 |
---|
872 | | #define HAVE_UNISTD_H 1 |
---|
873 | | #define FEAT_NORMAL 1 |
---|
874 | | #define USE_XSMP_INTERACT 1 |
---|
875 | | #define FEAT_NETBEANS_INTG 1 |
---|
876 | | #define FEAT_MBYTE 1 |
---|
877 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
878 | | #define HAVE_DATE_TIME 1 |
---|
879 | | #define HAVE_DIRENT_H 1 |
---|
880 | | #define HAVE_STDARG_H 1 |
---|
881 | | #define HAVE_STDLIB_H 1 |
---|
882 | | #define HAVE_STRING_H 1 |
---|
883 | | #define HAVE_SYS_SELECT_H 1 |
---|
884 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
885 | | #define HAVE_TERMCAP_H 1 |
---|
886 | | #define HAVE_FCNTL_H 1 |
---|
887 | | #define HAVE_SGTTY_H 1 |
---|
888 | | #define HAVE_SYS_IOCTL_H 1 |
---|
889 | | #define HAVE_SYS_TIME_H 1 |
---|
890 | | #define HAVE_SYS_TYPES_H 1 |
---|
891 | | #define HAVE_ICONV_H 1 |
---|
892 | | #define HAVE_LANGINFO_H 1 |
---|
893 | | #define HAVE_MATH_H 1 |
---|
894 | | #define HAVE_UNISTD_H 1 |
---|
895 | | /* end confdefs.h. */ |
---|
896 | | #include <stdio.h> |
---|
897 | | #ifdef HAVE_SYS_TYPES_H |
---|
898 | | # include <sys/types.h> |
---|
899 | | #endif |
---|
900 | | #ifdef HAVE_SYS_STAT_H |
---|
901 | | # include <sys/stat.h> |
---|
902 | | #endif |
---|
903 | | #ifdef STDC_HEADERS |
---|
904 | | # include <stdlib.h> |
---|
905 | | # include <stddef.h> |
---|
906 | | #else |
---|
907 | | # ifdef HAVE_STDLIB_H |
---|
908 | | # include <stdlib.h> |
---|
909 | | # endif |
---|
910 | | #endif |
---|
911 | | #ifdef HAVE_STRING_H |
---|
912 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
913 | | # include <memory.h> |
---|
914 | | # endif |
---|
915 | | # include <string.h> |
---|
916 | | #endif |
---|
917 | | #ifdef HAVE_STRINGS_H |
---|
918 | | # include <strings.h> |
---|
919 | | #endif |
---|
920 | | #ifdef HAVE_INTTYPES_H |
---|
921 | | # include <inttypes.h> |
---|
922 | | #endif |
---|
923 | | #ifdef HAVE_STDINT_H |
---|
924 | | # include <stdint.h> |
---|
925 | | #endif |
---|
926 | | #ifdef HAVE_UNISTD_H |
---|
927 | | # include <unistd.h> |
---|
928 | | #endif |
---|
929 | | #include <stropts.h> |
---|
930 | configure:10977: result: no |
---|
931 | configure:10981: checking stropts.h presence |
---|
932 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
933 | conftest.c:42:21: error: stropts.h: No such file or directory |
---|
934 | configure:11003: $? = 1 |
---|
935 | configure: failed program was: |
---|
936 | | /* confdefs.h. */ |
---|
937 | | #define PACKAGE_NAME "" |
---|
938 | | #define PACKAGE_TARNAME "" |
---|
939 | | #define PACKAGE_VERSION "" |
---|
940 | | #define PACKAGE_STRING "" |
---|
941 | | #define PACKAGE_BUGREPORT "" |
---|
942 | | #define UNIX 1 |
---|
943 | | #define STDC_HEADERS 1 |
---|
944 | | #define HAVE_SYS_WAIT_H 1 |
---|
945 | | #define HAVE_SYS_TYPES_H 1 |
---|
946 | | #define HAVE_SYS_STAT_H 1 |
---|
947 | | #define HAVE_STDLIB_H 1 |
---|
948 | | #define HAVE_STRING_H 1 |
---|
949 | | #define HAVE_MEMORY_H 1 |
---|
950 | | #define HAVE_STRINGS_H 1 |
---|
951 | | #define HAVE_INTTYPES_H 1 |
---|
952 | | #define HAVE_STDINT_H 1 |
---|
953 | | #define HAVE_UNISTD_H 1 |
---|
954 | | #define FEAT_NORMAL 1 |
---|
955 | | #define USE_XSMP_INTERACT 1 |
---|
956 | | #define FEAT_NETBEANS_INTG 1 |
---|
957 | | #define FEAT_MBYTE 1 |
---|
958 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
959 | | #define HAVE_DATE_TIME 1 |
---|
960 | | #define HAVE_DIRENT_H 1 |
---|
961 | | #define HAVE_STDARG_H 1 |
---|
962 | | #define HAVE_STDLIB_H 1 |
---|
963 | | #define HAVE_STRING_H 1 |
---|
964 | | #define HAVE_SYS_SELECT_H 1 |
---|
965 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
966 | | #define HAVE_TERMCAP_H 1 |
---|
967 | | #define HAVE_FCNTL_H 1 |
---|
968 | | #define HAVE_SGTTY_H 1 |
---|
969 | | #define HAVE_SYS_IOCTL_H 1 |
---|
970 | | #define HAVE_SYS_TIME_H 1 |
---|
971 | | #define HAVE_SYS_TYPES_H 1 |
---|
972 | | #define HAVE_ICONV_H 1 |
---|
973 | | #define HAVE_LANGINFO_H 1 |
---|
974 | | #define HAVE_MATH_H 1 |
---|
975 | | #define HAVE_UNISTD_H 1 |
---|
976 | | /* end confdefs.h. */ |
---|
977 | | #include <stropts.h> |
---|
978 | configure:11017: result: no |
---|
979 | configure:11045: checking for stropts.h |
---|
980 | configure:11054: result: no |
---|
981 | configure:10939: checking errno.h usability |
---|
982 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
983 | In file included from conftest.c:64: |
---|
984 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
985 | configure:10963: $? = 0 |
---|
986 | configure:10977: result: yes |
---|
987 | configure:10981: checking errno.h presence |
---|
988 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
989 | configure:11003: $? = 0 |
---|
990 | configure:11017: result: yes |
---|
991 | configure:11045: checking for errno.h |
---|
992 | configure:11054: result: yes |
---|
993 | configure:10939: checking sys/resource.h usability |
---|
994 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
995 | In file included from conftest.c:65: |
---|
996 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
997 | configure:10963: $? = 0 |
---|
998 | configure:10977: result: yes |
---|
999 | configure:10981: checking sys/resource.h presence |
---|
1000 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
1001 | configure:11003: $? = 0 |
---|
1002 | configure:11017: result: yes |
---|
1003 | configure:11045: checking for sys/resource.h |
---|
1004 | configure:11054: result: yes |
---|
1005 | configure:10939: checking sys/systeminfo.h usability |
---|
1006 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
1007 | In file included from conftest.c:66: |
---|
1008 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
1009 | conftest.c:77:28: error: sys/systeminfo.h: No such file or directory |
---|
1010 | configure:10963: $? = 1 |
---|
1011 | configure: failed program was: |
---|
1012 | | /* confdefs.h. */ |
---|
1013 | | #define PACKAGE_NAME "" |
---|
1014 | | #define PACKAGE_TARNAME "" |
---|
1015 | | #define PACKAGE_VERSION "" |
---|
1016 | | #define PACKAGE_STRING "" |
---|
1017 | | #define PACKAGE_BUGREPORT "" |
---|
1018 | | #define UNIX 1 |
---|
1019 | | #define STDC_HEADERS 1 |
---|
1020 | | #define HAVE_SYS_WAIT_H 1 |
---|
1021 | | #define HAVE_SYS_TYPES_H 1 |
---|
1022 | | #define HAVE_SYS_STAT_H 1 |
---|
1023 | | #define HAVE_STDLIB_H 1 |
---|
1024 | | #define HAVE_STRING_H 1 |
---|
1025 | | #define HAVE_MEMORY_H 1 |
---|
1026 | | #define HAVE_STRINGS_H 1 |
---|
1027 | | #define HAVE_INTTYPES_H 1 |
---|
1028 | | #define HAVE_STDINT_H 1 |
---|
1029 | | #define HAVE_UNISTD_H 1 |
---|
1030 | | #define FEAT_NORMAL 1 |
---|
1031 | | #define USE_XSMP_INTERACT 1 |
---|
1032 | | #define FEAT_NETBEANS_INTG 1 |
---|
1033 | | #define FEAT_MBYTE 1 |
---|
1034 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
1035 | | #define HAVE_DATE_TIME 1 |
---|
1036 | | #define HAVE_DIRENT_H 1 |
---|
1037 | | #define HAVE_STDARG_H 1 |
---|
1038 | | #define HAVE_STDLIB_H 1 |
---|
1039 | | #define HAVE_STRING_H 1 |
---|
1040 | | #define HAVE_SYS_SELECT_H 1 |
---|
1041 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
1042 | | #define HAVE_TERMCAP_H 1 |
---|
1043 | | #define HAVE_FCNTL_H 1 |
---|
1044 | | #define HAVE_SGTTY_H 1 |
---|
1045 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1046 | | #define HAVE_SYS_TIME_H 1 |
---|
1047 | | #define HAVE_SYS_TYPES_H 1 |
---|
1048 | | #define HAVE_ICONV_H 1 |
---|
1049 | | #define HAVE_LANGINFO_H 1 |
---|
1050 | | #define HAVE_MATH_H 1 |
---|
1051 | | #define HAVE_UNISTD_H 1 |
---|
1052 | | #define HAVE_ERRNO_H 1 |
---|
1053 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
1054 | | /* end confdefs.h. */ |
---|
1055 | | #include <stdio.h> |
---|
1056 | | #ifdef HAVE_SYS_TYPES_H |
---|
1057 | | # include <sys/types.h> |
---|
1058 | | #endif |
---|
1059 | | #ifdef HAVE_SYS_STAT_H |
---|
1060 | | # include <sys/stat.h> |
---|
1061 | | #endif |
---|
1062 | | #ifdef STDC_HEADERS |
---|
1063 | | # include <stdlib.h> |
---|
1064 | | # include <stddef.h> |
---|
1065 | | #else |
---|
1066 | | # ifdef HAVE_STDLIB_H |
---|
1067 | | # include <stdlib.h> |
---|
1068 | | # endif |
---|
1069 | | #endif |
---|
1070 | | #ifdef HAVE_STRING_H |
---|
1071 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
1072 | | # include <memory.h> |
---|
1073 | | # endif |
---|
1074 | | # include <string.h> |
---|
1075 | | #endif |
---|
1076 | | #ifdef HAVE_STRINGS_H |
---|
1077 | | # include <strings.h> |
---|
1078 | | #endif |
---|
1079 | | #ifdef HAVE_INTTYPES_H |
---|
1080 | | # include <inttypes.h> |
---|
1081 | | #endif |
---|
1082 | | #ifdef HAVE_STDINT_H |
---|
1083 | | # include <stdint.h> |
---|
1084 | | #endif |
---|
1085 | | #ifdef HAVE_UNISTD_H |
---|
1086 | | # include <unistd.h> |
---|
1087 | | #endif |
---|
1088 | | #include <sys/systeminfo.h> |
---|
1089 | configure:10977: result: no |
---|
1090 | configure:10981: checking sys/systeminfo.h presence |
---|
1091 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
1092 | conftest.c:44:28: error: sys/systeminfo.h: No such file or directory |
---|
1093 | configure:11003: $? = 1 |
---|
1094 | configure: failed program was: |
---|
1095 | | /* confdefs.h. */ |
---|
1096 | | #define PACKAGE_NAME "" |
---|
1097 | | #define PACKAGE_TARNAME "" |
---|
1098 | | #define PACKAGE_VERSION "" |
---|
1099 | | #define PACKAGE_STRING "" |
---|
1100 | | #define PACKAGE_BUGREPORT "" |
---|
1101 | | #define UNIX 1 |
---|
1102 | | #define STDC_HEADERS 1 |
---|
1103 | | #define HAVE_SYS_WAIT_H 1 |
---|
1104 | | #define HAVE_SYS_TYPES_H 1 |
---|
1105 | | #define HAVE_SYS_STAT_H 1 |
---|
1106 | | #define HAVE_STDLIB_H 1 |
---|
1107 | | #define HAVE_STRING_H 1 |
---|
1108 | | #define HAVE_MEMORY_H 1 |
---|
1109 | | #define HAVE_STRINGS_H 1 |
---|
1110 | | #define HAVE_INTTYPES_H 1 |
---|
1111 | | #define HAVE_STDINT_H 1 |
---|
1112 | | #define HAVE_UNISTD_H 1 |
---|
1113 | | #define FEAT_NORMAL 1 |
---|
1114 | | #define USE_XSMP_INTERACT 1 |
---|
1115 | | #define FEAT_NETBEANS_INTG 1 |
---|
1116 | | #define FEAT_MBYTE 1 |
---|
1117 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
1118 | | #define HAVE_DATE_TIME 1 |
---|
1119 | | #define HAVE_DIRENT_H 1 |
---|
1120 | | #define HAVE_STDARG_H 1 |
---|
1121 | | #define HAVE_STDLIB_H 1 |
---|
1122 | | #define HAVE_STRING_H 1 |
---|
1123 | | #define HAVE_SYS_SELECT_H 1 |
---|
1124 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
1125 | | #define HAVE_TERMCAP_H 1 |
---|
1126 | | #define HAVE_FCNTL_H 1 |
---|
1127 | | #define HAVE_SGTTY_H 1 |
---|
1128 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1129 | | #define HAVE_SYS_TIME_H 1 |
---|
1130 | | #define HAVE_SYS_TYPES_H 1 |
---|
1131 | | #define HAVE_ICONV_H 1 |
---|
1132 | | #define HAVE_LANGINFO_H 1 |
---|
1133 | | #define HAVE_MATH_H 1 |
---|
1134 | | #define HAVE_UNISTD_H 1 |
---|
1135 | | #define HAVE_ERRNO_H 1 |
---|
1136 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
1137 | | /* end confdefs.h. */ |
---|
1138 | | #include <sys/systeminfo.h> |
---|
1139 | configure:11017: result: no |
---|
1140 | configure:11045: checking for sys/systeminfo.h |
---|
1141 | configure:11054: result: no |
---|
1142 | configure:10939: checking locale.h usability |
---|
1143 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
1144 | In file included from conftest.c:66: |
---|
1145 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
1146 | configure:10963: $? = 0 |
---|
1147 | configure:10977: result: yes |
---|
1148 | configure:10981: checking locale.h presence |
---|
1149 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
1150 | configure:11003: $? = 0 |
---|
1151 | configure:11017: result: yes |
---|
1152 | configure:11045: checking for locale.h |
---|
1153 | configure:11054: result: yes |
---|
1154 | configure:10939: checking sys/stream.h usability |
---|
1155 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
1156 | In file included from conftest.c:67: |
---|
1157 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
1158 | conftest.c:78:24: error: sys/stream.h: No such file or directory |
---|
1159 | configure:10963: $? = 1 |
---|
1160 | configure: failed program was: |
---|
1161 | | /* confdefs.h. */ |
---|
1162 | | #define PACKAGE_NAME "" |
---|
1163 | | #define PACKAGE_TARNAME "" |
---|
1164 | | #define PACKAGE_VERSION "" |
---|
1165 | | #define PACKAGE_STRING "" |
---|
1166 | | #define PACKAGE_BUGREPORT "" |
---|
1167 | | #define UNIX 1 |
---|
1168 | | #define STDC_HEADERS 1 |
---|
1169 | | #define HAVE_SYS_WAIT_H 1 |
---|
1170 | | #define HAVE_SYS_TYPES_H 1 |
---|
1171 | | #define HAVE_SYS_STAT_H 1 |
---|
1172 | | #define HAVE_STDLIB_H 1 |
---|
1173 | | #define HAVE_STRING_H 1 |
---|
1174 | | #define HAVE_MEMORY_H 1 |
---|
1175 | | #define HAVE_STRINGS_H 1 |
---|
1176 | | #define HAVE_INTTYPES_H 1 |
---|
1177 | | #define HAVE_STDINT_H 1 |
---|
1178 | | #define HAVE_UNISTD_H 1 |
---|
1179 | | #define FEAT_NORMAL 1 |
---|
1180 | | #define USE_XSMP_INTERACT 1 |
---|
1181 | | #define FEAT_NETBEANS_INTG 1 |
---|
1182 | | #define FEAT_MBYTE 1 |
---|
1183 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
1184 | | #define HAVE_DATE_TIME 1 |
---|
1185 | | #define HAVE_DIRENT_H 1 |
---|
1186 | | #define HAVE_STDARG_H 1 |
---|
1187 | | #define HAVE_STDLIB_H 1 |
---|
1188 | | #define HAVE_STRING_H 1 |
---|
1189 | | #define HAVE_SYS_SELECT_H 1 |
---|
1190 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
1191 | | #define HAVE_TERMCAP_H 1 |
---|
1192 | | #define HAVE_FCNTL_H 1 |
---|
1193 | | #define HAVE_SGTTY_H 1 |
---|
1194 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1195 | | #define HAVE_SYS_TIME_H 1 |
---|
1196 | | #define HAVE_SYS_TYPES_H 1 |
---|
1197 | | #define HAVE_ICONV_H 1 |
---|
1198 | | #define HAVE_LANGINFO_H 1 |
---|
1199 | | #define HAVE_MATH_H 1 |
---|
1200 | | #define HAVE_UNISTD_H 1 |
---|
1201 | | #define HAVE_ERRNO_H 1 |
---|
1202 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
1203 | | #define HAVE_LOCALE_H 1 |
---|
1204 | | /* end confdefs.h. */ |
---|
1205 | | #include <stdio.h> |
---|
1206 | | #ifdef HAVE_SYS_TYPES_H |
---|
1207 | | # include <sys/types.h> |
---|
1208 | | #endif |
---|
1209 | | #ifdef HAVE_SYS_STAT_H |
---|
1210 | | # include <sys/stat.h> |
---|
1211 | | #endif |
---|
1212 | | #ifdef STDC_HEADERS |
---|
1213 | | # include <stdlib.h> |
---|
1214 | | # include <stddef.h> |
---|
1215 | | #else |
---|
1216 | | # ifdef HAVE_STDLIB_H |
---|
1217 | | # include <stdlib.h> |
---|
1218 | | # endif |
---|
1219 | | #endif |
---|
1220 | | #ifdef HAVE_STRING_H |
---|
1221 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
1222 | | # include <memory.h> |
---|
1223 | | # endif |
---|
1224 | | # include <string.h> |
---|
1225 | | #endif |
---|
1226 | | #ifdef HAVE_STRINGS_H |
---|
1227 | | # include <strings.h> |
---|
1228 | | #endif |
---|
1229 | | #ifdef HAVE_INTTYPES_H |
---|
1230 | | # include <inttypes.h> |
---|
1231 | | #endif |
---|
1232 | | #ifdef HAVE_STDINT_H |
---|
1233 | | # include <stdint.h> |
---|
1234 | | #endif |
---|
1235 | | #ifdef HAVE_UNISTD_H |
---|
1236 | | # include <unistd.h> |
---|
1237 | | #endif |
---|
1238 | | #include <sys/stream.h> |
---|
1239 | configure:10977: result: no |
---|
1240 | configure:10981: checking sys/stream.h presence |
---|
1241 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
1242 | conftest.c:45:24: error: sys/stream.h: No such file or directory |
---|
1243 | configure:11003: $? = 1 |
---|
1244 | configure: failed program was: |
---|
1245 | | /* confdefs.h. */ |
---|
1246 | | #define PACKAGE_NAME "" |
---|
1247 | | #define PACKAGE_TARNAME "" |
---|
1248 | | #define PACKAGE_VERSION "" |
---|
1249 | | #define PACKAGE_STRING "" |
---|
1250 | | #define PACKAGE_BUGREPORT "" |
---|
1251 | | #define UNIX 1 |
---|
1252 | | #define STDC_HEADERS 1 |
---|
1253 | | #define HAVE_SYS_WAIT_H 1 |
---|
1254 | | #define HAVE_SYS_TYPES_H 1 |
---|
1255 | | #define HAVE_SYS_STAT_H 1 |
---|
1256 | | #define HAVE_STDLIB_H 1 |
---|
1257 | | #define HAVE_STRING_H 1 |
---|
1258 | | #define HAVE_MEMORY_H 1 |
---|
1259 | | #define HAVE_STRINGS_H 1 |
---|
1260 | | #define HAVE_INTTYPES_H 1 |
---|
1261 | | #define HAVE_STDINT_H 1 |
---|
1262 | | #define HAVE_UNISTD_H 1 |
---|
1263 | | #define FEAT_NORMAL 1 |
---|
1264 | | #define USE_XSMP_INTERACT 1 |
---|
1265 | | #define FEAT_NETBEANS_INTG 1 |
---|
1266 | | #define FEAT_MBYTE 1 |
---|
1267 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
1268 | | #define HAVE_DATE_TIME 1 |
---|
1269 | | #define HAVE_DIRENT_H 1 |
---|
1270 | | #define HAVE_STDARG_H 1 |
---|
1271 | | #define HAVE_STDLIB_H 1 |
---|
1272 | | #define HAVE_STRING_H 1 |
---|
1273 | | #define HAVE_SYS_SELECT_H 1 |
---|
1274 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
1275 | | #define HAVE_TERMCAP_H 1 |
---|
1276 | | #define HAVE_FCNTL_H 1 |
---|
1277 | | #define HAVE_SGTTY_H 1 |
---|
1278 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1279 | | #define HAVE_SYS_TIME_H 1 |
---|
1280 | | #define HAVE_SYS_TYPES_H 1 |
---|
1281 | | #define HAVE_ICONV_H 1 |
---|
1282 | | #define HAVE_LANGINFO_H 1 |
---|
1283 | | #define HAVE_MATH_H 1 |
---|
1284 | | #define HAVE_UNISTD_H 1 |
---|
1285 | | #define HAVE_ERRNO_H 1 |
---|
1286 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
1287 | | #define HAVE_LOCALE_H 1 |
---|
1288 | | /* end confdefs.h. */ |
---|
1289 | | #include <sys/stream.h> |
---|
1290 | configure:11017: result: no |
---|
1291 | configure:11045: checking for sys/stream.h |
---|
1292 | configure:11054: result: no |
---|
1293 | configure:10939: checking termios.h usability |
---|
1294 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
1295 | In file included from conftest.c:67: |
---|
1296 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
1297 | configure:10963: $? = 0 |
---|
1298 | configure:10977: result: yes |
---|
1299 | configure:10981: checking termios.h presence |
---|
1300 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
1301 | configure:11003: $? = 0 |
---|
1302 | configure:11017: result: yes |
---|
1303 | configure:11045: checking for termios.h |
---|
1304 | configure:11054: result: yes |
---|
1305 | configure:10939: checking libc.h usability |
---|
1306 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
1307 | In file included from conftest.c:68: |
---|
1308 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
1309 | configure:10963: $? = 0 |
---|
1310 | configure:10977: result: yes |
---|
1311 | configure:10981: checking libc.h presence |
---|
1312 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
1313 | configure:11003: $? = 0 |
---|
1314 | configure:11017: result: yes |
---|
1315 | configure:11045: checking for libc.h |
---|
1316 | configure:11054: result: yes |
---|
1317 | configure:10939: checking sys/statfs.h usability |
---|
1318 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
1319 | In file included from conftest.c:69: |
---|
1320 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
1321 | conftest.c:80:24: error: sys/statfs.h: No such file or directory |
---|
1322 | configure:10963: $? = 1 |
---|
1323 | configure: failed program was: |
---|
1324 | | /* confdefs.h. */ |
---|
1325 | | #define PACKAGE_NAME "" |
---|
1326 | | #define PACKAGE_TARNAME "" |
---|
1327 | | #define PACKAGE_VERSION "" |
---|
1328 | | #define PACKAGE_STRING "" |
---|
1329 | | #define PACKAGE_BUGREPORT "" |
---|
1330 | | #define UNIX 1 |
---|
1331 | | #define STDC_HEADERS 1 |
---|
1332 | | #define HAVE_SYS_WAIT_H 1 |
---|
1333 | | #define HAVE_SYS_TYPES_H 1 |
---|
1334 | | #define HAVE_SYS_STAT_H 1 |
---|
1335 | | #define HAVE_STDLIB_H 1 |
---|
1336 | | #define HAVE_STRING_H 1 |
---|
1337 | | #define HAVE_MEMORY_H 1 |
---|
1338 | | #define HAVE_STRINGS_H 1 |
---|
1339 | | #define HAVE_INTTYPES_H 1 |
---|
1340 | | #define HAVE_STDINT_H 1 |
---|
1341 | | #define HAVE_UNISTD_H 1 |
---|
1342 | | #define FEAT_NORMAL 1 |
---|
1343 | | #define USE_XSMP_INTERACT 1 |
---|
1344 | | #define FEAT_NETBEANS_INTG 1 |
---|
1345 | | #define FEAT_MBYTE 1 |
---|
1346 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
1347 | | #define HAVE_DATE_TIME 1 |
---|
1348 | | #define HAVE_DIRENT_H 1 |
---|
1349 | | #define HAVE_STDARG_H 1 |
---|
1350 | | #define HAVE_STDLIB_H 1 |
---|
1351 | | #define HAVE_STRING_H 1 |
---|
1352 | | #define HAVE_SYS_SELECT_H 1 |
---|
1353 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
1354 | | #define HAVE_TERMCAP_H 1 |
---|
1355 | | #define HAVE_FCNTL_H 1 |
---|
1356 | | #define HAVE_SGTTY_H 1 |
---|
1357 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1358 | | #define HAVE_SYS_TIME_H 1 |
---|
1359 | | #define HAVE_SYS_TYPES_H 1 |
---|
1360 | | #define HAVE_ICONV_H 1 |
---|
1361 | | #define HAVE_LANGINFO_H 1 |
---|
1362 | | #define HAVE_MATH_H 1 |
---|
1363 | | #define HAVE_UNISTD_H 1 |
---|
1364 | | #define HAVE_ERRNO_H 1 |
---|
1365 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
1366 | | #define HAVE_LOCALE_H 1 |
---|
1367 | | #define HAVE_TERMIOS_H 1 |
---|
1368 | | #define HAVE_LIBC_H 1 |
---|
1369 | | /* end confdefs.h. */ |
---|
1370 | | #include <stdio.h> |
---|
1371 | | #ifdef HAVE_SYS_TYPES_H |
---|
1372 | | # include <sys/types.h> |
---|
1373 | | #endif |
---|
1374 | | #ifdef HAVE_SYS_STAT_H |
---|
1375 | | # include <sys/stat.h> |
---|
1376 | | #endif |
---|
1377 | | #ifdef STDC_HEADERS |
---|
1378 | | # include <stdlib.h> |
---|
1379 | | # include <stddef.h> |
---|
1380 | | #else |
---|
1381 | | # ifdef HAVE_STDLIB_H |
---|
1382 | | # include <stdlib.h> |
---|
1383 | | # endif |
---|
1384 | | #endif |
---|
1385 | | #ifdef HAVE_STRING_H |
---|
1386 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
1387 | | # include <memory.h> |
---|
1388 | | # endif |
---|
1389 | | # include <string.h> |
---|
1390 | | #endif |
---|
1391 | | #ifdef HAVE_STRINGS_H |
---|
1392 | | # include <strings.h> |
---|
1393 | | #endif |
---|
1394 | | #ifdef HAVE_INTTYPES_H |
---|
1395 | | # include <inttypes.h> |
---|
1396 | | #endif |
---|
1397 | | #ifdef HAVE_STDINT_H |
---|
1398 | | # include <stdint.h> |
---|
1399 | | #endif |
---|
1400 | | #ifdef HAVE_UNISTD_H |
---|
1401 | | # include <unistd.h> |
---|
1402 | | #endif |
---|
1403 | | #include <sys/statfs.h> |
---|
1404 | configure:10977: result: no |
---|
1405 | configure:10981: checking sys/statfs.h presence |
---|
1406 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
1407 | conftest.c:47:24: error: sys/statfs.h: No such file or directory |
---|
1408 | configure:11003: $? = 1 |
---|
1409 | configure: failed program was: |
---|
1410 | | /* confdefs.h. */ |
---|
1411 | | #define PACKAGE_NAME "" |
---|
1412 | | #define PACKAGE_TARNAME "" |
---|
1413 | | #define PACKAGE_VERSION "" |
---|
1414 | | #define PACKAGE_STRING "" |
---|
1415 | | #define PACKAGE_BUGREPORT "" |
---|
1416 | | #define UNIX 1 |
---|
1417 | | #define STDC_HEADERS 1 |
---|
1418 | | #define HAVE_SYS_WAIT_H 1 |
---|
1419 | | #define HAVE_SYS_TYPES_H 1 |
---|
1420 | | #define HAVE_SYS_STAT_H 1 |
---|
1421 | | #define HAVE_STDLIB_H 1 |
---|
1422 | | #define HAVE_STRING_H 1 |
---|
1423 | | #define HAVE_MEMORY_H 1 |
---|
1424 | | #define HAVE_STRINGS_H 1 |
---|
1425 | | #define HAVE_INTTYPES_H 1 |
---|
1426 | | #define HAVE_STDINT_H 1 |
---|
1427 | | #define HAVE_UNISTD_H 1 |
---|
1428 | | #define FEAT_NORMAL 1 |
---|
1429 | | #define USE_XSMP_INTERACT 1 |
---|
1430 | | #define FEAT_NETBEANS_INTG 1 |
---|
1431 | | #define FEAT_MBYTE 1 |
---|
1432 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
1433 | | #define HAVE_DATE_TIME 1 |
---|
1434 | | #define HAVE_DIRENT_H 1 |
---|
1435 | | #define HAVE_STDARG_H 1 |
---|
1436 | | #define HAVE_STDLIB_H 1 |
---|
1437 | | #define HAVE_STRING_H 1 |
---|
1438 | | #define HAVE_SYS_SELECT_H 1 |
---|
1439 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
1440 | | #define HAVE_TERMCAP_H 1 |
---|
1441 | | #define HAVE_FCNTL_H 1 |
---|
1442 | | #define HAVE_SGTTY_H 1 |
---|
1443 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1444 | | #define HAVE_SYS_TIME_H 1 |
---|
1445 | | #define HAVE_SYS_TYPES_H 1 |
---|
1446 | | #define HAVE_ICONV_H 1 |
---|
1447 | | #define HAVE_LANGINFO_H 1 |
---|
1448 | | #define HAVE_MATH_H 1 |
---|
1449 | | #define HAVE_UNISTD_H 1 |
---|
1450 | | #define HAVE_ERRNO_H 1 |
---|
1451 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
1452 | | #define HAVE_LOCALE_H 1 |
---|
1453 | | #define HAVE_TERMIOS_H 1 |
---|
1454 | | #define HAVE_LIBC_H 1 |
---|
1455 | | /* end confdefs.h. */ |
---|
1456 | | #include <sys/statfs.h> |
---|
1457 | configure:11017: result: no |
---|
1458 | configure:11045: checking for sys/statfs.h |
---|
1459 | configure:11054: result: no |
---|
1460 | configure:10939: checking poll.h usability |
---|
1461 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
1462 | In file included from conftest.c:69: |
---|
1463 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
1464 | configure:10963: $? = 0 |
---|
1465 | configure:10977: result: yes |
---|
1466 | configure:10981: checking poll.h presence |
---|
1467 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
1468 | configure:11003: $? = 0 |
---|
1469 | configure:11017: result: yes |
---|
1470 | configure:11045: checking for poll.h |
---|
1471 | configure:11054: result: yes |
---|
1472 | configure:10939: checking sys/poll.h usability |
---|
1473 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
1474 | In file included from conftest.c:70: |
---|
1475 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
1476 | configure:10963: $? = 0 |
---|
1477 | configure:10977: result: yes |
---|
1478 | configure:10981: checking sys/poll.h presence |
---|
1479 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
1480 | configure:11003: $? = 0 |
---|
1481 | configure:11017: result: yes |
---|
1482 | configure:11045: checking for sys/poll.h |
---|
1483 | configure:11054: result: yes |
---|
1484 | configure:10939: checking pwd.h usability |
---|
1485 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
1486 | In file included from conftest.c:71: |
---|
1487 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
1488 | configure:10963: $? = 0 |
---|
1489 | configure:10977: result: yes |
---|
1490 | configure:10981: checking pwd.h presence |
---|
1491 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
1492 | configure:11003: $? = 0 |
---|
1493 | configure:11017: result: yes |
---|
1494 | configure:11045: checking for pwd.h |
---|
1495 | configure:11054: result: yes |
---|
1496 | configure:10939: checking utime.h usability |
---|
1497 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
1498 | In file included from conftest.c:72: |
---|
1499 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
1500 | configure:10963: $? = 0 |
---|
1501 | configure:10977: result: yes |
---|
1502 | configure:10981: checking utime.h presence |
---|
1503 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
1504 | configure:11003: $? = 0 |
---|
1505 | configure:11017: result: yes |
---|
1506 | configure:11045: checking for utime.h |
---|
1507 | configure:11054: result: yes |
---|
1508 | configure:10939: checking sys/param.h usability |
---|
1509 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
1510 | In file included from conftest.c:73: |
---|
1511 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
1512 | configure:10963: $? = 0 |
---|
1513 | configure:10977: result: yes |
---|
1514 | configure:10981: checking sys/param.h presence |
---|
1515 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
1516 | configure:11003: $? = 0 |
---|
1517 | configure:11017: result: yes |
---|
1518 | configure:11045: checking for sys/param.h |
---|
1519 | configure:11054: result: yes |
---|
1520 | configure:10939: checking libintl.h usability |
---|
1521 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
1522 | In file included from conftest.c:74: |
---|
1523 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
1524 | configure:10963: $? = 0 |
---|
1525 | configure:10977: result: yes |
---|
1526 | configure:10981: checking libintl.h presence |
---|
1527 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
1528 | configure:11003: $? = 0 |
---|
1529 | configure:11017: result: yes |
---|
1530 | configure:11045: checking for libintl.h |
---|
1531 | configure:11054: result: yes |
---|
1532 | configure:10939: checking libgen.h usability |
---|
1533 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
1534 | In file included from conftest.c:75: |
---|
1535 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
1536 | configure:10963: $? = 0 |
---|
1537 | configure:10977: result: yes |
---|
1538 | configure:10981: checking libgen.h presence |
---|
1539 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
1540 | configure:11003: $? = 0 |
---|
1541 | configure:11017: result: yes |
---|
1542 | configure:11045: checking for libgen.h |
---|
1543 | configure:11054: result: yes |
---|
1544 | configure:10939: checking util/debug.h usability |
---|
1545 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
1546 | In file included from conftest.c:76: |
---|
1547 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
1548 | conftest.c:87:24: error: util/debug.h: No such file or directory |
---|
1549 | configure:10963: $? = 1 |
---|
1550 | configure: failed program was: |
---|
1551 | | /* confdefs.h. */ |
---|
1552 | | #define PACKAGE_NAME "" |
---|
1553 | | #define PACKAGE_TARNAME "" |
---|
1554 | | #define PACKAGE_VERSION "" |
---|
1555 | | #define PACKAGE_STRING "" |
---|
1556 | | #define PACKAGE_BUGREPORT "" |
---|
1557 | | #define UNIX 1 |
---|
1558 | | #define STDC_HEADERS 1 |
---|
1559 | | #define HAVE_SYS_WAIT_H 1 |
---|
1560 | | #define HAVE_SYS_TYPES_H 1 |
---|
1561 | | #define HAVE_SYS_STAT_H 1 |
---|
1562 | | #define HAVE_STDLIB_H 1 |
---|
1563 | | #define HAVE_STRING_H 1 |
---|
1564 | | #define HAVE_MEMORY_H 1 |
---|
1565 | | #define HAVE_STRINGS_H 1 |
---|
1566 | | #define HAVE_INTTYPES_H 1 |
---|
1567 | | #define HAVE_STDINT_H 1 |
---|
1568 | | #define HAVE_UNISTD_H 1 |
---|
1569 | | #define FEAT_NORMAL 1 |
---|
1570 | | #define USE_XSMP_INTERACT 1 |
---|
1571 | | #define FEAT_NETBEANS_INTG 1 |
---|
1572 | | #define FEAT_MBYTE 1 |
---|
1573 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
1574 | | #define HAVE_DATE_TIME 1 |
---|
1575 | | #define HAVE_DIRENT_H 1 |
---|
1576 | | #define HAVE_STDARG_H 1 |
---|
1577 | | #define HAVE_STDLIB_H 1 |
---|
1578 | | #define HAVE_STRING_H 1 |
---|
1579 | | #define HAVE_SYS_SELECT_H 1 |
---|
1580 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
1581 | | #define HAVE_TERMCAP_H 1 |
---|
1582 | | #define HAVE_FCNTL_H 1 |
---|
1583 | | #define HAVE_SGTTY_H 1 |
---|
1584 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1585 | | #define HAVE_SYS_TIME_H 1 |
---|
1586 | | #define HAVE_SYS_TYPES_H 1 |
---|
1587 | | #define HAVE_ICONV_H 1 |
---|
1588 | | #define HAVE_LANGINFO_H 1 |
---|
1589 | | #define HAVE_MATH_H 1 |
---|
1590 | | #define HAVE_UNISTD_H 1 |
---|
1591 | | #define HAVE_ERRNO_H 1 |
---|
1592 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
1593 | | #define HAVE_LOCALE_H 1 |
---|
1594 | | #define HAVE_TERMIOS_H 1 |
---|
1595 | | #define HAVE_LIBC_H 1 |
---|
1596 | | #define HAVE_POLL_H 1 |
---|
1597 | | #define HAVE_SYS_POLL_H 1 |
---|
1598 | | #define HAVE_PWD_H 1 |
---|
1599 | | #define HAVE_UTIME_H 1 |
---|
1600 | | #define HAVE_SYS_PARAM_H 1 |
---|
1601 | | #define HAVE_LIBINTL_H 1 |
---|
1602 | | #define HAVE_LIBGEN_H 1 |
---|
1603 | | /* end confdefs.h. */ |
---|
1604 | | #include <stdio.h> |
---|
1605 | | #ifdef HAVE_SYS_TYPES_H |
---|
1606 | | # include <sys/types.h> |
---|
1607 | | #endif |
---|
1608 | | #ifdef HAVE_SYS_STAT_H |
---|
1609 | | # include <sys/stat.h> |
---|
1610 | | #endif |
---|
1611 | | #ifdef STDC_HEADERS |
---|
1612 | | # include <stdlib.h> |
---|
1613 | | # include <stddef.h> |
---|
1614 | | #else |
---|
1615 | | # ifdef HAVE_STDLIB_H |
---|
1616 | | # include <stdlib.h> |
---|
1617 | | # endif |
---|
1618 | | #endif |
---|
1619 | | #ifdef HAVE_STRING_H |
---|
1620 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
1621 | | # include <memory.h> |
---|
1622 | | # endif |
---|
1623 | | # include <string.h> |
---|
1624 | | #endif |
---|
1625 | | #ifdef HAVE_STRINGS_H |
---|
1626 | | # include <strings.h> |
---|
1627 | | #endif |
---|
1628 | | #ifdef HAVE_INTTYPES_H |
---|
1629 | | # include <inttypes.h> |
---|
1630 | | #endif |
---|
1631 | | #ifdef HAVE_STDINT_H |
---|
1632 | | # include <stdint.h> |
---|
1633 | | #endif |
---|
1634 | | #ifdef HAVE_UNISTD_H |
---|
1635 | | # include <unistd.h> |
---|
1636 | | #endif |
---|
1637 | | #include <util/debug.h> |
---|
1638 | configure:10977: result: no |
---|
1639 | configure:10981: checking util/debug.h presence |
---|
1640 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
1641 | conftest.c:54:24: error: util/debug.h: No such file or directory |
---|
1642 | configure:11003: $? = 1 |
---|
1643 | configure: failed program was: |
---|
1644 | | /* confdefs.h. */ |
---|
1645 | | #define PACKAGE_NAME "" |
---|
1646 | | #define PACKAGE_TARNAME "" |
---|
1647 | | #define PACKAGE_VERSION "" |
---|
1648 | | #define PACKAGE_STRING "" |
---|
1649 | | #define PACKAGE_BUGREPORT "" |
---|
1650 | | #define UNIX 1 |
---|
1651 | | #define STDC_HEADERS 1 |
---|
1652 | | #define HAVE_SYS_WAIT_H 1 |
---|
1653 | | #define HAVE_SYS_TYPES_H 1 |
---|
1654 | | #define HAVE_SYS_STAT_H 1 |
---|
1655 | | #define HAVE_STDLIB_H 1 |
---|
1656 | | #define HAVE_STRING_H 1 |
---|
1657 | | #define HAVE_MEMORY_H 1 |
---|
1658 | | #define HAVE_STRINGS_H 1 |
---|
1659 | | #define HAVE_INTTYPES_H 1 |
---|
1660 | | #define HAVE_STDINT_H 1 |
---|
1661 | | #define HAVE_UNISTD_H 1 |
---|
1662 | | #define FEAT_NORMAL 1 |
---|
1663 | | #define USE_XSMP_INTERACT 1 |
---|
1664 | | #define FEAT_NETBEANS_INTG 1 |
---|
1665 | | #define FEAT_MBYTE 1 |
---|
1666 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
1667 | | #define HAVE_DATE_TIME 1 |
---|
1668 | | #define HAVE_DIRENT_H 1 |
---|
1669 | | #define HAVE_STDARG_H 1 |
---|
1670 | | #define HAVE_STDLIB_H 1 |
---|
1671 | | #define HAVE_STRING_H 1 |
---|
1672 | | #define HAVE_SYS_SELECT_H 1 |
---|
1673 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
1674 | | #define HAVE_TERMCAP_H 1 |
---|
1675 | | #define HAVE_FCNTL_H 1 |
---|
1676 | | #define HAVE_SGTTY_H 1 |
---|
1677 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1678 | | #define HAVE_SYS_TIME_H 1 |
---|
1679 | | #define HAVE_SYS_TYPES_H 1 |
---|
1680 | | #define HAVE_ICONV_H 1 |
---|
1681 | | #define HAVE_LANGINFO_H 1 |
---|
1682 | | #define HAVE_MATH_H 1 |
---|
1683 | | #define HAVE_UNISTD_H 1 |
---|
1684 | | #define HAVE_ERRNO_H 1 |
---|
1685 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
1686 | | #define HAVE_LOCALE_H 1 |
---|
1687 | | #define HAVE_TERMIOS_H 1 |
---|
1688 | | #define HAVE_LIBC_H 1 |
---|
1689 | | #define HAVE_POLL_H 1 |
---|
1690 | | #define HAVE_SYS_POLL_H 1 |
---|
1691 | | #define HAVE_PWD_H 1 |
---|
1692 | | #define HAVE_UTIME_H 1 |
---|
1693 | | #define HAVE_SYS_PARAM_H 1 |
---|
1694 | | #define HAVE_LIBINTL_H 1 |
---|
1695 | | #define HAVE_LIBGEN_H 1 |
---|
1696 | | /* end confdefs.h. */ |
---|
1697 | | #include <util/debug.h> |
---|
1698 | configure:11017: result: no |
---|
1699 | configure:11045: checking for util/debug.h |
---|
1700 | configure:11054: result: no |
---|
1701 | configure:10939: checking util/msg18n.h usability |
---|
1702 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
1703 | In file included from conftest.c:76: |
---|
1704 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
1705 | conftest.c:87:25: error: util/msg18n.h: No such file or directory |
---|
1706 | configure:10963: $? = 1 |
---|
1707 | configure: failed program was: |
---|
1708 | | /* confdefs.h. */ |
---|
1709 | | #define PACKAGE_NAME "" |
---|
1710 | | #define PACKAGE_TARNAME "" |
---|
1711 | | #define PACKAGE_VERSION "" |
---|
1712 | | #define PACKAGE_STRING "" |
---|
1713 | | #define PACKAGE_BUGREPORT "" |
---|
1714 | | #define UNIX 1 |
---|
1715 | | #define STDC_HEADERS 1 |
---|
1716 | | #define HAVE_SYS_WAIT_H 1 |
---|
1717 | | #define HAVE_SYS_TYPES_H 1 |
---|
1718 | | #define HAVE_SYS_STAT_H 1 |
---|
1719 | | #define HAVE_STDLIB_H 1 |
---|
1720 | | #define HAVE_STRING_H 1 |
---|
1721 | | #define HAVE_MEMORY_H 1 |
---|
1722 | | #define HAVE_STRINGS_H 1 |
---|
1723 | | #define HAVE_INTTYPES_H 1 |
---|
1724 | | #define HAVE_STDINT_H 1 |
---|
1725 | | #define HAVE_UNISTD_H 1 |
---|
1726 | | #define FEAT_NORMAL 1 |
---|
1727 | | #define USE_XSMP_INTERACT 1 |
---|
1728 | | #define FEAT_NETBEANS_INTG 1 |
---|
1729 | | #define FEAT_MBYTE 1 |
---|
1730 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
1731 | | #define HAVE_DATE_TIME 1 |
---|
1732 | | #define HAVE_DIRENT_H 1 |
---|
1733 | | #define HAVE_STDARG_H 1 |
---|
1734 | | #define HAVE_STDLIB_H 1 |
---|
1735 | | #define HAVE_STRING_H 1 |
---|
1736 | | #define HAVE_SYS_SELECT_H 1 |
---|
1737 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
1738 | | #define HAVE_TERMCAP_H 1 |
---|
1739 | | #define HAVE_FCNTL_H 1 |
---|
1740 | | #define HAVE_SGTTY_H 1 |
---|
1741 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1742 | | #define HAVE_SYS_TIME_H 1 |
---|
1743 | | #define HAVE_SYS_TYPES_H 1 |
---|
1744 | | #define HAVE_ICONV_H 1 |
---|
1745 | | #define HAVE_LANGINFO_H 1 |
---|
1746 | | #define HAVE_MATH_H 1 |
---|
1747 | | #define HAVE_UNISTD_H 1 |
---|
1748 | | #define HAVE_ERRNO_H 1 |
---|
1749 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
1750 | | #define HAVE_LOCALE_H 1 |
---|
1751 | | #define HAVE_TERMIOS_H 1 |
---|
1752 | | #define HAVE_LIBC_H 1 |
---|
1753 | | #define HAVE_POLL_H 1 |
---|
1754 | | #define HAVE_SYS_POLL_H 1 |
---|
1755 | | #define HAVE_PWD_H 1 |
---|
1756 | | #define HAVE_UTIME_H 1 |
---|
1757 | | #define HAVE_SYS_PARAM_H 1 |
---|
1758 | | #define HAVE_LIBINTL_H 1 |
---|
1759 | | #define HAVE_LIBGEN_H 1 |
---|
1760 | | /* end confdefs.h. */ |
---|
1761 | | #include <stdio.h> |
---|
1762 | | #ifdef HAVE_SYS_TYPES_H |
---|
1763 | | # include <sys/types.h> |
---|
1764 | | #endif |
---|
1765 | | #ifdef HAVE_SYS_STAT_H |
---|
1766 | | # include <sys/stat.h> |
---|
1767 | | #endif |
---|
1768 | | #ifdef STDC_HEADERS |
---|
1769 | | # include <stdlib.h> |
---|
1770 | | # include <stddef.h> |
---|
1771 | | #else |
---|
1772 | | # ifdef HAVE_STDLIB_H |
---|
1773 | | # include <stdlib.h> |
---|
1774 | | # endif |
---|
1775 | | #endif |
---|
1776 | | #ifdef HAVE_STRING_H |
---|
1777 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
1778 | | # include <memory.h> |
---|
1779 | | # endif |
---|
1780 | | # include <string.h> |
---|
1781 | | #endif |
---|
1782 | | #ifdef HAVE_STRINGS_H |
---|
1783 | | # include <strings.h> |
---|
1784 | | #endif |
---|
1785 | | #ifdef HAVE_INTTYPES_H |
---|
1786 | | # include <inttypes.h> |
---|
1787 | | #endif |
---|
1788 | | #ifdef HAVE_STDINT_H |
---|
1789 | | # include <stdint.h> |
---|
1790 | | #endif |
---|
1791 | | #ifdef HAVE_UNISTD_H |
---|
1792 | | # include <unistd.h> |
---|
1793 | | #endif |
---|
1794 | | #include <util/msg18n.h> |
---|
1795 | configure:10977: result: no |
---|
1796 | configure:10981: checking util/msg18n.h presence |
---|
1797 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
1798 | conftest.c:54:25: error: util/msg18n.h: No such file or directory |
---|
1799 | configure:11003: $? = 1 |
---|
1800 | configure: failed program was: |
---|
1801 | | /* confdefs.h. */ |
---|
1802 | | #define PACKAGE_NAME "" |
---|
1803 | | #define PACKAGE_TARNAME "" |
---|
1804 | | #define PACKAGE_VERSION "" |
---|
1805 | | #define PACKAGE_STRING "" |
---|
1806 | | #define PACKAGE_BUGREPORT "" |
---|
1807 | | #define UNIX 1 |
---|
1808 | | #define STDC_HEADERS 1 |
---|
1809 | | #define HAVE_SYS_WAIT_H 1 |
---|
1810 | | #define HAVE_SYS_TYPES_H 1 |
---|
1811 | | #define HAVE_SYS_STAT_H 1 |
---|
1812 | | #define HAVE_STDLIB_H 1 |
---|
1813 | | #define HAVE_STRING_H 1 |
---|
1814 | | #define HAVE_MEMORY_H 1 |
---|
1815 | | #define HAVE_STRINGS_H 1 |
---|
1816 | | #define HAVE_INTTYPES_H 1 |
---|
1817 | | #define HAVE_STDINT_H 1 |
---|
1818 | | #define HAVE_UNISTD_H 1 |
---|
1819 | | #define FEAT_NORMAL 1 |
---|
1820 | | #define USE_XSMP_INTERACT 1 |
---|
1821 | | #define FEAT_NETBEANS_INTG 1 |
---|
1822 | | #define FEAT_MBYTE 1 |
---|
1823 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
1824 | | #define HAVE_DATE_TIME 1 |
---|
1825 | | #define HAVE_DIRENT_H 1 |
---|
1826 | | #define HAVE_STDARG_H 1 |
---|
1827 | | #define HAVE_STDLIB_H 1 |
---|
1828 | | #define HAVE_STRING_H 1 |
---|
1829 | | #define HAVE_SYS_SELECT_H 1 |
---|
1830 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
1831 | | #define HAVE_TERMCAP_H 1 |
---|
1832 | | #define HAVE_FCNTL_H 1 |
---|
1833 | | #define HAVE_SGTTY_H 1 |
---|
1834 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1835 | | #define HAVE_SYS_TIME_H 1 |
---|
1836 | | #define HAVE_SYS_TYPES_H 1 |
---|
1837 | | #define HAVE_ICONV_H 1 |
---|
1838 | | #define HAVE_LANGINFO_H 1 |
---|
1839 | | #define HAVE_MATH_H 1 |
---|
1840 | | #define HAVE_UNISTD_H 1 |
---|
1841 | | #define HAVE_ERRNO_H 1 |
---|
1842 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
1843 | | #define HAVE_LOCALE_H 1 |
---|
1844 | | #define HAVE_TERMIOS_H 1 |
---|
1845 | | #define HAVE_LIBC_H 1 |
---|
1846 | | #define HAVE_POLL_H 1 |
---|
1847 | | #define HAVE_SYS_POLL_H 1 |
---|
1848 | | #define HAVE_PWD_H 1 |
---|
1849 | | #define HAVE_UTIME_H 1 |
---|
1850 | | #define HAVE_SYS_PARAM_H 1 |
---|
1851 | | #define HAVE_LIBINTL_H 1 |
---|
1852 | | #define HAVE_LIBGEN_H 1 |
---|
1853 | | /* end confdefs.h. */ |
---|
1854 | | #include <util/msg18n.h> |
---|
1855 | configure:11017: result: no |
---|
1856 | configure:11045: checking for util/msg18n.h |
---|
1857 | configure:11054: result: no |
---|
1858 | configure:10939: checking frame.h usability |
---|
1859 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
1860 | In file included from conftest.c:76: |
---|
1861 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
1862 | conftest.c:87:19: error: frame.h: No such file or directory |
---|
1863 | configure:10963: $? = 1 |
---|
1864 | configure: failed program was: |
---|
1865 | | /* confdefs.h. */ |
---|
1866 | | #define PACKAGE_NAME "" |
---|
1867 | | #define PACKAGE_TARNAME "" |
---|
1868 | | #define PACKAGE_VERSION "" |
---|
1869 | | #define PACKAGE_STRING "" |
---|
1870 | | #define PACKAGE_BUGREPORT "" |
---|
1871 | | #define UNIX 1 |
---|
1872 | | #define STDC_HEADERS 1 |
---|
1873 | | #define HAVE_SYS_WAIT_H 1 |
---|
1874 | | #define HAVE_SYS_TYPES_H 1 |
---|
1875 | | #define HAVE_SYS_STAT_H 1 |
---|
1876 | | #define HAVE_STDLIB_H 1 |
---|
1877 | | #define HAVE_STRING_H 1 |
---|
1878 | | #define HAVE_MEMORY_H 1 |
---|
1879 | | #define HAVE_STRINGS_H 1 |
---|
1880 | | #define HAVE_INTTYPES_H 1 |
---|
1881 | | #define HAVE_STDINT_H 1 |
---|
1882 | | #define HAVE_UNISTD_H 1 |
---|
1883 | | #define FEAT_NORMAL 1 |
---|
1884 | | #define USE_XSMP_INTERACT 1 |
---|
1885 | | #define FEAT_NETBEANS_INTG 1 |
---|
1886 | | #define FEAT_MBYTE 1 |
---|
1887 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
1888 | | #define HAVE_DATE_TIME 1 |
---|
1889 | | #define HAVE_DIRENT_H 1 |
---|
1890 | | #define HAVE_STDARG_H 1 |
---|
1891 | | #define HAVE_STDLIB_H 1 |
---|
1892 | | #define HAVE_STRING_H 1 |
---|
1893 | | #define HAVE_SYS_SELECT_H 1 |
---|
1894 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
1895 | | #define HAVE_TERMCAP_H 1 |
---|
1896 | | #define HAVE_FCNTL_H 1 |
---|
1897 | | #define HAVE_SGTTY_H 1 |
---|
1898 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1899 | | #define HAVE_SYS_TIME_H 1 |
---|
1900 | | #define HAVE_SYS_TYPES_H 1 |
---|
1901 | | #define HAVE_ICONV_H 1 |
---|
1902 | | #define HAVE_LANGINFO_H 1 |
---|
1903 | | #define HAVE_MATH_H 1 |
---|
1904 | | #define HAVE_UNISTD_H 1 |
---|
1905 | | #define HAVE_ERRNO_H 1 |
---|
1906 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
1907 | | #define HAVE_LOCALE_H 1 |
---|
1908 | | #define HAVE_TERMIOS_H 1 |
---|
1909 | | #define HAVE_LIBC_H 1 |
---|
1910 | | #define HAVE_POLL_H 1 |
---|
1911 | | #define HAVE_SYS_POLL_H 1 |
---|
1912 | | #define HAVE_PWD_H 1 |
---|
1913 | | #define HAVE_UTIME_H 1 |
---|
1914 | | #define HAVE_SYS_PARAM_H 1 |
---|
1915 | | #define HAVE_LIBINTL_H 1 |
---|
1916 | | #define HAVE_LIBGEN_H 1 |
---|
1917 | | /* end confdefs.h. */ |
---|
1918 | | #include <stdio.h> |
---|
1919 | | #ifdef HAVE_SYS_TYPES_H |
---|
1920 | | # include <sys/types.h> |
---|
1921 | | #endif |
---|
1922 | | #ifdef HAVE_SYS_STAT_H |
---|
1923 | | # include <sys/stat.h> |
---|
1924 | | #endif |
---|
1925 | | #ifdef STDC_HEADERS |
---|
1926 | | # include <stdlib.h> |
---|
1927 | | # include <stddef.h> |
---|
1928 | | #else |
---|
1929 | | # ifdef HAVE_STDLIB_H |
---|
1930 | | # include <stdlib.h> |
---|
1931 | | # endif |
---|
1932 | | #endif |
---|
1933 | | #ifdef HAVE_STRING_H |
---|
1934 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
1935 | | # include <memory.h> |
---|
1936 | | # endif |
---|
1937 | | # include <string.h> |
---|
1938 | | #endif |
---|
1939 | | #ifdef HAVE_STRINGS_H |
---|
1940 | | # include <strings.h> |
---|
1941 | | #endif |
---|
1942 | | #ifdef HAVE_INTTYPES_H |
---|
1943 | | # include <inttypes.h> |
---|
1944 | | #endif |
---|
1945 | | #ifdef HAVE_STDINT_H |
---|
1946 | | # include <stdint.h> |
---|
1947 | | #endif |
---|
1948 | | #ifdef HAVE_UNISTD_H |
---|
1949 | | # include <unistd.h> |
---|
1950 | | #endif |
---|
1951 | | #include <frame.h> |
---|
1952 | configure:10977: result: no |
---|
1953 | configure:10981: checking frame.h presence |
---|
1954 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
1955 | conftest.c:54:19: error: frame.h: No such file or directory |
---|
1956 | configure:11003: $? = 1 |
---|
1957 | configure: failed program was: |
---|
1958 | | /* confdefs.h. */ |
---|
1959 | | #define PACKAGE_NAME "" |
---|
1960 | | #define PACKAGE_TARNAME "" |
---|
1961 | | #define PACKAGE_VERSION "" |
---|
1962 | | #define PACKAGE_STRING "" |
---|
1963 | | #define PACKAGE_BUGREPORT "" |
---|
1964 | | #define UNIX 1 |
---|
1965 | | #define STDC_HEADERS 1 |
---|
1966 | | #define HAVE_SYS_WAIT_H 1 |
---|
1967 | | #define HAVE_SYS_TYPES_H 1 |
---|
1968 | | #define HAVE_SYS_STAT_H 1 |
---|
1969 | | #define HAVE_STDLIB_H 1 |
---|
1970 | | #define HAVE_STRING_H 1 |
---|
1971 | | #define HAVE_MEMORY_H 1 |
---|
1972 | | #define HAVE_STRINGS_H 1 |
---|
1973 | | #define HAVE_INTTYPES_H 1 |
---|
1974 | | #define HAVE_STDINT_H 1 |
---|
1975 | | #define HAVE_UNISTD_H 1 |
---|
1976 | | #define FEAT_NORMAL 1 |
---|
1977 | | #define USE_XSMP_INTERACT 1 |
---|
1978 | | #define FEAT_NETBEANS_INTG 1 |
---|
1979 | | #define FEAT_MBYTE 1 |
---|
1980 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
1981 | | #define HAVE_DATE_TIME 1 |
---|
1982 | | #define HAVE_DIRENT_H 1 |
---|
1983 | | #define HAVE_STDARG_H 1 |
---|
1984 | | #define HAVE_STDLIB_H 1 |
---|
1985 | | #define HAVE_STRING_H 1 |
---|
1986 | | #define HAVE_SYS_SELECT_H 1 |
---|
1987 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
1988 | | #define HAVE_TERMCAP_H 1 |
---|
1989 | | #define HAVE_FCNTL_H 1 |
---|
1990 | | #define HAVE_SGTTY_H 1 |
---|
1991 | | #define HAVE_SYS_IOCTL_H 1 |
---|
1992 | | #define HAVE_SYS_TIME_H 1 |
---|
1993 | | #define HAVE_SYS_TYPES_H 1 |
---|
1994 | | #define HAVE_ICONV_H 1 |
---|
1995 | | #define HAVE_LANGINFO_H 1 |
---|
1996 | | #define HAVE_MATH_H 1 |
---|
1997 | | #define HAVE_UNISTD_H 1 |
---|
1998 | | #define HAVE_ERRNO_H 1 |
---|
1999 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
2000 | | #define HAVE_LOCALE_H 1 |
---|
2001 | | #define HAVE_TERMIOS_H 1 |
---|
2002 | | #define HAVE_LIBC_H 1 |
---|
2003 | | #define HAVE_POLL_H 1 |
---|
2004 | | #define HAVE_SYS_POLL_H 1 |
---|
2005 | | #define HAVE_PWD_H 1 |
---|
2006 | | #define HAVE_UTIME_H 1 |
---|
2007 | | #define HAVE_SYS_PARAM_H 1 |
---|
2008 | | #define HAVE_LIBINTL_H 1 |
---|
2009 | | #define HAVE_LIBGEN_H 1 |
---|
2010 | | /* end confdefs.h. */ |
---|
2011 | | #include <frame.h> |
---|
2012 | configure:11017: result: no |
---|
2013 | configure:11045: checking for frame.h |
---|
2014 | configure:11054: result: no |
---|
2015 | configure:10939: checking sys/acl.h usability |
---|
2016 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
2017 | In file included from conftest.c:76: |
---|
2018 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
2019 | configure:10963: $? = 0 |
---|
2020 | configure:10977: result: yes |
---|
2021 | configure:10981: checking sys/acl.h presence |
---|
2022 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
2023 | configure:11003: $? = 0 |
---|
2024 | configure:11017: result: yes |
---|
2025 | configure:11045: checking for sys/acl.h |
---|
2026 | configure:11054: result: yes |
---|
2027 | configure:10939: checking sys/access.h usability |
---|
2028 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
2029 | In file included from conftest.c:77: |
---|
2030 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
2031 | conftest.c:88:24: error: sys/access.h: No such file or directory |
---|
2032 | configure:10963: $? = 1 |
---|
2033 | configure: failed program was: |
---|
2034 | | /* confdefs.h. */ |
---|
2035 | | #define PACKAGE_NAME "" |
---|
2036 | | #define PACKAGE_TARNAME "" |
---|
2037 | | #define PACKAGE_VERSION "" |
---|
2038 | | #define PACKAGE_STRING "" |
---|
2039 | | #define PACKAGE_BUGREPORT "" |
---|
2040 | | #define UNIX 1 |
---|
2041 | | #define STDC_HEADERS 1 |
---|
2042 | | #define HAVE_SYS_WAIT_H 1 |
---|
2043 | | #define HAVE_SYS_TYPES_H 1 |
---|
2044 | | #define HAVE_SYS_STAT_H 1 |
---|
2045 | | #define HAVE_STDLIB_H 1 |
---|
2046 | | #define HAVE_STRING_H 1 |
---|
2047 | | #define HAVE_MEMORY_H 1 |
---|
2048 | | #define HAVE_STRINGS_H 1 |
---|
2049 | | #define HAVE_INTTYPES_H 1 |
---|
2050 | | #define HAVE_STDINT_H 1 |
---|
2051 | | #define HAVE_UNISTD_H 1 |
---|
2052 | | #define FEAT_NORMAL 1 |
---|
2053 | | #define USE_XSMP_INTERACT 1 |
---|
2054 | | #define FEAT_NETBEANS_INTG 1 |
---|
2055 | | #define FEAT_MBYTE 1 |
---|
2056 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
2057 | | #define HAVE_DATE_TIME 1 |
---|
2058 | | #define HAVE_DIRENT_H 1 |
---|
2059 | | #define HAVE_STDARG_H 1 |
---|
2060 | | #define HAVE_STDLIB_H 1 |
---|
2061 | | #define HAVE_STRING_H 1 |
---|
2062 | | #define HAVE_SYS_SELECT_H 1 |
---|
2063 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
2064 | | #define HAVE_TERMCAP_H 1 |
---|
2065 | | #define HAVE_FCNTL_H 1 |
---|
2066 | | #define HAVE_SGTTY_H 1 |
---|
2067 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2068 | | #define HAVE_SYS_TIME_H 1 |
---|
2069 | | #define HAVE_SYS_TYPES_H 1 |
---|
2070 | | #define HAVE_ICONV_H 1 |
---|
2071 | | #define HAVE_LANGINFO_H 1 |
---|
2072 | | #define HAVE_MATH_H 1 |
---|
2073 | | #define HAVE_UNISTD_H 1 |
---|
2074 | | #define HAVE_ERRNO_H 1 |
---|
2075 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
2076 | | #define HAVE_LOCALE_H 1 |
---|
2077 | | #define HAVE_TERMIOS_H 1 |
---|
2078 | | #define HAVE_LIBC_H 1 |
---|
2079 | | #define HAVE_POLL_H 1 |
---|
2080 | | #define HAVE_SYS_POLL_H 1 |
---|
2081 | | #define HAVE_PWD_H 1 |
---|
2082 | | #define HAVE_UTIME_H 1 |
---|
2083 | | #define HAVE_SYS_PARAM_H 1 |
---|
2084 | | #define HAVE_LIBINTL_H 1 |
---|
2085 | | #define HAVE_LIBGEN_H 1 |
---|
2086 | | #define HAVE_SYS_ACL_H 1 |
---|
2087 | | /* end confdefs.h. */ |
---|
2088 | | #include <stdio.h> |
---|
2089 | | #ifdef HAVE_SYS_TYPES_H |
---|
2090 | | # include <sys/types.h> |
---|
2091 | | #endif |
---|
2092 | | #ifdef HAVE_SYS_STAT_H |
---|
2093 | | # include <sys/stat.h> |
---|
2094 | | #endif |
---|
2095 | | #ifdef STDC_HEADERS |
---|
2096 | | # include <stdlib.h> |
---|
2097 | | # include <stddef.h> |
---|
2098 | | #else |
---|
2099 | | # ifdef HAVE_STDLIB_H |
---|
2100 | | # include <stdlib.h> |
---|
2101 | | # endif |
---|
2102 | | #endif |
---|
2103 | | #ifdef HAVE_STRING_H |
---|
2104 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
2105 | | # include <memory.h> |
---|
2106 | | # endif |
---|
2107 | | # include <string.h> |
---|
2108 | | #endif |
---|
2109 | | #ifdef HAVE_STRINGS_H |
---|
2110 | | # include <strings.h> |
---|
2111 | | #endif |
---|
2112 | | #ifdef HAVE_INTTYPES_H |
---|
2113 | | # include <inttypes.h> |
---|
2114 | | #endif |
---|
2115 | | #ifdef HAVE_STDINT_H |
---|
2116 | | # include <stdint.h> |
---|
2117 | | #endif |
---|
2118 | | #ifdef HAVE_UNISTD_H |
---|
2119 | | # include <unistd.h> |
---|
2120 | | #endif |
---|
2121 | | #include <sys/access.h> |
---|
2122 | configure:10977: result: no |
---|
2123 | configure:10981: checking sys/access.h presence |
---|
2124 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
2125 | conftest.c:55:24: error: sys/access.h: No such file or directory |
---|
2126 | configure:11003: $? = 1 |
---|
2127 | configure: failed program was: |
---|
2128 | | /* confdefs.h. */ |
---|
2129 | | #define PACKAGE_NAME "" |
---|
2130 | | #define PACKAGE_TARNAME "" |
---|
2131 | | #define PACKAGE_VERSION "" |
---|
2132 | | #define PACKAGE_STRING "" |
---|
2133 | | #define PACKAGE_BUGREPORT "" |
---|
2134 | | #define UNIX 1 |
---|
2135 | | #define STDC_HEADERS 1 |
---|
2136 | | #define HAVE_SYS_WAIT_H 1 |
---|
2137 | | #define HAVE_SYS_TYPES_H 1 |
---|
2138 | | #define HAVE_SYS_STAT_H 1 |
---|
2139 | | #define HAVE_STDLIB_H 1 |
---|
2140 | | #define HAVE_STRING_H 1 |
---|
2141 | | #define HAVE_MEMORY_H 1 |
---|
2142 | | #define HAVE_STRINGS_H 1 |
---|
2143 | | #define HAVE_INTTYPES_H 1 |
---|
2144 | | #define HAVE_STDINT_H 1 |
---|
2145 | | #define HAVE_UNISTD_H 1 |
---|
2146 | | #define FEAT_NORMAL 1 |
---|
2147 | | #define USE_XSMP_INTERACT 1 |
---|
2148 | | #define FEAT_NETBEANS_INTG 1 |
---|
2149 | | #define FEAT_MBYTE 1 |
---|
2150 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
2151 | | #define HAVE_DATE_TIME 1 |
---|
2152 | | #define HAVE_DIRENT_H 1 |
---|
2153 | | #define HAVE_STDARG_H 1 |
---|
2154 | | #define HAVE_STDLIB_H 1 |
---|
2155 | | #define HAVE_STRING_H 1 |
---|
2156 | | #define HAVE_SYS_SELECT_H 1 |
---|
2157 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
2158 | | #define HAVE_TERMCAP_H 1 |
---|
2159 | | #define HAVE_FCNTL_H 1 |
---|
2160 | | #define HAVE_SGTTY_H 1 |
---|
2161 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2162 | | #define HAVE_SYS_TIME_H 1 |
---|
2163 | | #define HAVE_SYS_TYPES_H 1 |
---|
2164 | | #define HAVE_ICONV_H 1 |
---|
2165 | | #define HAVE_LANGINFO_H 1 |
---|
2166 | | #define HAVE_MATH_H 1 |
---|
2167 | | #define HAVE_UNISTD_H 1 |
---|
2168 | | #define HAVE_ERRNO_H 1 |
---|
2169 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
2170 | | #define HAVE_LOCALE_H 1 |
---|
2171 | | #define HAVE_TERMIOS_H 1 |
---|
2172 | | #define HAVE_LIBC_H 1 |
---|
2173 | | #define HAVE_POLL_H 1 |
---|
2174 | | #define HAVE_SYS_POLL_H 1 |
---|
2175 | | #define HAVE_PWD_H 1 |
---|
2176 | | #define HAVE_UTIME_H 1 |
---|
2177 | | #define HAVE_SYS_PARAM_H 1 |
---|
2178 | | #define HAVE_LIBINTL_H 1 |
---|
2179 | | #define HAVE_LIBGEN_H 1 |
---|
2180 | | #define HAVE_SYS_ACL_H 1 |
---|
2181 | | /* end confdefs.h. */ |
---|
2182 | | #include <sys/access.h> |
---|
2183 | configure:11017: result: no |
---|
2184 | configure:11045: checking for sys/access.h |
---|
2185 | configure:11054: result: no |
---|
2186 | configure:10939: checking sys/sysctl.h usability |
---|
2187 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
2188 | In file included from conftest.c:77: |
---|
2189 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
2190 | configure:10963: $? = 0 |
---|
2191 | configure:10977: result: yes |
---|
2192 | configure:10981: checking sys/sysctl.h presence |
---|
2193 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
2194 | configure:11003: $? = 0 |
---|
2195 | configure:11017: result: yes |
---|
2196 | configure:11045: checking for sys/sysctl.h |
---|
2197 | configure:11054: result: yes |
---|
2198 | configure:10939: checking sys/sysinfo.h usability |
---|
2199 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
2200 | In file included from conftest.c:78: |
---|
2201 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
2202 | conftest.c:89:25: error: sys/sysinfo.h: No such file or directory |
---|
2203 | configure:10963: $? = 1 |
---|
2204 | configure: failed program was: |
---|
2205 | | /* confdefs.h. */ |
---|
2206 | | #define PACKAGE_NAME "" |
---|
2207 | | #define PACKAGE_TARNAME "" |
---|
2208 | | #define PACKAGE_VERSION "" |
---|
2209 | | #define PACKAGE_STRING "" |
---|
2210 | | #define PACKAGE_BUGREPORT "" |
---|
2211 | | #define UNIX 1 |
---|
2212 | | #define STDC_HEADERS 1 |
---|
2213 | | #define HAVE_SYS_WAIT_H 1 |
---|
2214 | | #define HAVE_SYS_TYPES_H 1 |
---|
2215 | | #define HAVE_SYS_STAT_H 1 |
---|
2216 | | #define HAVE_STDLIB_H 1 |
---|
2217 | | #define HAVE_STRING_H 1 |
---|
2218 | | #define HAVE_MEMORY_H 1 |
---|
2219 | | #define HAVE_STRINGS_H 1 |
---|
2220 | | #define HAVE_INTTYPES_H 1 |
---|
2221 | | #define HAVE_STDINT_H 1 |
---|
2222 | | #define HAVE_UNISTD_H 1 |
---|
2223 | | #define FEAT_NORMAL 1 |
---|
2224 | | #define USE_XSMP_INTERACT 1 |
---|
2225 | | #define FEAT_NETBEANS_INTG 1 |
---|
2226 | | #define FEAT_MBYTE 1 |
---|
2227 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
2228 | | #define HAVE_DATE_TIME 1 |
---|
2229 | | #define HAVE_DIRENT_H 1 |
---|
2230 | | #define HAVE_STDARG_H 1 |
---|
2231 | | #define HAVE_STDLIB_H 1 |
---|
2232 | | #define HAVE_STRING_H 1 |
---|
2233 | | #define HAVE_SYS_SELECT_H 1 |
---|
2234 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
2235 | | #define HAVE_TERMCAP_H 1 |
---|
2236 | | #define HAVE_FCNTL_H 1 |
---|
2237 | | #define HAVE_SGTTY_H 1 |
---|
2238 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2239 | | #define HAVE_SYS_TIME_H 1 |
---|
2240 | | #define HAVE_SYS_TYPES_H 1 |
---|
2241 | | #define HAVE_ICONV_H 1 |
---|
2242 | | #define HAVE_LANGINFO_H 1 |
---|
2243 | | #define HAVE_MATH_H 1 |
---|
2244 | | #define HAVE_UNISTD_H 1 |
---|
2245 | | #define HAVE_ERRNO_H 1 |
---|
2246 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
2247 | | #define HAVE_LOCALE_H 1 |
---|
2248 | | #define HAVE_TERMIOS_H 1 |
---|
2249 | | #define HAVE_LIBC_H 1 |
---|
2250 | | #define HAVE_POLL_H 1 |
---|
2251 | | #define HAVE_SYS_POLL_H 1 |
---|
2252 | | #define HAVE_PWD_H 1 |
---|
2253 | | #define HAVE_UTIME_H 1 |
---|
2254 | | #define HAVE_SYS_PARAM_H 1 |
---|
2255 | | #define HAVE_LIBINTL_H 1 |
---|
2256 | | #define HAVE_LIBGEN_H 1 |
---|
2257 | | #define HAVE_SYS_ACL_H 1 |
---|
2258 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
2259 | | /* end confdefs.h. */ |
---|
2260 | | #include <stdio.h> |
---|
2261 | | #ifdef HAVE_SYS_TYPES_H |
---|
2262 | | # include <sys/types.h> |
---|
2263 | | #endif |
---|
2264 | | #ifdef HAVE_SYS_STAT_H |
---|
2265 | | # include <sys/stat.h> |
---|
2266 | | #endif |
---|
2267 | | #ifdef STDC_HEADERS |
---|
2268 | | # include <stdlib.h> |
---|
2269 | | # include <stddef.h> |
---|
2270 | | #else |
---|
2271 | | # ifdef HAVE_STDLIB_H |
---|
2272 | | # include <stdlib.h> |
---|
2273 | | # endif |
---|
2274 | | #endif |
---|
2275 | | #ifdef HAVE_STRING_H |
---|
2276 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
2277 | | # include <memory.h> |
---|
2278 | | # endif |
---|
2279 | | # include <string.h> |
---|
2280 | | #endif |
---|
2281 | | #ifdef HAVE_STRINGS_H |
---|
2282 | | # include <strings.h> |
---|
2283 | | #endif |
---|
2284 | | #ifdef HAVE_INTTYPES_H |
---|
2285 | | # include <inttypes.h> |
---|
2286 | | #endif |
---|
2287 | | #ifdef HAVE_STDINT_H |
---|
2288 | | # include <stdint.h> |
---|
2289 | | #endif |
---|
2290 | | #ifdef HAVE_UNISTD_H |
---|
2291 | | # include <unistd.h> |
---|
2292 | | #endif |
---|
2293 | | #include <sys/sysinfo.h> |
---|
2294 | configure:10977: result: no |
---|
2295 | configure:10981: checking sys/sysinfo.h presence |
---|
2296 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
2297 | conftest.c:56:25: error: sys/sysinfo.h: No such file or directory |
---|
2298 | configure:11003: $? = 1 |
---|
2299 | configure: failed program was: |
---|
2300 | | /* confdefs.h. */ |
---|
2301 | | #define PACKAGE_NAME "" |
---|
2302 | | #define PACKAGE_TARNAME "" |
---|
2303 | | #define PACKAGE_VERSION "" |
---|
2304 | | #define PACKAGE_STRING "" |
---|
2305 | | #define PACKAGE_BUGREPORT "" |
---|
2306 | | #define UNIX 1 |
---|
2307 | | #define STDC_HEADERS 1 |
---|
2308 | | #define HAVE_SYS_WAIT_H 1 |
---|
2309 | | #define HAVE_SYS_TYPES_H 1 |
---|
2310 | | #define HAVE_SYS_STAT_H 1 |
---|
2311 | | #define HAVE_STDLIB_H 1 |
---|
2312 | | #define HAVE_STRING_H 1 |
---|
2313 | | #define HAVE_MEMORY_H 1 |
---|
2314 | | #define HAVE_STRINGS_H 1 |
---|
2315 | | #define HAVE_INTTYPES_H 1 |
---|
2316 | | #define HAVE_STDINT_H 1 |
---|
2317 | | #define HAVE_UNISTD_H 1 |
---|
2318 | | #define FEAT_NORMAL 1 |
---|
2319 | | #define USE_XSMP_INTERACT 1 |
---|
2320 | | #define FEAT_NETBEANS_INTG 1 |
---|
2321 | | #define FEAT_MBYTE 1 |
---|
2322 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
2323 | | #define HAVE_DATE_TIME 1 |
---|
2324 | | #define HAVE_DIRENT_H 1 |
---|
2325 | | #define HAVE_STDARG_H 1 |
---|
2326 | | #define HAVE_STDLIB_H 1 |
---|
2327 | | #define HAVE_STRING_H 1 |
---|
2328 | | #define HAVE_SYS_SELECT_H 1 |
---|
2329 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
2330 | | #define HAVE_TERMCAP_H 1 |
---|
2331 | | #define HAVE_FCNTL_H 1 |
---|
2332 | | #define HAVE_SGTTY_H 1 |
---|
2333 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2334 | | #define HAVE_SYS_TIME_H 1 |
---|
2335 | | #define HAVE_SYS_TYPES_H 1 |
---|
2336 | | #define HAVE_ICONV_H 1 |
---|
2337 | | #define HAVE_LANGINFO_H 1 |
---|
2338 | | #define HAVE_MATH_H 1 |
---|
2339 | | #define HAVE_UNISTD_H 1 |
---|
2340 | | #define HAVE_ERRNO_H 1 |
---|
2341 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
2342 | | #define HAVE_LOCALE_H 1 |
---|
2343 | | #define HAVE_TERMIOS_H 1 |
---|
2344 | | #define HAVE_LIBC_H 1 |
---|
2345 | | #define HAVE_POLL_H 1 |
---|
2346 | | #define HAVE_SYS_POLL_H 1 |
---|
2347 | | #define HAVE_PWD_H 1 |
---|
2348 | | #define HAVE_UTIME_H 1 |
---|
2349 | | #define HAVE_SYS_PARAM_H 1 |
---|
2350 | | #define HAVE_LIBINTL_H 1 |
---|
2351 | | #define HAVE_LIBGEN_H 1 |
---|
2352 | | #define HAVE_SYS_ACL_H 1 |
---|
2353 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
2354 | | /* end confdefs.h. */ |
---|
2355 | | #include <sys/sysinfo.h> |
---|
2356 | configure:11017: result: no |
---|
2357 | configure:11045: checking for sys/sysinfo.h |
---|
2358 | configure:11054: result: no |
---|
2359 | configure:10939: checking wchar.h usability |
---|
2360 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
2361 | In file included from conftest.c:78: |
---|
2362 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
2363 | configure:10963: $? = 0 |
---|
2364 | configure:10977: result: yes |
---|
2365 | configure:10981: checking wchar.h presence |
---|
2366 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
2367 | configure:11003: $? = 0 |
---|
2368 | configure:11017: result: yes |
---|
2369 | configure:11045: checking for wchar.h |
---|
2370 | configure:11054: result: yes |
---|
2371 | configure:10939: checking wctype.h usability |
---|
2372 | configure:10956: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
2373 | In file included from conftest.c:79: |
---|
2374 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
2375 | configure:10963: $? = 0 |
---|
2376 | configure:10977: result: yes |
---|
2377 | configure:10981: checking wctype.h presence |
---|
2378 | configure:10996: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
2379 | configure:11003: $? = 0 |
---|
2380 | configure:11017: result: yes |
---|
2381 | configure:11045: checking for wctype.h |
---|
2382 | configure:11054: result: yes |
---|
2383 | configure:11073: checking for sys/ptem.h |
---|
2384 | configure:11096: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
2385 | conftest.c:62:22: error: sys/ptem.h: No such file or directory |
---|
2386 | configure:11103: $? = 1 |
---|
2387 | configure: failed program was: |
---|
2388 | | /* confdefs.h. */ |
---|
2389 | | #define PACKAGE_NAME "" |
---|
2390 | | #define PACKAGE_TARNAME "" |
---|
2391 | | #define PACKAGE_VERSION "" |
---|
2392 | | #define PACKAGE_STRING "" |
---|
2393 | | #define PACKAGE_BUGREPORT "" |
---|
2394 | | #define UNIX 1 |
---|
2395 | | #define STDC_HEADERS 1 |
---|
2396 | | #define HAVE_SYS_WAIT_H 1 |
---|
2397 | | #define HAVE_SYS_TYPES_H 1 |
---|
2398 | | #define HAVE_SYS_STAT_H 1 |
---|
2399 | | #define HAVE_STDLIB_H 1 |
---|
2400 | | #define HAVE_STRING_H 1 |
---|
2401 | | #define HAVE_MEMORY_H 1 |
---|
2402 | | #define HAVE_STRINGS_H 1 |
---|
2403 | | #define HAVE_INTTYPES_H 1 |
---|
2404 | | #define HAVE_STDINT_H 1 |
---|
2405 | | #define HAVE_UNISTD_H 1 |
---|
2406 | | #define FEAT_NORMAL 1 |
---|
2407 | | #define USE_XSMP_INTERACT 1 |
---|
2408 | | #define FEAT_NETBEANS_INTG 1 |
---|
2409 | | #define FEAT_MBYTE 1 |
---|
2410 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
2411 | | #define HAVE_DATE_TIME 1 |
---|
2412 | | #define HAVE_DIRENT_H 1 |
---|
2413 | | #define HAVE_STDARG_H 1 |
---|
2414 | | #define HAVE_STDLIB_H 1 |
---|
2415 | | #define HAVE_STRING_H 1 |
---|
2416 | | #define HAVE_SYS_SELECT_H 1 |
---|
2417 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
2418 | | #define HAVE_TERMCAP_H 1 |
---|
2419 | | #define HAVE_FCNTL_H 1 |
---|
2420 | | #define HAVE_SGTTY_H 1 |
---|
2421 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2422 | | #define HAVE_SYS_TIME_H 1 |
---|
2423 | | #define HAVE_SYS_TYPES_H 1 |
---|
2424 | | #define HAVE_ICONV_H 1 |
---|
2425 | | #define HAVE_LANGINFO_H 1 |
---|
2426 | | #define HAVE_MATH_H 1 |
---|
2427 | | #define HAVE_UNISTD_H 1 |
---|
2428 | | #define HAVE_ERRNO_H 1 |
---|
2429 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
2430 | | #define HAVE_LOCALE_H 1 |
---|
2431 | | #define HAVE_TERMIOS_H 1 |
---|
2432 | | #define HAVE_LIBC_H 1 |
---|
2433 | | #define HAVE_POLL_H 1 |
---|
2434 | | #define HAVE_SYS_POLL_H 1 |
---|
2435 | | #define HAVE_PWD_H 1 |
---|
2436 | | #define HAVE_UTIME_H 1 |
---|
2437 | | #define HAVE_SYS_PARAM_H 1 |
---|
2438 | | #define HAVE_LIBINTL_H 1 |
---|
2439 | | #define HAVE_LIBGEN_H 1 |
---|
2440 | | #define HAVE_SYS_ACL_H 1 |
---|
2441 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
2442 | | #define HAVE_WCHAR_H 1 |
---|
2443 | | #define HAVE_WCTYPE_H 1 |
---|
2444 | | /* end confdefs.h. */ |
---|
2445 | | #if defined HAVE_SYS_STREAM_H |
---|
2446 | | # include <sys/stream.h> |
---|
2447 | | #endif |
---|
2448 | | |
---|
2449 | | #include <sys/ptem.h> |
---|
2450 | configure:11120: result: no |
---|
2451 | configure:11134: checking for pthread_np.h |
---|
2452 | configure:11159: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
2453 | conftest.c:60:24: error: pthread_np.h: No such file or directory |
---|
2454 | configure:11166: $? = 1 |
---|
2455 | configure: failed program was: |
---|
2456 | | /* confdefs.h. */ |
---|
2457 | | #define PACKAGE_NAME "" |
---|
2458 | | #define PACKAGE_TARNAME "" |
---|
2459 | | #define PACKAGE_VERSION "" |
---|
2460 | | #define PACKAGE_STRING "" |
---|
2461 | | #define PACKAGE_BUGREPORT "" |
---|
2462 | | #define UNIX 1 |
---|
2463 | | #define STDC_HEADERS 1 |
---|
2464 | | #define HAVE_SYS_WAIT_H 1 |
---|
2465 | | #define HAVE_SYS_TYPES_H 1 |
---|
2466 | | #define HAVE_SYS_STAT_H 1 |
---|
2467 | | #define HAVE_STDLIB_H 1 |
---|
2468 | | #define HAVE_STRING_H 1 |
---|
2469 | | #define HAVE_MEMORY_H 1 |
---|
2470 | | #define HAVE_STRINGS_H 1 |
---|
2471 | | #define HAVE_INTTYPES_H 1 |
---|
2472 | | #define HAVE_STDINT_H 1 |
---|
2473 | | #define HAVE_UNISTD_H 1 |
---|
2474 | | #define FEAT_NORMAL 1 |
---|
2475 | | #define USE_XSMP_INTERACT 1 |
---|
2476 | | #define FEAT_NETBEANS_INTG 1 |
---|
2477 | | #define FEAT_MBYTE 1 |
---|
2478 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
2479 | | #define HAVE_DATE_TIME 1 |
---|
2480 | | #define HAVE_DIRENT_H 1 |
---|
2481 | | #define HAVE_STDARG_H 1 |
---|
2482 | | #define HAVE_STDLIB_H 1 |
---|
2483 | | #define HAVE_STRING_H 1 |
---|
2484 | | #define HAVE_SYS_SELECT_H 1 |
---|
2485 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
2486 | | #define HAVE_TERMCAP_H 1 |
---|
2487 | | #define HAVE_FCNTL_H 1 |
---|
2488 | | #define HAVE_SGTTY_H 1 |
---|
2489 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2490 | | #define HAVE_SYS_TIME_H 1 |
---|
2491 | | #define HAVE_SYS_TYPES_H 1 |
---|
2492 | | #define HAVE_ICONV_H 1 |
---|
2493 | | #define HAVE_LANGINFO_H 1 |
---|
2494 | | #define HAVE_MATH_H 1 |
---|
2495 | | #define HAVE_UNISTD_H 1 |
---|
2496 | | #define HAVE_ERRNO_H 1 |
---|
2497 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
2498 | | #define HAVE_LOCALE_H 1 |
---|
2499 | | #define HAVE_TERMIOS_H 1 |
---|
2500 | | #define HAVE_LIBC_H 1 |
---|
2501 | | #define HAVE_POLL_H 1 |
---|
2502 | | #define HAVE_SYS_POLL_H 1 |
---|
2503 | | #define HAVE_PWD_H 1 |
---|
2504 | | #define HAVE_UTIME_H 1 |
---|
2505 | | #define HAVE_SYS_PARAM_H 1 |
---|
2506 | | #define HAVE_LIBINTL_H 1 |
---|
2507 | | #define HAVE_LIBGEN_H 1 |
---|
2508 | | #define HAVE_SYS_ACL_H 1 |
---|
2509 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
2510 | | #define HAVE_WCHAR_H 1 |
---|
2511 | | #define HAVE_WCTYPE_H 1 |
---|
2512 | | /* end confdefs.h. */ |
---|
2513 | | |
---|
2514 | | #include <pthread.h> |
---|
2515 | | #include <pthread_np.h> |
---|
2516 | | int |
---|
2517 | | main () |
---|
2518 | | { |
---|
2519 | | int i; i = 0; |
---|
2520 | | ; |
---|
2521 | | return 0; |
---|
2522 | | } |
---|
2523 | configure:11181: result: no |
---|
2524 | configure:11192: checking for strings.h |
---|
2525 | configure:11199: result: yes |
---|
2526 | configure:11409: checking whether /usr/bin/gcc-4.0 needs -traditional |
---|
2527 | conftest.c:60:20: error: termio.h: No such file or directory |
---|
2528 | configure:11451: result: no |
---|
2529 | configure:11458: checking for an ANSI C-conforming const |
---|
2530 | configure:11533: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
2531 | configure:11540: $? = 0 |
---|
2532 | configure:11555: result: yes |
---|
2533 | configure:11565: checking for mode_t |
---|
2534 | configure:11593: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
2535 | In file included from conftest.c:82: |
---|
2536 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
2537 | configure:11600: $? = 0 |
---|
2538 | configure:11627: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
2539 | In file included from conftest.c:82: |
---|
2540 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
2541 | conftest.c: In function 'main': |
---|
2542 | conftest.c:96: error: parse error before ')' token |
---|
2543 | configure:11634: $? = 1 |
---|
2544 | configure: failed program was: |
---|
2545 | | /* confdefs.h. */ |
---|
2546 | | #define PACKAGE_NAME "" |
---|
2547 | | #define PACKAGE_TARNAME "" |
---|
2548 | | #define PACKAGE_VERSION "" |
---|
2549 | | #define PACKAGE_STRING "" |
---|
2550 | | #define PACKAGE_BUGREPORT "" |
---|
2551 | | #define UNIX 1 |
---|
2552 | | #define STDC_HEADERS 1 |
---|
2553 | | #define HAVE_SYS_WAIT_H 1 |
---|
2554 | | #define HAVE_SYS_TYPES_H 1 |
---|
2555 | | #define HAVE_SYS_STAT_H 1 |
---|
2556 | | #define HAVE_STDLIB_H 1 |
---|
2557 | | #define HAVE_STRING_H 1 |
---|
2558 | | #define HAVE_MEMORY_H 1 |
---|
2559 | | #define HAVE_STRINGS_H 1 |
---|
2560 | | #define HAVE_INTTYPES_H 1 |
---|
2561 | | #define HAVE_STDINT_H 1 |
---|
2562 | | #define HAVE_UNISTD_H 1 |
---|
2563 | | #define FEAT_NORMAL 1 |
---|
2564 | | #define USE_XSMP_INTERACT 1 |
---|
2565 | | #define FEAT_NETBEANS_INTG 1 |
---|
2566 | | #define FEAT_MBYTE 1 |
---|
2567 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
2568 | | #define HAVE_DATE_TIME 1 |
---|
2569 | | #define HAVE_DIRENT_H 1 |
---|
2570 | | #define HAVE_STDARG_H 1 |
---|
2571 | | #define HAVE_STDLIB_H 1 |
---|
2572 | | #define HAVE_STRING_H 1 |
---|
2573 | | #define HAVE_SYS_SELECT_H 1 |
---|
2574 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
2575 | | #define HAVE_TERMCAP_H 1 |
---|
2576 | | #define HAVE_FCNTL_H 1 |
---|
2577 | | #define HAVE_SGTTY_H 1 |
---|
2578 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2579 | | #define HAVE_SYS_TIME_H 1 |
---|
2580 | | #define HAVE_SYS_TYPES_H 1 |
---|
2581 | | #define HAVE_ICONV_H 1 |
---|
2582 | | #define HAVE_LANGINFO_H 1 |
---|
2583 | | #define HAVE_MATH_H 1 |
---|
2584 | | #define HAVE_UNISTD_H 1 |
---|
2585 | | #define HAVE_ERRNO_H 1 |
---|
2586 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
2587 | | #define HAVE_LOCALE_H 1 |
---|
2588 | | #define HAVE_TERMIOS_H 1 |
---|
2589 | | #define HAVE_LIBC_H 1 |
---|
2590 | | #define HAVE_POLL_H 1 |
---|
2591 | | #define HAVE_SYS_POLL_H 1 |
---|
2592 | | #define HAVE_PWD_H 1 |
---|
2593 | | #define HAVE_UTIME_H 1 |
---|
2594 | | #define HAVE_SYS_PARAM_H 1 |
---|
2595 | | #define HAVE_LIBINTL_H 1 |
---|
2596 | | #define HAVE_LIBGEN_H 1 |
---|
2597 | | #define HAVE_SYS_ACL_H 1 |
---|
2598 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
2599 | | #define HAVE_WCHAR_H 1 |
---|
2600 | | #define HAVE_WCTYPE_H 1 |
---|
2601 | | #define HAVE_STRINGS_H 1 |
---|
2602 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
2603 | | /* end confdefs.h. */ |
---|
2604 | | #include <stdio.h> |
---|
2605 | | #ifdef HAVE_SYS_TYPES_H |
---|
2606 | | # include <sys/types.h> |
---|
2607 | | #endif |
---|
2608 | | #ifdef HAVE_SYS_STAT_H |
---|
2609 | | # include <sys/stat.h> |
---|
2610 | | #endif |
---|
2611 | | #ifdef STDC_HEADERS |
---|
2612 | | # include <stdlib.h> |
---|
2613 | | # include <stddef.h> |
---|
2614 | | #else |
---|
2615 | | # ifdef HAVE_STDLIB_H |
---|
2616 | | # include <stdlib.h> |
---|
2617 | | # endif |
---|
2618 | | #endif |
---|
2619 | | #ifdef HAVE_STRING_H |
---|
2620 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
2621 | | # include <memory.h> |
---|
2622 | | # endif |
---|
2623 | | # include <string.h> |
---|
2624 | | #endif |
---|
2625 | | #ifdef HAVE_STRINGS_H |
---|
2626 | | # include <strings.h> |
---|
2627 | | #endif |
---|
2628 | | #ifdef HAVE_INTTYPES_H |
---|
2629 | | # include <inttypes.h> |
---|
2630 | | #endif |
---|
2631 | | #ifdef HAVE_STDINT_H |
---|
2632 | | # include <stdint.h> |
---|
2633 | | #endif |
---|
2634 | | #ifdef HAVE_UNISTD_H |
---|
2635 | | # include <unistd.h> |
---|
2636 | | #endif |
---|
2637 | | int |
---|
2638 | | main () |
---|
2639 | | { |
---|
2640 | | if (sizeof ((mode_t))) |
---|
2641 | | return 0; |
---|
2642 | | ; |
---|
2643 | | return 0; |
---|
2644 | | } |
---|
2645 | configure:11657: result: yes |
---|
2646 | configure:11669: checking for off_t |
---|
2647 | configure:11697: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
2648 | In file included from conftest.c:82: |
---|
2649 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
2650 | configure:11704: $? = 0 |
---|
2651 | configure:11731: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
2652 | In file included from conftest.c:82: |
---|
2653 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
2654 | conftest.c: In function 'main': |
---|
2655 | conftest.c:96: error: parse error before ')' token |
---|
2656 | configure:11738: $? = 1 |
---|
2657 | configure: failed program was: |
---|
2658 | | /* confdefs.h. */ |
---|
2659 | | #define PACKAGE_NAME "" |
---|
2660 | | #define PACKAGE_TARNAME "" |
---|
2661 | | #define PACKAGE_VERSION "" |
---|
2662 | | #define PACKAGE_STRING "" |
---|
2663 | | #define PACKAGE_BUGREPORT "" |
---|
2664 | | #define UNIX 1 |
---|
2665 | | #define STDC_HEADERS 1 |
---|
2666 | | #define HAVE_SYS_WAIT_H 1 |
---|
2667 | | #define HAVE_SYS_TYPES_H 1 |
---|
2668 | | #define HAVE_SYS_STAT_H 1 |
---|
2669 | | #define HAVE_STDLIB_H 1 |
---|
2670 | | #define HAVE_STRING_H 1 |
---|
2671 | | #define HAVE_MEMORY_H 1 |
---|
2672 | | #define HAVE_STRINGS_H 1 |
---|
2673 | | #define HAVE_INTTYPES_H 1 |
---|
2674 | | #define HAVE_STDINT_H 1 |
---|
2675 | | #define HAVE_UNISTD_H 1 |
---|
2676 | | #define FEAT_NORMAL 1 |
---|
2677 | | #define USE_XSMP_INTERACT 1 |
---|
2678 | | #define FEAT_NETBEANS_INTG 1 |
---|
2679 | | #define FEAT_MBYTE 1 |
---|
2680 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
2681 | | #define HAVE_DATE_TIME 1 |
---|
2682 | | #define HAVE_DIRENT_H 1 |
---|
2683 | | #define HAVE_STDARG_H 1 |
---|
2684 | | #define HAVE_STDLIB_H 1 |
---|
2685 | | #define HAVE_STRING_H 1 |
---|
2686 | | #define HAVE_SYS_SELECT_H 1 |
---|
2687 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
2688 | | #define HAVE_TERMCAP_H 1 |
---|
2689 | | #define HAVE_FCNTL_H 1 |
---|
2690 | | #define HAVE_SGTTY_H 1 |
---|
2691 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2692 | | #define HAVE_SYS_TIME_H 1 |
---|
2693 | | #define HAVE_SYS_TYPES_H 1 |
---|
2694 | | #define HAVE_ICONV_H 1 |
---|
2695 | | #define HAVE_LANGINFO_H 1 |
---|
2696 | | #define HAVE_MATH_H 1 |
---|
2697 | | #define HAVE_UNISTD_H 1 |
---|
2698 | | #define HAVE_ERRNO_H 1 |
---|
2699 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
2700 | | #define HAVE_LOCALE_H 1 |
---|
2701 | | #define HAVE_TERMIOS_H 1 |
---|
2702 | | #define HAVE_LIBC_H 1 |
---|
2703 | | #define HAVE_POLL_H 1 |
---|
2704 | | #define HAVE_SYS_POLL_H 1 |
---|
2705 | | #define HAVE_PWD_H 1 |
---|
2706 | | #define HAVE_UTIME_H 1 |
---|
2707 | | #define HAVE_SYS_PARAM_H 1 |
---|
2708 | | #define HAVE_LIBINTL_H 1 |
---|
2709 | | #define HAVE_LIBGEN_H 1 |
---|
2710 | | #define HAVE_SYS_ACL_H 1 |
---|
2711 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
2712 | | #define HAVE_WCHAR_H 1 |
---|
2713 | | #define HAVE_WCTYPE_H 1 |
---|
2714 | | #define HAVE_STRINGS_H 1 |
---|
2715 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
2716 | | /* end confdefs.h. */ |
---|
2717 | | #include <stdio.h> |
---|
2718 | | #ifdef HAVE_SYS_TYPES_H |
---|
2719 | | # include <sys/types.h> |
---|
2720 | | #endif |
---|
2721 | | #ifdef HAVE_SYS_STAT_H |
---|
2722 | | # include <sys/stat.h> |
---|
2723 | | #endif |
---|
2724 | | #ifdef STDC_HEADERS |
---|
2725 | | # include <stdlib.h> |
---|
2726 | | # include <stddef.h> |
---|
2727 | | #else |
---|
2728 | | # ifdef HAVE_STDLIB_H |
---|
2729 | | # include <stdlib.h> |
---|
2730 | | # endif |
---|
2731 | | #endif |
---|
2732 | | #ifdef HAVE_STRING_H |
---|
2733 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
2734 | | # include <memory.h> |
---|
2735 | | # endif |
---|
2736 | | # include <string.h> |
---|
2737 | | #endif |
---|
2738 | | #ifdef HAVE_STRINGS_H |
---|
2739 | | # include <strings.h> |
---|
2740 | | #endif |
---|
2741 | | #ifdef HAVE_INTTYPES_H |
---|
2742 | | # include <inttypes.h> |
---|
2743 | | #endif |
---|
2744 | | #ifdef HAVE_STDINT_H |
---|
2745 | | # include <stdint.h> |
---|
2746 | | #endif |
---|
2747 | | #ifdef HAVE_UNISTD_H |
---|
2748 | | # include <unistd.h> |
---|
2749 | | #endif |
---|
2750 | | int |
---|
2751 | | main () |
---|
2752 | | { |
---|
2753 | | if (sizeof ((off_t))) |
---|
2754 | | return 0; |
---|
2755 | | ; |
---|
2756 | | return 0; |
---|
2757 | | } |
---|
2758 | configure:11761: result: yes |
---|
2759 | configure:11773: checking for pid_t |
---|
2760 | configure:11801: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
2761 | In file included from conftest.c:82: |
---|
2762 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
2763 | configure:11808: $? = 0 |
---|
2764 | configure:11835: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
2765 | In file included from conftest.c:82: |
---|
2766 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
2767 | conftest.c: In function 'main': |
---|
2768 | conftest.c:96: error: parse error before ')' token |
---|
2769 | configure:11842: $? = 1 |
---|
2770 | configure: failed program was: |
---|
2771 | | /* confdefs.h. */ |
---|
2772 | | #define PACKAGE_NAME "" |
---|
2773 | | #define PACKAGE_TARNAME "" |
---|
2774 | | #define PACKAGE_VERSION "" |
---|
2775 | | #define PACKAGE_STRING "" |
---|
2776 | | #define PACKAGE_BUGREPORT "" |
---|
2777 | | #define UNIX 1 |
---|
2778 | | #define STDC_HEADERS 1 |
---|
2779 | | #define HAVE_SYS_WAIT_H 1 |
---|
2780 | | #define HAVE_SYS_TYPES_H 1 |
---|
2781 | | #define HAVE_SYS_STAT_H 1 |
---|
2782 | | #define HAVE_STDLIB_H 1 |
---|
2783 | | #define HAVE_STRING_H 1 |
---|
2784 | | #define HAVE_MEMORY_H 1 |
---|
2785 | | #define HAVE_STRINGS_H 1 |
---|
2786 | | #define HAVE_INTTYPES_H 1 |
---|
2787 | | #define HAVE_STDINT_H 1 |
---|
2788 | | #define HAVE_UNISTD_H 1 |
---|
2789 | | #define FEAT_NORMAL 1 |
---|
2790 | | #define USE_XSMP_INTERACT 1 |
---|
2791 | | #define FEAT_NETBEANS_INTG 1 |
---|
2792 | | #define FEAT_MBYTE 1 |
---|
2793 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
2794 | | #define HAVE_DATE_TIME 1 |
---|
2795 | | #define HAVE_DIRENT_H 1 |
---|
2796 | | #define HAVE_STDARG_H 1 |
---|
2797 | | #define HAVE_STDLIB_H 1 |
---|
2798 | | #define HAVE_STRING_H 1 |
---|
2799 | | #define HAVE_SYS_SELECT_H 1 |
---|
2800 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
2801 | | #define HAVE_TERMCAP_H 1 |
---|
2802 | | #define HAVE_FCNTL_H 1 |
---|
2803 | | #define HAVE_SGTTY_H 1 |
---|
2804 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2805 | | #define HAVE_SYS_TIME_H 1 |
---|
2806 | | #define HAVE_SYS_TYPES_H 1 |
---|
2807 | | #define HAVE_ICONV_H 1 |
---|
2808 | | #define HAVE_LANGINFO_H 1 |
---|
2809 | | #define HAVE_MATH_H 1 |
---|
2810 | | #define HAVE_UNISTD_H 1 |
---|
2811 | | #define HAVE_ERRNO_H 1 |
---|
2812 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
2813 | | #define HAVE_LOCALE_H 1 |
---|
2814 | | #define HAVE_TERMIOS_H 1 |
---|
2815 | | #define HAVE_LIBC_H 1 |
---|
2816 | | #define HAVE_POLL_H 1 |
---|
2817 | | #define HAVE_SYS_POLL_H 1 |
---|
2818 | | #define HAVE_PWD_H 1 |
---|
2819 | | #define HAVE_UTIME_H 1 |
---|
2820 | | #define HAVE_SYS_PARAM_H 1 |
---|
2821 | | #define HAVE_LIBINTL_H 1 |
---|
2822 | | #define HAVE_LIBGEN_H 1 |
---|
2823 | | #define HAVE_SYS_ACL_H 1 |
---|
2824 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
2825 | | #define HAVE_WCHAR_H 1 |
---|
2826 | | #define HAVE_WCTYPE_H 1 |
---|
2827 | | #define HAVE_STRINGS_H 1 |
---|
2828 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
2829 | | /* end confdefs.h. */ |
---|
2830 | | #include <stdio.h> |
---|
2831 | | #ifdef HAVE_SYS_TYPES_H |
---|
2832 | | # include <sys/types.h> |
---|
2833 | | #endif |
---|
2834 | | #ifdef HAVE_SYS_STAT_H |
---|
2835 | | # include <sys/stat.h> |
---|
2836 | | #endif |
---|
2837 | | #ifdef STDC_HEADERS |
---|
2838 | | # include <stdlib.h> |
---|
2839 | | # include <stddef.h> |
---|
2840 | | #else |
---|
2841 | | # ifdef HAVE_STDLIB_H |
---|
2842 | | # include <stdlib.h> |
---|
2843 | | # endif |
---|
2844 | | #endif |
---|
2845 | | #ifdef HAVE_STRING_H |
---|
2846 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
2847 | | # include <memory.h> |
---|
2848 | | # endif |
---|
2849 | | # include <string.h> |
---|
2850 | | #endif |
---|
2851 | | #ifdef HAVE_STRINGS_H |
---|
2852 | | # include <strings.h> |
---|
2853 | | #endif |
---|
2854 | | #ifdef HAVE_INTTYPES_H |
---|
2855 | | # include <inttypes.h> |
---|
2856 | | #endif |
---|
2857 | | #ifdef HAVE_STDINT_H |
---|
2858 | | # include <stdint.h> |
---|
2859 | | #endif |
---|
2860 | | #ifdef HAVE_UNISTD_H |
---|
2861 | | # include <unistd.h> |
---|
2862 | | #endif |
---|
2863 | | int |
---|
2864 | | main () |
---|
2865 | | { |
---|
2866 | | if (sizeof ((pid_t))) |
---|
2867 | | return 0; |
---|
2868 | | ; |
---|
2869 | | return 0; |
---|
2870 | | } |
---|
2871 | configure:11865: result: yes |
---|
2872 | configure:11877: checking for size_t |
---|
2873 | configure:11905: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
2874 | In file included from conftest.c:82: |
---|
2875 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
2876 | configure:11912: $? = 0 |
---|
2877 | configure:11939: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
2878 | In file included from conftest.c:82: |
---|
2879 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
2880 | conftest.c: In function 'main': |
---|
2881 | conftest.c:96: error: parse error before ')' token |
---|
2882 | configure:11946: $? = 1 |
---|
2883 | configure: failed program was: |
---|
2884 | | /* confdefs.h. */ |
---|
2885 | | #define PACKAGE_NAME "" |
---|
2886 | | #define PACKAGE_TARNAME "" |
---|
2887 | | #define PACKAGE_VERSION "" |
---|
2888 | | #define PACKAGE_STRING "" |
---|
2889 | | #define PACKAGE_BUGREPORT "" |
---|
2890 | | #define UNIX 1 |
---|
2891 | | #define STDC_HEADERS 1 |
---|
2892 | | #define HAVE_SYS_WAIT_H 1 |
---|
2893 | | #define HAVE_SYS_TYPES_H 1 |
---|
2894 | | #define HAVE_SYS_STAT_H 1 |
---|
2895 | | #define HAVE_STDLIB_H 1 |
---|
2896 | | #define HAVE_STRING_H 1 |
---|
2897 | | #define HAVE_MEMORY_H 1 |
---|
2898 | | #define HAVE_STRINGS_H 1 |
---|
2899 | | #define HAVE_INTTYPES_H 1 |
---|
2900 | | #define HAVE_STDINT_H 1 |
---|
2901 | | #define HAVE_UNISTD_H 1 |
---|
2902 | | #define FEAT_NORMAL 1 |
---|
2903 | | #define USE_XSMP_INTERACT 1 |
---|
2904 | | #define FEAT_NETBEANS_INTG 1 |
---|
2905 | | #define FEAT_MBYTE 1 |
---|
2906 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
2907 | | #define HAVE_DATE_TIME 1 |
---|
2908 | | #define HAVE_DIRENT_H 1 |
---|
2909 | | #define HAVE_STDARG_H 1 |
---|
2910 | | #define HAVE_STDLIB_H 1 |
---|
2911 | | #define HAVE_STRING_H 1 |
---|
2912 | | #define HAVE_SYS_SELECT_H 1 |
---|
2913 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
2914 | | #define HAVE_TERMCAP_H 1 |
---|
2915 | | #define HAVE_FCNTL_H 1 |
---|
2916 | | #define HAVE_SGTTY_H 1 |
---|
2917 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2918 | | #define HAVE_SYS_TIME_H 1 |
---|
2919 | | #define HAVE_SYS_TYPES_H 1 |
---|
2920 | | #define HAVE_ICONV_H 1 |
---|
2921 | | #define HAVE_LANGINFO_H 1 |
---|
2922 | | #define HAVE_MATH_H 1 |
---|
2923 | | #define HAVE_UNISTD_H 1 |
---|
2924 | | #define HAVE_ERRNO_H 1 |
---|
2925 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
2926 | | #define HAVE_LOCALE_H 1 |
---|
2927 | | #define HAVE_TERMIOS_H 1 |
---|
2928 | | #define HAVE_LIBC_H 1 |
---|
2929 | | #define HAVE_POLL_H 1 |
---|
2930 | | #define HAVE_SYS_POLL_H 1 |
---|
2931 | | #define HAVE_PWD_H 1 |
---|
2932 | | #define HAVE_UTIME_H 1 |
---|
2933 | | #define HAVE_SYS_PARAM_H 1 |
---|
2934 | | #define HAVE_LIBINTL_H 1 |
---|
2935 | | #define HAVE_LIBGEN_H 1 |
---|
2936 | | #define HAVE_SYS_ACL_H 1 |
---|
2937 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
2938 | | #define HAVE_WCHAR_H 1 |
---|
2939 | | #define HAVE_WCTYPE_H 1 |
---|
2940 | | #define HAVE_STRINGS_H 1 |
---|
2941 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
2942 | | /* end confdefs.h. */ |
---|
2943 | | #include <stdio.h> |
---|
2944 | | #ifdef HAVE_SYS_TYPES_H |
---|
2945 | | # include <sys/types.h> |
---|
2946 | | #endif |
---|
2947 | | #ifdef HAVE_SYS_STAT_H |
---|
2948 | | # include <sys/stat.h> |
---|
2949 | | #endif |
---|
2950 | | #ifdef STDC_HEADERS |
---|
2951 | | # include <stdlib.h> |
---|
2952 | | # include <stddef.h> |
---|
2953 | | #else |
---|
2954 | | # ifdef HAVE_STDLIB_H |
---|
2955 | | # include <stdlib.h> |
---|
2956 | | # endif |
---|
2957 | | #endif |
---|
2958 | | #ifdef HAVE_STRING_H |
---|
2959 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
2960 | | # include <memory.h> |
---|
2961 | | # endif |
---|
2962 | | # include <string.h> |
---|
2963 | | #endif |
---|
2964 | | #ifdef HAVE_STRINGS_H |
---|
2965 | | # include <strings.h> |
---|
2966 | | #endif |
---|
2967 | | #ifdef HAVE_INTTYPES_H |
---|
2968 | | # include <inttypes.h> |
---|
2969 | | #endif |
---|
2970 | | #ifdef HAVE_STDINT_H |
---|
2971 | | # include <stdint.h> |
---|
2972 | | #endif |
---|
2973 | | #ifdef HAVE_UNISTD_H |
---|
2974 | | # include <unistd.h> |
---|
2975 | | #endif |
---|
2976 | | int |
---|
2977 | | main () |
---|
2978 | | { |
---|
2979 | | if (sizeof ((size_t))) |
---|
2980 | | return 0; |
---|
2981 | | ; |
---|
2982 | | return 0; |
---|
2983 | | } |
---|
2984 | configure:11969: result: yes |
---|
2985 | configure:11981: checking for uid_t in sys/types.h |
---|
2986 | configure:12004: result: yes |
---|
2987 | configure:12019: checking whether time.h and sys/time.h may both be included |
---|
2988 | configure:12049: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
2989 | configure:12056: $? = 0 |
---|
2990 | configure:12071: result: yes |
---|
2991 | configure:12081: checking for ino_t |
---|
2992 | configure:12109: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
2993 | In file included from conftest.c:83: |
---|
2994 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
2995 | configure:12116: $? = 0 |
---|
2996 | configure:12143: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
2997 | In file included from conftest.c:83: |
---|
2998 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
2999 | conftest.c: In function 'main': |
---|
3000 | conftest.c:97: error: parse error before ')' token |
---|
3001 | configure:12150: $? = 1 |
---|
3002 | configure: failed program was: |
---|
3003 | | /* confdefs.h. */ |
---|
3004 | | #define PACKAGE_NAME "" |
---|
3005 | | #define PACKAGE_TARNAME "" |
---|
3006 | | #define PACKAGE_VERSION "" |
---|
3007 | | #define PACKAGE_STRING "" |
---|
3008 | | #define PACKAGE_BUGREPORT "" |
---|
3009 | | #define UNIX 1 |
---|
3010 | | #define STDC_HEADERS 1 |
---|
3011 | | #define HAVE_SYS_WAIT_H 1 |
---|
3012 | | #define HAVE_SYS_TYPES_H 1 |
---|
3013 | | #define HAVE_SYS_STAT_H 1 |
---|
3014 | | #define HAVE_STDLIB_H 1 |
---|
3015 | | #define HAVE_STRING_H 1 |
---|
3016 | | #define HAVE_MEMORY_H 1 |
---|
3017 | | #define HAVE_STRINGS_H 1 |
---|
3018 | | #define HAVE_INTTYPES_H 1 |
---|
3019 | | #define HAVE_STDINT_H 1 |
---|
3020 | | #define HAVE_UNISTD_H 1 |
---|
3021 | | #define FEAT_NORMAL 1 |
---|
3022 | | #define USE_XSMP_INTERACT 1 |
---|
3023 | | #define FEAT_NETBEANS_INTG 1 |
---|
3024 | | #define FEAT_MBYTE 1 |
---|
3025 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
3026 | | #define HAVE_DATE_TIME 1 |
---|
3027 | | #define HAVE_DIRENT_H 1 |
---|
3028 | | #define HAVE_STDARG_H 1 |
---|
3029 | | #define HAVE_STDLIB_H 1 |
---|
3030 | | #define HAVE_STRING_H 1 |
---|
3031 | | #define HAVE_SYS_SELECT_H 1 |
---|
3032 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
3033 | | #define HAVE_TERMCAP_H 1 |
---|
3034 | | #define HAVE_FCNTL_H 1 |
---|
3035 | | #define HAVE_SGTTY_H 1 |
---|
3036 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3037 | | #define HAVE_SYS_TIME_H 1 |
---|
3038 | | #define HAVE_SYS_TYPES_H 1 |
---|
3039 | | #define HAVE_ICONV_H 1 |
---|
3040 | | #define HAVE_LANGINFO_H 1 |
---|
3041 | | #define HAVE_MATH_H 1 |
---|
3042 | | #define HAVE_UNISTD_H 1 |
---|
3043 | | #define HAVE_ERRNO_H 1 |
---|
3044 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3045 | | #define HAVE_LOCALE_H 1 |
---|
3046 | | #define HAVE_TERMIOS_H 1 |
---|
3047 | | #define HAVE_LIBC_H 1 |
---|
3048 | | #define HAVE_POLL_H 1 |
---|
3049 | | #define HAVE_SYS_POLL_H 1 |
---|
3050 | | #define HAVE_PWD_H 1 |
---|
3051 | | #define HAVE_UTIME_H 1 |
---|
3052 | | #define HAVE_SYS_PARAM_H 1 |
---|
3053 | | #define HAVE_LIBINTL_H 1 |
---|
3054 | | #define HAVE_LIBGEN_H 1 |
---|
3055 | | #define HAVE_SYS_ACL_H 1 |
---|
3056 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
3057 | | #define HAVE_WCHAR_H 1 |
---|
3058 | | #define HAVE_WCTYPE_H 1 |
---|
3059 | | #define HAVE_STRINGS_H 1 |
---|
3060 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
3061 | | #define TIME_WITH_SYS_TIME 1 |
---|
3062 | | /* end confdefs.h. */ |
---|
3063 | | #include <stdio.h> |
---|
3064 | | #ifdef HAVE_SYS_TYPES_H |
---|
3065 | | # include <sys/types.h> |
---|
3066 | | #endif |
---|
3067 | | #ifdef HAVE_SYS_STAT_H |
---|
3068 | | # include <sys/stat.h> |
---|
3069 | | #endif |
---|
3070 | | #ifdef STDC_HEADERS |
---|
3071 | | # include <stdlib.h> |
---|
3072 | | # include <stddef.h> |
---|
3073 | | #else |
---|
3074 | | # ifdef HAVE_STDLIB_H |
---|
3075 | | # include <stdlib.h> |
---|
3076 | | # endif |
---|
3077 | | #endif |
---|
3078 | | #ifdef HAVE_STRING_H |
---|
3079 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
3080 | | # include <memory.h> |
---|
3081 | | # endif |
---|
3082 | | # include <string.h> |
---|
3083 | | #endif |
---|
3084 | | #ifdef HAVE_STRINGS_H |
---|
3085 | | # include <strings.h> |
---|
3086 | | #endif |
---|
3087 | | #ifdef HAVE_INTTYPES_H |
---|
3088 | | # include <inttypes.h> |
---|
3089 | | #endif |
---|
3090 | | #ifdef HAVE_STDINT_H |
---|
3091 | | # include <stdint.h> |
---|
3092 | | #endif |
---|
3093 | | #ifdef HAVE_UNISTD_H |
---|
3094 | | # include <unistd.h> |
---|
3095 | | #endif |
---|
3096 | | int |
---|
3097 | | main () |
---|
3098 | | { |
---|
3099 | | if (sizeof ((ino_t))) |
---|
3100 | | return 0; |
---|
3101 | | ; |
---|
3102 | | return 0; |
---|
3103 | | } |
---|
3104 | configure:12173: result: yes |
---|
3105 | configure:12185: checking for dev_t |
---|
3106 | configure:12213: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
3107 | In file included from conftest.c:83: |
---|
3108 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
3109 | configure:12220: $? = 0 |
---|
3110 | configure:12247: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
3111 | In file included from conftest.c:83: |
---|
3112 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
3113 | conftest.c: In function 'main': |
---|
3114 | conftest.c:97: error: parse error before ')' token |
---|
3115 | configure:12254: $? = 1 |
---|
3116 | configure: failed program was: |
---|
3117 | | /* confdefs.h. */ |
---|
3118 | | #define PACKAGE_NAME "" |
---|
3119 | | #define PACKAGE_TARNAME "" |
---|
3120 | | #define PACKAGE_VERSION "" |
---|
3121 | | #define PACKAGE_STRING "" |
---|
3122 | | #define PACKAGE_BUGREPORT "" |
---|
3123 | | #define UNIX 1 |
---|
3124 | | #define STDC_HEADERS 1 |
---|
3125 | | #define HAVE_SYS_WAIT_H 1 |
---|
3126 | | #define HAVE_SYS_TYPES_H 1 |
---|
3127 | | #define HAVE_SYS_STAT_H 1 |
---|
3128 | | #define HAVE_STDLIB_H 1 |
---|
3129 | | #define HAVE_STRING_H 1 |
---|
3130 | | #define HAVE_MEMORY_H 1 |
---|
3131 | | #define HAVE_STRINGS_H 1 |
---|
3132 | | #define HAVE_INTTYPES_H 1 |
---|
3133 | | #define HAVE_STDINT_H 1 |
---|
3134 | | #define HAVE_UNISTD_H 1 |
---|
3135 | | #define FEAT_NORMAL 1 |
---|
3136 | | #define USE_XSMP_INTERACT 1 |
---|
3137 | | #define FEAT_NETBEANS_INTG 1 |
---|
3138 | | #define FEAT_MBYTE 1 |
---|
3139 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
3140 | | #define HAVE_DATE_TIME 1 |
---|
3141 | | #define HAVE_DIRENT_H 1 |
---|
3142 | | #define HAVE_STDARG_H 1 |
---|
3143 | | #define HAVE_STDLIB_H 1 |
---|
3144 | | #define HAVE_STRING_H 1 |
---|
3145 | | #define HAVE_SYS_SELECT_H 1 |
---|
3146 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
3147 | | #define HAVE_TERMCAP_H 1 |
---|
3148 | | #define HAVE_FCNTL_H 1 |
---|
3149 | | #define HAVE_SGTTY_H 1 |
---|
3150 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3151 | | #define HAVE_SYS_TIME_H 1 |
---|
3152 | | #define HAVE_SYS_TYPES_H 1 |
---|
3153 | | #define HAVE_ICONV_H 1 |
---|
3154 | | #define HAVE_LANGINFO_H 1 |
---|
3155 | | #define HAVE_MATH_H 1 |
---|
3156 | | #define HAVE_UNISTD_H 1 |
---|
3157 | | #define HAVE_ERRNO_H 1 |
---|
3158 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3159 | | #define HAVE_LOCALE_H 1 |
---|
3160 | | #define HAVE_TERMIOS_H 1 |
---|
3161 | | #define HAVE_LIBC_H 1 |
---|
3162 | | #define HAVE_POLL_H 1 |
---|
3163 | | #define HAVE_SYS_POLL_H 1 |
---|
3164 | | #define HAVE_PWD_H 1 |
---|
3165 | | #define HAVE_UTIME_H 1 |
---|
3166 | | #define HAVE_SYS_PARAM_H 1 |
---|
3167 | | #define HAVE_LIBINTL_H 1 |
---|
3168 | | #define HAVE_LIBGEN_H 1 |
---|
3169 | | #define HAVE_SYS_ACL_H 1 |
---|
3170 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
3171 | | #define HAVE_WCHAR_H 1 |
---|
3172 | | #define HAVE_WCTYPE_H 1 |
---|
3173 | | #define HAVE_STRINGS_H 1 |
---|
3174 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
3175 | | #define TIME_WITH_SYS_TIME 1 |
---|
3176 | | /* end confdefs.h. */ |
---|
3177 | | #include <stdio.h> |
---|
3178 | | #ifdef HAVE_SYS_TYPES_H |
---|
3179 | | # include <sys/types.h> |
---|
3180 | | #endif |
---|
3181 | | #ifdef HAVE_SYS_STAT_H |
---|
3182 | | # include <sys/stat.h> |
---|
3183 | | #endif |
---|
3184 | | #ifdef STDC_HEADERS |
---|
3185 | | # include <stdlib.h> |
---|
3186 | | # include <stddef.h> |
---|
3187 | | #else |
---|
3188 | | # ifdef HAVE_STDLIB_H |
---|
3189 | | # include <stdlib.h> |
---|
3190 | | # endif |
---|
3191 | | #endif |
---|
3192 | | #ifdef HAVE_STRING_H |
---|
3193 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
3194 | | # include <memory.h> |
---|
3195 | | # endif |
---|
3196 | | # include <string.h> |
---|
3197 | | #endif |
---|
3198 | | #ifdef HAVE_STRINGS_H |
---|
3199 | | # include <strings.h> |
---|
3200 | | #endif |
---|
3201 | | #ifdef HAVE_INTTYPES_H |
---|
3202 | | # include <inttypes.h> |
---|
3203 | | #endif |
---|
3204 | | #ifdef HAVE_STDINT_H |
---|
3205 | | # include <stdint.h> |
---|
3206 | | #endif |
---|
3207 | | #ifdef HAVE_UNISTD_H |
---|
3208 | | # include <unistd.h> |
---|
3209 | | #endif |
---|
3210 | | int |
---|
3211 | | main () |
---|
3212 | | { |
---|
3213 | | if (sizeof ((dev_t))) |
---|
3214 | | return 0; |
---|
3215 | | ; |
---|
3216 | | return 0; |
---|
3217 | | } |
---|
3218 | configure:12277: result: yes |
---|
3219 | configure:12290: checking for rlim_t |
---|
3220 | configure:12321: result: yes |
---|
3221 | configure:12330: checking for stack_t |
---|
3222 | configure:12359: result: yes |
---|
3223 | configure:12368: checking whether stack_t has an ss_base field |
---|
3224 | configure:12399: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
3225 | conftest.c: In function 'main': |
---|
3226 | conftest.c:73: error: 'stack_t' has no member named 'ss_base' |
---|
3227 | configure:12406: $? = 1 |
---|
3228 | configure: failed program was: |
---|
3229 | | /* confdefs.h. */ |
---|
3230 | | #define PACKAGE_NAME "" |
---|
3231 | | #define PACKAGE_TARNAME "" |
---|
3232 | | #define PACKAGE_VERSION "" |
---|
3233 | | #define PACKAGE_STRING "" |
---|
3234 | | #define PACKAGE_BUGREPORT "" |
---|
3235 | | #define UNIX 1 |
---|
3236 | | #define STDC_HEADERS 1 |
---|
3237 | | #define HAVE_SYS_WAIT_H 1 |
---|
3238 | | #define HAVE_SYS_TYPES_H 1 |
---|
3239 | | #define HAVE_SYS_STAT_H 1 |
---|
3240 | | #define HAVE_STDLIB_H 1 |
---|
3241 | | #define HAVE_STRING_H 1 |
---|
3242 | | #define HAVE_MEMORY_H 1 |
---|
3243 | | #define HAVE_STRINGS_H 1 |
---|
3244 | | #define HAVE_INTTYPES_H 1 |
---|
3245 | | #define HAVE_STDINT_H 1 |
---|
3246 | | #define HAVE_UNISTD_H 1 |
---|
3247 | | #define FEAT_NORMAL 1 |
---|
3248 | | #define USE_XSMP_INTERACT 1 |
---|
3249 | | #define FEAT_NETBEANS_INTG 1 |
---|
3250 | | #define FEAT_MBYTE 1 |
---|
3251 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
3252 | | #define HAVE_DATE_TIME 1 |
---|
3253 | | #define HAVE_DIRENT_H 1 |
---|
3254 | | #define HAVE_STDARG_H 1 |
---|
3255 | | #define HAVE_STDLIB_H 1 |
---|
3256 | | #define HAVE_STRING_H 1 |
---|
3257 | | #define HAVE_SYS_SELECT_H 1 |
---|
3258 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
3259 | | #define HAVE_TERMCAP_H 1 |
---|
3260 | | #define HAVE_FCNTL_H 1 |
---|
3261 | | #define HAVE_SGTTY_H 1 |
---|
3262 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3263 | | #define HAVE_SYS_TIME_H 1 |
---|
3264 | | #define HAVE_SYS_TYPES_H 1 |
---|
3265 | | #define HAVE_ICONV_H 1 |
---|
3266 | | #define HAVE_LANGINFO_H 1 |
---|
3267 | | #define HAVE_MATH_H 1 |
---|
3268 | | #define HAVE_UNISTD_H 1 |
---|
3269 | | #define HAVE_ERRNO_H 1 |
---|
3270 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3271 | | #define HAVE_LOCALE_H 1 |
---|
3272 | | #define HAVE_TERMIOS_H 1 |
---|
3273 | | #define HAVE_LIBC_H 1 |
---|
3274 | | #define HAVE_POLL_H 1 |
---|
3275 | | #define HAVE_SYS_POLL_H 1 |
---|
3276 | | #define HAVE_PWD_H 1 |
---|
3277 | | #define HAVE_UTIME_H 1 |
---|
3278 | | #define HAVE_SYS_PARAM_H 1 |
---|
3279 | | #define HAVE_LIBINTL_H 1 |
---|
3280 | | #define HAVE_LIBGEN_H 1 |
---|
3281 | | #define HAVE_SYS_ACL_H 1 |
---|
3282 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
3283 | | #define HAVE_WCHAR_H 1 |
---|
3284 | | #define HAVE_WCTYPE_H 1 |
---|
3285 | | #define HAVE_STRINGS_H 1 |
---|
3286 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
3287 | | #define TIME_WITH_SYS_TIME 1 |
---|
3288 | | /* end confdefs.h. */ |
---|
3289 | | |
---|
3290 | | #include <sys/types.h> |
---|
3291 | | #if STDC_HEADERS |
---|
3292 | | # include <stdlib.h> |
---|
3293 | | # include <stddef.h> |
---|
3294 | | #endif |
---|
3295 | | #include <signal.h> |
---|
3296 | | #include "confdefs.h" |
---|
3297 | | |
---|
3298 | | int |
---|
3299 | | main () |
---|
3300 | | { |
---|
3301 | | stack_t sigstk; sigstk.ss_base = 0; |
---|
3302 | | ; |
---|
3303 | | return 0; |
---|
3304 | | } |
---|
3305 | configure:12420: result: no |
---|
3306 | configure:12427: checking --with-tlib argument |
---|
3307 | configure:12436: result: ncurses |
---|
3308 | configure:12439: checking for linking with ncurses library |
---|
3309 | configure:12462: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3310 | configure:12469: $? = 0 |
---|
3311 | configure:12477: result: OK |
---|
3312 | configure:12650: checking for tgetent() |
---|
3313 | configure:12673: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3314 | configure:12680: $? = 0 |
---|
3315 | configure:12688: result: yes |
---|
3316 | configure:12708: checking whether we talk terminfo |
---|
3317 | configure:12744: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3318 | configure:12748: $? = 0 |
---|
3319 | configure:12754: ./conftest |
---|
3320 | configure:12758: $? = 1 |
---|
3321 | configure: program exited with status 1 |
---|
3322 | configure: failed program was: |
---|
3323 | | |
---|
3324 | | #include "confdefs.h" |
---|
3325 | | #ifdef HAVE_TERMCAP_H |
---|
3326 | | # include <termcap.h> |
---|
3327 | | #endif |
---|
3328 | | #ifdef HAVE_STRING_H |
---|
3329 | | # include <string.h> |
---|
3330 | | #endif |
---|
3331 | | #if STDC_HEADERS |
---|
3332 | | # include <stdlib.h> |
---|
3333 | | # include <stddef.h> |
---|
3334 | | #endif |
---|
3335 | | main() |
---|
3336 | | {char *s; s=(char *)tgoto("%p1%d", 0, 1); exit(!strcmp(s==0 ? "" : s, "1")); } |
---|
3337 | | |
---|
3338 | configure:12780: result: yes |
---|
3339 | configure:12871: checking whether termcap.h contains ospeed |
---|
3340 | configure:12898: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3341 | configure:12905: $? = 0 |
---|
3342 | configure:12913: result: yes |
---|
3343 | configure:12990: checking whether termcap.h contains UP, BC and PC |
---|
3344 | configure:13017: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3345 | configure:13024: $? = 0 |
---|
3346 | configure:13032: result: yes |
---|
3347 | configure:13109: checking whether tputs() uses outfuntype |
---|
3348 | configure:13136: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
3349 | conftest.c: In function 'main': |
---|
3350 | conftest.c:72: error: 'outfuntype' undeclared (first use in this function) |
---|
3351 | conftest.c:72: error: (Each undeclared identifier is reported only once |
---|
3352 | conftest.c:72: error: for each function it appears in.) |
---|
3353 | conftest.c:72: error: parse error before 'xx' |
---|
3354 | configure:13143: $? = 1 |
---|
3355 | configure: failed program was: |
---|
3356 | | /* confdefs.h. */ |
---|
3357 | | #define PACKAGE_NAME "" |
---|
3358 | | #define PACKAGE_TARNAME "" |
---|
3359 | | #define PACKAGE_VERSION "" |
---|
3360 | | #define PACKAGE_STRING "" |
---|
3361 | | #define PACKAGE_BUGREPORT "" |
---|
3362 | | #define UNIX 1 |
---|
3363 | | #define STDC_HEADERS 1 |
---|
3364 | | #define HAVE_SYS_WAIT_H 1 |
---|
3365 | | #define HAVE_SYS_TYPES_H 1 |
---|
3366 | | #define HAVE_SYS_STAT_H 1 |
---|
3367 | | #define HAVE_STDLIB_H 1 |
---|
3368 | | #define HAVE_STRING_H 1 |
---|
3369 | | #define HAVE_MEMORY_H 1 |
---|
3370 | | #define HAVE_STRINGS_H 1 |
---|
3371 | | #define HAVE_INTTYPES_H 1 |
---|
3372 | | #define HAVE_STDINT_H 1 |
---|
3373 | | #define HAVE_UNISTD_H 1 |
---|
3374 | | #define FEAT_NORMAL 1 |
---|
3375 | | #define USE_XSMP_INTERACT 1 |
---|
3376 | | #define FEAT_NETBEANS_INTG 1 |
---|
3377 | | #define FEAT_MBYTE 1 |
---|
3378 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
3379 | | #define HAVE_DATE_TIME 1 |
---|
3380 | | #define HAVE_DIRENT_H 1 |
---|
3381 | | #define HAVE_STDARG_H 1 |
---|
3382 | | #define HAVE_STDLIB_H 1 |
---|
3383 | | #define HAVE_STRING_H 1 |
---|
3384 | | #define HAVE_SYS_SELECT_H 1 |
---|
3385 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
3386 | | #define HAVE_TERMCAP_H 1 |
---|
3387 | | #define HAVE_FCNTL_H 1 |
---|
3388 | | #define HAVE_SGTTY_H 1 |
---|
3389 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3390 | | #define HAVE_SYS_TIME_H 1 |
---|
3391 | | #define HAVE_SYS_TYPES_H 1 |
---|
3392 | | #define HAVE_ICONV_H 1 |
---|
3393 | | #define HAVE_LANGINFO_H 1 |
---|
3394 | | #define HAVE_MATH_H 1 |
---|
3395 | | #define HAVE_UNISTD_H 1 |
---|
3396 | | #define HAVE_ERRNO_H 1 |
---|
3397 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3398 | | #define HAVE_LOCALE_H 1 |
---|
3399 | | #define HAVE_TERMIOS_H 1 |
---|
3400 | | #define HAVE_LIBC_H 1 |
---|
3401 | | #define HAVE_POLL_H 1 |
---|
3402 | | #define HAVE_SYS_POLL_H 1 |
---|
3403 | | #define HAVE_PWD_H 1 |
---|
3404 | | #define HAVE_UTIME_H 1 |
---|
3405 | | #define HAVE_SYS_PARAM_H 1 |
---|
3406 | | #define HAVE_LIBINTL_H 1 |
---|
3407 | | #define HAVE_LIBGEN_H 1 |
---|
3408 | | #define HAVE_SYS_ACL_H 1 |
---|
3409 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
3410 | | #define HAVE_WCHAR_H 1 |
---|
3411 | | #define HAVE_WCTYPE_H 1 |
---|
3412 | | #define HAVE_STRINGS_H 1 |
---|
3413 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
3414 | | #define TIME_WITH_SYS_TIME 1 |
---|
3415 | | #define TERMINFO 1 |
---|
3416 | | #define HAVE_OSPEED 1 |
---|
3417 | | #define HAVE_UP_BC_PC 1 |
---|
3418 | | /* end confdefs.h. */ |
---|
3419 | | |
---|
3420 | | #ifdef HAVE_TERMCAP_H |
---|
3421 | | # include <termcap.h> |
---|
3422 | | #endif |
---|
3423 | | |
---|
3424 | | int |
---|
3425 | | main () |
---|
3426 | | { |
---|
3427 | | extern int xx(); tputs("test", 1, (outfuntype)xx) |
---|
3428 | | ; |
---|
3429 | | return 0; |
---|
3430 | | } |
---|
3431 | configure:13157: result: no |
---|
3432 | configure:13163: checking whether sys/select.h and sys/time.h may both be included |
---|
3433 | configure:13189: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
3434 | configure:13196: $? = 0 |
---|
3435 | configure:13201: result: yes |
---|
3436 | configure:13218: checking for /dev/ptc |
---|
3437 | configure:13228: result: no |
---|
3438 | configure:13232: checking for SVR4 ptys |
---|
3439 | configure:13288: result: no |
---|
3440 | configure:13292: checking for ptyranges |
---|
3441 | configure:13329: result: pqrstuvw / 0123456789abcdef |
---|
3442 | configure:13337: checking default tty permissions/group |
---|
3443 | configure:13395: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3444 | configure:13399: $? = 0 |
---|
3445 | configure:13405: ./conftest |
---|
3446 | configure:13409: $? = 1 |
---|
3447 | configure: program exited with status 1 |
---|
3448 | configure: failed program was: |
---|
3449 | | |
---|
3450 | | #include "confdefs.h" |
---|
3451 | | #include <sys/types.h> |
---|
3452 | | #if STDC_HEADERS |
---|
3453 | | # include <stdlib.h> |
---|
3454 | | # include <stddef.h> |
---|
3455 | | #endif |
---|
3456 | | #ifdef HAVE_UNISTD_H |
---|
3457 | | #include <unistd.h> |
---|
3458 | | #endif |
---|
3459 | | #include <sys/stat.h> |
---|
3460 | | #include <stdio.h> |
---|
3461 | | main() |
---|
3462 | | { |
---|
3463 | | struct stat sb; |
---|
3464 | | char *x,*ttyname(); |
---|
3465 | | int om, m; |
---|
3466 | | FILE *fp; |
---|
3467 | | |
---|
3468 | | if (!(x = ttyname(0))) exit(1); |
---|
3469 | | if (stat(x, &sb)) exit(1); |
---|
3470 | | om = sb.st_mode; |
---|
3471 | | if (om & 002) exit(0); |
---|
3472 | | m = system("mesg y"); |
---|
3473 | | if (m == -1 || m == 127) exit(1); |
---|
3474 | | if (stat(x, &sb)) exit(1); |
---|
3475 | | m = sb.st_mode; |
---|
3476 | | if (chmod(x, om)) exit(1); |
---|
3477 | | if (m & 002) exit(0); |
---|
3478 | | if (sb.st_gid == getgid()) exit(1); |
---|
3479 | | if (!(fp=fopen("conftest_grp", "w"))) |
---|
3480 | | exit(1); |
---|
3481 | | fprintf(fp, "%d\n", sb.st_gid); |
---|
3482 | | fclose(fp); |
---|
3483 | | exit(0); |
---|
3484 | | } |
---|
3485 | | |
---|
3486 | configure:13433: result: can't determine - assume ptys are world accessable |
---|
3487 | configure:13444: result: world |
---|
3488 | configure:13466: checking return type of signal handlers |
---|
3489 | configure:13494: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
3490 | conftest.c: In function 'main': |
---|
3491 | conftest.c:73: error: void value not ignored as it ought to be |
---|
3492 | configure:13501: $? = 1 |
---|
3493 | configure: failed program was: |
---|
3494 | | /* confdefs.h. */ |
---|
3495 | | #define PACKAGE_NAME "" |
---|
3496 | | #define PACKAGE_TARNAME "" |
---|
3497 | | #define PACKAGE_VERSION "" |
---|
3498 | | #define PACKAGE_STRING "" |
---|
3499 | | #define PACKAGE_BUGREPORT "" |
---|
3500 | | #define UNIX 1 |
---|
3501 | | #define STDC_HEADERS 1 |
---|
3502 | | #define HAVE_SYS_WAIT_H 1 |
---|
3503 | | #define HAVE_SYS_TYPES_H 1 |
---|
3504 | | #define HAVE_SYS_STAT_H 1 |
---|
3505 | | #define HAVE_STDLIB_H 1 |
---|
3506 | | #define HAVE_STRING_H 1 |
---|
3507 | | #define HAVE_MEMORY_H 1 |
---|
3508 | | #define HAVE_STRINGS_H 1 |
---|
3509 | | #define HAVE_INTTYPES_H 1 |
---|
3510 | | #define HAVE_STDINT_H 1 |
---|
3511 | | #define HAVE_UNISTD_H 1 |
---|
3512 | | #define FEAT_NORMAL 1 |
---|
3513 | | #define USE_XSMP_INTERACT 1 |
---|
3514 | | #define FEAT_NETBEANS_INTG 1 |
---|
3515 | | #define FEAT_MBYTE 1 |
---|
3516 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
3517 | | #define HAVE_DATE_TIME 1 |
---|
3518 | | #define HAVE_DIRENT_H 1 |
---|
3519 | | #define HAVE_STDARG_H 1 |
---|
3520 | | #define HAVE_STDLIB_H 1 |
---|
3521 | | #define HAVE_STRING_H 1 |
---|
3522 | | #define HAVE_SYS_SELECT_H 1 |
---|
3523 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
3524 | | #define HAVE_TERMCAP_H 1 |
---|
3525 | | #define HAVE_FCNTL_H 1 |
---|
3526 | | #define HAVE_SGTTY_H 1 |
---|
3527 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3528 | | #define HAVE_SYS_TIME_H 1 |
---|
3529 | | #define HAVE_SYS_TYPES_H 1 |
---|
3530 | | #define HAVE_ICONV_H 1 |
---|
3531 | | #define HAVE_LANGINFO_H 1 |
---|
3532 | | #define HAVE_MATH_H 1 |
---|
3533 | | #define HAVE_UNISTD_H 1 |
---|
3534 | | #define HAVE_ERRNO_H 1 |
---|
3535 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3536 | | #define HAVE_LOCALE_H 1 |
---|
3537 | | #define HAVE_TERMIOS_H 1 |
---|
3538 | | #define HAVE_LIBC_H 1 |
---|
3539 | | #define HAVE_POLL_H 1 |
---|
3540 | | #define HAVE_SYS_POLL_H 1 |
---|
3541 | | #define HAVE_PWD_H 1 |
---|
3542 | | #define HAVE_UTIME_H 1 |
---|
3543 | | #define HAVE_SYS_PARAM_H 1 |
---|
3544 | | #define HAVE_LIBINTL_H 1 |
---|
3545 | | #define HAVE_LIBGEN_H 1 |
---|
3546 | | #define HAVE_SYS_ACL_H 1 |
---|
3547 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
3548 | | #define HAVE_WCHAR_H 1 |
---|
3549 | | #define HAVE_WCTYPE_H 1 |
---|
3550 | | #define HAVE_STRINGS_H 1 |
---|
3551 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
3552 | | #define TIME_WITH_SYS_TIME 1 |
---|
3553 | | #define TERMINFO 1 |
---|
3554 | | #define HAVE_OSPEED 1 |
---|
3555 | | #define HAVE_UP_BC_PC 1 |
---|
3556 | | #define SYS_SELECT_WITH_SYS_TIME 1 |
---|
3557 | | #define PTYRANGE0 "pqrstuvw" |
---|
3558 | | #define PTYRANGE1 "0123456789abcdef" |
---|
3559 | | /* end confdefs.h. */ |
---|
3560 | | #include <sys/types.h> |
---|
3561 | | #include <signal.h> |
---|
3562 | | |
---|
3563 | | int |
---|
3564 | | main () |
---|
3565 | | { |
---|
3566 | | return *(signal (0, 0)) (0) == 1; |
---|
3567 | | ; |
---|
3568 | | return 0; |
---|
3569 | | } |
---|
3570 | configure:13516: result: void |
---|
3571 | configure:13537: checking for struct sigcontext |
---|
3572 | configure:13567: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
3573 | configure:13574: $? = 0 |
---|
3574 | configure:13579: result: yes |
---|
3575 | configure:13595: checking getcwd implementation is broken |
---|
3576 | configure:13630: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3577 | configure:13634: $? = 0 |
---|
3578 | configure:13640: ./conftest |
---|
3579 | configure:13644: $? = 0 |
---|
3580 | configure:13666: result: no |
---|
3581 | configure:13731: checking for bcmp |
---|
3582 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3583 | conftest.c:93: warning: conflicting types for built-in function 'bcmp' |
---|
3584 | configure:13794: $? = 0 |
---|
3585 | configure:13816: result: yes |
---|
3586 | configure:13731: checking for fchdir |
---|
3587 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3588 | configure:13794: $? = 0 |
---|
3589 | configure:13816: result: yes |
---|
3590 | configure:13731: checking for fchown |
---|
3591 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3592 | configure:13794: $? = 0 |
---|
3593 | configure:13816: result: yes |
---|
3594 | configure:13731: checking for fseeko |
---|
3595 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3596 | configure:13794: $? = 0 |
---|
3597 | configure:13816: result: yes |
---|
3598 | configure:13731: checking for fsync |
---|
3599 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3600 | configure:13794: $? = 0 |
---|
3601 | configure:13816: result: yes |
---|
3602 | configure:13731: checking for ftello |
---|
3603 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3604 | configure:13794: $? = 0 |
---|
3605 | configure:13816: result: yes |
---|
3606 | configure:13731: checking for getcwd |
---|
3607 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3608 | configure:13794: $? = 0 |
---|
3609 | configure:13816: result: yes |
---|
3610 | configure:13731: checking for getpseudotty |
---|
3611 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3612 | /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols: |
---|
3613 | _getpseudotty |
---|
3614 | collect2: ld returned 1 exit status |
---|
3615 | configure:13794: $? = 1 |
---|
3616 | configure: failed program was: |
---|
3617 | | /* confdefs.h. */ |
---|
3618 | | #define PACKAGE_NAME "" |
---|
3619 | | #define PACKAGE_TARNAME "" |
---|
3620 | | #define PACKAGE_VERSION "" |
---|
3621 | | #define PACKAGE_STRING "" |
---|
3622 | | #define PACKAGE_BUGREPORT "" |
---|
3623 | | #define UNIX 1 |
---|
3624 | | #define STDC_HEADERS 1 |
---|
3625 | | #define HAVE_SYS_WAIT_H 1 |
---|
3626 | | #define HAVE_SYS_TYPES_H 1 |
---|
3627 | | #define HAVE_SYS_STAT_H 1 |
---|
3628 | | #define HAVE_STDLIB_H 1 |
---|
3629 | | #define HAVE_STRING_H 1 |
---|
3630 | | #define HAVE_MEMORY_H 1 |
---|
3631 | | #define HAVE_STRINGS_H 1 |
---|
3632 | | #define HAVE_INTTYPES_H 1 |
---|
3633 | | #define HAVE_STDINT_H 1 |
---|
3634 | | #define HAVE_UNISTD_H 1 |
---|
3635 | | #define FEAT_NORMAL 1 |
---|
3636 | | #define USE_XSMP_INTERACT 1 |
---|
3637 | | #define FEAT_NETBEANS_INTG 1 |
---|
3638 | | #define FEAT_MBYTE 1 |
---|
3639 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
3640 | | #define HAVE_DATE_TIME 1 |
---|
3641 | | #define HAVE_DIRENT_H 1 |
---|
3642 | | #define HAVE_STDARG_H 1 |
---|
3643 | | #define HAVE_STDLIB_H 1 |
---|
3644 | | #define HAVE_STRING_H 1 |
---|
3645 | | #define HAVE_SYS_SELECT_H 1 |
---|
3646 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
3647 | | #define HAVE_TERMCAP_H 1 |
---|
3648 | | #define HAVE_FCNTL_H 1 |
---|
3649 | | #define HAVE_SGTTY_H 1 |
---|
3650 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3651 | | #define HAVE_SYS_TIME_H 1 |
---|
3652 | | #define HAVE_SYS_TYPES_H 1 |
---|
3653 | | #define HAVE_ICONV_H 1 |
---|
3654 | | #define HAVE_LANGINFO_H 1 |
---|
3655 | | #define HAVE_MATH_H 1 |
---|
3656 | | #define HAVE_UNISTD_H 1 |
---|
3657 | | #define HAVE_ERRNO_H 1 |
---|
3658 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3659 | | #define HAVE_LOCALE_H 1 |
---|
3660 | | #define HAVE_TERMIOS_H 1 |
---|
3661 | | #define HAVE_LIBC_H 1 |
---|
3662 | | #define HAVE_POLL_H 1 |
---|
3663 | | #define HAVE_SYS_POLL_H 1 |
---|
3664 | | #define HAVE_PWD_H 1 |
---|
3665 | | #define HAVE_UTIME_H 1 |
---|
3666 | | #define HAVE_SYS_PARAM_H 1 |
---|
3667 | | #define HAVE_LIBINTL_H 1 |
---|
3668 | | #define HAVE_LIBGEN_H 1 |
---|
3669 | | #define HAVE_SYS_ACL_H 1 |
---|
3670 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
3671 | | #define HAVE_WCHAR_H 1 |
---|
3672 | | #define HAVE_WCTYPE_H 1 |
---|
3673 | | #define HAVE_STRINGS_H 1 |
---|
3674 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
3675 | | #define TIME_WITH_SYS_TIME 1 |
---|
3676 | | #define TERMINFO 1 |
---|
3677 | | #define HAVE_OSPEED 1 |
---|
3678 | | #define HAVE_UP_BC_PC 1 |
---|
3679 | | #define SYS_SELECT_WITH_SYS_TIME 1 |
---|
3680 | | #define PTYRANGE0 "pqrstuvw" |
---|
3681 | | #define PTYRANGE1 "0123456789abcdef" |
---|
3682 | | #define RETSIGTYPE void |
---|
3683 | | #define SIGRETURN return |
---|
3684 | | #define HAVE_SIGCONTEXT 1 |
---|
3685 | | #define HAVE_BCMP 1 |
---|
3686 | | #define HAVE_FCHDIR 1 |
---|
3687 | | #define HAVE_FCHOWN 1 |
---|
3688 | | #define HAVE_FSEEKO 1 |
---|
3689 | | #define HAVE_FSYNC 1 |
---|
3690 | | #define HAVE_FTELLO 1 |
---|
3691 | | #define HAVE_GETCWD 1 |
---|
3692 | | /* end confdefs.h. */ |
---|
3693 | | /* Define getpseudotty to an innocuous variant, in case <limits.h> declares getpseudotty. |
---|
3694 | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
---|
3695 | | #define getpseudotty innocuous_getpseudotty |
---|
3696 | | |
---|
3697 | | /* System header to define __stub macros and hopefully few prototypes, |
---|
3698 | | which can conflict with char getpseudotty (); below. |
---|
3699 | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
---|
3700 | | <limits.h> exists even on freestanding compilers. */ |
---|
3701 | | |
---|
3702 | | #ifdef __STDC__ |
---|
3703 | | # include <limits.h> |
---|
3704 | | #else |
---|
3705 | | # include <assert.h> |
---|
3706 | | #endif |
---|
3707 | | |
---|
3708 | | #undef getpseudotty |
---|
3709 | | |
---|
3710 | | /* Override any GCC internal prototype to avoid an error. |
---|
3711 | | Use char because int might match the return type of a GCC |
---|
3712 | | builtin and then its argument prototype would still apply. */ |
---|
3713 | | #ifdef __cplusplus |
---|
3714 | | extern "C" |
---|
3715 | | #endif |
---|
3716 | | char getpseudotty (); |
---|
3717 | | /* The GNU C library defines this for functions which it implements |
---|
3718 | | to always fail with ENOSYS. Some functions are actually named |
---|
3719 | | something starting with __ and the normal name is an alias. */ |
---|
3720 | | #if defined __stub_getpseudotty || defined __stub___getpseudotty |
---|
3721 | | choke me |
---|
3722 | | #endif |
---|
3723 | | |
---|
3724 | | int |
---|
3725 | | main () |
---|
3726 | | { |
---|
3727 | | return getpseudotty (); |
---|
3728 | | ; |
---|
3729 | | return 0; |
---|
3730 | | } |
---|
3731 | configure:13816: result: no |
---|
3732 | configure:13731: checking for getpwnam |
---|
3733 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3734 | configure:13794: $? = 0 |
---|
3735 | configure:13816: result: yes |
---|
3736 | configure:13731: checking for getpwuid |
---|
3737 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3738 | configure:13794: $? = 0 |
---|
3739 | configure:13816: result: yes |
---|
3740 | configure:13731: checking for getrlimit |
---|
3741 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3742 | configure:13794: $? = 0 |
---|
3743 | configure:13816: result: yes |
---|
3744 | configure:13731: checking for gettimeofday |
---|
3745 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3746 | configure:13794: $? = 0 |
---|
3747 | configure:13816: result: yes |
---|
3748 | configure:13731: checking for getwd |
---|
3749 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3750 | configure:13794: $? = 0 |
---|
3751 | configure:13816: result: yes |
---|
3752 | configure:13731: checking for lstat |
---|
3753 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3754 | configure:13794: $? = 0 |
---|
3755 | configure:13816: result: yes |
---|
3756 | configure:13731: checking for memcmp |
---|
3757 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3758 | conftest.c:106: warning: conflicting types for built-in function 'memcmp' |
---|
3759 | configure:13794: $? = 0 |
---|
3760 | configure:13816: result: yes |
---|
3761 | configure:13731: checking for memset |
---|
3762 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3763 | conftest.c:107: warning: conflicting types for built-in function 'memset' |
---|
3764 | configure:13794: $? = 0 |
---|
3765 | configure:13816: result: yes |
---|
3766 | configure:13731: checking for nanosleep |
---|
3767 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3768 | configure:13794: $? = 0 |
---|
3769 | configure:13816: result: yes |
---|
3770 | configure:13731: checking for opendir |
---|
3771 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3772 | configure:13794: $? = 0 |
---|
3773 | configure:13816: result: yes |
---|
3774 | configure:13731: checking for putenv |
---|
3775 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3776 | configure:13794: $? = 0 |
---|
3777 | configure:13816: result: yes |
---|
3778 | configure:13731: checking for qsort |
---|
3779 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3780 | configure:13794: $? = 0 |
---|
3781 | configure:13816: result: yes |
---|
3782 | configure:13731: checking for readlink |
---|
3783 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3784 | configure:13794: $? = 0 |
---|
3785 | configure:13816: result: yes |
---|
3786 | configure:13731: checking for select |
---|
3787 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3788 | configure:13794: $? = 0 |
---|
3789 | configure:13816: result: yes |
---|
3790 | configure:13731: checking for setenv |
---|
3791 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3792 | configure:13794: $? = 0 |
---|
3793 | configure:13816: result: yes |
---|
3794 | configure:13731: checking for setpgid |
---|
3795 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3796 | configure:13794: $? = 0 |
---|
3797 | configure:13816: result: yes |
---|
3798 | configure:13731: checking for setsid |
---|
3799 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3800 | configure:13794: $? = 0 |
---|
3801 | configure:13816: result: yes |
---|
3802 | configure:13731: checking for sigaltstack |
---|
3803 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3804 | configure:13794: $? = 0 |
---|
3805 | configure:13816: result: yes |
---|
3806 | configure:13731: checking for sigstack |
---|
3807 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3808 | /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols: |
---|
3809 | _sigstack |
---|
3810 | collect2: ld returned 1 exit status |
---|
3811 | configure:13794: $? = 1 |
---|
3812 | configure: failed program was: |
---|
3813 | | /* confdefs.h. */ |
---|
3814 | | #define PACKAGE_NAME "" |
---|
3815 | | #define PACKAGE_TARNAME "" |
---|
3816 | | #define PACKAGE_VERSION "" |
---|
3817 | | #define PACKAGE_STRING "" |
---|
3818 | | #define PACKAGE_BUGREPORT "" |
---|
3819 | | #define UNIX 1 |
---|
3820 | | #define STDC_HEADERS 1 |
---|
3821 | | #define HAVE_SYS_WAIT_H 1 |
---|
3822 | | #define HAVE_SYS_TYPES_H 1 |
---|
3823 | | #define HAVE_SYS_STAT_H 1 |
---|
3824 | | #define HAVE_STDLIB_H 1 |
---|
3825 | | #define HAVE_STRING_H 1 |
---|
3826 | | #define HAVE_MEMORY_H 1 |
---|
3827 | | #define HAVE_STRINGS_H 1 |
---|
3828 | | #define HAVE_INTTYPES_H 1 |
---|
3829 | | #define HAVE_STDINT_H 1 |
---|
3830 | | #define HAVE_UNISTD_H 1 |
---|
3831 | | #define FEAT_NORMAL 1 |
---|
3832 | | #define USE_XSMP_INTERACT 1 |
---|
3833 | | #define FEAT_NETBEANS_INTG 1 |
---|
3834 | | #define FEAT_MBYTE 1 |
---|
3835 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
3836 | | #define HAVE_DATE_TIME 1 |
---|
3837 | | #define HAVE_DIRENT_H 1 |
---|
3838 | | #define HAVE_STDARG_H 1 |
---|
3839 | | #define HAVE_STDLIB_H 1 |
---|
3840 | | #define HAVE_STRING_H 1 |
---|
3841 | | #define HAVE_SYS_SELECT_H 1 |
---|
3842 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
3843 | | #define HAVE_TERMCAP_H 1 |
---|
3844 | | #define HAVE_FCNTL_H 1 |
---|
3845 | | #define HAVE_SGTTY_H 1 |
---|
3846 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3847 | | #define HAVE_SYS_TIME_H 1 |
---|
3848 | | #define HAVE_SYS_TYPES_H 1 |
---|
3849 | | #define HAVE_ICONV_H 1 |
---|
3850 | | #define HAVE_LANGINFO_H 1 |
---|
3851 | | #define HAVE_MATH_H 1 |
---|
3852 | | #define HAVE_UNISTD_H 1 |
---|
3853 | | #define HAVE_ERRNO_H 1 |
---|
3854 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3855 | | #define HAVE_LOCALE_H 1 |
---|
3856 | | #define HAVE_TERMIOS_H 1 |
---|
3857 | | #define HAVE_LIBC_H 1 |
---|
3858 | | #define HAVE_POLL_H 1 |
---|
3859 | | #define HAVE_SYS_POLL_H 1 |
---|
3860 | | #define HAVE_PWD_H 1 |
---|
3861 | | #define HAVE_UTIME_H 1 |
---|
3862 | | #define HAVE_SYS_PARAM_H 1 |
---|
3863 | | #define HAVE_LIBINTL_H 1 |
---|
3864 | | #define HAVE_LIBGEN_H 1 |
---|
3865 | | #define HAVE_SYS_ACL_H 1 |
---|
3866 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
3867 | | #define HAVE_WCHAR_H 1 |
---|
3868 | | #define HAVE_WCTYPE_H 1 |
---|
3869 | | #define HAVE_STRINGS_H 1 |
---|
3870 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
3871 | | #define TIME_WITH_SYS_TIME 1 |
---|
3872 | | #define TERMINFO 1 |
---|
3873 | | #define HAVE_OSPEED 1 |
---|
3874 | | #define HAVE_UP_BC_PC 1 |
---|
3875 | | #define SYS_SELECT_WITH_SYS_TIME 1 |
---|
3876 | | #define PTYRANGE0 "pqrstuvw" |
---|
3877 | | #define PTYRANGE1 "0123456789abcdef" |
---|
3878 | | #define RETSIGTYPE void |
---|
3879 | | #define SIGRETURN return |
---|
3880 | | #define HAVE_SIGCONTEXT 1 |
---|
3881 | | #define HAVE_BCMP 1 |
---|
3882 | | #define HAVE_FCHDIR 1 |
---|
3883 | | #define HAVE_FCHOWN 1 |
---|
3884 | | #define HAVE_FSEEKO 1 |
---|
3885 | | #define HAVE_FSYNC 1 |
---|
3886 | | #define HAVE_FTELLO 1 |
---|
3887 | | #define HAVE_GETCWD 1 |
---|
3888 | | #define HAVE_GETPWNAM 1 |
---|
3889 | | #define HAVE_GETPWUID 1 |
---|
3890 | | #define HAVE_GETRLIMIT 1 |
---|
3891 | | #define HAVE_GETTIMEOFDAY 1 |
---|
3892 | | #define HAVE_GETWD 1 |
---|
3893 | | #define HAVE_LSTAT 1 |
---|
3894 | | #define HAVE_MEMCMP 1 |
---|
3895 | | #define HAVE_MEMSET 1 |
---|
3896 | | #define HAVE_NANOSLEEP 1 |
---|
3897 | | #define HAVE_OPENDIR 1 |
---|
3898 | | #define HAVE_PUTENV 1 |
---|
3899 | | #define HAVE_QSORT 1 |
---|
3900 | | #define HAVE_READLINK 1 |
---|
3901 | | #define HAVE_SELECT 1 |
---|
3902 | | #define HAVE_SETENV 1 |
---|
3903 | | #define HAVE_SETPGID 1 |
---|
3904 | | #define HAVE_SETSID 1 |
---|
3905 | | #define HAVE_SIGALTSTACK 1 |
---|
3906 | | /* end confdefs.h. */ |
---|
3907 | | /* Define sigstack to an innocuous variant, in case <limits.h> declares sigstack. |
---|
3908 | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
---|
3909 | | #define sigstack innocuous_sigstack |
---|
3910 | | |
---|
3911 | | /* System header to define __stub macros and hopefully few prototypes, |
---|
3912 | | which can conflict with char sigstack (); below. |
---|
3913 | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
---|
3914 | | <limits.h> exists even on freestanding compilers. */ |
---|
3915 | | |
---|
3916 | | #ifdef __STDC__ |
---|
3917 | | # include <limits.h> |
---|
3918 | | #else |
---|
3919 | | # include <assert.h> |
---|
3920 | | #endif |
---|
3921 | | |
---|
3922 | | #undef sigstack |
---|
3923 | | |
---|
3924 | | /* Override any GCC internal prototype to avoid an error. |
---|
3925 | | Use char because int might match the return type of a GCC |
---|
3926 | | builtin and then its argument prototype would still apply. */ |
---|
3927 | | #ifdef __cplusplus |
---|
3928 | | extern "C" |
---|
3929 | | #endif |
---|
3930 | | char sigstack (); |
---|
3931 | | /* The GNU C library defines this for functions which it implements |
---|
3932 | | to always fail with ENOSYS. Some functions are actually named |
---|
3933 | | something starting with __ and the normal name is an alias. */ |
---|
3934 | | #if defined __stub_sigstack || defined __stub___sigstack |
---|
3935 | | choke me |
---|
3936 | | #endif |
---|
3937 | | |
---|
3938 | | int |
---|
3939 | | main () |
---|
3940 | | { |
---|
3941 | | return sigstack (); |
---|
3942 | | ; |
---|
3943 | | return 0; |
---|
3944 | | } |
---|
3945 | configure:13816: result: no |
---|
3946 | configure:13731: checking for sigset |
---|
3947 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3948 | configure:13794: $? = 0 |
---|
3949 | configure:13816: result: yes |
---|
3950 | configure:13731: checking for sigsetjmp |
---|
3951 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3952 | configure:13794: $? = 0 |
---|
3953 | configure:13816: result: yes |
---|
3954 | configure:13731: checking for sigaction |
---|
3955 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3956 | configure:13794: $? = 0 |
---|
3957 | configure:13816: result: yes |
---|
3958 | configure:13731: checking for sigvec |
---|
3959 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3960 | configure:13794: $? = 0 |
---|
3961 | configure:13816: result: yes |
---|
3962 | configure:13731: checking for strcasecmp |
---|
3963 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3964 | configure:13794: $? = 0 |
---|
3965 | configure:13816: result: yes |
---|
3966 | configure:13731: checking for strerror |
---|
3967 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3968 | configure:13794: $? = 0 |
---|
3969 | configure:13816: result: yes |
---|
3970 | configure:13731: checking for strftime |
---|
3971 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3972 | conftest.c:124: warning: conflicting types for built-in function 'strftime' |
---|
3973 | configure:13794: $? = 0 |
---|
3974 | configure:13816: result: yes |
---|
3975 | configure:13731: checking for stricmp |
---|
3976 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
3977 | /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols: |
---|
3978 | _stricmp |
---|
3979 | collect2: ld returned 1 exit status |
---|
3980 | configure:13794: $? = 1 |
---|
3981 | configure: failed program was: |
---|
3982 | | /* confdefs.h. */ |
---|
3983 | | #define PACKAGE_NAME "" |
---|
3984 | | #define PACKAGE_TARNAME "" |
---|
3985 | | #define PACKAGE_VERSION "" |
---|
3986 | | #define PACKAGE_STRING "" |
---|
3987 | | #define PACKAGE_BUGREPORT "" |
---|
3988 | | #define UNIX 1 |
---|
3989 | | #define STDC_HEADERS 1 |
---|
3990 | | #define HAVE_SYS_WAIT_H 1 |
---|
3991 | | #define HAVE_SYS_TYPES_H 1 |
---|
3992 | | #define HAVE_SYS_STAT_H 1 |
---|
3993 | | #define HAVE_STDLIB_H 1 |
---|
3994 | | #define HAVE_STRING_H 1 |
---|
3995 | | #define HAVE_MEMORY_H 1 |
---|
3996 | | #define HAVE_STRINGS_H 1 |
---|
3997 | | #define HAVE_INTTYPES_H 1 |
---|
3998 | | #define HAVE_STDINT_H 1 |
---|
3999 | | #define HAVE_UNISTD_H 1 |
---|
4000 | | #define FEAT_NORMAL 1 |
---|
4001 | | #define USE_XSMP_INTERACT 1 |
---|
4002 | | #define FEAT_NETBEANS_INTG 1 |
---|
4003 | | #define FEAT_MBYTE 1 |
---|
4004 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
4005 | | #define HAVE_DATE_TIME 1 |
---|
4006 | | #define HAVE_DIRENT_H 1 |
---|
4007 | | #define HAVE_STDARG_H 1 |
---|
4008 | | #define HAVE_STDLIB_H 1 |
---|
4009 | | #define HAVE_STRING_H 1 |
---|
4010 | | #define HAVE_SYS_SELECT_H 1 |
---|
4011 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
4012 | | #define HAVE_TERMCAP_H 1 |
---|
4013 | | #define HAVE_FCNTL_H 1 |
---|
4014 | | #define HAVE_SGTTY_H 1 |
---|
4015 | | #define HAVE_SYS_IOCTL_H 1 |
---|
4016 | | #define HAVE_SYS_TIME_H 1 |
---|
4017 | | #define HAVE_SYS_TYPES_H 1 |
---|
4018 | | #define HAVE_ICONV_H 1 |
---|
4019 | | #define HAVE_LANGINFO_H 1 |
---|
4020 | | #define HAVE_MATH_H 1 |
---|
4021 | | #define HAVE_UNISTD_H 1 |
---|
4022 | | #define HAVE_ERRNO_H 1 |
---|
4023 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
4024 | | #define HAVE_LOCALE_H 1 |
---|
4025 | | #define HAVE_TERMIOS_H 1 |
---|
4026 | | #define HAVE_LIBC_H 1 |
---|
4027 | | #define HAVE_POLL_H 1 |
---|
4028 | | #define HAVE_SYS_POLL_H 1 |
---|
4029 | | #define HAVE_PWD_H 1 |
---|
4030 | | #define HAVE_UTIME_H 1 |
---|
4031 | | #define HAVE_SYS_PARAM_H 1 |
---|
4032 | | #define HAVE_LIBINTL_H 1 |
---|
4033 | | #define HAVE_LIBGEN_H 1 |
---|
4034 | | #define HAVE_SYS_ACL_H 1 |
---|
4035 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
4036 | | #define HAVE_WCHAR_H 1 |
---|
4037 | | #define HAVE_WCTYPE_H 1 |
---|
4038 | | #define HAVE_STRINGS_H 1 |
---|
4039 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
4040 | | #define TIME_WITH_SYS_TIME 1 |
---|
4041 | | #define TERMINFO 1 |
---|
4042 | | #define HAVE_OSPEED 1 |
---|
4043 | | #define HAVE_UP_BC_PC 1 |
---|
4044 | | #define SYS_SELECT_WITH_SYS_TIME 1 |
---|
4045 | | #define PTYRANGE0 "pqrstuvw" |
---|
4046 | | #define PTYRANGE1 "0123456789abcdef" |
---|
4047 | | #define RETSIGTYPE void |
---|
4048 | | #define SIGRETURN return |
---|
4049 | | #define HAVE_SIGCONTEXT 1 |
---|
4050 | | #define HAVE_BCMP 1 |
---|
4051 | | #define HAVE_FCHDIR 1 |
---|
4052 | | #define HAVE_FCHOWN 1 |
---|
4053 | | #define HAVE_FSEEKO 1 |
---|
4054 | | #define HAVE_FSYNC 1 |
---|
4055 | | #define HAVE_FTELLO 1 |
---|
4056 | | #define HAVE_GETCWD 1 |
---|
4057 | | #define HAVE_GETPWNAM 1 |
---|
4058 | | #define HAVE_GETPWUID 1 |
---|
4059 | | #define HAVE_GETRLIMIT 1 |
---|
4060 | | #define HAVE_GETTIMEOFDAY 1 |
---|
4061 | | #define HAVE_GETWD 1 |
---|
4062 | | #define HAVE_LSTAT 1 |
---|
4063 | | #define HAVE_MEMCMP 1 |
---|
4064 | | #define HAVE_MEMSET 1 |
---|
4065 | | #define HAVE_NANOSLEEP 1 |
---|
4066 | | #define HAVE_OPENDIR 1 |
---|
4067 | | #define HAVE_PUTENV 1 |
---|
4068 | | #define HAVE_QSORT 1 |
---|
4069 | | #define HAVE_READLINK 1 |
---|
4070 | | #define HAVE_SELECT 1 |
---|
4071 | | #define HAVE_SETENV 1 |
---|
4072 | | #define HAVE_SETPGID 1 |
---|
4073 | | #define HAVE_SETSID 1 |
---|
4074 | | #define HAVE_SIGALTSTACK 1 |
---|
4075 | | #define HAVE_SIGSET 1 |
---|
4076 | | #define HAVE_SIGSETJMP 1 |
---|
4077 | | #define HAVE_SIGACTION 1 |
---|
4078 | | #define HAVE_SIGVEC 1 |
---|
4079 | | #define HAVE_STRCASECMP 1 |
---|
4080 | | #define HAVE_STRERROR 1 |
---|
4081 | | #define HAVE_STRFTIME 1 |
---|
4082 | | /* end confdefs.h. */ |
---|
4083 | | /* Define stricmp to an innocuous variant, in case <limits.h> declares stricmp. |
---|
4084 | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
---|
4085 | | #define stricmp innocuous_stricmp |
---|
4086 | | |
---|
4087 | | /* System header to define __stub macros and hopefully few prototypes, |
---|
4088 | | which can conflict with char stricmp (); below. |
---|
4089 | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
---|
4090 | | <limits.h> exists even on freestanding compilers. */ |
---|
4091 | | |
---|
4092 | | #ifdef __STDC__ |
---|
4093 | | # include <limits.h> |
---|
4094 | | #else |
---|
4095 | | # include <assert.h> |
---|
4096 | | #endif |
---|
4097 | | |
---|
4098 | | #undef stricmp |
---|
4099 | | |
---|
4100 | | /* Override any GCC internal prototype to avoid an error. |
---|
4101 | | Use char because int might match the return type of a GCC |
---|
4102 | | builtin and then its argument prototype would still apply. */ |
---|
4103 | | #ifdef __cplusplus |
---|
4104 | | extern "C" |
---|
4105 | | #endif |
---|
4106 | | char stricmp (); |
---|
4107 | | /* The GNU C library defines this for functions which it implements |
---|
4108 | | to always fail with ENOSYS. Some functions are actually named |
---|
4109 | | something starting with __ and the normal name is an alias. */ |
---|
4110 | | #if defined __stub_stricmp || defined __stub___stricmp |
---|
4111 | | choke me |
---|
4112 | | #endif |
---|
4113 | | |
---|
4114 | | int |
---|
4115 | | main () |
---|
4116 | | { |
---|
4117 | | return stricmp (); |
---|
4118 | | ; |
---|
4119 | | return 0; |
---|
4120 | | } |
---|
4121 | configure:13816: result: no |
---|
4122 | configure:13731: checking for strncasecmp |
---|
4123 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
4124 | configure:13794: $? = 0 |
---|
4125 | configure:13816: result: yes |
---|
4126 | configure:13731: checking for strnicmp |
---|
4127 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
4128 | /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols: |
---|
4129 | _strnicmp |
---|
4130 | collect2: ld returned 1 exit status |
---|
4131 | configure:13794: $? = 1 |
---|
4132 | configure: failed program was: |
---|
4133 | | /* confdefs.h. */ |
---|
4134 | | #define PACKAGE_NAME "" |
---|
4135 | | #define PACKAGE_TARNAME "" |
---|
4136 | | #define PACKAGE_VERSION "" |
---|
4137 | | #define PACKAGE_STRING "" |
---|
4138 | | #define PACKAGE_BUGREPORT "" |
---|
4139 | | #define UNIX 1 |
---|
4140 | | #define STDC_HEADERS 1 |
---|
4141 | | #define HAVE_SYS_WAIT_H 1 |
---|
4142 | | #define HAVE_SYS_TYPES_H 1 |
---|
4143 | | #define HAVE_SYS_STAT_H 1 |
---|
4144 | | #define HAVE_STDLIB_H 1 |
---|
4145 | | #define HAVE_STRING_H 1 |
---|
4146 | | #define HAVE_MEMORY_H 1 |
---|
4147 | | #define HAVE_STRINGS_H 1 |
---|
4148 | | #define HAVE_INTTYPES_H 1 |
---|
4149 | | #define HAVE_STDINT_H 1 |
---|
4150 | | #define HAVE_UNISTD_H 1 |
---|
4151 | | #define FEAT_NORMAL 1 |
---|
4152 | | #define USE_XSMP_INTERACT 1 |
---|
4153 | | #define FEAT_NETBEANS_INTG 1 |
---|
4154 | | #define FEAT_MBYTE 1 |
---|
4155 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
4156 | | #define HAVE_DATE_TIME 1 |
---|
4157 | | #define HAVE_DIRENT_H 1 |
---|
4158 | | #define HAVE_STDARG_H 1 |
---|
4159 | | #define HAVE_STDLIB_H 1 |
---|
4160 | | #define HAVE_STRING_H 1 |
---|
4161 | | #define HAVE_SYS_SELECT_H 1 |
---|
4162 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
4163 | | #define HAVE_TERMCAP_H 1 |
---|
4164 | | #define HAVE_FCNTL_H 1 |
---|
4165 | | #define HAVE_SGTTY_H 1 |
---|
4166 | | #define HAVE_SYS_IOCTL_H 1 |
---|
4167 | | #define HAVE_SYS_TIME_H 1 |
---|
4168 | | #define HAVE_SYS_TYPES_H 1 |
---|
4169 | | #define HAVE_ICONV_H 1 |
---|
4170 | | #define HAVE_LANGINFO_H 1 |
---|
4171 | | #define HAVE_MATH_H 1 |
---|
4172 | | #define HAVE_UNISTD_H 1 |
---|
4173 | | #define HAVE_ERRNO_H 1 |
---|
4174 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
4175 | | #define HAVE_LOCALE_H 1 |
---|
4176 | | #define HAVE_TERMIOS_H 1 |
---|
4177 | | #define HAVE_LIBC_H 1 |
---|
4178 | | #define HAVE_POLL_H 1 |
---|
4179 | | #define HAVE_SYS_POLL_H 1 |
---|
4180 | | #define HAVE_PWD_H 1 |
---|
4181 | | #define HAVE_UTIME_H 1 |
---|
4182 | | #define HAVE_SYS_PARAM_H 1 |
---|
4183 | | #define HAVE_LIBINTL_H 1 |
---|
4184 | | #define HAVE_LIBGEN_H 1 |
---|
4185 | | #define HAVE_SYS_ACL_H 1 |
---|
4186 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
4187 | | #define HAVE_WCHAR_H 1 |
---|
4188 | | #define HAVE_WCTYPE_H 1 |
---|
4189 | | #define HAVE_STRINGS_H 1 |
---|
4190 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
4191 | | #define TIME_WITH_SYS_TIME 1 |
---|
4192 | | #define TERMINFO 1 |
---|
4193 | | #define HAVE_OSPEED 1 |
---|
4194 | | #define HAVE_UP_BC_PC 1 |
---|
4195 | | #define SYS_SELECT_WITH_SYS_TIME 1 |
---|
4196 | | #define PTYRANGE0 "pqrstuvw" |
---|
4197 | | #define PTYRANGE1 "0123456789abcdef" |
---|
4198 | | #define RETSIGTYPE void |
---|
4199 | | #define SIGRETURN return |
---|
4200 | | #define HAVE_SIGCONTEXT 1 |
---|
4201 | | #define HAVE_BCMP 1 |
---|
4202 | | #define HAVE_FCHDIR 1 |
---|
4203 | | #define HAVE_FCHOWN 1 |
---|
4204 | | #define HAVE_FSEEKO 1 |
---|
4205 | | #define HAVE_FSYNC 1 |
---|
4206 | | #define HAVE_FTELLO 1 |
---|
4207 | | #define HAVE_GETCWD 1 |
---|
4208 | | #define HAVE_GETPWNAM 1 |
---|
4209 | | #define HAVE_GETPWUID 1 |
---|
4210 | | #define HAVE_GETRLIMIT 1 |
---|
4211 | | #define HAVE_GETTIMEOFDAY 1 |
---|
4212 | | #define HAVE_GETWD 1 |
---|
4213 | | #define HAVE_LSTAT 1 |
---|
4214 | | #define HAVE_MEMCMP 1 |
---|
4215 | | #define HAVE_MEMSET 1 |
---|
4216 | | #define HAVE_NANOSLEEP 1 |
---|
4217 | | #define HAVE_OPENDIR 1 |
---|
4218 | | #define HAVE_PUTENV 1 |
---|
4219 | | #define HAVE_QSORT 1 |
---|
4220 | | #define HAVE_READLINK 1 |
---|
4221 | | #define HAVE_SELECT 1 |
---|
4222 | | #define HAVE_SETENV 1 |
---|
4223 | | #define HAVE_SETPGID 1 |
---|
4224 | | #define HAVE_SETSID 1 |
---|
4225 | | #define HAVE_SIGALTSTACK 1 |
---|
4226 | | #define HAVE_SIGSET 1 |
---|
4227 | | #define HAVE_SIGSETJMP 1 |
---|
4228 | | #define HAVE_SIGACTION 1 |
---|
4229 | | #define HAVE_SIGVEC 1 |
---|
4230 | | #define HAVE_STRCASECMP 1 |
---|
4231 | | #define HAVE_STRERROR 1 |
---|
4232 | | #define HAVE_STRFTIME 1 |
---|
4233 | | #define HAVE_STRNCASECMP 1 |
---|
4234 | | /* end confdefs.h. */ |
---|
4235 | | /* Define strnicmp to an innocuous variant, in case <limits.h> declares strnicmp. |
---|
4236 | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
---|
4237 | | #define strnicmp innocuous_strnicmp |
---|
4238 | | |
---|
4239 | | /* System header to define __stub macros and hopefully few prototypes, |
---|
4240 | | which can conflict with char strnicmp (); below. |
---|
4241 | | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
---|
4242 | | <limits.h> exists even on freestanding compilers. */ |
---|
4243 | | |
---|
4244 | | #ifdef __STDC__ |
---|
4245 | | # include <limits.h> |
---|
4246 | | #else |
---|
4247 | | # include <assert.h> |
---|
4248 | | #endif |
---|
4249 | | |
---|
4250 | | #undef strnicmp |
---|
4251 | | |
---|
4252 | | /* Override any GCC internal prototype to avoid an error. |
---|
4253 | | Use char because int might match the return type of a GCC |
---|
4254 | | builtin and then its argument prototype would still apply. */ |
---|
4255 | | #ifdef __cplusplus |
---|
4256 | | extern "C" |
---|
4257 | | #endif |
---|
4258 | | char strnicmp (); |
---|
4259 | | /* The GNU C library defines this for functions which it implements |
---|
4260 | | to always fail with ENOSYS. Some functions are actually named |
---|
4261 | | something starting with __ and the normal name is an alias. */ |
---|
4262 | | #if defined __stub_strnicmp || defined __stub___strnicmp |
---|
4263 | | choke me |
---|
4264 | | #endif |
---|
4265 | | |
---|
4266 | | int |
---|
4267 | | main () |
---|
4268 | | { |
---|
4269 | | return strnicmp (); |
---|
4270 | | ; |
---|
4271 | | return 0; |
---|
4272 | | } |
---|
4273 | configure:13816: result: no |
---|
4274 | configure:13731: checking for strpbrk |
---|
4275 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
4276 | conftest.c:126: warning: conflicting types for built-in function 'strpbrk' |
---|
4277 | configure:13794: $? = 0 |
---|
4278 | configure:13816: result: yes |
---|
4279 | configure:13731: checking for strtol |
---|
4280 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
4281 | configure:13794: $? = 0 |
---|
4282 | configure:13816: result: yes |
---|
4283 | configure:13731: checking for tgetent |
---|
4284 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
4285 | configure:13794: $? = 0 |
---|
4286 | configure:13816: result: yes |
---|
4287 | configure:13731: checking for towlower |
---|
4288 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
4289 | conftest.c:129: warning: conflicting types for built-in function 'towlower' |
---|
4290 | configure:13794: $? = 0 |
---|
4291 | configure:13816: result: yes |
---|
4292 | configure:13731: checking for towupper |
---|
4293 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
4294 | conftest.c:130: warning: conflicting types for built-in function 'towupper' |
---|
4295 | configure:13794: $? = 0 |
---|
4296 | configure:13816: result: yes |
---|
4297 | configure:13731: checking for iswupper |
---|
4298 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
4299 | conftest.c:131: warning: conflicting types for built-in function 'iswupper' |
---|
4300 | configure:13794: $? = 0 |
---|
4301 | configure:13816: result: yes |
---|
4302 | configure:13731: checking for usleep |
---|
4303 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
4304 | configure:13794: $? = 0 |
---|
4305 | configure:13816: result: yes |
---|
4306 | configure:13731: checking for utime |
---|
4307 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
4308 | configure:13794: $? = 0 |
---|
4309 | configure:13816: result: yes |
---|
4310 | configure:13731: checking for utimes |
---|
4311 | configure:13787: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
4312 | configure:13794: $? = 0 |
---|
4313 | configure:13816: result: yes |
---|
4314 | configure:13828: checking for st_blksize |
---|
4315 | configure:13856: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
4316 | configure:13863: $? = 0 |
---|
4317 | configure:13868: result: yes |
---|
4318 | configure:13883: checking whether stat() ignores a trailing slash |
---|
4319 | configure:13914: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses >&5 |
---|
4320 | configure:13918: $? = 0 |
---|
4321 | configure:13924: ./conftest |
---|
4322 | configure:13928: $? = 1 |
---|
4323 | configure: program exited with status 1 |
---|
4324 | configure: failed program was: |
---|
4325 | | |
---|
4326 | | #include "confdefs.h" |
---|
4327 | | #if STDC_HEADERS |
---|
4328 | | # include <stdlib.h> |
---|
4329 | | # include <stddef.h> |
---|
4330 | | #endif |
---|
4331 | | #include <sys/types.h> |
---|
4332 | | #include <sys/stat.h> |
---|
4333 | | main() {struct stat st; exit(stat("configure/", &st) != 0); } |
---|
4334 | | |
---|
4335 | configure:13950: result: no |
---|
4336 | configure:13960: checking for iconv_open() |
---|
4337 | configure:13989: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses -liconv >&5 |
---|
4338 | configure:13996: $? = 0 |
---|
4339 | configure:14004: result: yes; with -liconv |
---|
4340 | configure:14077: checking for nl_langinfo(CODESET) |
---|
4341 | configure:14104: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lncurses -liconv >&5 |
---|
4342 | configure:14111: $? = 0 |
---|
4343 | configure:14119: result: yes |
---|
4344 | configure:14137: checking for strtod in -lm |
---|
4345 | configure:14172: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5 |
---|
4346 | configure:14179: $? = 0 |
---|
4347 | configure:14200: result: yes |
---|
4348 | configure:14211: checking for strtod() and other floating point functions |
---|
4349 | configure:14253: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5 |
---|
4350 | configure:14260: $? = 0 |
---|
4351 | configure:14268: result: yes |
---|
4352 | configure:14285: checking --disable-acl argument |
---|
4353 | configure:14295: result: no |
---|
4354 | configure:14297: checking for acl_get_file in -lposix1e |
---|
4355 | configure:14332: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lposix1e -lm -lncurses -liconv >&5 |
---|
4356 | /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: can't locate file for: -lposix1e |
---|
4357 | collect2: ld returned 1 exit status |
---|
4358 | configure:14339: $? = 1 |
---|
4359 | configure: failed program was: |
---|
4360 | | /* confdefs.h. */ |
---|
4361 | | #define PACKAGE_NAME "" |
---|
4362 | | #define PACKAGE_TARNAME "" |
---|
4363 | | #define PACKAGE_VERSION "" |
---|
4364 | | #define PACKAGE_STRING "" |
---|
4365 | | #define PACKAGE_BUGREPORT "" |
---|
4366 | | #define UNIX 1 |
---|
4367 | | #define STDC_HEADERS 1 |
---|
4368 | | #define HAVE_SYS_WAIT_H 1 |
---|
4369 | | #define HAVE_SYS_TYPES_H 1 |
---|
4370 | | #define HAVE_SYS_STAT_H 1 |
---|
4371 | | #define HAVE_STDLIB_H 1 |
---|
4372 | | #define HAVE_STRING_H 1 |
---|
4373 | | #define HAVE_MEMORY_H 1 |
---|
4374 | | #define HAVE_STRINGS_H 1 |
---|
4375 | | #define HAVE_INTTYPES_H 1 |
---|
4376 | | #define HAVE_STDINT_H 1 |
---|
4377 | | #define HAVE_UNISTD_H 1 |
---|
4378 | | #define FEAT_NORMAL 1 |
---|
4379 | | #define USE_XSMP_INTERACT 1 |
---|
4380 | | #define FEAT_NETBEANS_INTG 1 |
---|
4381 | | #define FEAT_MBYTE 1 |
---|
4382 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
4383 | | #define HAVE_DATE_TIME 1 |
---|
4384 | | #define HAVE_DIRENT_H 1 |
---|
4385 | | #define HAVE_STDARG_H 1 |
---|
4386 | | #define HAVE_STDLIB_H 1 |
---|
4387 | | #define HAVE_STRING_H 1 |
---|
4388 | | #define HAVE_SYS_SELECT_H 1 |
---|
4389 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
4390 | | #define HAVE_TERMCAP_H 1 |
---|
4391 | | #define HAVE_FCNTL_H 1 |
---|
4392 | | #define HAVE_SGTTY_H 1 |
---|
4393 | | #define HAVE_SYS_IOCTL_H 1 |
---|
4394 | | #define HAVE_SYS_TIME_H 1 |
---|
4395 | | #define HAVE_SYS_TYPES_H 1 |
---|
4396 | | #define HAVE_ICONV_H 1 |
---|
4397 | | #define HAVE_LANGINFO_H 1 |
---|
4398 | | #define HAVE_MATH_H 1 |
---|
4399 | | #define HAVE_UNISTD_H 1 |
---|
4400 | | #define HAVE_ERRNO_H 1 |
---|
4401 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
4402 | | #define HAVE_LOCALE_H 1 |
---|
4403 | | #define HAVE_TERMIOS_H 1 |
---|
4404 | | #define HAVE_LIBC_H 1 |
---|
4405 | | #define HAVE_POLL_H 1 |
---|
4406 | | #define HAVE_SYS_POLL_H 1 |
---|
4407 | | #define HAVE_PWD_H 1 |
---|
4408 | | #define HAVE_UTIME_H 1 |
---|
4409 | | #define HAVE_SYS_PARAM_H 1 |
---|
4410 | | #define HAVE_LIBINTL_H 1 |
---|
4411 | | #define HAVE_LIBGEN_H 1 |
---|
4412 | | #define HAVE_SYS_ACL_H 1 |
---|
4413 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
4414 | | #define HAVE_WCHAR_H 1 |
---|
4415 | | #define HAVE_WCTYPE_H 1 |
---|
4416 | | #define HAVE_STRINGS_H 1 |
---|
4417 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
4418 | | #define TIME_WITH_SYS_TIME 1 |
---|
4419 | | #define TERMINFO 1 |
---|
4420 | | #define HAVE_OSPEED 1 |
---|
4421 | | #define HAVE_UP_BC_PC 1 |
---|
4422 | | #define SYS_SELECT_WITH_SYS_TIME 1 |
---|
4423 | | #define PTYRANGE0 "pqrstuvw" |
---|
4424 | | #define PTYRANGE1 "0123456789abcdef" |
---|
4425 | | #define RETSIGTYPE void |
---|
4426 | | #define SIGRETURN return |
---|
4427 | | #define HAVE_SIGCONTEXT 1 |
---|
4428 | | #define HAVE_BCMP 1 |
---|
4429 | | #define HAVE_FCHDIR 1 |
---|
4430 | | #define HAVE_FCHOWN 1 |
---|
4431 | | #define HAVE_FSEEKO 1 |
---|
4432 | | #define HAVE_FSYNC 1 |
---|
4433 | | #define HAVE_FTELLO 1 |
---|
4434 | | #define HAVE_GETCWD 1 |
---|
4435 | | #define HAVE_GETPWNAM 1 |
---|
4436 | | #define HAVE_GETPWUID 1 |
---|
4437 | | #define HAVE_GETRLIMIT 1 |
---|
4438 | | #define HAVE_GETTIMEOFDAY 1 |
---|
4439 | | #define HAVE_GETWD 1 |
---|
4440 | | #define HAVE_LSTAT 1 |
---|
4441 | | #define HAVE_MEMCMP 1 |
---|
4442 | | #define HAVE_MEMSET 1 |
---|
4443 | | #define HAVE_NANOSLEEP 1 |
---|
4444 | | #define HAVE_OPENDIR 1 |
---|
4445 | | #define HAVE_PUTENV 1 |
---|
4446 | | #define HAVE_QSORT 1 |
---|
4447 | | #define HAVE_READLINK 1 |
---|
4448 | | #define HAVE_SELECT 1 |
---|
4449 | | #define HAVE_SETENV 1 |
---|
4450 | | #define HAVE_SETPGID 1 |
---|
4451 | | #define HAVE_SETSID 1 |
---|
4452 | | #define HAVE_SIGALTSTACK 1 |
---|
4453 | | #define HAVE_SIGSET 1 |
---|
4454 | | #define HAVE_SIGSETJMP 1 |
---|
4455 | | #define HAVE_SIGACTION 1 |
---|
4456 | | #define HAVE_SIGVEC 1 |
---|
4457 | | #define HAVE_STRCASECMP 1 |
---|
4458 | | #define HAVE_STRERROR 1 |
---|
4459 | | #define HAVE_STRFTIME 1 |
---|
4460 | | #define HAVE_STRNCASECMP 1 |
---|
4461 | | #define HAVE_STRPBRK 1 |
---|
4462 | | #define HAVE_STRTOL 1 |
---|
4463 | | #define HAVE_TGETENT 1 |
---|
4464 | | #define HAVE_TOWLOWER 1 |
---|
4465 | | #define HAVE_TOWUPPER 1 |
---|
4466 | | #define HAVE_ISWUPPER 1 |
---|
4467 | | #define HAVE_USLEEP 1 |
---|
4468 | | #define HAVE_UTIME 1 |
---|
4469 | | #define HAVE_UTIMES 1 |
---|
4470 | | #define HAVE_ST_BLKSIZE 1 |
---|
4471 | | #define HAVE_ICONV 1 |
---|
4472 | | #define HAVE_NL_LANGINFO_CODESET 1 |
---|
4473 | | #define HAVE_LIBM 1 |
---|
4474 | | #define HAVE_FLOAT_FUNCS 1 |
---|
4475 | | /* end confdefs.h. */ |
---|
4476 | | |
---|
4477 | | /* Override any GCC internal prototype to avoid an error. |
---|
4478 | | Use char because int might match the return type of a GCC |
---|
4479 | | builtin and then its argument prototype would still apply. */ |
---|
4480 | | #ifdef __cplusplus |
---|
4481 | | extern "C" |
---|
4482 | | #endif |
---|
4483 | | char acl_get_file (); |
---|
4484 | | int |
---|
4485 | | main () |
---|
4486 | | { |
---|
4487 | | return acl_get_file (); |
---|
4488 | | ; |
---|
4489 | | return 0; |
---|
4490 | | } |
---|
4491 | configure:14360: result: no |
---|
4492 | configure:14365: checking for acl_get_file in -lacl |
---|
4493 | configure:14400: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lacl -lm -lncurses -liconv >&5 |
---|
4494 | /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: can't locate file for: -lacl |
---|
4495 | collect2: ld returned 1 exit status |
---|
4496 | configure:14407: $? = 1 |
---|
4497 | configure: failed program was: |
---|
4498 | | /* confdefs.h. */ |
---|
4499 | | #define PACKAGE_NAME "" |
---|
4500 | | #define PACKAGE_TARNAME "" |
---|
4501 | | #define PACKAGE_VERSION "" |
---|
4502 | | #define PACKAGE_STRING "" |
---|
4503 | | #define PACKAGE_BUGREPORT "" |
---|
4504 | | #define UNIX 1 |
---|
4505 | | #define STDC_HEADERS 1 |
---|
4506 | | #define HAVE_SYS_WAIT_H 1 |
---|
4507 | | #define HAVE_SYS_TYPES_H 1 |
---|
4508 | | #define HAVE_SYS_STAT_H 1 |
---|
4509 | | #define HAVE_STDLIB_H 1 |
---|
4510 | | #define HAVE_STRING_H 1 |
---|
4511 | | #define HAVE_MEMORY_H 1 |
---|
4512 | | #define HAVE_STRINGS_H 1 |
---|
4513 | | #define HAVE_INTTYPES_H 1 |
---|
4514 | | #define HAVE_STDINT_H 1 |
---|
4515 | | #define HAVE_UNISTD_H 1 |
---|
4516 | | #define FEAT_NORMAL 1 |
---|
4517 | | #define USE_XSMP_INTERACT 1 |
---|
4518 | | #define FEAT_NETBEANS_INTG 1 |
---|
4519 | | #define FEAT_MBYTE 1 |
---|
4520 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
4521 | | #define HAVE_DATE_TIME 1 |
---|
4522 | | #define HAVE_DIRENT_H 1 |
---|
4523 | | #define HAVE_STDARG_H 1 |
---|
4524 | | #define HAVE_STDLIB_H 1 |
---|
4525 | | #define HAVE_STRING_H 1 |
---|
4526 | | #define HAVE_SYS_SELECT_H 1 |
---|
4527 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
4528 | | #define HAVE_TERMCAP_H 1 |
---|
4529 | | #define HAVE_FCNTL_H 1 |
---|
4530 | | #define HAVE_SGTTY_H 1 |
---|
4531 | | #define HAVE_SYS_IOCTL_H 1 |
---|
4532 | | #define HAVE_SYS_TIME_H 1 |
---|
4533 | | #define HAVE_SYS_TYPES_H 1 |
---|
4534 | | #define HAVE_ICONV_H 1 |
---|
4535 | | #define HAVE_LANGINFO_H 1 |
---|
4536 | | #define HAVE_MATH_H 1 |
---|
4537 | | #define HAVE_UNISTD_H 1 |
---|
4538 | | #define HAVE_ERRNO_H 1 |
---|
4539 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
4540 | | #define HAVE_LOCALE_H 1 |
---|
4541 | | #define HAVE_TERMIOS_H 1 |
---|
4542 | | #define HAVE_LIBC_H 1 |
---|
4543 | | #define HAVE_POLL_H 1 |
---|
4544 | | #define HAVE_SYS_POLL_H 1 |
---|
4545 | | #define HAVE_PWD_H 1 |
---|
4546 | | #define HAVE_UTIME_H 1 |
---|
4547 | | #define HAVE_SYS_PARAM_H 1 |
---|
4548 | | #define HAVE_LIBINTL_H 1 |
---|
4549 | | #define HAVE_LIBGEN_H 1 |
---|
4550 | | #define HAVE_SYS_ACL_H 1 |
---|
4551 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
4552 | | #define HAVE_WCHAR_H 1 |
---|
4553 | | #define HAVE_WCTYPE_H 1 |
---|
4554 | | #define HAVE_STRINGS_H 1 |
---|
4555 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
4556 | | #define TIME_WITH_SYS_TIME 1 |
---|
4557 | | #define TERMINFO 1 |
---|
4558 | | #define HAVE_OSPEED 1 |
---|
4559 | | #define HAVE_UP_BC_PC 1 |
---|
4560 | | #define SYS_SELECT_WITH_SYS_TIME 1 |
---|
4561 | | #define PTYRANGE0 "pqrstuvw" |
---|
4562 | | #define PTYRANGE1 "0123456789abcdef" |
---|
4563 | | #define RETSIGTYPE void |
---|
4564 | | #define SIGRETURN return |
---|
4565 | | #define HAVE_SIGCONTEXT 1 |
---|
4566 | | #define HAVE_BCMP 1 |
---|
4567 | | #define HAVE_FCHDIR 1 |
---|
4568 | | #define HAVE_FCHOWN 1 |
---|
4569 | | #define HAVE_FSEEKO 1 |
---|
4570 | | #define HAVE_FSYNC 1 |
---|
4571 | | #define HAVE_FTELLO 1 |
---|
4572 | | #define HAVE_GETCWD 1 |
---|
4573 | | #define HAVE_GETPWNAM 1 |
---|
4574 | | #define HAVE_GETPWUID 1 |
---|
4575 | | #define HAVE_GETRLIMIT 1 |
---|
4576 | | #define HAVE_GETTIMEOFDAY 1 |
---|
4577 | | #define HAVE_GETWD 1 |
---|
4578 | | #define HAVE_LSTAT 1 |
---|
4579 | | #define HAVE_MEMCMP 1 |
---|
4580 | | #define HAVE_MEMSET 1 |
---|
4581 | | #define HAVE_NANOSLEEP 1 |
---|
4582 | | #define HAVE_OPENDIR 1 |
---|
4583 | | #define HAVE_PUTENV 1 |
---|
4584 | | #define HAVE_QSORT 1 |
---|
4585 | | #define HAVE_READLINK 1 |
---|
4586 | | #define HAVE_SELECT 1 |
---|
4587 | | #define HAVE_SETENV 1 |
---|
4588 | | #define HAVE_SETPGID 1 |
---|
4589 | | #define HAVE_SETSID 1 |
---|
4590 | | #define HAVE_SIGALTSTACK 1 |
---|
4591 | | #define HAVE_SIGSET 1 |
---|
4592 | | #define HAVE_SIGSETJMP 1 |
---|
4593 | | #define HAVE_SIGACTION 1 |
---|
4594 | | #define HAVE_SIGVEC 1 |
---|
4595 | | #define HAVE_STRCASECMP 1 |
---|
4596 | | #define HAVE_STRERROR 1 |
---|
4597 | | #define HAVE_STRFTIME 1 |
---|
4598 | | #define HAVE_STRNCASECMP 1 |
---|
4599 | | #define HAVE_STRPBRK 1 |
---|
4600 | | #define HAVE_STRTOL 1 |
---|
4601 | | #define HAVE_TGETENT 1 |
---|
4602 | | #define HAVE_TOWLOWER 1 |
---|
4603 | | #define HAVE_TOWUPPER 1 |
---|
4604 | | #define HAVE_ISWUPPER 1 |
---|
4605 | | #define HAVE_USLEEP 1 |
---|
4606 | | #define HAVE_UTIME 1 |
---|
4607 | | #define HAVE_UTIMES 1 |
---|
4608 | | #define HAVE_ST_BLKSIZE 1 |
---|
4609 | | #define HAVE_ICONV 1 |
---|
4610 | | #define HAVE_NL_LANGINFO_CODESET 1 |
---|
4611 | | #define HAVE_LIBM 1 |
---|
4612 | | #define HAVE_FLOAT_FUNCS 1 |
---|
4613 | | /* end confdefs.h. */ |
---|
4614 | | |
---|
4615 | | /* Override any GCC internal prototype to avoid an error. |
---|
4616 | | Use char because int might match the return type of a GCC |
---|
4617 | | builtin and then its argument prototype would still apply. */ |
---|
4618 | | #ifdef __cplusplus |
---|
4619 | | extern "C" |
---|
4620 | | #endif |
---|
4621 | | char acl_get_file (); |
---|
4622 | | int |
---|
4623 | | main () |
---|
4624 | | { |
---|
4625 | | return acl_get_file (); |
---|
4626 | | ; |
---|
4627 | | return 0; |
---|
4628 | | } |
---|
4629 | configure:14428: result: no |
---|
4630 | configure:14506: checking for POSIX ACL support |
---|
4631 | configure:14536: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5 |
---|
4632 | configure:14543: $? = 0 |
---|
4633 | configure:14551: result: yes |
---|
4634 | configure:14568: checking for Solaris ACL support |
---|
4635 | configure:14595: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5 |
---|
4636 | In file included from /usr/include/sys/acl.h:26, |
---|
4637 | from conftest.c:120: |
---|
4638 | /usr/include/sys/kauth.h:51: error: parse error before 'u_int8_t' |
---|
4639 | /usr/include/sys/kauth.h:53: error: parse error before 'sid_authority' |
---|
4640 | /usr/include/sys/kauth.h:55: error: parse error before 'sid_authorities' |
---|
4641 | /usr/include/sys/kauth.h:56: error: parse error before '}' token |
---|
4642 | /usr/include/sys/kauth.h:68: error: parse error before 'u_int32_t' |
---|
4643 | /usr/include/sys/kauth.h:75: error: parse error before 'el_flags' |
---|
4644 | /usr/include/sys/kauth.h:91: error: parse error before 'el_uid' |
---|
4645 | /usr/include/sys/kauth.h:93: error: parse error before 'el_uguid_valid' |
---|
4646 | /usr/include/sys/kauth.h:94: error: parse error before 'el_usid' |
---|
4647 | /usr/include/sys/kauth.h:95: error: parse error before 'el_usid_valid' |
---|
4648 | /usr/include/sys/kauth.h:96: error: parse error before 'el_gid' |
---|
4649 | /usr/include/sys/kauth.h:98: error: parse error before 'el_gguid_valid' |
---|
4650 | /usr/include/sys/kauth.h:99: error: parse error before 'el_gsid' |
---|
4651 | /usr/include/sys/kauth.h:100: error: parse error before 'el_gsid_valid' |
---|
4652 | /usr/include/sys/kauth.h:101: error: parse error before 'el_member_valid' |
---|
4653 | /usr/include/sys/kauth.h:115: error: parse error before 'kauth_ace_rights_t' |
---|
4654 | /usr/include/sys/kauth.h:120: error: parse error before 'u_int32_t' |
---|
4655 | /usr/include/sys/kauth.h:150: error: parse error before 'u_int32_t' |
---|
4656 | /usr/include/sys/kauth.h:153: error: array type has incomplete element type |
---|
4657 | /usr/include/sys/kauth.h:154: error: parse error before '}' token |
---|
4658 | /usr/include/sys/kauth.h:195: error: parse error before 'u_int32_t' |
---|
4659 | /usr/include/sys/kauth.h:203: error: parse error before '}' token |
---|
4660 | /usr/include/sys/kauth.h:233: error: parse error before 'xsecurity' |
---|
4661 | In file included from conftest.c:120: |
---|
4662 | /usr/include/sys/acl.h:163: error: parse error before 'acl_copy_ext' |
---|
4663 | /usr/include/sys/acl.h:163: error: parse error before 'ssize_t' |
---|
4664 | /usr/include/sys/acl.h:164: error: parse error before 'acl_copy_ext_native' |
---|
4665 | /usr/include/sys/acl.h:164: error: parse error before 'ssize_t' |
---|
4666 | /usr/include/sys/acl.h:168: error: parse error before 'acl_size' |
---|
4667 | /usr/include/sys/acl.h:169: error: parse error before 'ssize_t' |
---|
4668 | conftest.c: In function 'main': |
---|
4669 | conftest.c:125: error: 'GETACLCNT' undeclared (first use in this function) |
---|
4670 | conftest.c:125: error: (Each undeclared identifier is reported only once |
---|
4671 | conftest.c:125: error: for each function it appears in.) |
---|
4672 | conftest.c:125: error: 'NULL' undeclared (first use in this function) |
---|
4673 | configure:14602: $? = 1 |
---|
4674 | configure: failed program was: |
---|
4675 | | /* confdefs.h. */ |
---|
4676 | | #define PACKAGE_NAME "" |
---|
4677 | | #define PACKAGE_TARNAME "" |
---|
4678 | | #define PACKAGE_VERSION "" |
---|
4679 | | #define PACKAGE_STRING "" |
---|
4680 | | #define PACKAGE_BUGREPORT "" |
---|
4681 | | #define UNIX 1 |
---|
4682 | | #define STDC_HEADERS 1 |
---|
4683 | | #define HAVE_SYS_WAIT_H 1 |
---|
4684 | | #define HAVE_SYS_TYPES_H 1 |
---|
4685 | | #define HAVE_SYS_STAT_H 1 |
---|
4686 | | #define HAVE_STDLIB_H 1 |
---|
4687 | | #define HAVE_STRING_H 1 |
---|
4688 | | #define HAVE_MEMORY_H 1 |
---|
4689 | | #define HAVE_STRINGS_H 1 |
---|
4690 | | #define HAVE_INTTYPES_H 1 |
---|
4691 | | #define HAVE_STDINT_H 1 |
---|
4692 | | #define HAVE_UNISTD_H 1 |
---|
4693 | | #define FEAT_NORMAL 1 |
---|
4694 | | #define USE_XSMP_INTERACT 1 |
---|
4695 | | #define FEAT_NETBEANS_INTG 1 |
---|
4696 | | #define FEAT_MBYTE 1 |
---|
4697 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
4698 | | #define HAVE_DATE_TIME 1 |
---|
4699 | | #define HAVE_DIRENT_H 1 |
---|
4700 | | #define HAVE_STDARG_H 1 |
---|
4701 | | #define HAVE_STDLIB_H 1 |
---|
4702 | | #define HAVE_STRING_H 1 |
---|
4703 | | #define HAVE_SYS_SELECT_H 1 |
---|
4704 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
4705 | | #define HAVE_TERMCAP_H 1 |
---|
4706 | | #define HAVE_FCNTL_H 1 |
---|
4707 | | #define HAVE_SGTTY_H 1 |
---|
4708 | | #define HAVE_SYS_IOCTL_H 1 |
---|
4709 | | #define HAVE_SYS_TIME_H 1 |
---|
4710 | | #define HAVE_SYS_TYPES_H 1 |
---|
4711 | | #define HAVE_ICONV_H 1 |
---|
4712 | | #define HAVE_LANGINFO_H 1 |
---|
4713 | | #define HAVE_MATH_H 1 |
---|
4714 | | #define HAVE_UNISTD_H 1 |
---|
4715 | | #define HAVE_ERRNO_H 1 |
---|
4716 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
4717 | | #define HAVE_LOCALE_H 1 |
---|
4718 | | #define HAVE_TERMIOS_H 1 |
---|
4719 | | #define HAVE_LIBC_H 1 |
---|
4720 | | #define HAVE_POLL_H 1 |
---|
4721 | | #define HAVE_SYS_POLL_H 1 |
---|
4722 | | #define HAVE_PWD_H 1 |
---|
4723 | | #define HAVE_UTIME_H 1 |
---|
4724 | | #define HAVE_SYS_PARAM_H 1 |
---|
4725 | | #define HAVE_LIBINTL_H 1 |
---|
4726 | | #define HAVE_LIBGEN_H 1 |
---|
4727 | | #define HAVE_SYS_ACL_H 1 |
---|
4728 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
4729 | | #define HAVE_WCHAR_H 1 |
---|
4730 | | #define HAVE_WCTYPE_H 1 |
---|
4731 | | #define HAVE_STRINGS_H 1 |
---|
4732 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
4733 | | #define TIME_WITH_SYS_TIME 1 |
---|
4734 | | #define TERMINFO 1 |
---|
4735 | | #define HAVE_OSPEED 1 |
---|
4736 | | #define HAVE_UP_BC_PC 1 |
---|
4737 | | #define SYS_SELECT_WITH_SYS_TIME 1 |
---|
4738 | | #define PTYRANGE0 "pqrstuvw" |
---|
4739 | | #define PTYRANGE1 "0123456789abcdef" |
---|
4740 | | #define RETSIGTYPE void |
---|
4741 | | #define SIGRETURN return |
---|
4742 | | #define HAVE_SIGCONTEXT 1 |
---|
4743 | | #define HAVE_BCMP 1 |
---|
4744 | | #define HAVE_FCHDIR 1 |
---|
4745 | | #define HAVE_FCHOWN 1 |
---|
4746 | | #define HAVE_FSEEKO 1 |
---|
4747 | | #define HAVE_FSYNC 1 |
---|
4748 | | #define HAVE_FTELLO 1 |
---|
4749 | | #define HAVE_GETCWD 1 |
---|
4750 | | #define HAVE_GETPWNAM 1 |
---|
4751 | | #define HAVE_GETPWUID 1 |
---|
4752 | | #define HAVE_GETRLIMIT 1 |
---|
4753 | | #define HAVE_GETTIMEOFDAY 1 |
---|
4754 | | #define HAVE_GETWD 1 |
---|
4755 | | #define HAVE_LSTAT 1 |
---|
4756 | | #define HAVE_MEMCMP 1 |
---|
4757 | | #define HAVE_MEMSET 1 |
---|
4758 | | #define HAVE_NANOSLEEP 1 |
---|
4759 | | #define HAVE_OPENDIR 1 |
---|
4760 | | #define HAVE_PUTENV 1 |
---|
4761 | | #define HAVE_QSORT 1 |
---|
4762 | | #define HAVE_READLINK 1 |
---|
4763 | | #define HAVE_SELECT 1 |
---|
4764 | | #define HAVE_SETENV 1 |
---|
4765 | | #define HAVE_SETPGID 1 |
---|
4766 | | #define HAVE_SETSID 1 |
---|
4767 | | #define HAVE_SIGALTSTACK 1 |
---|
4768 | | #define HAVE_SIGSET 1 |
---|
4769 | | #define HAVE_SIGSETJMP 1 |
---|
4770 | | #define HAVE_SIGACTION 1 |
---|
4771 | | #define HAVE_SIGVEC 1 |
---|
4772 | | #define HAVE_STRCASECMP 1 |
---|
4773 | | #define HAVE_STRERROR 1 |
---|
4774 | | #define HAVE_STRFTIME 1 |
---|
4775 | | #define HAVE_STRNCASECMP 1 |
---|
4776 | | #define HAVE_STRPBRK 1 |
---|
4777 | | #define HAVE_STRTOL 1 |
---|
4778 | | #define HAVE_TGETENT 1 |
---|
4779 | | #define HAVE_TOWLOWER 1 |
---|
4780 | | #define HAVE_TOWUPPER 1 |
---|
4781 | | #define HAVE_ISWUPPER 1 |
---|
4782 | | #define HAVE_USLEEP 1 |
---|
4783 | | #define HAVE_UTIME 1 |
---|
4784 | | #define HAVE_UTIMES 1 |
---|
4785 | | #define HAVE_ST_BLKSIZE 1 |
---|
4786 | | #define HAVE_ICONV 1 |
---|
4787 | | #define HAVE_NL_LANGINFO_CODESET 1 |
---|
4788 | | #define HAVE_LIBM 1 |
---|
4789 | | #define HAVE_FLOAT_FUNCS 1 |
---|
4790 | | #define HAVE_POSIX_ACL 1 |
---|
4791 | | /* end confdefs.h. */ |
---|
4792 | | |
---|
4793 | | #ifdef HAVE_SYS_ACL_H |
---|
4794 | | # include <sys/acl.h> |
---|
4795 | | #endif |
---|
4796 | | int |
---|
4797 | | main () |
---|
4798 | | { |
---|
4799 | | acl("foo", GETACLCNT, 0, NULL); |
---|
4800 | | |
---|
4801 | | ; |
---|
4802 | | return 0; |
---|
4803 | | } |
---|
4804 | configure:14619: result: no |
---|
4805 | configure:14627: checking for AIX ACL support |
---|
4806 | configure:14669: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5 |
---|
4807 | In file included from /usr/include/sys/acl.h:26, |
---|
4808 | from conftest.c:124: |
---|
4809 | /usr/include/sys/kauth.h:96: error: parse error before 'gid_t' |
---|
4810 | /usr/include/sys/kauth.h:102: error: parse error before '}' token |
---|
4811 | In file included from conftest.c:124: |
---|
4812 | /usr/include/sys/acl.h:163: error: parse error before 'acl_copy_ext' |
---|
4813 | /usr/include/sys/acl.h:163: error: parse error before 'ssize_t' |
---|
4814 | /usr/include/sys/acl.h:164: error: parse error before 'acl_copy_ext_native' |
---|
4815 | /usr/include/sys/acl.h:164: error: parse error before 'ssize_t' |
---|
4816 | /usr/include/sys/acl.h:168: error: parse error before 'acl_size' |
---|
4817 | /usr/include/sys/acl.h:169: error: parse error before 'ssize_t' |
---|
4818 | conftest.c: In function 'main': |
---|
4819 | conftest.c:138: error: invalid application of 'sizeof' to incomplete type 'struct acl' |
---|
4820 | conftest.c:140: error: 'STX_NORMAL' undeclared (first use in this function) |
---|
4821 | conftest.c:140: error: (Each undeclared identifier is reported only once |
---|
4822 | conftest.c:140: error: for each function it appears in.) |
---|
4823 | configure:14676: $? = 1 |
---|
4824 | configure: failed program was: |
---|
4825 | | /* confdefs.h. */ |
---|
4826 | | #define PACKAGE_NAME "" |
---|
4827 | | #define PACKAGE_TARNAME "" |
---|
4828 | | #define PACKAGE_VERSION "" |
---|
4829 | | #define PACKAGE_STRING "" |
---|
4830 | | #define PACKAGE_BUGREPORT "" |
---|
4831 | | #define UNIX 1 |
---|
4832 | | #define STDC_HEADERS 1 |
---|
4833 | | #define HAVE_SYS_WAIT_H 1 |
---|
4834 | | #define HAVE_SYS_TYPES_H 1 |
---|
4835 | | #define HAVE_SYS_STAT_H 1 |
---|
4836 | | #define HAVE_STDLIB_H 1 |
---|
4837 | | #define HAVE_STRING_H 1 |
---|
4838 | | #define HAVE_MEMORY_H 1 |
---|
4839 | | #define HAVE_STRINGS_H 1 |
---|
4840 | | #define HAVE_INTTYPES_H 1 |
---|
4841 | | #define HAVE_STDINT_H 1 |
---|
4842 | | #define HAVE_UNISTD_H 1 |
---|
4843 | | #define FEAT_NORMAL 1 |
---|
4844 | | #define USE_XSMP_INTERACT 1 |
---|
4845 | | #define FEAT_NETBEANS_INTG 1 |
---|
4846 | | #define FEAT_MBYTE 1 |
---|
4847 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
4848 | | #define HAVE_DATE_TIME 1 |
---|
4849 | | #define HAVE_DIRENT_H 1 |
---|
4850 | | #define HAVE_STDARG_H 1 |
---|
4851 | | #define HAVE_STDLIB_H 1 |
---|
4852 | | #define HAVE_STRING_H 1 |
---|
4853 | | #define HAVE_SYS_SELECT_H 1 |
---|
4854 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
4855 | | #define HAVE_TERMCAP_H 1 |
---|
4856 | | #define HAVE_FCNTL_H 1 |
---|
4857 | | #define HAVE_SGTTY_H 1 |
---|
4858 | | #define HAVE_SYS_IOCTL_H 1 |
---|
4859 | | #define HAVE_SYS_TIME_H 1 |
---|
4860 | | #define HAVE_SYS_TYPES_H 1 |
---|
4861 | | #define HAVE_ICONV_H 1 |
---|
4862 | | #define HAVE_LANGINFO_H 1 |
---|
4863 | | #define HAVE_MATH_H 1 |
---|
4864 | | #define HAVE_UNISTD_H 1 |
---|
4865 | | #define HAVE_ERRNO_H 1 |
---|
4866 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
4867 | | #define HAVE_LOCALE_H 1 |
---|
4868 | | #define HAVE_TERMIOS_H 1 |
---|
4869 | | #define HAVE_LIBC_H 1 |
---|
4870 | | #define HAVE_POLL_H 1 |
---|
4871 | | #define HAVE_SYS_POLL_H 1 |
---|
4872 | | #define HAVE_PWD_H 1 |
---|
4873 | | #define HAVE_UTIME_H 1 |
---|
4874 | | #define HAVE_SYS_PARAM_H 1 |
---|
4875 | | #define HAVE_LIBINTL_H 1 |
---|
4876 | | #define HAVE_LIBGEN_H 1 |
---|
4877 | | #define HAVE_SYS_ACL_H 1 |
---|
4878 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
4879 | | #define HAVE_WCHAR_H 1 |
---|
4880 | | #define HAVE_WCTYPE_H 1 |
---|
4881 | | #define HAVE_STRINGS_H 1 |
---|
4882 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
4883 | | #define TIME_WITH_SYS_TIME 1 |
---|
4884 | | #define TERMINFO 1 |
---|
4885 | | #define HAVE_OSPEED 1 |
---|
4886 | | #define HAVE_UP_BC_PC 1 |
---|
4887 | | #define SYS_SELECT_WITH_SYS_TIME 1 |
---|
4888 | | #define PTYRANGE0 "pqrstuvw" |
---|
4889 | | #define PTYRANGE1 "0123456789abcdef" |
---|
4890 | | #define RETSIGTYPE void |
---|
4891 | | #define SIGRETURN return |
---|
4892 | | #define HAVE_SIGCONTEXT 1 |
---|
4893 | | #define HAVE_BCMP 1 |
---|
4894 | | #define HAVE_FCHDIR 1 |
---|
4895 | | #define HAVE_FCHOWN 1 |
---|
4896 | | #define HAVE_FSEEKO 1 |
---|
4897 | | #define HAVE_FSYNC 1 |
---|
4898 | | #define HAVE_FTELLO 1 |
---|
4899 | | #define HAVE_GETCWD 1 |
---|
4900 | | #define HAVE_GETPWNAM 1 |
---|
4901 | | #define HAVE_GETPWUID 1 |
---|
4902 | | #define HAVE_GETRLIMIT 1 |
---|
4903 | | #define HAVE_GETTIMEOFDAY 1 |
---|
4904 | | #define HAVE_GETWD 1 |
---|
4905 | | #define HAVE_LSTAT 1 |
---|
4906 | | #define HAVE_MEMCMP 1 |
---|
4907 | | #define HAVE_MEMSET 1 |
---|
4908 | | #define HAVE_NANOSLEEP 1 |
---|
4909 | | #define HAVE_OPENDIR 1 |
---|
4910 | | #define HAVE_PUTENV 1 |
---|
4911 | | #define HAVE_QSORT 1 |
---|
4912 | | #define HAVE_READLINK 1 |
---|
4913 | | #define HAVE_SELECT 1 |
---|
4914 | | #define HAVE_SETENV 1 |
---|
4915 | | #define HAVE_SETPGID 1 |
---|
4916 | | #define HAVE_SETSID 1 |
---|
4917 | | #define HAVE_SIGALTSTACK 1 |
---|
4918 | | #define HAVE_SIGSET 1 |
---|
4919 | | #define HAVE_SIGSETJMP 1 |
---|
4920 | | #define HAVE_SIGACTION 1 |
---|
4921 | | #define HAVE_SIGVEC 1 |
---|
4922 | | #define HAVE_STRCASECMP 1 |
---|
4923 | | #define HAVE_STRERROR 1 |
---|
4924 | | #define HAVE_STRFTIME 1 |
---|
4925 | | #define HAVE_STRNCASECMP 1 |
---|
4926 | | #define HAVE_STRPBRK 1 |
---|
4927 | | #define HAVE_STRTOL 1 |
---|
4928 | | #define HAVE_TGETENT 1 |
---|
4929 | | #define HAVE_TOWLOWER 1 |
---|
4930 | | #define HAVE_TOWUPPER 1 |
---|
4931 | | #define HAVE_ISWUPPER 1 |
---|
4932 | | #define HAVE_USLEEP 1 |
---|
4933 | | #define HAVE_UTIME 1 |
---|
4934 | | #define HAVE_UTIMES 1 |
---|
4935 | | #define HAVE_ST_BLKSIZE 1 |
---|
4936 | | #define HAVE_ICONV 1 |
---|
4937 | | #define HAVE_NL_LANGINFO_CODESET 1 |
---|
4938 | | #define HAVE_LIBM 1 |
---|
4939 | | #define HAVE_FLOAT_FUNCS 1 |
---|
4940 | | #define HAVE_POSIX_ACL 1 |
---|
4941 | | /* end confdefs.h. */ |
---|
4942 | | |
---|
4943 | | #if STDC_HEADERS |
---|
4944 | | # include <stdlib.h> |
---|
4945 | | # include <stddef.h> |
---|
4946 | | #endif |
---|
4947 | | #ifdef HAVE_SYS_ACL_H |
---|
4948 | | # include <sys/acl.h> |
---|
4949 | | #endif |
---|
4950 | | #ifdef HAVE_SYS_ACCESS_H |
---|
4951 | | # include <sys/access.h> |
---|
4952 | | #endif |
---|
4953 | | #define _ALL_SOURCE |
---|
4954 | | |
---|
4955 | | #include <sys/stat.h> |
---|
4956 | | |
---|
4957 | | int aclsize; |
---|
4958 | | struct acl *aclent; |
---|
4959 | | int |
---|
4960 | | main () |
---|
4961 | | { |
---|
4962 | | aclsize = sizeof(struct acl); |
---|
4963 | | aclent = (void *)malloc(aclsize); |
---|
4964 | | statacl("foo", STX_NORMAL, aclent, aclsize); |
---|
4965 | | |
---|
4966 | | ; |
---|
4967 | | return 0; |
---|
4968 | | } |
---|
4969 | configure:14693: result: no |
---|
4970 | configure:14705: checking --disable-gpm argument |
---|
4971 | configure:14785: result: yes |
---|
4972 | configure:14789: checking --disable-sysmouse argument |
---|
4973 | configure:14800: result: no |
---|
4974 | configure:14802: checking for sysmouse |
---|
4975 | configure:14834: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5 |
---|
4976 | conftest.c:118:24: error: sys/consio.h: No such file or directory |
---|
4977 | conftest.c:120:28: error: sys/fbio.h: No such file or directory |
---|
4978 | conftest.c: In function 'main': |
---|
4979 | conftest.c:124: error: storage size of 'mouse' isn't known |
---|
4980 | conftest.c:125: error: 'MOUSE_MODE' undeclared (first use in this function) |
---|
4981 | conftest.c:125: error: (Each undeclared identifier is reported only once |
---|
4982 | conftest.c:125: error: for each function it appears in.) |
---|
4983 | conftest.c:126: error: 'MOUSE_SHOW' undeclared (first use in this function) |
---|
4984 | configure:14841: $? = 1 |
---|
4985 | configure: failed program was: |
---|
4986 | | /* confdefs.h. */ |
---|
4987 | | #define PACKAGE_NAME "" |
---|
4988 | | #define PACKAGE_TARNAME "" |
---|
4989 | | #define PACKAGE_VERSION "" |
---|
4990 | | #define PACKAGE_STRING "" |
---|
4991 | | #define PACKAGE_BUGREPORT "" |
---|
4992 | | #define UNIX 1 |
---|
4993 | | #define STDC_HEADERS 1 |
---|
4994 | | #define HAVE_SYS_WAIT_H 1 |
---|
4995 | | #define HAVE_SYS_TYPES_H 1 |
---|
4996 | | #define HAVE_SYS_STAT_H 1 |
---|
4997 | | #define HAVE_STDLIB_H 1 |
---|
4998 | | #define HAVE_STRING_H 1 |
---|
4999 | | #define HAVE_MEMORY_H 1 |
---|
5000 | | #define HAVE_STRINGS_H 1 |
---|
5001 | | #define HAVE_INTTYPES_H 1 |
---|
5002 | | #define HAVE_STDINT_H 1 |
---|
5003 | | #define HAVE_UNISTD_H 1 |
---|
5004 | | #define FEAT_NORMAL 1 |
---|
5005 | | #define USE_XSMP_INTERACT 1 |
---|
5006 | | #define FEAT_NETBEANS_INTG 1 |
---|
5007 | | #define FEAT_MBYTE 1 |
---|
5008 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
5009 | | #define HAVE_DATE_TIME 1 |
---|
5010 | | #define HAVE_DIRENT_H 1 |
---|
5011 | | #define HAVE_STDARG_H 1 |
---|
5012 | | #define HAVE_STDLIB_H 1 |
---|
5013 | | #define HAVE_STRING_H 1 |
---|
5014 | | #define HAVE_SYS_SELECT_H 1 |
---|
5015 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
5016 | | #define HAVE_TERMCAP_H 1 |
---|
5017 | | #define HAVE_FCNTL_H 1 |
---|
5018 | | #define HAVE_SGTTY_H 1 |
---|
5019 | | #define HAVE_SYS_IOCTL_H 1 |
---|
5020 | | #define HAVE_SYS_TIME_H 1 |
---|
5021 | | #define HAVE_SYS_TYPES_H 1 |
---|
5022 | | #define HAVE_ICONV_H 1 |
---|
5023 | | #define HAVE_LANGINFO_H 1 |
---|
5024 | | #define HAVE_MATH_H 1 |
---|
5025 | | #define HAVE_UNISTD_H 1 |
---|
5026 | | #define HAVE_ERRNO_H 1 |
---|
5027 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
5028 | | #define HAVE_LOCALE_H 1 |
---|
5029 | | #define HAVE_TERMIOS_H 1 |
---|
5030 | | #define HAVE_LIBC_H 1 |
---|
5031 | | #define HAVE_POLL_H 1 |
---|
5032 | | #define HAVE_SYS_POLL_H 1 |
---|
5033 | | #define HAVE_PWD_H 1 |
---|
5034 | | #define HAVE_UTIME_H 1 |
---|
5035 | | #define HAVE_SYS_PARAM_H 1 |
---|
5036 | | #define HAVE_LIBINTL_H 1 |
---|
5037 | | #define HAVE_LIBGEN_H 1 |
---|
5038 | | #define HAVE_SYS_ACL_H 1 |
---|
5039 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
5040 | | #define HAVE_WCHAR_H 1 |
---|
5041 | | #define HAVE_WCTYPE_H 1 |
---|
5042 | | #define HAVE_STRINGS_H 1 |
---|
5043 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
5044 | | #define TIME_WITH_SYS_TIME 1 |
---|
5045 | | #define TERMINFO 1 |
---|
5046 | | #define HAVE_OSPEED 1 |
---|
5047 | | #define HAVE_UP_BC_PC 1 |
---|
5048 | | #define SYS_SELECT_WITH_SYS_TIME 1 |
---|
5049 | | #define PTYRANGE0 "pqrstuvw" |
---|
5050 | | #define PTYRANGE1 "0123456789abcdef" |
---|
5051 | | #define RETSIGTYPE void |
---|
5052 | | #define SIGRETURN return |
---|
5053 | | #define HAVE_SIGCONTEXT 1 |
---|
5054 | | #define HAVE_BCMP 1 |
---|
5055 | | #define HAVE_FCHDIR 1 |
---|
5056 | | #define HAVE_FCHOWN 1 |
---|
5057 | | #define HAVE_FSEEKO 1 |
---|
5058 | | #define HAVE_FSYNC 1 |
---|
5059 | | #define HAVE_FTELLO 1 |
---|
5060 | | #define HAVE_GETCWD 1 |
---|
5061 | | #define HAVE_GETPWNAM 1 |
---|
5062 | | #define HAVE_GETPWUID 1 |
---|
5063 | | #define HAVE_GETRLIMIT 1 |
---|
5064 | | #define HAVE_GETTIMEOFDAY 1 |
---|
5065 | | #define HAVE_GETWD 1 |
---|
5066 | | #define HAVE_LSTAT 1 |
---|
5067 | | #define HAVE_MEMCMP 1 |
---|
5068 | | #define HAVE_MEMSET 1 |
---|
5069 | | #define HAVE_NANOSLEEP 1 |
---|
5070 | | #define HAVE_OPENDIR 1 |
---|
5071 | | #define HAVE_PUTENV 1 |
---|
5072 | | #define HAVE_QSORT 1 |
---|
5073 | | #define HAVE_READLINK 1 |
---|
5074 | | #define HAVE_SELECT 1 |
---|
5075 | | #define HAVE_SETENV 1 |
---|
5076 | | #define HAVE_SETPGID 1 |
---|
5077 | | #define HAVE_SETSID 1 |
---|
5078 | | #define HAVE_SIGALTSTACK 1 |
---|
5079 | | #define HAVE_SIGSET 1 |
---|
5080 | | #define HAVE_SIGSETJMP 1 |
---|
5081 | | #define HAVE_SIGACTION 1 |
---|
5082 | | #define HAVE_SIGVEC 1 |
---|
5083 | | #define HAVE_STRCASECMP 1 |
---|
5084 | | #define HAVE_STRERROR 1 |
---|
5085 | | #define HAVE_STRFTIME 1 |
---|
5086 | | #define HAVE_STRNCASECMP 1 |
---|
5087 | | #define HAVE_STRPBRK 1 |
---|
5088 | | #define HAVE_STRTOL 1 |
---|
5089 | | #define HAVE_TGETENT 1 |
---|
5090 | | #define HAVE_TOWLOWER 1 |
---|
5091 | | #define HAVE_TOWUPPER 1 |
---|
5092 | | #define HAVE_ISWUPPER 1 |
---|
5093 | | #define HAVE_USLEEP 1 |
---|
5094 | | #define HAVE_UTIME 1 |
---|
5095 | | #define HAVE_UTIMES 1 |
---|
5096 | | #define HAVE_ST_BLKSIZE 1 |
---|
5097 | | #define HAVE_ICONV 1 |
---|
5098 | | #define HAVE_NL_LANGINFO_CODESET 1 |
---|
5099 | | #define HAVE_LIBM 1 |
---|
5100 | | #define HAVE_FLOAT_FUNCS 1 |
---|
5101 | | #define HAVE_POSIX_ACL 1 |
---|
5102 | | /* end confdefs.h. */ |
---|
5103 | | #include <sys/consio.h> |
---|
5104 | | #include <signal.h> |
---|
5105 | | #include <sys/fbio.h> |
---|
5106 | | int |
---|
5107 | | main () |
---|
5108 | | { |
---|
5109 | | struct mouse_info mouse; |
---|
5110 | | mouse.operation = MOUSE_MODE; |
---|
5111 | | mouse.operation = MOUSE_SHOW; |
---|
5112 | | mouse.u.mode.mode = 0; |
---|
5113 | | mouse.u.mode.signal = SIGUSR2; |
---|
5114 | | ; |
---|
5115 | | return 0; |
---|
5116 | | } |
---|
5117 | configure:14862: result: no |
---|
5118 | configure:14875: checking for rename |
---|
5119 | configure:14898: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5 |
---|
5120 | configure:14905: $? = 0 |
---|
5121 | configure:14913: result: yes |
---|
5122 | configure:14930: checking for sysctl |
---|
5123 | configure:14961: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
5124 | configure:14968: $? = 0 |
---|
5125 | configure:14973: result: yes |
---|
5126 | configure:14988: checking for sysinfo |
---|
5127 | configure:15017: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
5128 | conftest.c:121:25: error: sys/sysinfo.h: No such file or directory |
---|
5129 | conftest.c: In function 'main': |
---|
5130 | conftest.c:125: error: storage size of 'sinfo' isn't known |
---|
5131 | configure:15024: $? = 1 |
---|
5132 | configure: failed program was: |
---|
5133 | | /* confdefs.h. */ |
---|
5134 | | #define PACKAGE_NAME "" |
---|
5135 | | #define PACKAGE_TARNAME "" |
---|
5136 | | #define PACKAGE_VERSION "" |
---|
5137 | | #define PACKAGE_STRING "" |
---|
5138 | | #define PACKAGE_BUGREPORT "" |
---|
5139 | | #define UNIX 1 |
---|
5140 | | #define STDC_HEADERS 1 |
---|
5141 | | #define HAVE_SYS_WAIT_H 1 |
---|
5142 | | #define HAVE_SYS_TYPES_H 1 |
---|
5143 | | #define HAVE_SYS_STAT_H 1 |
---|
5144 | | #define HAVE_STDLIB_H 1 |
---|
5145 | | #define HAVE_STRING_H 1 |
---|
5146 | | #define HAVE_MEMORY_H 1 |
---|
5147 | | #define HAVE_STRINGS_H 1 |
---|
5148 | | #define HAVE_INTTYPES_H 1 |
---|
5149 | | #define HAVE_STDINT_H 1 |
---|
5150 | | #define HAVE_UNISTD_H 1 |
---|
5151 | | #define FEAT_NORMAL 1 |
---|
5152 | | #define USE_XSMP_INTERACT 1 |
---|
5153 | | #define FEAT_NETBEANS_INTG 1 |
---|
5154 | | #define FEAT_MBYTE 1 |
---|
5155 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
5156 | | #define HAVE_DATE_TIME 1 |
---|
5157 | | #define HAVE_DIRENT_H 1 |
---|
5158 | | #define HAVE_STDARG_H 1 |
---|
5159 | | #define HAVE_STDLIB_H 1 |
---|
5160 | | #define HAVE_STRING_H 1 |
---|
5161 | | #define HAVE_SYS_SELECT_H 1 |
---|
5162 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
5163 | | #define HAVE_TERMCAP_H 1 |
---|
5164 | | #define HAVE_FCNTL_H 1 |
---|
5165 | | #define HAVE_SGTTY_H 1 |
---|
5166 | | #define HAVE_SYS_IOCTL_H 1 |
---|
5167 | | #define HAVE_SYS_TIME_H 1 |
---|
5168 | | #define HAVE_SYS_TYPES_H 1 |
---|
5169 | | #define HAVE_ICONV_H 1 |
---|
5170 | | #define HAVE_LANGINFO_H 1 |
---|
5171 | | #define HAVE_MATH_H 1 |
---|
5172 | | #define HAVE_UNISTD_H 1 |
---|
5173 | | #define HAVE_ERRNO_H 1 |
---|
5174 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
5175 | | #define HAVE_LOCALE_H 1 |
---|
5176 | | #define HAVE_TERMIOS_H 1 |
---|
5177 | | #define HAVE_LIBC_H 1 |
---|
5178 | | #define HAVE_POLL_H 1 |
---|
5179 | | #define HAVE_SYS_POLL_H 1 |
---|
5180 | | #define HAVE_PWD_H 1 |
---|
5181 | | #define HAVE_UTIME_H 1 |
---|
5182 | | #define HAVE_SYS_PARAM_H 1 |
---|
5183 | | #define HAVE_LIBINTL_H 1 |
---|
5184 | | #define HAVE_LIBGEN_H 1 |
---|
5185 | | #define HAVE_SYS_ACL_H 1 |
---|
5186 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
5187 | | #define HAVE_WCHAR_H 1 |
---|
5188 | | #define HAVE_WCTYPE_H 1 |
---|
5189 | | #define HAVE_STRINGS_H 1 |
---|
5190 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
5191 | | #define TIME_WITH_SYS_TIME 1 |
---|
5192 | | #define TERMINFO 1 |
---|
5193 | | #define HAVE_OSPEED 1 |
---|
5194 | | #define HAVE_UP_BC_PC 1 |
---|
5195 | | #define SYS_SELECT_WITH_SYS_TIME 1 |
---|
5196 | | #define PTYRANGE0 "pqrstuvw" |
---|
5197 | | #define PTYRANGE1 "0123456789abcdef" |
---|
5198 | | #define RETSIGTYPE void |
---|
5199 | | #define SIGRETURN return |
---|
5200 | | #define HAVE_SIGCONTEXT 1 |
---|
5201 | | #define HAVE_BCMP 1 |
---|
5202 | | #define HAVE_FCHDIR 1 |
---|
5203 | | #define HAVE_FCHOWN 1 |
---|
5204 | | #define HAVE_FSEEKO 1 |
---|
5205 | | #define HAVE_FSYNC 1 |
---|
5206 | | #define HAVE_FTELLO 1 |
---|
5207 | | #define HAVE_GETCWD 1 |
---|
5208 | | #define HAVE_GETPWNAM 1 |
---|
5209 | | #define HAVE_GETPWUID 1 |
---|
5210 | | #define HAVE_GETRLIMIT 1 |
---|
5211 | | #define HAVE_GETTIMEOFDAY 1 |
---|
5212 | | #define HAVE_GETWD 1 |
---|
5213 | | #define HAVE_LSTAT 1 |
---|
5214 | | #define HAVE_MEMCMP 1 |
---|
5215 | | #define HAVE_MEMSET 1 |
---|
5216 | | #define HAVE_NANOSLEEP 1 |
---|
5217 | | #define HAVE_OPENDIR 1 |
---|
5218 | | #define HAVE_PUTENV 1 |
---|
5219 | | #define HAVE_QSORT 1 |
---|
5220 | | #define HAVE_READLINK 1 |
---|
5221 | | #define HAVE_SELECT 1 |
---|
5222 | | #define HAVE_SETENV 1 |
---|
5223 | | #define HAVE_SETPGID 1 |
---|
5224 | | #define HAVE_SETSID 1 |
---|
5225 | | #define HAVE_SIGALTSTACK 1 |
---|
5226 | | #define HAVE_SIGSET 1 |
---|
5227 | | #define HAVE_SIGSETJMP 1 |
---|
5228 | | #define HAVE_SIGACTION 1 |
---|
5229 | | #define HAVE_SIGVEC 1 |
---|
5230 | | #define HAVE_STRCASECMP 1 |
---|
5231 | | #define HAVE_STRERROR 1 |
---|
5232 | | #define HAVE_STRFTIME 1 |
---|
5233 | | #define HAVE_STRNCASECMP 1 |
---|
5234 | | #define HAVE_STRPBRK 1 |
---|
5235 | | #define HAVE_STRTOL 1 |
---|
5236 | | #define HAVE_TGETENT 1 |
---|
5237 | | #define HAVE_TOWLOWER 1 |
---|
5238 | | #define HAVE_TOWUPPER 1 |
---|
5239 | | #define HAVE_ISWUPPER 1 |
---|
5240 | | #define HAVE_USLEEP 1 |
---|
5241 | | #define HAVE_UTIME 1 |
---|
5242 | | #define HAVE_UTIMES 1 |
---|
5243 | | #define HAVE_ST_BLKSIZE 1 |
---|
5244 | | #define HAVE_ICONV 1 |
---|
5245 | | #define HAVE_NL_LANGINFO_CODESET 1 |
---|
5246 | | #define HAVE_LIBM 1 |
---|
5247 | | #define HAVE_FLOAT_FUNCS 1 |
---|
5248 | | #define HAVE_POSIX_ACL 1 |
---|
5249 | | #define HAVE_RENAME 1 |
---|
5250 | | #define HAVE_SYSCTL 1 |
---|
5251 | | /* end confdefs.h. */ |
---|
5252 | | #include <sys/types.h> |
---|
5253 | | #include <sys/sysinfo.h> |
---|
5254 | | int |
---|
5255 | | main () |
---|
5256 | | { |
---|
5257 | | struct sysinfo sinfo; |
---|
5258 | | int t; |
---|
5259 | | |
---|
5260 | | (void)sysinfo(&sinfo); |
---|
5261 | | t = sinfo.totalram; |
---|
5262 | | |
---|
5263 | | ; |
---|
5264 | | return 0; |
---|
5265 | | } |
---|
5266 | configure:15038: result: not usable |
---|
5267 | configure:15044: checking for sysinfo.mem_unit |
---|
5268 | configure:15070: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
5269 | conftest.c:121:25: error: sys/sysinfo.h: No such file or directory |
---|
5270 | conftest.c: In function 'main': |
---|
5271 | conftest.c:125: error: storage size of 'sinfo' isn't known |
---|
5272 | configure:15077: $? = 1 |
---|
5273 | configure: failed program was: |
---|
5274 | | /* confdefs.h. */ |
---|
5275 | | #define PACKAGE_NAME "" |
---|
5276 | | #define PACKAGE_TARNAME "" |
---|
5277 | | #define PACKAGE_VERSION "" |
---|
5278 | | #define PACKAGE_STRING "" |
---|
5279 | | #define PACKAGE_BUGREPORT "" |
---|
5280 | | #define UNIX 1 |
---|
5281 | | #define STDC_HEADERS 1 |
---|
5282 | | #define HAVE_SYS_WAIT_H 1 |
---|
5283 | | #define HAVE_SYS_TYPES_H 1 |
---|
5284 | | #define HAVE_SYS_STAT_H 1 |
---|
5285 | | #define HAVE_STDLIB_H 1 |
---|
5286 | | #define HAVE_STRING_H 1 |
---|
5287 | | #define HAVE_MEMORY_H 1 |
---|
5288 | | #define HAVE_STRINGS_H 1 |
---|
5289 | | #define HAVE_INTTYPES_H 1 |
---|
5290 | | #define HAVE_STDINT_H 1 |
---|
5291 | | #define HAVE_UNISTD_H 1 |
---|
5292 | | #define FEAT_NORMAL 1 |
---|
5293 | | #define USE_XSMP_INTERACT 1 |
---|
5294 | | #define FEAT_NETBEANS_INTG 1 |
---|
5295 | | #define FEAT_MBYTE 1 |
---|
5296 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
5297 | | #define HAVE_DATE_TIME 1 |
---|
5298 | | #define HAVE_DIRENT_H 1 |
---|
5299 | | #define HAVE_STDARG_H 1 |
---|
5300 | | #define HAVE_STDLIB_H 1 |
---|
5301 | | #define HAVE_STRING_H 1 |
---|
5302 | | #define HAVE_SYS_SELECT_H 1 |
---|
5303 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
5304 | | #define HAVE_TERMCAP_H 1 |
---|
5305 | | #define HAVE_FCNTL_H 1 |
---|
5306 | | #define HAVE_SGTTY_H 1 |
---|
5307 | | #define HAVE_SYS_IOCTL_H 1 |
---|
5308 | | #define HAVE_SYS_TIME_H 1 |
---|
5309 | | #define HAVE_SYS_TYPES_H 1 |
---|
5310 | | #define HAVE_ICONV_H 1 |
---|
5311 | | #define HAVE_LANGINFO_H 1 |
---|
5312 | | #define HAVE_MATH_H 1 |
---|
5313 | | #define HAVE_UNISTD_H 1 |
---|
5314 | | #define HAVE_ERRNO_H 1 |
---|
5315 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
5316 | | #define HAVE_LOCALE_H 1 |
---|
5317 | | #define HAVE_TERMIOS_H 1 |
---|
5318 | | #define HAVE_LIBC_H 1 |
---|
5319 | | #define HAVE_POLL_H 1 |
---|
5320 | | #define HAVE_SYS_POLL_H 1 |
---|
5321 | | #define HAVE_PWD_H 1 |
---|
5322 | | #define HAVE_UTIME_H 1 |
---|
5323 | | #define HAVE_SYS_PARAM_H 1 |
---|
5324 | | #define HAVE_LIBINTL_H 1 |
---|
5325 | | #define HAVE_LIBGEN_H 1 |
---|
5326 | | #define HAVE_SYS_ACL_H 1 |
---|
5327 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
5328 | | #define HAVE_WCHAR_H 1 |
---|
5329 | | #define HAVE_WCTYPE_H 1 |
---|
5330 | | #define HAVE_STRINGS_H 1 |
---|
5331 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
5332 | | #define TIME_WITH_SYS_TIME 1 |
---|
5333 | | #define TERMINFO 1 |
---|
5334 | | #define HAVE_OSPEED 1 |
---|
5335 | | #define HAVE_UP_BC_PC 1 |
---|
5336 | | #define SYS_SELECT_WITH_SYS_TIME 1 |
---|
5337 | | #define PTYRANGE0 "pqrstuvw" |
---|
5338 | | #define PTYRANGE1 "0123456789abcdef" |
---|
5339 | | #define RETSIGTYPE void |
---|
5340 | | #define SIGRETURN return |
---|
5341 | | #define HAVE_SIGCONTEXT 1 |
---|
5342 | | #define HAVE_BCMP 1 |
---|
5343 | | #define HAVE_FCHDIR 1 |
---|
5344 | | #define HAVE_FCHOWN 1 |
---|
5345 | | #define HAVE_FSEEKO 1 |
---|
5346 | | #define HAVE_FSYNC 1 |
---|
5347 | | #define HAVE_FTELLO 1 |
---|
5348 | | #define HAVE_GETCWD 1 |
---|
5349 | | #define HAVE_GETPWNAM 1 |
---|
5350 | | #define HAVE_GETPWUID 1 |
---|
5351 | | #define HAVE_GETRLIMIT 1 |
---|
5352 | | #define HAVE_GETTIMEOFDAY 1 |
---|
5353 | | #define HAVE_GETWD 1 |
---|
5354 | | #define HAVE_LSTAT 1 |
---|
5355 | | #define HAVE_MEMCMP 1 |
---|
5356 | | #define HAVE_MEMSET 1 |
---|
5357 | | #define HAVE_NANOSLEEP 1 |
---|
5358 | | #define HAVE_OPENDIR 1 |
---|
5359 | | #define HAVE_PUTENV 1 |
---|
5360 | | #define HAVE_QSORT 1 |
---|
5361 | | #define HAVE_READLINK 1 |
---|
5362 | | #define HAVE_SELECT 1 |
---|
5363 | | #define HAVE_SETENV 1 |
---|
5364 | | #define HAVE_SETPGID 1 |
---|
5365 | | #define HAVE_SETSID 1 |
---|
5366 | | #define HAVE_SIGALTSTACK 1 |
---|
5367 | | #define HAVE_SIGSET 1 |
---|
5368 | | #define HAVE_SIGSETJMP 1 |
---|
5369 | | #define HAVE_SIGACTION 1 |
---|
5370 | | #define HAVE_SIGVEC 1 |
---|
5371 | | #define HAVE_STRCASECMP 1 |
---|
5372 | | #define HAVE_STRERROR 1 |
---|
5373 | | #define HAVE_STRFTIME 1 |
---|
5374 | | #define HAVE_STRNCASECMP 1 |
---|
5375 | | #define HAVE_STRPBRK 1 |
---|
5376 | | #define HAVE_STRTOL 1 |
---|
5377 | | #define HAVE_TGETENT 1 |
---|
5378 | | #define HAVE_TOWLOWER 1 |
---|
5379 | | #define HAVE_TOWUPPER 1 |
---|
5380 | | #define HAVE_ISWUPPER 1 |
---|
5381 | | #define HAVE_USLEEP 1 |
---|
5382 | | #define HAVE_UTIME 1 |
---|
5383 | | #define HAVE_UTIMES 1 |
---|
5384 | | #define HAVE_ST_BLKSIZE 1 |
---|
5385 | | #define HAVE_ICONV 1 |
---|
5386 | | #define HAVE_NL_LANGINFO_CODESET 1 |
---|
5387 | | #define HAVE_LIBM 1 |
---|
5388 | | #define HAVE_FLOAT_FUNCS 1 |
---|
5389 | | #define HAVE_POSIX_ACL 1 |
---|
5390 | | #define HAVE_RENAME 1 |
---|
5391 | | #define HAVE_SYSCTL 1 |
---|
5392 | | /* end confdefs.h. */ |
---|
5393 | | #include <sys/types.h> |
---|
5394 | | #include <sys/sysinfo.h> |
---|
5395 | | int |
---|
5396 | | main () |
---|
5397 | | { |
---|
5398 | | struct sysinfo sinfo; |
---|
5399 | | sinfo.mem_unit = 1; |
---|
5400 | | |
---|
5401 | | ; |
---|
5402 | | return 0; |
---|
5403 | | } |
---|
5404 | configure:15091: result: no |
---|
5405 | configure:15097: checking for sysconf |
---|
5406 | configure:15122: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
5407 | conftest.c: In function 'main': |
---|
5408 | conftest.c:125: error: '_SC_PHYS_PAGES' undeclared (first use in this function) |
---|
5409 | conftest.c:125: error: (Each undeclared identifier is reported only once |
---|
5410 | conftest.c:125: error: for each function it appears in.) |
---|
5411 | configure:15129: $? = 1 |
---|
5412 | configure: failed program was: |
---|
5413 | | /* confdefs.h. */ |
---|
5414 | | #define PACKAGE_NAME "" |
---|
5415 | | #define PACKAGE_TARNAME "" |
---|
5416 | | #define PACKAGE_VERSION "" |
---|
5417 | | #define PACKAGE_STRING "" |
---|
5418 | | #define PACKAGE_BUGREPORT "" |
---|
5419 | | #define UNIX 1 |
---|
5420 | | #define STDC_HEADERS 1 |
---|
5421 | | #define HAVE_SYS_WAIT_H 1 |
---|
5422 | | #define HAVE_SYS_TYPES_H 1 |
---|
5423 | | #define HAVE_SYS_STAT_H 1 |
---|
5424 | | #define HAVE_STDLIB_H 1 |
---|
5425 | | #define HAVE_STRING_H 1 |
---|
5426 | | #define HAVE_MEMORY_H 1 |
---|
5427 | | #define HAVE_STRINGS_H 1 |
---|
5428 | | #define HAVE_INTTYPES_H 1 |
---|
5429 | | #define HAVE_STDINT_H 1 |
---|
5430 | | #define HAVE_UNISTD_H 1 |
---|
5431 | | #define FEAT_NORMAL 1 |
---|
5432 | | #define USE_XSMP_INTERACT 1 |
---|
5433 | | #define FEAT_NETBEANS_INTG 1 |
---|
5434 | | #define FEAT_MBYTE 1 |
---|
5435 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
5436 | | #define HAVE_DATE_TIME 1 |
---|
5437 | | #define HAVE_DIRENT_H 1 |
---|
5438 | | #define HAVE_STDARG_H 1 |
---|
5439 | | #define HAVE_STDLIB_H 1 |
---|
5440 | | #define HAVE_STRING_H 1 |
---|
5441 | | #define HAVE_SYS_SELECT_H 1 |
---|
5442 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
5443 | | #define HAVE_TERMCAP_H 1 |
---|
5444 | | #define HAVE_FCNTL_H 1 |
---|
5445 | | #define HAVE_SGTTY_H 1 |
---|
5446 | | #define HAVE_SYS_IOCTL_H 1 |
---|
5447 | | #define HAVE_SYS_TIME_H 1 |
---|
5448 | | #define HAVE_SYS_TYPES_H 1 |
---|
5449 | | #define HAVE_ICONV_H 1 |
---|
5450 | | #define HAVE_LANGINFO_H 1 |
---|
5451 | | #define HAVE_MATH_H 1 |
---|
5452 | | #define HAVE_UNISTD_H 1 |
---|
5453 | | #define HAVE_ERRNO_H 1 |
---|
5454 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
5455 | | #define HAVE_LOCALE_H 1 |
---|
5456 | | #define HAVE_TERMIOS_H 1 |
---|
5457 | | #define HAVE_LIBC_H 1 |
---|
5458 | | #define HAVE_POLL_H 1 |
---|
5459 | | #define HAVE_SYS_POLL_H 1 |
---|
5460 | | #define HAVE_PWD_H 1 |
---|
5461 | | #define HAVE_UTIME_H 1 |
---|
5462 | | #define HAVE_SYS_PARAM_H 1 |
---|
5463 | | #define HAVE_LIBINTL_H 1 |
---|
5464 | | #define HAVE_LIBGEN_H 1 |
---|
5465 | | #define HAVE_SYS_ACL_H 1 |
---|
5466 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
5467 | | #define HAVE_WCHAR_H 1 |
---|
5468 | | #define HAVE_WCTYPE_H 1 |
---|
5469 | | #define HAVE_STRINGS_H 1 |
---|
5470 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
5471 | | #define TIME_WITH_SYS_TIME 1 |
---|
5472 | | #define TERMINFO 1 |
---|
5473 | | #define HAVE_OSPEED 1 |
---|
5474 | | #define HAVE_UP_BC_PC 1 |
---|
5475 | | #define SYS_SELECT_WITH_SYS_TIME 1 |
---|
5476 | | #define PTYRANGE0 "pqrstuvw" |
---|
5477 | | #define PTYRANGE1 "0123456789abcdef" |
---|
5478 | | #define RETSIGTYPE void |
---|
5479 | | #define SIGRETURN return |
---|
5480 | | #define HAVE_SIGCONTEXT 1 |
---|
5481 | | #define HAVE_BCMP 1 |
---|
5482 | | #define HAVE_FCHDIR 1 |
---|
5483 | | #define HAVE_FCHOWN 1 |
---|
5484 | | #define HAVE_FSEEKO 1 |
---|
5485 | | #define HAVE_FSYNC 1 |
---|
5486 | | #define HAVE_FTELLO 1 |
---|
5487 | | #define HAVE_GETCWD 1 |
---|
5488 | | #define HAVE_GETPWNAM 1 |
---|
5489 | | #define HAVE_GETPWUID 1 |
---|
5490 | | #define HAVE_GETRLIMIT 1 |
---|
5491 | | #define HAVE_GETTIMEOFDAY 1 |
---|
5492 | | #define HAVE_GETWD 1 |
---|
5493 | | #define HAVE_LSTAT 1 |
---|
5494 | | #define HAVE_MEMCMP 1 |
---|
5495 | | #define HAVE_MEMSET 1 |
---|
5496 | | #define HAVE_NANOSLEEP 1 |
---|
5497 | | #define HAVE_OPENDIR 1 |
---|
5498 | | #define HAVE_PUTENV 1 |
---|
5499 | | #define HAVE_QSORT 1 |
---|
5500 | | #define HAVE_READLINK 1 |
---|
5501 | | #define HAVE_SELECT 1 |
---|
5502 | | #define HAVE_SETENV 1 |
---|
5503 | | #define HAVE_SETPGID 1 |
---|
5504 | | #define HAVE_SETSID 1 |
---|
5505 | | #define HAVE_SIGALTSTACK 1 |
---|
5506 | | #define HAVE_SIGSET 1 |
---|
5507 | | #define HAVE_SIGSETJMP 1 |
---|
5508 | | #define HAVE_SIGACTION 1 |
---|
5509 | | #define HAVE_SIGVEC 1 |
---|
5510 | | #define HAVE_STRCASECMP 1 |
---|
5511 | | #define HAVE_STRERROR 1 |
---|
5512 | | #define HAVE_STRFTIME 1 |
---|
5513 | | #define HAVE_STRNCASECMP 1 |
---|
5514 | | #define HAVE_STRPBRK 1 |
---|
5515 | | #define HAVE_STRTOL 1 |
---|
5516 | | #define HAVE_TGETENT 1 |
---|
5517 | | #define HAVE_TOWLOWER 1 |
---|
5518 | | #define HAVE_TOWUPPER 1 |
---|
5519 | | #define HAVE_ISWUPPER 1 |
---|
5520 | | #define HAVE_USLEEP 1 |
---|
5521 | | #define HAVE_UTIME 1 |
---|
5522 | | #define HAVE_UTIMES 1 |
---|
5523 | | #define HAVE_ST_BLKSIZE 1 |
---|
5524 | | #define HAVE_ICONV 1 |
---|
5525 | | #define HAVE_NL_LANGINFO_CODESET 1 |
---|
5526 | | #define HAVE_LIBM 1 |
---|
5527 | | #define HAVE_FLOAT_FUNCS 1 |
---|
5528 | | #define HAVE_POSIX_ACL 1 |
---|
5529 | | #define HAVE_RENAME 1 |
---|
5530 | | #define HAVE_SYSCTL 1 |
---|
5531 | | /* end confdefs.h. */ |
---|
5532 | | #include <unistd.h> |
---|
5533 | | int |
---|
5534 | | main () |
---|
5535 | | { |
---|
5536 | | (void)sysconf(_SC_PAGESIZE); |
---|
5537 | | (void)sysconf(_SC_PHYS_PAGES); |
---|
5538 | | |
---|
5539 | | ; |
---|
5540 | | return 0; |
---|
5541 | | } |
---|
5542 | configure:15143: result: not usable |
---|
5543 | configure:15150: checking size of int |
---|
5544 | configure:15186: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5 |
---|
5545 | configure:15190: $? = 0 |
---|
5546 | configure:15196: ./conftest |
---|
5547 | configure:15200: $? = 0 |
---|
5548 | configure:15218: result: 4 |
---|
5549 | configure:15249: checking whether memmove handles overlaps |
---|
5550 | configure:15271: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5 |
---|
5551 | configure:15275: $? = 0 |
---|
5552 | configure:15281: ./conftest |
---|
5553 | configure:15285: $? = 0 |
---|
5554 | configure:15307: result: yes |
---|
5555 | configure:15461: checking whether X_LOCALE needed |
---|
5556 | configure:15484: /usr/bin/gcc-4.0 -c -O -INONE -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
5557 | configure:15491: $? = 0 |
---|
5558 | configure:15524: /usr/bin/gcc-4.0 -o conftest -O -INONE -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib -lX11 conftest.c -lm -lncurses -liconv >&5 |
---|
5559 | configure:15531: $? = 0 |
---|
5560 | configure:15539: result: yes |
---|
5561 | configure:15570: checking for _xpg4_setrunelocale in -lxpg4 |
---|
5562 | configure:15605: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lxpg4 -lm -lncurses -liconv >&5 |
---|
5563 | /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: can't locate file for: -lxpg4 |
---|
5564 | collect2: ld returned 1 exit status |
---|
5565 | configure:15612: $? = 1 |
---|
5566 | configure: failed program was: |
---|
5567 | | /* confdefs.h. */ |
---|
5568 | | #define PACKAGE_NAME "" |
---|
5569 | | #define PACKAGE_TARNAME "" |
---|
5570 | | #define PACKAGE_VERSION "" |
---|
5571 | | #define PACKAGE_STRING "" |
---|
5572 | | #define PACKAGE_BUGREPORT "" |
---|
5573 | | #define UNIX 1 |
---|
5574 | | #define STDC_HEADERS 1 |
---|
5575 | | #define HAVE_SYS_WAIT_H 1 |
---|
5576 | | #define HAVE_SYS_TYPES_H 1 |
---|
5577 | | #define HAVE_SYS_STAT_H 1 |
---|
5578 | | #define HAVE_STDLIB_H 1 |
---|
5579 | | #define HAVE_STRING_H 1 |
---|
5580 | | #define HAVE_MEMORY_H 1 |
---|
5581 | | #define HAVE_STRINGS_H 1 |
---|
5582 | | #define HAVE_INTTYPES_H 1 |
---|
5583 | | #define HAVE_STDINT_H 1 |
---|
5584 | | #define HAVE_UNISTD_H 1 |
---|
5585 | | #define FEAT_NORMAL 1 |
---|
5586 | | #define USE_XSMP_INTERACT 1 |
---|
5587 | | #define FEAT_NETBEANS_INTG 1 |
---|
5588 | | #define FEAT_MBYTE 1 |
---|
5589 | | #define HAVE_X11_SM_SMLIB_H 1 |
---|
5590 | | #define HAVE_DATE_TIME 1 |
---|
5591 | | #define HAVE_DIRENT_H 1 |
---|
5592 | | #define HAVE_STDARG_H 1 |
---|
5593 | | #define HAVE_STDLIB_H 1 |
---|
5594 | | #define HAVE_STRING_H 1 |
---|
5595 | | #define HAVE_SYS_SELECT_H 1 |
---|
5596 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
5597 | | #define HAVE_TERMCAP_H 1 |
---|
5598 | | #define HAVE_FCNTL_H 1 |
---|
5599 | | #define HAVE_SGTTY_H 1 |
---|
5600 | | #define HAVE_SYS_IOCTL_H 1 |
---|
5601 | | #define HAVE_SYS_TIME_H 1 |
---|
5602 | | #define HAVE_SYS_TYPES_H 1 |
---|
5603 | | #define HAVE_ICONV_H 1 |
---|
5604 | | #define HAVE_LANGINFO_H 1 |
---|
5605 | | #define HAVE_MATH_H 1 |
---|
5606 | | #define HAVE_UNISTD_H 1 |
---|
5607 | | #define HAVE_ERRNO_H 1 |
---|
5608 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
5609 | | #define HAVE_LOCALE_H 1 |
---|
5610 | | #define HAVE_TERMIOS_H 1 |
---|
5611 | | #define HAVE_LIBC_H 1 |
---|
5612 | | #define HAVE_POLL_H 1 |
---|
5613 | | #define HAVE_SYS_POLL_H 1 |
---|
5614 | | #define HAVE_PWD_H 1 |
---|
5615 | | #define HAVE_UTIME_H 1 |
---|
5616 | | #define HAVE_SYS_PARAM_H 1 |
---|
5617 | | #define HAVE_LIBINTL_H 1 |
---|
5618 | | #define HAVE_LIBGEN_H 1 |
---|
5619 | | #define HAVE_SYS_ACL_H 1 |
---|
5620 | | #define HAVE_SYS_SYSCTL_H 1 |
---|
5621 | | #define HAVE_WCHAR_H 1 |
---|
5622 | | #define HAVE_WCTYPE_H 1 |
---|
5623 | | #define HAVE_STRINGS_H 1 |
---|
5624 | | #define NO_STRINGS_WITH_STRING_H 1 |
---|
5625 | | #define TIME_WITH_SYS_TIME 1 |
---|
5626 | | #define TERMINFO 1 |
---|
5627 | | #define HAVE_OSPEED 1 |
---|
5628 | | #define HAVE_UP_BC_PC 1 |
---|
5629 | | #define SYS_SELECT_WITH_SYS_TIME 1 |
---|
5630 | | #define PTYRANGE0 "pqrstuvw" |
---|
5631 | | #define PTYRANGE1 "0123456789abcdef" |
---|
5632 | | #define RETSIGTYPE void |
---|
5633 | | #define SIGRETURN return |
---|
5634 | | #define HAVE_SIGCONTEXT 1 |
---|
5635 | | #define HAVE_BCMP 1 |
---|
5636 | | #define HAVE_FCHDIR 1 |
---|
5637 | | #define HAVE_FCHOWN 1 |
---|
5638 | | #define HAVE_FSEEKO 1 |
---|
5639 | | #define HAVE_FSYNC 1 |
---|
5640 | | #define HAVE_FTELLO 1 |
---|
5641 | | #define HAVE_GETCWD 1 |
---|
5642 | | #define HAVE_GETPWNAM 1 |
---|
5643 | | #define HAVE_GETPWUID 1 |
---|
5644 | | #define HAVE_GETRLIMIT 1 |
---|
5645 | | #define HAVE_GETTIMEOFDAY 1 |
---|
5646 | | #define HAVE_GETWD 1 |
---|
5647 | | #define HAVE_LSTAT 1 |
---|
5648 | | #define HAVE_MEMCMP 1 |
---|
5649 | | #define HAVE_MEMSET 1 |
---|
5650 | | #define HAVE_NANOSLEEP 1 |
---|
5651 | | #define HAVE_OPENDIR 1 |
---|
5652 | | #define HAVE_PUTENV 1 |
---|
5653 | | #define HAVE_QSORT 1 |
---|
5654 | | #define HAVE_READLINK 1 |
---|
5655 | | #define HAVE_SELECT 1 |
---|
5656 | | #define HAVE_SETENV 1 |
---|
5657 | | #define HAVE_SETPGID 1 |
---|
5658 | | #define HAVE_SETSID 1 |
---|
5659 | | #define HAVE_SIGALTSTACK 1 |
---|
5660 | | #define HAVE_SIGSET 1 |
---|
5661 | | #define HAVE_SIGSETJMP 1 |
---|
5662 | | #define HAVE_SIGACTION 1 |
---|
5663 | | #define HAVE_SIGVEC 1 |
---|
5664 | | #define HAVE_STRCASECMP 1 |
---|
5665 | | #define HAVE_STRERROR 1 |
---|
5666 | | #define HAVE_STRFTIME 1 |
---|
5667 | | #define HAVE_STRNCASECMP 1 |
---|
5668 | | #define HAVE_STRPBRK 1 |
---|
5669 | | #define HAVE_STRTOL 1 |
---|
5670 | | #define HAVE_TGETENT 1 |
---|
5671 | | #define HAVE_TOWLOWER 1 |
---|
5672 | | #define HAVE_TOWUPPER 1 |
---|
5673 | | #define HAVE_ISWUPPER 1 |
---|
5674 | | #define HAVE_USLEEP 1 |
---|
5675 | | #define HAVE_UTIME 1 |
---|
5676 | | #define HAVE_UTIMES 1 |
---|
5677 | | #define HAVE_ST_BLKSIZE 1 |
---|
5678 | | #define HAVE_ICONV 1 |
---|
5679 | | #define HAVE_NL_LANGINFO_CODESET 1 |
---|
5680 | | #define HAVE_LIBM 1 |
---|
5681 | | #define HAVE_FLOAT_FUNCS 1 |
---|
5682 | | #define HAVE_POSIX_ACL 1 |
---|
5683 | | #define HAVE_RENAME 1 |
---|
5684 | | #define HAVE_SYSCTL 1 |
---|
5685 | | #define SIZEOF_INT 4 |
---|
5686 | | #define USEMEMMOVE 1 |
---|
5687 | | #define X_LOCALE 1 |
---|
5688 | | /* end confdefs.h. */ |
---|
5689 | | |
---|
5690 | | /* Override any GCC internal prototype to avoid an error. |
---|
5691 | | Use char because int might match the return type of a GCC |
---|
5692 | | builtin and then its argument prototype would still apply. */ |
---|
5693 | | #ifdef __cplusplus |
---|
5694 | | extern "C" |
---|
5695 | | #endif |
---|
5696 | | char _xpg4_setrunelocale (); |
---|
5697 | | int |
---|
5698 | | main () |
---|
5699 | | { |
---|
5700 | | return _xpg4_setrunelocale (); |
---|
5701 | | ; |
---|
5702 | | return 0; |
---|
5703 | | } |
---|
5704 | configure:15633: result: no |
---|
5705 | configure:15640: checking how to create tags |
---|
5706 | Exuberant Ctags 5.7, Copyright (C) 1996-2007 Darren Hiebert |
---|
5707 | configure:15655: result: ctags -I INIT+ --fields=+S |
---|
5708 | configure:15658: checking how to run man with a section nr |
---|
5709 | configure:15662: result: man -s |
---|
5710 | configure:15671: checking --disable-nls argument |
---|
5711 | configure:16003: result: yes |
---|
5712 | configure:16017: checking dlfcn.h usability |
---|
5713 | configure:16034: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
5714 | In file included from conftest.c:146: |
---|
5715 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
5716 | configure:16041: $? = 0 |
---|
5717 | configure:16055: result: yes |
---|
5718 | configure:16059: checking dlfcn.h presence |
---|
5719 | configure:16074: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
5720 | configure:16081: $? = 0 |
---|
5721 | configure:16095: result: yes |
---|
5722 | configure:16123: checking for dlfcn.h |
---|
5723 | configure:16130: result: yes |
---|
5724 | configure:16278: checking for dlopen() |
---|
5725 | configure:16304: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5 |
---|
5726 | configure:16311: $? = 0 |
---|
5727 | configure:16319: result: yes |
---|
5728 | configure:16399: checking for dlsym() |
---|
5729 | configure:16425: /usr/bin/gcc-4.0 -o conftest -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -L/opt/local/lib -L/usr/local/lib conftest.c -lm -lncurses -liconv >&5 |
---|
5730 | configure:16432: $? = 0 |
---|
5731 | configure:16440: result: yes |
---|
5732 | configure:16664: checking setjmp.h usability |
---|
5733 | configure:16681: /usr/bin/gcc-4.0 -c -O -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c >&5 |
---|
5734 | In file included from conftest.c:149: |
---|
5735 | /Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X |
---|
5736 | configure:16688: $? = 0 |
---|
5737 | configure:16702: result: yes |
---|
5738 | configure:16706: checking setjmp.h presence |
---|
5739 | configure:16721: /usr/bin/cpp-4.0 -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon conftest.c |
---|
5740 | configure:16728: $? = 0 |
---|
5741 | configure:16742: result: yes |
---|
5742 | configure:16770: checking for setjmp.h |
---|
5743 | configure:16779: result: yes |
---|
5744 | configure:16803: checking whether we need -framework Carbon |
---|
5745 | configure:16808: result: yes |
---|
5746 | configure:16821: checking for GCC 3 or later |
---|
5747 | configure:16826: result: yes |
---|
5748 | configure:16832: checking whether we need -D_FORTIFY_SOURCE=1 |
---|
5749 | configure:16836: result: yes |
---|
5750 | configure:16912: updating cache auto/config.cache |
---|
5751 | configure:16949: creating auto/config.status |
---|
5752 | |
---|
5753 | ## ---------------------- ## |
---|
5754 | ## Running config.status. ## |
---|
5755 | ## ---------------------- ## |
---|
5756 | |
---|
5757 | This file was extended by config.status, which was |
---|
5758 | generated by GNU Autoconf 2.62. Invocation command line was |
---|
5759 | |
---|
5760 | CONFIG_FILES = |
---|
5761 | CONFIG_HEADERS = |
---|
5762 | CONFIG_LINKS = |
---|
5763 | CONFIG_COMMANDS = |
---|
5764 | $ auto/config.status |
---|
5765 | |
---|
5766 | on minimac |
---|
5767 | |
---|
5768 | config.status:914: creating auto/config.mk |
---|
5769 | config.status:914: creating auto/config.h |
---|
5770 | |
---|
5771 | ## ---------------- ## |
---|
5772 | ## Cache variables. ## |
---|
5773 | ## ---------------- ## |
---|
5774 | |
---|
5775 | ac_cv_c_compiler_gnu=yes |
---|
5776 | ac_cv_c_const=yes |
---|
5777 | ac_cv_env_CC_set=set |
---|
5778 | ac_cv_env_CC_value=/usr/bin/gcc-4.0 |
---|
5779 | ac_cv_env_CFLAGS_set=set |
---|
5780 | ac_cv_env_CFLAGS_value=-O2 |
---|
5781 | ac_cv_env_CPPFLAGS_set=set |
---|
5782 | ac_cv_env_CPPFLAGS_value=-I/opt/local/include |
---|
5783 | ac_cv_env_CPP_set=set |
---|
5784 | ac_cv_env_CPP_value=/usr/bin/cpp-4.0 |
---|
5785 | ac_cv_env_LDFLAGS_set=set |
---|
5786 | ac_cv_env_LDFLAGS_value=-L/opt/local/lib |
---|
5787 | ac_cv_env_LIBS_set= |
---|
5788 | ac_cv_env_LIBS_value= |
---|
5789 | ac_cv_env_XMKMF_set= |
---|
5790 | ac_cv_env_XMKMF_value= |
---|
5791 | ac_cv_env_build_alias_set= |
---|
5792 | ac_cv_env_build_alias_value= |
---|
5793 | ac_cv_env_host_alias_set= |
---|
5794 | ac_cv_env_host_alias_value= |
---|
5795 | ac_cv_env_target_alias_set= |
---|
5796 | ac_cv_env_target_alias_value= |
---|
5797 | ac_cv_func_bcmp=yes |
---|
5798 | ac_cv_func_fchdir=yes |
---|
5799 | ac_cv_func_fchown=yes |
---|
5800 | ac_cv_func_fseeko=yes |
---|
5801 | ac_cv_func_fsync=yes |
---|
5802 | ac_cv_func_ftello=yes |
---|
5803 | ac_cv_func_getcwd=yes |
---|
5804 | ac_cv_func_getpseudotty=no |
---|
5805 | ac_cv_func_getpwnam=yes |
---|
5806 | ac_cv_func_getpwuid=yes |
---|
5807 | ac_cv_func_getrlimit=yes |
---|
5808 | ac_cv_func_gettimeofday=yes |
---|
5809 | ac_cv_func_getwd=yes |
---|
5810 | ac_cv_func_iswupper=yes |
---|
5811 | ac_cv_func_lstat=yes |
---|
5812 | ac_cv_func_memcmp=yes |
---|
5813 | ac_cv_func_memset=yes |
---|
5814 | ac_cv_func_nanosleep=yes |
---|
5815 | ac_cv_func_opendir=yes |
---|
5816 | ac_cv_func_putenv=yes |
---|
5817 | ac_cv_func_qsort=yes |
---|
5818 | ac_cv_func_readlink=yes |
---|
5819 | ac_cv_func_select=yes |
---|
5820 | ac_cv_func_setenv=yes |
---|
5821 | ac_cv_func_setpgid=yes |
---|
5822 | ac_cv_func_setsid=yes |
---|
5823 | ac_cv_func_sigaction=yes |
---|
5824 | ac_cv_func_sigaltstack=yes |
---|
5825 | ac_cv_func_sigset=yes |
---|
5826 | ac_cv_func_sigsetjmp=yes |
---|
5827 | ac_cv_func_sigstack=no |
---|
5828 | ac_cv_func_sigvec=yes |
---|
5829 | ac_cv_func_strcasecmp=yes |
---|
5830 | ac_cv_func_strerror=yes |
---|
5831 | ac_cv_func_strftime=yes |
---|
5832 | ac_cv_func_stricmp=no |
---|
5833 | ac_cv_func_strncasecmp=yes |
---|
5834 | ac_cv_func_strnicmp=no |
---|
5835 | ac_cv_func_strpbrk=yes |
---|
5836 | ac_cv_func_strtol=yes |
---|
5837 | ac_cv_func_tgetent=yes |
---|
5838 | ac_cv_func_towlower=yes |
---|
5839 | ac_cv_func_towupper=yes |
---|
5840 | ac_cv_func_usleep=yes |
---|
5841 | ac_cv_func_utime=yes |
---|
5842 | ac_cv_func_utimes=yes |
---|
5843 | ac_cv_header_Carbon_Carbon_h=yes |
---|
5844 | ac_cv_header_X11_SM_SMlib_h=yes |
---|
5845 | ac_cv_header_dirent_dirent_h=yes |
---|
5846 | ac_cv_header_dlfcn_h=yes |
---|
5847 | ac_cv_header_elf_h=no |
---|
5848 | ac_cv_header_errno_h=yes |
---|
5849 | ac_cv_header_fcntl_h=yes |
---|
5850 | ac_cv_header_frame_h=no |
---|
5851 | ac_cv_header_iconv_h=yes |
---|
5852 | ac_cv_header_inttypes_h=yes |
---|
5853 | ac_cv_header_langinfo_h=yes |
---|
5854 | ac_cv_header_libc_h=yes |
---|
5855 | ac_cv_header_libgen_h=yes |
---|
5856 | ac_cv_header_libintl_h=yes |
---|
5857 | ac_cv_header_locale_h=yes |
---|
5858 | ac_cv_header_math_h=yes |
---|
5859 | ac_cv_header_memory_h=yes |
---|
5860 | ac_cv_header_poll_h=yes |
---|
5861 | ac_cv_header_pwd_h=yes |
---|
5862 | ac_cv_header_setjmp_h=yes |
---|
5863 | ac_cv_header_sgtty_h=yes |
---|
5864 | ac_cv_header_stdarg_h=yes |
---|
5865 | ac_cv_header_stdc=yes |
---|
5866 | ac_cv_header_stdint_h=yes |
---|
5867 | ac_cv_header_stdlib_h=yes |
---|
5868 | ac_cv_header_string_h=yes |
---|
5869 | ac_cv_header_strings_h=yes |
---|
5870 | ac_cv_header_stropts_h=no |
---|
5871 | ac_cv_header_sys_access_h=no |
---|
5872 | ac_cv_header_sys_acl_h=yes |
---|
5873 | ac_cv_header_sys_ioctl_h=yes |
---|
5874 | ac_cv_header_sys_param_h=yes |
---|
5875 | ac_cv_header_sys_poll_h=yes |
---|
5876 | ac_cv_header_sys_ptem_h=no |
---|
5877 | ac_cv_header_sys_resource_h=yes |
---|
5878 | ac_cv_header_sys_select_h=yes |
---|
5879 | ac_cv_header_sys_stat_h=yes |
---|
5880 | ac_cv_header_sys_statfs_h=no |
---|
5881 | ac_cv_header_sys_stream_h=no |
---|
5882 | ac_cv_header_sys_sysctl_h=yes |
---|
5883 | ac_cv_header_sys_sysinfo_h=no |
---|
5884 | ac_cv_header_sys_systeminfo_h=no |
---|
5885 | ac_cv_header_sys_time_h=yes |
---|
5886 | ac_cv_header_sys_types_h=yes |
---|
5887 | ac_cv_header_sys_utsname_h=yes |
---|
5888 | ac_cv_header_sys_wait_h=yes |
---|
5889 | ac_cv_header_termcap_h=yes |
---|
5890 | ac_cv_header_termio_h=no |
---|
5891 | ac_cv_header_termios_h=yes |
---|
5892 | ac_cv_header_time=yes |
---|
5893 | ac_cv_header_unistd_h=yes |
---|
5894 | ac_cv_header_util_debug_h=no |
---|
5895 | ac_cv_header_util_msg18n_h=no |
---|
5896 | ac_cv_header_utime_h=yes |
---|
5897 | ac_cv_header_wchar_h=yes |
---|
5898 | ac_cv_header_wctype_h=yes |
---|
5899 | ac_cv_lib_acl_acl_get_file=no |
---|
5900 | ac_cv_lib_m_strtod=yes |
---|
5901 | ac_cv_lib_nsl_gethostbyname=no |
---|
5902 | ac_cv_lib_posix1e_acl_get_file=no |
---|
5903 | ac_cv_lib_selinux_is_selinux_enabled=no |
---|
5904 | ac_cv_lib_socket_socket=no |
---|
5905 | ac_cv_lib_xpg4__xpg4_setrunelocale=no |
---|
5906 | ac_cv_objext=o |
---|
5907 | ac_cv_path_EGREP='/usr/bin/grep -E' |
---|
5908 | ac_cv_path_GREP=/usr/bin/grep |
---|
5909 | ac_cv_prog_AWK=gawk |
---|
5910 | ac_cv_prog_CPP=/usr/bin/cpp-4.0 |
---|
5911 | ac_cv_prog_STRIP=strip |
---|
5912 | ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.0 |
---|
5913 | ac_cv_prog_cc_c89= |
---|
5914 | ac_cv_prog_cc_g=yes |
---|
5915 | ac_cv_prog_gcc_traditional=no |
---|
5916 | ac_cv_prog_make_make_set=yes |
---|
5917 | ac_cv_search_opendir='none required' |
---|
5918 | ac_cv_search_strerror='none required' |
---|
5919 | ac_cv_sizeof_int=4 |
---|
5920 | ac_cv_type_dev_t=yes |
---|
5921 | ac_cv_type_ino_t=yes |
---|
5922 | ac_cv_type_mode_t=yes |
---|
5923 | ac_cv_type_off_t=yes |
---|
5924 | ac_cv_type_pid_t=yes |
---|
5925 | ac_cv_type_rlim_t=yes |
---|
5926 | ac_cv_type_signal=void |
---|
5927 | ac_cv_type_size_t=yes |
---|
5928 | ac_cv_type_stack_t=yes |
---|
5929 | ac_cv_type_uid_t=yes |
---|
5930 | cf_cv_ebcdic=no |
---|
5931 | vi_cv_have_sysmouse=no |
---|
5932 | vim_cv_getcwd_broken=no |
---|
5933 | vim_cv_memmove_handles_overlap=yes |
---|
5934 | vim_cv_stat_ignores_slash=no |
---|
5935 | vim_cv_terminfo=yes |
---|
5936 | vim_cv_toupper_broken=no |
---|
5937 | vim_cv_tty_group=world |
---|
5938 | |
---|
5939 | ## ----------------- ## |
---|
5940 | ## Output variables. ## |
---|
5941 | ## ----------------- ## |
---|
5942 | |
---|
5943 | AWK='gawk' |
---|
5944 | CC='/usr/bin/gcc-4.0' |
---|
5945 | CFLAGS='-O -D_FORTIFY_SOURCE=1' |
---|
5946 | CPP='/usr/bin/cpp-4.0' |
---|
5947 | CPPFLAGS='-I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon' |
---|
5948 | CPP_MM='M' |
---|
5949 | DEFS='-DHAVE_CONFIG_H' |
---|
5950 | DEPEND_CFLAGS_FILTER='| sed '\''s+-I */+-isystem /+g'\''' |
---|
5951 | ECHO_C='' |
---|
5952 | ECHO_N='-n' |
---|
5953 | ECHO_T='' |
---|
5954 | EGREP='/usr/bin/grep -E' |
---|
5955 | EXEEXT='' |
---|
5956 | EXNAME='ex' |
---|
5957 | GNOME_CONFIG='' |
---|
5958 | GNOME_INCLUDEDIR='' |
---|
5959 | GNOME_LIBDIR='' |
---|
5960 | GNOME_LIBS='' |
---|
5961 | GREP='/usr/bin/grep' |
---|
5962 | GTK12_CONFIG='' |
---|
5963 | GTK_CFLAGS='' |
---|
5964 | GTK_CONFIG='' |
---|
5965 | GTK_LIBNAME='' |
---|
5966 | GTK_LIBS='' |
---|
5967 | GUITYPE='NONE' |
---|
5968 | GUI_INC_LOC='' |
---|
5969 | GUI_LIB_LOC='' |
---|
5970 | GUI_X_LIBS='' |
---|
5971 | HANGULIN_OBJ='' |
---|
5972 | HANGULIN_SRC='' |
---|
5973 | INSTALL_LANGS='' |
---|
5974 | INSTALL_TOOL_LANGS='' |
---|
5975 | LDFLAGS='-L/opt/local/lib -L/usr/local/lib' |
---|
5976 | LIBOBJS='' |
---|
5977 | LIBS='-lm -lncurses -liconv -framework Carbon' |
---|
5978 | LTLIBOBJS='' |
---|
5979 | MAKEMO='' |
---|
5980 | MOTIF_LIBNAME='' |
---|
5981 | MSGFMT='' |
---|
5982 | MZSCHEME_CFLAGS='' |
---|
5983 | MZSCHEME_LIBS='' |
---|
5984 | MZSCHEME_OBJ='' |
---|
5985 | MZSCHEME_PRO='' |
---|
5986 | MZSCHEME_SRC='' |
---|
5987 | NARROW_PROTO='' |
---|
5988 | NETBEANS_OBJ='objects/netbeans.o' |
---|
5989 | NETBEANS_SRC='netbeans.c' |
---|
5990 | OBJEXT='o' |
---|
5991 | OS_EXTRA_OBJ='objects/os_macosx.o objects/os_mac_conv.o' |
---|
5992 | OS_EXTRA_SRC='os_macosx.c os_mac_conv.c' |
---|
5993 | PACKAGE_BUGREPORT='' |
---|
5994 | PACKAGE_NAME='' |
---|
5995 | PACKAGE_STRING='' |
---|
5996 | PACKAGE_TARNAME='' |
---|
5997 | PACKAGE_VERSION='' |
---|
5998 | PATH_SEPARATOR=':' |
---|
5999 | PERL_CFLAGS='' |
---|
6000 | PERL_LIBS='' |
---|
6001 | PERL_OBJ='' |
---|
6002 | PERL_PRO='' |
---|
6003 | PERL_SRC='' |
---|
6004 | PKG_CONFIG='' |
---|
6005 | PYTHON_CFLAGS='' |
---|
6006 | PYTHON_CONFDIR='' |
---|
6007 | PYTHON_GETPATH_CFLAGS='' |
---|
6008 | PYTHON_LIBS='' |
---|
6009 | PYTHON_OBJ='' |
---|
6010 | PYTHON_SRC='' |
---|
6011 | RUBY_CFLAGS='' |
---|
6012 | RUBY_LIBS='' |
---|
6013 | RUBY_OBJ='' |
---|
6014 | RUBY_PRO='' |
---|
6015 | RUBY_SRC='' |
---|
6016 | SET_MAKE='' |
---|
6017 | SHELL='/bin/sh' |
---|
6018 | SNIFF_OBJ='' |
---|
6019 | SNIFF_SRC='' |
---|
6020 | STRIP='strip' |
---|
6021 | TAGPRG='ctags -I INIT+ --fields=+S' |
---|
6022 | TCL_CFLAGS='' |
---|
6023 | TCL_LIBS='' |
---|
6024 | TCL_OBJ='' |
---|
6025 | TCL_PRO='' |
---|
6026 | TCL_SRC='' |
---|
6027 | VIEWNAME='view' |
---|
6028 | VIMNAME='vim' |
---|
6029 | WORKSHOP_OBJ='' |
---|
6030 | WORKSHOP_SRC='' |
---|
6031 | XMKMF='' |
---|
6032 | X_CFLAGS='' |
---|
6033 | X_EXTRA_LIBS='' |
---|
6034 | X_LIB='' |
---|
6035 | X_LIBS='' |
---|
6036 | X_PRE_LIBS='' |
---|
6037 | ac_ct_CC='/usr/bin/gcc-4.0' |
---|
6038 | bindir='${exec_prefix}/bin' |
---|
6039 | build_alias='' |
---|
6040 | compiledby='' |
---|
6041 | datadir='${datarootdir}' |
---|
6042 | datarootdir='${prefix}/share' |
---|
6043 | docdir='${datarootdir}/doc/${PACKAGE}' |
---|
6044 | dogvimdiff='installgvimdiff' |
---|
6045 | dovimdiff='installvimdiff' |
---|
6046 | dvidir='${docdir}' |
---|
6047 | exec_prefix='${prefix}' |
---|
6048 | host_alias='' |
---|
6049 | htmldir='${docdir}' |
---|
6050 | includedir='${prefix}/include' |
---|
6051 | infodir='${datarootdir}/info' |
---|
6052 | libdir='${exec_prefix}/lib' |
---|
6053 | libexecdir='${exec_prefix}/libexec' |
---|
6054 | line_break='"\\012"' |
---|
6055 | localedir='${datarootdir}/locale' |
---|
6056 | localstatedir='${prefix}/var' |
---|
6057 | mandir='/opt/local/share/man' |
---|
6058 | oldincludedir='/usr/include' |
---|
6059 | pdfdir='${docdir}' |
---|
6060 | prefix='/opt/local' |
---|
6061 | program_transform_name='s,x,x,' |
---|
6062 | psdir='${docdir}' |
---|
6063 | sbindir='${exec_prefix}/sbin' |
---|
6064 | sharedstatedir='${prefix}/com' |
---|
6065 | shrpenv='' |
---|
6066 | sysconfdir='${prefix}/etc' |
---|
6067 | target_alias='' |
---|
6068 | vi_cv_path_mzscheme='' |
---|
6069 | vi_cv_path_perl='' |
---|
6070 | vi_cv_path_python='' |
---|
6071 | vi_cv_path_ruby='' |
---|
6072 | vi_cv_path_tcl='' |
---|
6073 | vi_cv_perllib='' |
---|
6074 | xmkmfpath='' |
---|
6075 | |
---|
6076 | ## ----------- ## |
---|
6077 | ## confdefs.h. ## |
---|
6078 | ## ----------- ## |
---|
6079 | |
---|
6080 | #define PACKAGE_NAME "" |
---|
6081 | #define PACKAGE_TARNAME "" |
---|
6082 | #define PACKAGE_VERSION "" |
---|
6083 | #define PACKAGE_STRING "" |
---|
6084 | #define PACKAGE_BUGREPORT "" |
---|
6085 | #define UNIX 1 |
---|
6086 | #define STDC_HEADERS 1 |
---|
6087 | #define HAVE_SYS_WAIT_H 1 |
---|
6088 | #define HAVE_SYS_TYPES_H 1 |
---|
6089 | #define HAVE_SYS_STAT_H 1 |
---|
6090 | #define HAVE_STDLIB_H 1 |
---|
6091 | #define HAVE_STRING_H 1 |
---|
6092 | #define HAVE_MEMORY_H 1 |
---|
6093 | #define HAVE_STRINGS_H 1 |
---|
6094 | #define HAVE_INTTYPES_H 1 |
---|
6095 | #define HAVE_STDINT_H 1 |
---|
6096 | #define HAVE_UNISTD_H 1 |
---|
6097 | #define FEAT_NORMAL 1 |
---|
6098 | #define USE_XSMP_INTERACT 1 |
---|
6099 | #define FEAT_NETBEANS_INTG 1 |
---|
6100 | #define FEAT_MBYTE 1 |
---|
6101 | #define HAVE_X11_SM_SMLIB_H 1 |
---|
6102 | #define HAVE_DATE_TIME 1 |
---|
6103 | #define HAVE_DIRENT_H 1 |
---|
6104 | #define HAVE_STDARG_H 1 |
---|
6105 | #define HAVE_STDLIB_H 1 |
---|
6106 | #define HAVE_STRING_H 1 |
---|
6107 | #define HAVE_SYS_SELECT_H 1 |
---|
6108 | #define HAVE_SYS_UTSNAME_H 1 |
---|
6109 | #define HAVE_TERMCAP_H 1 |
---|
6110 | #define HAVE_FCNTL_H 1 |
---|
6111 | #define HAVE_SGTTY_H 1 |
---|
6112 | #define HAVE_SYS_IOCTL_H 1 |
---|
6113 | #define HAVE_SYS_TIME_H 1 |
---|
6114 | #define HAVE_SYS_TYPES_H 1 |
---|
6115 | #define HAVE_ICONV_H 1 |
---|
6116 | #define HAVE_LANGINFO_H 1 |
---|
6117 | #define HAVE_MATH_H 1 |
---|
6118 | #define HAVE_UNISTD_H 1 |
---|
6119 | #define HAVE_ERRNO_H 1 |
---|
6120 | #define HAVE_SYS_RESOURCE_H 1 |
---|
6121 | #define HAVE_LOCALE_H 1 |
---|
6122 | #define HAVE_TERMIOS_H 1 |
---|
6123 | #define HAVE_LIBC_H 1 |
---|
6124 | #define HAVE_POLL_H 1 |
---|
6125 | #define HAVE_SYS_POLL_H 1 |
---|
6126 | #define HAVE_PWD_H 1 |
---|
6127 | #define HAVE_UTIME_H 1 |
---|
6128 | #define HAVE_SYS_PARAM_H 1 |
---|
6129 | #define HAVE_LIBINTL_H 1 |
---|
6130 | #define HAVE_LIBGEN_H 1 |
---|
6131 | #define HAVE_SYS_ACL_H 1 |
---|
6132 | #define HAVE_SYS_SYSCTL_H 1 |
---|
6133 | #define HAVE_WCHAR_H 1 |
---|
6134 | #define HAVE_WCTYPE_H 1 |
---|
6135 | #define HAVE_STRINGS_H 1 |
---|
6136 | #define NO_STRINGS_WITH_STRING_H 1 |
---|
6137 | #define TIME_WITH_SYS_TIME 1 |
---|
6138 | #define TERMINFO 1 |
---|
6139 | #define HAVE_OSPEED 1 |
---|
6140 | #define HAVE_UP_BC_PC 1 |
---|
6141 | #define SYS_SELECT_WITH_SYS_TIME 1 |
---|
6142 | #define PTYRANGE0 "pqrstuvw" |
---|
6143 | #define PTYRANGE1 "0123456789abcdef" |
---|
6144 | #define RETSIGTYPE void |
---|
6145 | #define SIGRETURN return |
---|
6146 | #define HAVE_SIGCONTEXT 1 |
---|
6147 | #define HAVE_BCMP 1 |
---|
6148 | #define HAVE_FCHDIR 1 |
---|
6149 | #define HAVE_FCHOWN 1 |
---|
6150 | #define HAVE_FSEEKO 1 |
---|
6151 | #define HAVE_FSYNC 1 |
---|
6152 | #define HAVE_FTELLO 1 |
---|
6153 | #define HAVE_GETCWD 1 |
---|
6154 | #define HAVE_GETPWNAM 1 |
---|
6155 | #define HAVE_GETPWUID 1 |
---|
6156 | #define HAVE_GETRLIMIT 1 |
---|
6157 | #define HAVE_GETTIMEOFDAY 1 |
---|
6158 | #define HAVE_GETWD 1 |
---|
6159 | #define HAVE_LSTAT 1 |
---|
6160 | #define HAVE_MEMCMP 1 |
---|
6161 | #define HAVE_MEMSET 1 |
---|
6162 | #define HAVE_NANOSLEEP 1 |
---|
6163 | #define HAVE_OPENDIR 1 |
---|
6164 | #define HAVE_PUTENV 1 |
---|
6165 | #define HAVE_QSORT 1 |
---|
6166 | #define HAVE_READLINK 1 |
---|
6167 | #define HAVE_SELECT 1 |
---|
6168 | #define HAVE_SETENV 1 |
---|
6169 | #define HAVE_SETPGID 1 |
---|
6170 | #define HAVE_SETSID 1 |
---|
6171 | #define HAVE_SIGALTSTACK 1 |
---|
6172 | #define HAVE_SIGSET 1 |
---|
6173 | #define HAVE_SIGSETJMP 1 |
---|
6174 | #define HAVE_SIGACTION 1 |
---|
6175 | #define HAVE_SIGVEC 1 |
---|
6176 | #define HAVE_STRCASECMP 1 |
---|
6177 | #define HAVE_STRERROR 1 |
---|
6178 | #define HAVE_STRFTIME 1 |
---|
6179 | #define HAVE_STRNCASECMP 1 |
---|
6180 | #define HAVE_STRPBRK 1 |
---|
6181 | #define HAVE_STRTOL 1 |
---|
6182 | #define HAVE_TGETENT 1 |
---|
6183 | #define HAVE_TOWLOWER 1 |
---|
6184 | #define HAVE_TOWUPPER 1 |
---|
6185 | #define HAVE_ISWUPPER 1 |
---|
6186 | #define HAVE_USLEEP 1 |
---|
6187 | #define HAVE_UTIME 1 |
---|
6188 | #define HAVE_UTIMES 1 |
---|
6189 | #define HAVE_ST_BLKSIZE 1 |
---|
6190 | #define HAVE_ICONV 1 |
---|
6191 | #define HAVE_NL_LANGINFO_CODESET 1 |
---|
6192 | #define HAVE_LIBM 1 |
---|
6193 | #define HAVE_FLOAT_FUNCS 1 |
---|
6194 | #define HAVE_POSIX_ACL 1 |
---|
6195 | #define HAVE_RENAME 1 |
---|
6196 | #define HAVE_SYSCTL 1 |
---|
6197 | #define SIZEOF_INT 4 |
---|
6198 | #define USEMEMMOVE 1 |
---|
6199 | #define X_LOCALE 1 |
---|
6200 | #define USEMAN_S 1 |
---|
6201 | #define HAVE_DLFCN_H 1 |
---|
6202 | #define HAVE_DLOPEN 1 |
---|
6203 | #define HAVE_DLSYM 1 |
---|
6204 | #define HAVE_SETJMP_H 1 |
---|
6205 | |
---|
6206 | configure: exit 0 |
---|