af6361a13dd41b92bc00038f19cdde4f5d2a445c
[presencevnc] / libvnc / config.log
1 This file contains any messages produced by compilers while
2 running configure, to aid debugging if configure makes a mistake.
3
4 It was created by LibVNCServer configure 0.9.7, which was
5 generated by GNU Autoconf 2.59.  Invocation command line was
6
7   $ ./configure 
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = christian-laptop
14 uname -m = arm
15 uname -r = 2.6.31-22-generic
16 uname -s = Linux
17 uname -v = #60-Ubuntu SMP Thu May 27 00:22:23 UTC 2010
18
19 /usr/bin/uname -p = unknown
20 /bin/uname -X     = unknown
21
22 /bin/arch              = arm
23 /usr/bin/arch -k       = arm
24 /usr/convex/getsysinfo = unknown
25 hostinfo               = unknown
26 /bin/machine           = unknown
27 /usr/bin/oslevel       = unknown
28 /bin/universe          = unknown
29
30 PATH: /host_usr/bin
31 PATH: /scratchbox/devkits/qemu/bin
32 PATH: /scratchbox/tools/bin
33 PATH: /targets/links/arch_tools/bin
34 PATH: /scratchbox/compilers/bin
35 PATH: /bin
36 PATH: /usr/bin
37 PATH: /usr/local/bin
38 PATH: /usr/X11R6/bin
39 PATH: /sbin
40 PATH: /usr/sbin
41
42
43 ## ----------- ##
44 ## Core tests. ##
45 ## ----------- ##
46
47 configure:1587: checking for a BSD-compatible install
48 configure:1642: result: /scratchbox/tools/bin/install -c
49 configure:1653: checking whether build environment is sane
50 configure:1696: result: yes
51 configure:1761: checking for gawk
52 configure:1777: found /scratchbox/tools/bin/gawk
53 configure:1787: result: gawk
54 configure:1797: checking whether make sets $(MAKE)
55 configure:1817: result: yes
56 configure:2040: checking for gcc
57 configure:2056: found /scratchbox/compilers/bin/gcc
58 configure:2066: result: gcc
59 configure:2310: checking for C compiler version
60 configure:2313: gcc --version </dev/null >&5
61 sbox-arm-none-linux-gnueabi-gcc (GCC) 4.2.1
62 Copyright (C) 2007 Free Software Foundation, Inc.
63 This is free software; see the source for copying conditions.  There is NO
64 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
65
66 configure:2316: $? = 0
67 configure:2318: gcc -v </dev/null >&5
68 Using built-in specs.
69 Reading specs from /scratchbox/compilers/cs2007q3-glibc2.5-arm7/gcc.specs
70 rename spec cpp to old_cpp
71 rename spec cc1 to old_cc1
72 rename spec link to old_link
73 rename spec mflib to old_mflib
74 Target: arm-none-linux-gnueabi
75 Configured with: /home/jhakala/cs2007q3-sb7/arm/src/gcc-4.2/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --disable-nls --prefix=/opt/maemo --with-sysroot=/opt/maemo/arm-none-linux-gnueabi/libc --with-build-sysroot=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/libc --with-build-time-tools=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/bin
76 Thread model: posix
77 gcc version 4.2.1
78 configure:2321: $? = 0
79 configure:2323: gcc -V </dev/null >&5
80 sbox-arm-none-linux-gnueabi-gcc: '-V' must come at the start of the command line
81 configure:2326: $? = 1
82 configure:2349: checking for C compiler default output file name
83 configure:2352: gcc    conftest.c  >&5
84 configure:2355: $? = 0
85 configure:2401: result: a.out
86 configure:2406: checking whether the C compiler works
87 configure:2412: ./a.out
88 configure:2415: $? = 0
89 configure:2432: result: yes
90 configure:2439: checking whether we are cross compiling
91 configure:2441: result: no
92 configure:2444: checking for suffix of executables
93 configure:2446: gcc -o conftest    conftest.c  >&5
94 configure:2449: $? = 0
95 configure:2474: result: 
96 configure:2480: checking for suffix of object files
97 configure:2501: gcc -c   conftest.c >&5
98 configure:2504: $? = 0
99 configure:2526: result: o
100 configure:2530: checking whether we are using the GNU C compiler
101 configure:2554: gcc -c   conftest.c >&5
102 configure:2560: $? = 0
103 configure:2564: test -z 
104                          || test ! -s conftest.err
105 configure:2567: $? = 0
106 configure:2570: test -s conftest.o
107 configure:2573: $? = 0
108 configure:2586: result: yes
109 configure:2592: checking whether gcc accepts -g
110 configure:2613: gcc -c -g  conftest.c >&5
111 configure:2619: $? = 0
112 configure:2623: test -z 
113                          || test ! -s conftest.err
114 configure:2626: $? = 0
115 configure:2629: test -s conftest.o
116 configure:2632: $? = 0
117 configure:2643: result: yes
118 configure:2660: checking for gcc option to accept ANSI C
119 configure:2730: gcc  -c -g -O2  conftest.c >&5
120 configure:2736: $? = 0
121 configure:2740: test -z 
122                          || test ! -s conftest.err
123 configure:2743: $? = 0
124 configure:2746: test -s conftest.o
125 configure:2749: $? = 0
126 configure:2767: result: none needed
127 configure:2785: gcc -c -g -O2  conftest.c >&5
128 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
129 configure:2791: $? = 1
130 configure: failed program was:
131 | #ifndef __cplusplus
132 |   choke me
133 | #endif
134 configure:2935: checking for style of include used by make
135 configure:2963: result: GNU
136 configure:2991: checking dependency style of gcc
137 configure:3081: result: gcc3
138 configure:3103: checking whether make sets $(MAKE)
139 configure:3123: result: yes
140 configure:3210: checking build system type
141 configure:3228: result: arm-unknown-linux-gnu
142 configure:3236: checking host system type
143 configure:3250: result: arm-unknown-linux-gnu
144 configure:3258: checking for a sed that does not truncate output
145 configure:3312: result: /scratchbox/tools/bin/sed
146 configure:3315: checking for egrep
147 configure:3325: result: grep -E
148 configure:3341: checking for ld used by gcc
149 configure:3408: result: /scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld
150 configure:3417: checking if the linker (/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld) is GNU ld
151 configure:3432: result: yes
152 configure:3437: checking for /scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld option to reload object files
153 configure:3444: result: -r
154 configure:3462: checking for BSD-compatible nm
155 configure:3511: result: /scratchbox/compilers/bin/nm -B
156 configure:3515: checking whether ln -s works
157 configure:3519: result: yes
158 configure:3526: checking how to recognise dependent libraries
159 configure:3702: result: pass_all
160 configure:3939: checking how to run the C preprocessor
161 configure:3974: gcc -E  conftest.c
162 configure:3980: $? = 0
163 configure:4012: gcc -E  conftest.c
164 conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
165 configure:4018: $? = 1
166 configure: failed program was:
167 | /* confdefs.h.  */
168
169 | #define PACKAGE_NAME "LibVNCServer"
170 | #define PACKAGE_TARNAME "libvncserver"
171 | #define PACKAGE_VERSION "0.9.7"
172 | #define PACKAGE_STRING "LibVNCServer 0.9.7"
173 | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
174 | #define PACKAGE "LibVNCServer"
175 | #define VERSION "0.9.7"
176 | /* end confdefs.h.  */
177 | #include <ac_nonexistent.h>
178 configure:4057: result: gcc -E
179 configure:4081: gcc -E  conftest.c
180 configure:4087: $? = 0
181 configure:4119: gcc -E  conftest.c
182 conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
183 configure:4125: $? = 1
184 configure: failed program was:
185 | /* confdefs.h.  */
186
187 | #define PACKAGE_NAME "LibVNCServer"
188 | #define PACKAGE_TARNAME "libvncserver"
189 | #define PACKAGE_VERSION "0.9.7"
190 | #define PACKAGE_STRING "LibVNCServer 0.9.7"
191 | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
192 | #define PACKAGE "LibVNCServer"
193 | #define VERSION "0.9.7"
194 | /* end confdefs.h.  */
195 | #include <ac_nonexistent.h>
196 configure:4169: checking for ANSI C header files
197 configure:4194: gcc -c -g -O2  conftest.c >&5
198 configure:4200: $? = 0
199 configure:4204: test -z 
200                          || test ! -s conftest.err
201 configure:4207: $? = 0
202 configure:4210: test -s conftest.o
203 configure:4213: $? = 0
204 configure:4299: gcc -o conftest -g -O2   conftest.c  >&5
205 conftest.c: In function 'main':
206 conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit'
207 configure:4302: $? = 0
208 configure:4304: ./conftest
209 configure:4307: $? = 0
210 configure:4322: result: yes
211 configure:4346: checking for sys/types.h
212 configure:4362: gcc -c -g -O2  conftest.c >&5
213 configure:4368: $? = 0
214 configure:4372: test -z 
215                          || test ! -s conftest.err
216 configure:4375: $? = 0
217 configure:4378: test -s conftest.o
218 configure:4381: $? = 0
219 configure:4392: result: yes
220 configure:4346: checking for sys/stat.h
221 configure:4362: gcc -c -g -O2  conftest.c >&5
222 configure:4368: $? = 0
223 configure:4372: test -z 
224                          || test ! -s conftest.err
225 configure:4375: $? = 0
226 configure:4378: test -s conftest.o
227 configure:4381: $? = 0
228 configure:4392: result: yes
229 configure:4346: checking for stdlib.h
230 configure:4362: gcc -c -g -O2  conftest.c >&5
231 configure:4368: $? = 0
232 configure:4372: test -z 
233                          || test ! -s conftest.err
234 configure:4375: $? = 0
235 configure:4378: test -s conftest.o
236 configure:4381: $? = 0
237 configure:4392: result: yes
238 configure:4346: checking for string.h
239 configure:4362: gcc -c -g -O2  conftest.c >&5
240 configure:4368: $? = 0
241 configure:4372: test -z 
242                          || test ! -s conftest.err
243 configure:4375: $? = 0
244 configure:4378: test -s conftest.o
245 configure:4381: $? = 0
246 configure:4392: result: yes
247 configure:4346: checking for memory.h
248 configure:4362: gcc -c -g -O2  conftest.c >&5
249 configure:4368: $? = 0
250 configure:4372: test -z 
251                          || test ! -s conftest.err
252 configure:4375: $? = 0
253 configure:4378: test -s conftest.o
254 configure:4381: $? = 0
255 configure:4392: result: yes
256 configure:4346: checking for strings.h
257 configure:4362: gcc -c -g -O2  conftest.c >&5
258 configure:4368: $? = 0
259 configure:4372: test -z 
260                          || test ! -s conftest.err
261 configure:4375: $? = 0
262 configure:4378: test -s conftest.o
263 configure:4381: $? = 0
264 configure:4392: result: yes
265 configure:4346: checking for inttypes.h
266 configure:4362: gcc -c -g -O2  conftest.c >&5
267 configure:4368: $? = 0
268 configure:4372: test -z 
269                          || test ! -s conftest.err
270 configure:4375: $? = 0
271 configure:4378: test -s conftest.o
272 configure:4381: $? = 0
273 configure:4392: result: yes
274 configure:4346: checking for stdint.h
275 configure:4362: gcc -c -g -O2  conftest.c >&5
276 configure:4368: $? = 0
277 configure:4372: test -z 
278                          || test ! -s conftest.err
279 configure:4375: $? = 0
280 configure:4378: test -s conftest.o
281 configure:4381: $? = 0
282 configure:4392: result: yes
283 configure:4346: checking for unistd.h
284 configure:4362: gcc -c -g -O2  conftest.c >&5
285 configure:4368: $? = 0
286 configure:4372: test -z 
287                          || test ! -s conftest.err
288 configure:4375: $? = 0
289 configure:4378: test -s conftest.o
290 configure:4381: $? = 0
291 configure:4392: result: yes
292 configure:4418: checking dlfcn.h usability
293 configure:4430: gcc -c -g -O2  conftest.c >&5
294 configure:4436: $? = 0
295 configure:4440: test -z 
296                          || test ! -s conftest.err
297 configure:4443: $? = 0
298 configure:4446: test -s conftest.o
299 configure:4449: $? = 0
300 configure:4459: result: yes
301 configure:4463: checking dlfcn.h presence
302 configure:4473: gcc -E  conftest.c
303 configure:4479: $? = 0
304 configure:4499: result: yes
305 configure:4534: checking for dlfcn.h
306 configure:4541: result: yes
307 configure:4606: checking for g++
308 configure:4622: found /scratchbox/compilers/bin/g++
309 configure:4632: result: g++
310 configure:4648: checking for C++ compiler version
311 configure:4651: g++ --version </dev/null >&5
312 sbox-arm-none-linux-gnueabi-g++ (GCC) 4.2.1
313 Copyright (C) 2007 Free Software Foundation, Inc.
314 This is free software; see the source for copying conditions.  There is NO
315 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
316
317 configure:4654: $? = 0
318 configure:4656: g++ -v </dev/null >&5
319 Using built-in specs.
320 Reading specs from /scratchbox/compilers/cs2007q3-glibc2.5-arm7/gcc.specs
321 rename spec cpp to old_cpp
322 rename spec cc1 to old_cc1
323 rename spec link to old_link
324 rename spec mflib to old_mflib
325 Target: arm-none-linux-gnueabi
326 Configured with: /home/jhakala/cs2007q3-sb7/arm/src/gcc-4.2/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --disable-nls --prefix=/opt/maemo --with-sysroot=/opt/maemo/arm-none-linux-gnueabi/libc --with-build-sysroot=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/libc --with-build-time-tools=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/bin
327 Thread model: posix
328 gcc version 4.2.1
329 configure:4659: $? = 0
330 configure:4661: g++ -V </dev/null >&5
331 sbox-arm-none-linux-gnueabi-g++: argument to '-V' missing
332
333 configure:4664: $? = 1
334 configure:4667: checking whether we are using the GNU C++ compiler
335 configure:4691: g++ -c   conftest.cc >&5
336 configure:4697: $? = 0
337 configure:4701: test -z 
338                          || test ! -s conftest.err
339 configure:4704: $? = 0
340 configure:4707: test -s conftest.o
341 configure:4710: $? = 0
342 configure:4723: result: yes
343 configure:4729: checking whether g++ accepts -g
344 configure:4750: g++ -c -g  conftest.cc >&5
345 configure:4756: $? = 0
346 configure:4760: test -z 
347                          || test ! -s conftest.err
348 configure:4763: $? = 0
349 configure:4766: test -s conftest.o
350 configure:4769: $? = 0
351 configure:4780: result: yes
352 configure:4822: g++ -c -g -O2  conftest.cc >&5
353 configure:4828: $? = 0
354 configure:4832: test -z 
355                          || test ! -s conftest.err
356 configure:4835: $? = 0
357 configure:4838: test -s conftest.o
358 configure:4841: $? = 0
359 configure:4867: g++ -c -g -O2  conftest.cc >&5
360 conftest.cc: In function 'int main()':
361 conftest.cc:26: error: 'exit' was not declared in this scope
362 configure:4873: $? = 1
363 configure: failed program was:
364 | /* confdefs.h.  */
365
366 | #define PACKAGE_NAME "LibVNCServer"
367 | #define PACKAGE_TARNAME "libvncserver"
368 | #define PACKAGE_VERSION "0.9.7"
369 | #define PACKAGE_STRING "LibVNCServer 0.9.7"
370 | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
371 | #define PACKAGE "LibVNCServer"
372 | #define VERSION "0.9.7"
373 | #define STDC_HEADERS 1
374 | #define HAVE_SYS_TYPES_H 1
375 | #define HAVE_SYS_STAT_H 1
376 | #define HAVE_STDLIB_H 1
377 | #define HAVE_STRING_H 1
378 | #define HAVE_MEMORY_H 1
379 | #define HAVE_STRINGS_H 1
380 | #define HAVE_INTTYPES_H 1
381 | #define HAVE_STDINT_H 1
382 | #define HAVE_UNISTD_H 1
383 | #define HAVE_DLFCN_H 1
384 | /* end confdefs.h.  */
385
386 | int
387 | main ()
388 | {
389 | exit (42);
390 |   ;
391 |   return 0;
392 | }
393 configure:4822: g++ -c -g -O2  conftest.cc >&5
394 conftest.cc:22: error: 'void std::exit(int)' should have been declared inside 'std'
395 configure:4828: $? = 1
396 configure: failed program was:
397 | /* confdefs.h.  */
398
399 | #define PACKAGE_NAME "LibVNCServer"
400 | #define PACKAGE_TARNAME "libvncserver"
401 | #define PACKAGE_VERSION "0.9.7"
402 | #define PACKAGE_STRING "LibVNCServer 0.9.7"
403 | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
404 | #define PACKAGE "LibVNCServer"
405 | #define VERSION "0.9.7"
406 | #define STDC_HEADERS 1
407 | #define HAVE_SYS_TYPES_H 1
408 | #define HAVE_SYS_STAT_H 1
409 | #define HAVE_STDLIB_H 1
410 | #define HAVE_STRING_H 1
411 | #define HAVE_MEMORY_H 1
412 | #define HAVE_STRINGS_H 1
413 | #define HAVE_INTTYPES_H 1
414 | #define HAVE_STDINT_H 1
415 | #define HAVE_UNISTD_H 1
416 | #define HAVE_DLFCN_H 1
417 | /* end confdefs.h.  */
418 | extern "C" void std::exit (int) throw (); using std::exit;
419 | #include <stdlib.h>
420 | int
421 | main ()
422 | {
423 | exit (42);
424 |   ;
425 |   return 0;
426 | }
427 configure:4822: g++ -c -g -O2  conftest.cc >&5
428 conftest.cc:22: error: 'void std::exit(int)' should have been declared inside 'std'
429 In file included from conftest.cc:23:
430 /usr/include/stdlib.h:646: error: declaration of 'void std::exit(int) throw ()' throws different exceptions
431 conftest.cc:22: error: from previous declaration 'void std::exit(int)'
432 configure:4828: $? = 1
433 configure: failed program was:
434 | /* confdefs.h.  */
435
436 | #define PACKAGE_NAME "LibVNCServer"
437 | #define PACKAGE_TARNAME "libvncserver"
438 | #define PACKAGE_VERSION "0.9.7"
439 | #define PACKAGE_STRING "LibVNCServer 0.9.7"
440 | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
441 | #define PACKAGE "LibVNCServer"
442 | #define VERSION "0.9.7"
443 | #define STDC_HEADERS 1
444 | #define HAVE_SYS_TYPES_H 1
445 | #define HAVE_SYS_STAT_H 1
446 | #define HAVE_STDLIB_H 1
447 | #define HAVE_STRING_H 1
448 | #define HAVE_MEMORY_H 1
449 | #define HAVE_STRINGS_H 1
450 | #define HAVE_INTTYPES_H 1
451 | #define HAVE_STDINT_H 1
452 | #define HAVE_UNISTD_H 1
453 | #define HAVE_DLFCN_H 1
454 | /* end confdefs.h.  */
455 | extern "C" void std::exit (int); using std::exit;
456 | #include <stdlib.h>
457 | int
458 | main ()
459 | {
460 | exit (42);
461 |   ;
462 |   return 0;
463 | }
464 configure:4822: g++ -c -g -O2  conftest.cc >&5
465 configure:4828: $? = 0
466 configure:4832: test -z 
467                          || test ! -s conftest.err
468 configure:4835: $? = 0
469 configure:4838: test -s conftest.o
470 configure:4841: $? = 0
471 configure:4867: g++ -c -g -O2  conftest.cc >&5
472 configure:4873: $? = 0
473 configure:4877: test -z 
474                          || test ! -s conftest.err
475 configure:4880: $? = 0
476 configure:4883: test -s conftest.o
477 configure:4886: $? = 0
478 configure:4911: checking dependency style of g++
479 configure:5001: result: gcc3
480 configure:5028: checking how to run the C++ preprocessor
481 configure:5059: g++ -E  conftest.cc
482 configure:5065: $? = 0
483 configure:5097: g++ -E  conftest.cc
484 conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
485 configure:5103: $? = 1
486 configure: failed program was:
487 | /* confdefs.h.  */
488
489 | #define PACKAGE_NAME "LibVNCServer"
490 | #define PACKAGE_TARNAME "libvncserver"
491 | #define PACKAGE_VERSION "0.9.7"
492 | #define PACKAGE_STRING "LibVNCServer 0.9.7"
493 | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
494 | #define PACKAGE "LibVNCServer"
495 | #define VERSION "0.9.7"
496 | #define STDC_HEADERS 1
497 | #define HAVE_SYS_TYPES_H 1
498 | #define HAVE_SYS_STAT_H 1
499 | #define HAVE_STDLIB_H 1
500 | #define HAVE_STRING_H 1
501 | #define HAVE_MEMORY_H 1
502 | #define HAVE_STRINGS_H 1
503 | #define HAVE_INTTYPES_H 1
504 | #define HAVE_STDINT_H 1
505 | #define HAVE_UNISTD_H 1
506 | #define HAVE_DLFCN_H 1
507 | #ifdef __cplusplus
508 | extern "C" void exit (int) throw ();
509 | #endif
510 | /* end confdefs.h.  */
511 | #include <ac_nonexistent.h>
512 configure:5142: result: g++ -E
513 configure:5166: g++ -E  conftest.cc
514 configure:5172: $? = 0
515 configure:5204: g++ -E  conftest.cc
516 conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
517 configure:5210: $? = 1
518 configure: failed program was:
519 | /* confdefs.h.  */
520
521 | #define PACKAGE_NAME "LibVNCServer"
522 | #define PACKAGE_TARNAME "libvncserver"
523 | #define PACKAGE_VERSION "0.9.7"
524 | #define PACKAGE_STRING "LibVNCServer 0.9.7"
525 | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
526 | #define PACKAGE "LibVNCServer"
527 | #define VERSION "0.9.7"
528 | #define STDC_HEADERS 1
529 | #define HAVE_SYS_TYPES_H 1
530 | #define HAVE_SYS_STAT_H 1
531 | #define HAVE_STDLIB_H 1
532 | #define HAVE_STRING_H 1
533 | #define HAVE_MEMORY_H 1
534 | #define HAVE_STRINGS_H 1
535 | #define HAVE_INTTYPES_H 1
536 | #define HAVE_STDINT_H 1
537 | #define HAVE_UNISTD_H 1
538 | #define HAVE_DLFCN_H 1
539 | #ifdef __cplusplus
540 | extern "C" void exit (int) throw ();
541 | #endif
542 | /* end confdefs.h.  */
543 | #include <ac_nonexistent.h>
544 configure:5307: checking for g77
545 configure:5336: result: no
546 configure:5307: checking for f77
547 configure:5336: result: no
548 configure:5307: checking for xlf
549 configure:5336: result: no
550 configure:5307: checking for frt
551 configure:5336: result: no
552 configure:5307: checking for pgf77
553 configure:5336: result: no
554 configure:5307: checking for fort77
555 configure:5336: result: no
556 configure:5307: checking for fl32
557 configure:5336: result: no
558 configure:5307: checking for af77
559 configure:5336: result: no
560 configure:5307: checking for f90
561 configure:5336: result: no
562 configure:5307: checking for xlf90
563 configure:5336: result: no
564 configure:5307: checking for pgf90
565 configure:5336: result: no
566 configure:5307: checking for epcf90
567 configure:5336: result: no
568 configure:5307: checking for f95
569 configure:5336: result: no
570 configure:5307: checking for fort
571 configure:5336: result: no
572 configure:5307: checking for xlf95
573 configure:5336: result: no
574 configure:5307: checking for ifc
575 configure:5336: result: no
576 configure:5307: checking for efc
577 configure:5336: result: no
578 configure:5307: checking for pgf95
579 configure:5336: result: no
580 configure:5307: checking for lf95
581 configure:5336: result: no
582 configure:5307: checking for gfortran
583 configure:5336: result: no
584 configure:5351: checking for Fortran 77 compiler version
585 configure:5351:  --version </dev/null >&5
586 ./configure: line 1: --version: command not found
587 configure:5354: $? = 127
588 configure:5356:  -v </dev/null >&5
589 ./configure: line 1: -v: command not found
590 configure:5359: $? = 127
591 configure:5361:  -V </dev/null >&5
592 ./configure: line 1: -V: command not found
593 configure:5364: $? = 127
594 configure:5372: checking whether we are using the GNU Fortran 77 compiler
595 configure:5386:  -c  conftest.F >&5
596 ./configure: line 1: -c: command not found
597 configure:5392: $? = 127
598 configure: failed program was:
599 |       program main
600 | #ifndef __GNUC__
601 |        choke me
602 | #endif
603
604 |       end
605 configure:5418: result: no
606 configure:5424: checking whether  accepts -g
607 configure:5436:  -c -g conftest.f >&5
608 ./configure: line 1: -c: command not found
609 configure:5442: $? = 127
610 configure: failed program was:
611 |       program main
612
613 |       end
614 configure:5467: result: no
615 configure:5497: checking the maximum length of command line arguments
616 configure:5606: result: 32768
617 configure:5617: checking command to parse /scratchbox/compilers/bin/nm -B output from gcc object
618 configure:5722: gcc -c -g -O2  conftest.c >&5
619 configure:5725: $? = 0
620 configure:5729: /scratchbox/compilers/bin/nm -B conftest.o \| sed -n -e 's/^.*[         ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
621 configure:5732: $? = 0
622 configure:5784: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
623 configure:5787: $? = 0
624 configure:5825: result: ok
625 configure:5829: checking for objdir
626 configure:5844: result: .libs
627 configure:5934: checking for ar
628 configure:5950: found /scratchbox/compilers/bin/ar
629 configure:5961: result: ar
630 configure:6014: checking for ranlib
631 configure:6030: found /scratchbox/compilers/bin/ranlib
632 configure:6041: result: ranlib
633 configure:6094: checking for strip
634 configure:6110: found /scratchbox/compilers/bin/strip
635 configure:6121: result: strip
636 configure:6397: checking if gcc supports -fno-rtti -fno-exceptions
637 configure:6418: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
638 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
639 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
640 configure:6422: $? = 0
641 configure:6432: result: no
642 configure:6447: checking for gcc option to produce PIC
643 configure:6657: result: -fPIC
644 configure:6665: checking if gcc PIC flag -fPIC works
645 configure:6686: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
646 configure:6690: $? = 0
647 configure:6700: result: yes
648 configure:6728: checking if gcc static flag -static works
649 configure:6756: result: yes
650 configure:6766: checking if gcc supports -c -o file.o
651 configure:6790: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
652 configure:6794: $? = 0
653 configure:6813: result: yes
654 configure:6839: checking whether the gcc linker (/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld) supports shared libraries
655 configure:7797: result: yes
656 configure:7818: checking whether -lc should be explicitly linked in
657 configure:7823: gcc -c -g -O2  conftest.c >&5
658 configure:7826: $? = 0
659 configure:7841: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
660 configure:7844: $? = 0
661 configure:7856: result: no
662 configure:7864: checking dynamic linker characteristics
663 configure:8452: result: GNU/Linux ld.so
664 configure:8461: checking how to hardcode library paths into programs
665 configure:8486: result: immediate
666 configure:8500: checking whether stripping libraries is possible
667 configure:8505: result: yes
668 configure:9339: checking if libtool supports shared libraries
669 configure:9341: result: yes
670 configure:9344: checking whether to build shared libraries
671 configure:9365: result: yes
672 configure:9368: checking whether to build static libraries
673 configure:9372: result: yes
674 configure:9464: creating libtool
675 configure:10052: checking for ld used by g++
676 configure:10119: result: /scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld
677 configure:10128: checking if the linker (/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld) is GNU ld
678 configure:10143: result: yes
679 configure:10194: checking whether the g++ linker (/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld) supports shared libraries
680 configure:11132: result: yes
681 configure:11154: g++ -c -g -O2  conftest.cpp >&5
682 configure:11157: $? = 0
683 configure:11276: checking for g++ option to produce PIC
684 configure:11550: result: -fPIC
685 configure:11558: checking if g++ PIC flag -fPIC works
686 configure:11579: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
687 configure:11583: $? = 0
688 configure:11593: result: yes
689 configure:11621: checking if g++ static flag -static works
690 configure:11649: result: yes
691 configure:11659: checking if g++ supports -c -o file.o
692 configure:11683: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
693 configure:11687: $? = 0
694 configure:11706: result: yes
695 configure:11732: checking whether the g++ linker (/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld) supports shared libraries
696 configure:11757: result: yes
697 configure:11824: checking dynamic linker characteristics
698 configure:12412: result: GNU/Linux ld.so
699 configure:12421: checking how to hardcode library paths into programs
700 configure:12446: result: immediate
701 configure:18602: checking for ar
702 configure:18621: found /scratchbox/compilers/bin/ar
703 configure:18634: result: /scratchbox/compilers/bin/ar
704 configure:18785: checking thenonexistentheader.h usability
705 configure:18797: gcc -c -g -O2  conftest.c >&5
706 conftest.c:60:34: error: thenonexistentheader.h: No such file or directory
707 configure:18803: $? = 1
708 configure: failed program was:
709 | /* confdefs.h.  */
710
711 | #define PACKAGE_NAME "LibVNCServer"
712 | #define PACKAGE_TARNAME "libvncserver"
713 | #define PACKAGE_VERSION "0.9.7"
714 | #define PACKAGE_STRING "LibVNCServer 0.9.7"
715 | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
716 | #define PACKAGE "LibVNCServer"
717 | #define VERSION "0.9.7"
718 | #define STDC_HEADERS 1
719 | #define HAVE_SYS_TYPES_H 1
720 | #define HAVE_SYS_STAT_H 1
721 | #define HAVE_STDLIB_H 1
722 | #define HAVE_STRING_H 1
723 | #define HAVE_MEMORY_H 1
724 | #define HAVE_STRINGS_H 1
725 | #define HAVE_INTTYPES_H 1
726 | #define HAVE_STDINT_H 1
727 | #define HAVE_UNISTD_H 1
728 | #define HAVE_DLFCN_H 1
729 | #ifdef __cplusplus
730 | extern "C" void exit (int) throw ();
731 | #endif
732 | #define ALLOW24BPP 1
733 | /* end confdefs.h.  */
734 | #include <stdio.h>
735 | #if HAVE_SYS_TYPES_H
736 | # include <sys/types.h>
737 | #endif
738 | #if HAVE_SYS_STAT_H
739 | # include <sys/stat.h>
740 | #endif
741 | #if STDC_HEADERS
742 | # include <stdlib.h>
743 | # include <stddef.h>
744 | #else
745 | # if HAVE_STDLIB_H
746 | #  include <stdlib.h>
747 | # endif
748 | #endif
749 | #if HAVE_STRING_H
750 | # if !STDC_HEADERS && HAVE_MEMORY_H
751 | #  include <memory.h>
752 | # endif
753 | # include <string.h>
754 | #endif
755 | #if HAVE_STRINGS_H
756 | # include <strings.h>
757 | #endif
758 | #if HAVE_INTTYPES_H
759 | # include <inttypes.h>
760 | #else
761 | # if HAVE_STDINT_H
762 | #  include <stdint.h>
763 | # endif
764 | #endif
765 | #if HAVE_UNISTD_H
766 | # include <unistd.h>
767 | #endif
768 | #include <thenonexistentheader.h>
769 configure:18826: result: no
770 configure:18830: checking thenonexistentheader.h presence
771 configure:18840: gcc -E  conftest.c
772 conftest.c:26:34: error: thenonexistentheader.h: No such file or directory
773 configure:18846: $? = 1
774 configure: failed program was:
775 | /* confdefs.h.  */
776
777 | #define PACKAGE_NAME "LibVNCServer"
778 | #define PACKAGE_TARNAME "libvncserver"
779 | #define PACKAGE_VERSION "0.9.7"
780 | #define PACKAGE_STRING "LibVNCServer 0.9.7"
781 | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
782 | #define PACKAGE "LibVNCServer"
783 | #define VERSION "0.9.7"
784 | #define STDC_HEADERS 1
785 | #define HAVE_SYS_TYPES_H 1
786 | #define HAVE_SYS_STAT_H 1
787 | #define HAVE_STDLIB_H 1
788 | #define HAVE_STRING_H 1
789 | #define HAVE_MEMORY_H 1
790 | #define HAVE_STRINGS_H 1
791 | #define HAVE_INTTYPES_H 1
792 | #define HAVE_STDINT_H 1
793 | #define HAVE_UNISTD_H 1
794 | #define HAVE_DLFCN_H 1
795 | #ifdef __cplusplus
796 | extern "C" void exit (int) throw ();
797 | #endif
798 | #define ALLOW24BPP 1
799 | /* end confdefs.h.  */
800 | #include <thenonexistentheader.h>
801 configure:18866: result: no
802 configure:18901: checking for thenonexistentheader.h
803 configure:18908: result: no
804 configure:18920: checking for X
805 configure:19025: gcc -E  conftest.c
806 configure:19031: $? = 0
807 configure:19081: gcc -o conftest -g -O2   conftest.c -lXt  >&5
808 configure:19087: $? = 0
809 configure:19091: test -z 
810                          || test ! -s conftest.err
811 configure:19094: $? = 0
812 configure:19097: test -s conftest
813 configure:19100: $? = 0
814 configure:19150: result: libraries , headers 
815 configure:19322: gcc -o conftest -g -O2   conftest.c   -lX11 >&5
816 configure:19328: $? = 0
817 configure:19332: test -z 
818                          || test ! -s conftest.err
819 configure:19335: $? = 0
820 configure:19338: test -s conftest
821 configure:19341: $? = 0
822 configure:19499: checking for gethostbyname
823 configure:19556: gcc -o conftest -g -O2   conftest.c  >&5
824 configure:19562: $? = 0
825 configure:19566: test -z 
826                          || test ! -s conftest.err
827 configure:19569: $? = 0
828 configure:19572: test -s conftest
829 configure:19575: $? = 0
830 configure:19587: result: yes
831 configure:19738: checking for connect
832 configure:19795: gcc -o conftest -g -O2   conftest.c  >&5
833 configure:19801: $? = 0
834 configure:19805: test -z 
835                          || test ! -s conftest.err
836 configure:19808: $? = 0
837 configure:19811: test -s conftest
838 configure:19814: $? = 0
839 configure:19826: result: yes
840 configure:19901: checking for remove
841 configure:19958: gcc -o conftest -g -O2   conftest.c  >&5
842 configure:19964: $? = 0
843 configure:19968: test -z 
844                          || test ! -s conftest.err
845 configure:19971: $? = 0
846 configure:19974: test -s conftest
847 configure:19977: $? = 0
848 configure:19989: result: yes
849 configure:20064: checking for shmat
850 configure:20121: gcc -o conftest -g -O2   conftest.c  >&5
851 configure:20127: $? = 0
852 configure:20131: test -z 
853                          || test ! -s conftest.err
854 configure:20134: $? = 0
855 configure:20137: test -s conftest
856 configure:20140: $? = 0
857 configure:20152: result: yes
858 configure:20236: checking for IceConnectionNumber in -lICE
859 configure:20266: gcc -o conftest -g -O2   conftest.c -lICE   >&5
860 configure:20272: $? = 0
861 configure:20276: test -z 
862                          || test ! -s conftest.err
863 configure:20279: $? = 0
864 configure:20282: test -s conftest
865 configure:20285: $? = 0
866 configure:20298: result: yes
867 configure:20462: checking for XGetImage in -lX11
868 configure:20492: gcc -o conftest -g -O2   conftest.c -lX11   -lX11   >&5
869 configure:20498: $? = 0
870 configure:20502: test -z 
871                          || test ! -s conftest.err
872 configure:20505: $? = 0
873 configure:20508: test -s conftest
874 configure:20511: $? = 0
875 configure:20524: result: yes
876 configure:23047: checking jpeglib.h usability
877 configure:23059: gcc -c -g -O2  conftest.c >&5
878 configure:23065: $? = 0
879 configure:23069: test -z 
880                          || test ! -s conftest.err
881 configure:23072: $? = 0
882 configure:23075: test -s conftest.o
883 configure:23078: $? = 0
884 configure:23088: result: yes
885 configure:23092: checking jpeglib.h presence
886 configure:23102: gcc -E  conftest.c
887 configure:23108: $? = 0
888 configure:23128: result: yes
889 configure:23163: checking for jpeglib.h
890 configure:23170: result: yes
891 configure:23181: checking for jpeg_CreateCompress in -ljpeg
892 configure:23211: gcc -o conftest -g -O2   conftest.c -ljpeg   >&5
893 configure:23217: $? = 0
894 configure:23221: test -z 
895                          || test ! -s conftest.err
896 configure:23224: $? = 0
897 configure:23227: test -s conftest
898 configure:23230: $? = 0
899 configure:23243: result: yes
900 configure:23328: checking zlib.h usability
901 configure:23340: gcc -c -g -O2  conftest.c >&5
902 configure:23346: $? = 0
903 configure:23350: test -z 
904                          || test ! -s conftest.err
905 configure:23353: $? = 0
906 configure:23356: test -s conftest.o
907 configure:23359: $? = 0
908 configure:23369: result: yes
909 configure:23373: checking zlib.h presence
910 configure:23383: gcc -E  conftest.c
911 configure:23389: $? = 0
912 configure:23409: result: yes
913 configure:23444: checking for zlib.h
914 configure:23451: result: yes
915 configure:23462: checking for deflate in -lz
916 configure:23492: gcc -o conftest -g -O2   conftest.c -lz  -ljpeg  >&5
917 configure:23498: $? = 0
918 configure:23502: test -z 
919                          || test ! -s conftest.err
920 configure:23505: $? = 0
921 configure:23508: test -s conftest
922 configure:23511: $? = 0
923 configure:23524: result: yes
924 configure:23587: checking pthread.h usability
925 configure:23599: gcc -c -g -O2  conftest.c >&5
926 configure:23605: $? = 0
927 configure:23609: test -z 
928                          || test ! -s conftest.err
929 configure:23612: $? = 0
930 configure:23615: test -s conftest.o
931 configure:23618: $? = 0
932 configure:23628: result: yes
933 configure:23632: checking pthread.h presence
934 configure:23642: gcc -E  conftest.c
935 configure:23648: $? = 0
936 configure:23668: result: yes
937 configure:23703: checking for pthread.h
938 configure:23710: result: yes
939 configure:23721: checking for pthread_mutex_lock in -lpthread
940 configure:23751: gcc -o conftest -g -O2   conftest.c -lpthread  -lz -ljpeg  >&5
941 configure:23757: $? = 0
942 configure:23761: test -z 
943                          || test ! -s conftest.err
944 configure:23764: $? = 0
945 configure:23767: test -s conftest
946 configure:23770: $? = 0
947 configure:23783: result: yes
948 configure:23794: checking for pthread_mutex_lock in -lpthread
949 configure:23856: result: yes
950 configure:23956: checking for ANSI C header files
951 configure:24109: result: yes
952 configure:24143: checking arpa/inet.h usability
953 configure:24155: gcc -c -g -O2  conftest.c >&5
954 configure:24161: $? = 0
955 configure:24165: test -z 
956                          || test ! -s conftest.err
957 configure:24168: $? = 0
958 configure:24171: test -s conftest.o
959 configure:24174: $? = 0
960 configure:24184: result: yes
961 configure:24188: checking arpa/inet.h presence
962 configure:24198: gcc -E  conftest.c
963 configure:24204: $? = 0
964 configure:24224: result: yes
965 configure:24259: checking for arpa/inet.h
966 configure:24266: result: yes
967 configure:24143: checking fcntl.h usability
968 configure:24155: gcc -c -g -O2  conftest.c >&5
969 configure:24161: $? = 0
970 configure:24165: test -z 
971                          || test ! -s conftest.err
972 configure:24168: $? = 0
973 configure:24171: test -s conftest.o
974 configure:24174: $? = 0
975 configure:24184: result: yes
976 configure:24188: checking fcntl.h presence
977 configure:24198: gcc -E  conftest.c
978 configure:24204: $? = 0
979 configure:24224: result: yes
980 configure:24259: checking for fcntl.h
981 configure:24266: result: yes
982 configure:24143: checking netdb.h usability
983 configure:24155: gcc -c -g -O2  conftest.c >&5
984 configure:24161: $? = 0
985 configure:24165: test -z 
986                          || test ! -s conftest.err
987 configure:24168: $? = 0
988 configure:24171: test -s conftest.o
989 configure:24174: $? = 0
990 configure:24184: result: yes
991 configure:24188: checking netdb.h presence
992 configure:24198: gcc -E  conftest.c
993 configure:24204: $? = 0
994 configure:24224: result: yes
995 configure:24259: checking for netdb.h
996 configure:24266: result: yes
997 configure:24143: checking netinet/in.h usability
998 configure:24155: gcc -c -g -O2  conftest.c >&5
999 configure:24161: $? = 0
1000 configure:24165: test -z 
1001                          || test ! -s conftest.err
1002 configure:24168: $? = 0
1003 configure:24171: test -s conftest.o
1004 configure:24174: $? = 0
1005 configure:24184: result: yes
1006 configure:24188: checking netinet/in.h presence
1007 configure:24198: gcc -E  conftest.c
1008 configure:24204: $? = 0
1009 configure:24224: result: yes
1010 configure:24259: checking for netinet/in.h
1011 configure:24266: result: yes
1012 configure:24134: checking for stdlib.h
1013 configure:24139: result: yes
1014 configure:24134: checking for string.h
1015 configure:24139: result: yes
1016 configure:24143: checking sys/socket.h usability
1017 configure:24155: gcc -c -g -O2  conftest.c >&5
1018 configure:24161: $? = 0
1019 configure:24165: test -z 
1020                          || test ! -s conftest.err
1021 configure:24168: $? = 0
1022 configure:24171: test -s conftest.o
1023 configure:24174: $? = 0
1024 configure:24184: result: yes
1025 configure:24188: checking sys/socket.h presence
1026 configure:24198: gcc -E  conftest.c
1027 configure:24204: $? = 0
1028 configure:24224: result: yes
1029 configure:24259: checking for sys/socket.h
1030 configure:24266: result: yes
1031 configure:24143: checking sys/time.h usability
1032 configure:24155: gcc -c -g -O2  conftest.c >&5
1033 configure:24161: $? = 0
1034 configure:24165: test -z 
1035                          || test ! -s conftest.err
1036 configure:24168: $? = 0
1037 configure:24171: test -s conftest.o
1038 configure:24174: $? = 0
1039 configure:24184: result: yes
1040 configure:24188: checking sys/time.h presence
1041 configure:24198: gcc -E  conftest.c
1042 configure:24204: $? = 0
1043 configure:24224: result: yes
1044 configure:24259: checking for sys/time.h
1045 configure:24266: result: yes
1046 configure:24143: checking sys/timeb.h usability
1047 configure:24155: gcc -c -g -O2  conftest.c >&5
1048 configure:24161: $? = 0
1049 configure:24165: test -z 
1050                          || test ! -s conftest.err
1051 configure:24168: $? = 0
1052 configure:24171: test -s conftest.o
1053 configure:24174: $? = 0
1054 configure:24184: result: yes
1055 configure:24188: checking sys/timeb.h presence
1056 configure:24198: gcc -E  conftest.c
1057 configure:24204: $? = 0
1058 configure:24224: result: yes
1059 configure:24259: checking for sys/timeb.h
1060 configure:24266: result: yes
1061 configure:24143: checking syslog.h usability
1062 configure:24155: gcc -c -g -O2  conftest.c >&5
1063 configure:24161: $? = 0
1064 configure:24165: test -z 
1065                          || test ! -s conftest.err
1066 configure:24168: $? = 0
1067 configure:24171: test -s conftest.o
1068 configure:24174: $? = 0
1069 configure:24184: result: yes
1070 configure:24188: checking syslog.h presence
1071 configure:24198: gcc -E  conftest.c
1072 configure:24204: $? = 0
1073 configure:24224: result: yes
1074 configure:24259: checking for syslog.h
1075 configure:24266: result: yes
1076 configure:24134: checking for unistd.h
1077 configure:24139: result: yes
1078 configure:24440: checking for an ANSI C-conforming const
1079 configure:24507: gcc -c -g -O2  conftest.c >&5
1080 configure:24513: $? = 0
1081 configure:24517: test -z 
1082                          || test ! -s conftest.err
1083 configure:24520: $? = 0
1084 configure:24523: test -s conftest.o
1085 configure:24526: $? = 0
1086 configure:24537: result: yes
1087 configure:24547: checking for inline
1088 configure:24568: gcc -c -g -O2  conftest.c >&5
1089 configure:24574: $? = 0
1090 configure:24578: test -z 
1091                          || test ! -s conftest.err
1092 configure:24581: $? = 0
1093 configure:24584: test -s conftest.o
1094 configure:24587: $? = 0
1095 configure:24599: result: inline
1096 configure:24618: checking whether byte ordering is bigendian
1097 configure:24645: gcc -c -g -O2  conftest.c >&5
1098 configure:24651: $? = 0
1099 configure:24655: test -z 
1100                          || test ! -s conftest.err
1101 configure:24658: $? = 0
1102 configure:24661: test -s conftest.o
1103 configure:24664: $? = 0
1104 configure:24688: gcc -c -g -O2  conftest.c >&5
1105 conftest.c: In function 'main':
1106 conftest.c:50: error: 'not' undeclared (first use in this function)
1107 conftest.c:50: error: (Each undeclared identifier is reported only once
1108 conftest.c:50: error: for each function it appears in.)
1109 conftest.c:50: error: expected ';' before 'big'
1110 configure:24694: $? = 1
1111 configure: failed program was:
1112 | /* confdefs.h.  */
1113
1114 | #define PACKAGE_NAME "LibVNCServer"
1115 | #define PACKAGE_TARNAME "libvncserver"
1116 | #define PACKAGE_VERSION "0.9.7"
1117 | #define PACKAGE_STRING "LibVNCServer 0.9.7"
1118 | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
1119 | #define PACKAGE "LibVNCServer"
1120 | #define VERSION "0.9.7"
1121 | #define STDC_HEADERS 1
1122 | #define HAVE_SYS_TYPES_H 1
1123 | #define HAVE_SYS_STAT_H 1
1124 | #define HAVE_STDLIB_H 1
1125 | #define HAVE_STRING_H 1
1126 | #define HAVE_MEMORY_H 1
1127 | #define HAVE_STRINGS_H 1
1128 | #define HAVE_INTTYPES_H 1
1129 | #define HAVE_STDINT_H 1
1130 | #define HAVE_UNISTD_H 1
1131 | #define HAVE_DLFCN_H 1
1132 | #ifdef __cplusplus
1133 | extern "C" void exit (int) throw ();
1134 | #endif
1135 | #define ALLOW24BPP 1
1136 | #define HAVE_X11 1
1137 | #define HAVE_LIBJPEG 1
1138 | #define HAVE_LIBZ 1
1139 | #define HAVE_LIBPTHREAD 1
1140 | #define WITH_TIGHTVNC_FILETRANSFER 1
1141 | #define STDC_HEADERS 1
1142 | #define HAVE_ARPA_INET_H 1
1143 | #define HAVE_FCNTL_H 1
1144 | #define HAVE_NETDB_H 1
1145 | #define HAVE_NETINET_IN_H 1
1146 | #define HAVE_STDLIB_H 1
1147 | #define HAVE_STRING_H 1
1148 | #define HAVE_SYS_SOCKET_H 1
1149 | #define HAVE_SYS_TIME_H 1
1150 | #define HAVE_SYS_TIMEB_H 1
1151 | #define HAVE_SYSLOG_H 1
1152 | #define HAVE_UNISTD_H 1
1153 | /* end confdefs.h.  */
1154 | #include <sys/types.h>
1155 | #include <sys/param.h>
1156
1157 | int
1158 | main ()
1159 | {
1160 | #if BYTE_ORDER != BIG_ENDIAN
1161 |  not big endian
1162 | #endif
1163
1164 |   ;
1165 |   return 0;
1166 | }
1167 configure:24829: result: no
1168 configure:24848: checking for size_t
1169 configure:24872: gcc -c -g -O2  conftest.c >&5
1170 configure:24878: $? = 0
1171 configure:24882: test -z 
1172                          || test ! -s conftest.err
1173 configure:24885: $? = 0
1174 configure:24888: test -s conftest.o
1175 configure:24891: $? = 0
1176 configure:24902: result: yes
1177 configure:24914: checking whether time.h and sys/time.h may both be included
1178 configure:24939: gcc -c -g -O2  conftest.c >&5
1179 configure:24945: $? = 0
1180 configure:24949: test -z 
1181                          || test ! -s conftest.err
1182 configure:24952: $? = 0
1183 configure:24955: test -s conftest.o
1184 configure:24958: $? = 0
1185 configure:24969: result: yes
1186 configure:24979: checking for sys/wait.h that is POSIX.1 compatible
1187 configure:25010: gcc -c -g -O2  conftest.c >&5
1188 configure:25016: $? = 0
1189 configure:25020: test -z 
1190                          || test ! -s conftest.err
1191 configure:25023: $? = 0
1192 configure:25026: test -s conftest.o
1193 configure:25029: $? = 0
1194 configure:25040: result: yes
1195 configure:25050: checking for socklen_t
1196 configure:25073: gcc -c -g -O2  conftest.c >&5
1197 configure:25079: $? = 0
1198 configure:25083: test -z 
1199                          || test ! -s conftest.err
1200 configure:25086: $? = 0
1201 configure:25089: test -s conftest.o
1202 configure:25092: $? = 0
1203 configure:25104: result: yes
1204 configure:25118: checking for stdint-types....
1205 configure:25128: result: "(putting them into rfb/rfbint.h)"
1206 configure:25141: checking for uintptr_t
1207 configure:25166: gcc -c -g -O2  conftest.c >&5
1208 configure:25172: $? = 0
1209 configure:25176: test -z 
1210                          || test ! -s conftest.err
1211 configure:25179: $? = 0
1212 configure:25182: test -s conftest.o
1213 configure:25185: $? = 0
1214 configure:25196: result: yes
1215 configure:25204: checking for uint64_t
1216 configure:25229: gcc -c -g -O2  conftest.c >&5
1217 configure:25235: $? = 0
1218 configure:25239: test -z 
1219                          || test ! -s conftest.err
1220 configure:25242: $? = 0
1221 configure:25245: test -s conftest.o
1222 configure:25248: $? = 0
1223 configure:25259: result: yes
1224 configure:25267: result: ... seen our uintptr_t in stdint.h (uint64_t too)
1225 configure:25907: result: creating rfb/rfbint.h : _RFB_RFBINT_H
1226 configure:25934: checking for int_least32_t
1227 configure:25959: gcc -c -g -O2  conftest.c >&5
1228 configure:25965: $? = 0
1229 configure:25969: test -z 
1230                          || test ! -s conftest.err
1231 configure:25972: $? = 0
1232 configure:25975: test -s conftest.o
1233 configure:25978: $? = 0
1234 configure:25989: result: yes
1235 configure:25992: checking for int_fast32_t
1236 configure:26017: gcc -c -g -O2  conftest.c >&5
1237 configure:26023: $? = 0
1238 configure:26027: test -z 
1239                          || test ! -s conftest.err
1240 configure:26030: $? = 0
1241 configure:26033: test -s conftest.o
1242 configure:26036: $? = 0
1243 configure:26047: result: yes
1244 configure:26057: result: ..adding include stdint.h
1245 configure:26067: result: ... seen good stdint.h inttypes
1246 configure:26205: result: ... seen good uint64_t
1247 configure:26425: result: ... DONE rfb/rfbint.h
1248 configure:26434: checking for in_addr_t
1249 configure:26457: gcc -c -g -O2  conftest.c >&5
1250 configure:26463: $? = 0
1251 configure:26467: test -z 
1252                          || test ! -s conftest.err
1253 configure:26470: $? = 0
1254 configure:26473: test -s conftest.o
1255 configure:26476: $? = 0
1256 configure:26488: result: yes
1257 configure:26500: checking for working memcmp
1258 configure:26548: gcc -o conftest -g -O2   conftest.c -lpthread -lz -ljpeg  >&5
1259 configure:26551: $? = 0
1260 configure:26553: ./conftest
1261 configure:26556: $? = 0
1262 configure:26570: result: yes
1263 configure:26581: checking whether lstat dereferences a symlink specified with a trailing slash
1264 configure:26612: gcc -o conftest -g -O2   conftest.c -lpthread -lz -ljpeg  >&5
1265 configure:26615: $? = 0
1266 configure:26617: ./conftest
1267 configure:26620: $? = 0
1268 configure:26641: result: yes
1269 configure:26662: checking whether stat accepts an empty string
1270 configure:26687: gcc -o conftest -g -O2   conftest.c -lpthread -lz -ljpeg  >&5
1271 configure:26690: $? = 0
1272 configure:26692: ./conftest
1273 configure:26695: $? = 1
1274 configure: program exited with status 1
1275 configure: failed program was:
1276 | /* confdefs.h.  */
1277
1278 | #define PACKAGE_NAME "LibVNCServer"
1279 | #define PACKAGE_TARNAME "libvncserver"
1280 | #define PACKAGE_VERSION "0.9.7"
1281 | #define PACKAGE_STRING "LibVNCServer 0.9.7"
1282 | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
1283 | #define PACKAGE "LibVNCServer"
1284 | #define VERSION "0.9.7"
1285 | #define STDC_HEADERS 1
1286 | #define HAVE_SYS_TYPES_H 1
1287 | #define HAVE_SYS_STAT_H 1
1288 | #define HAVE_STDLIB_H 1
1289 | #define HAVE_STRING_H 1
1290 | #define HAVE_MEMORY_H 1
1291 | #define HAVE_STRINGS_H 1
1292 | #define HAVE_INTTYPES_H 1
1293 | #define HAVE_STDINT_H 1
1294 | #define HAVE_UNISTD_H 1
1295 | #define HAVE_DLFCN_H 1
1296 | #ifdef __cplusplus
1297 | extern "C" void exit (int) throw ();
1298 | #endif
1299 | #define ALLOW24BPP 1
1300 | #define HAVE_X11 1
1301 | #define HAVE_LIBJPEG 1
1302 | #define HAVE_LIBZ 1
1303 | #define HAVE_LIBPTHREAD 1
1304 | #define WITH_TIGHTVNC_FILETRANSFER 1
1305 | #define STDC_HEADERS 1
1306 | #define HAVE_ARPA_INET_H 1
1307 | #define HAVE_FCNTL_H 1
1308 | #define HAVE_NETDB_H 1
1309 | #define HAVE_NETINET_IN_H 1
1310 | #define HAVE_STDLIB_H 1
1311 | #define HAVE_STRING_H 1
1312 | #define HAVE_SYS_SOCKET_H 1
1313 | #define HAVE_SYS_TIME_H 1
1314 | #define HAVE_SYS_TIMEB_H 1
1315 | #define HAVE_SYSLOG_H 1
1316 | #define HAVE_UNISTD_H 1
1317 | #define TIME_WITH_SYS_TIME 1
1318 | #define HAVE_SYS_WAIT_H 1
1319 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
1320 | /* end confdefs.h.  */
1321 | #include <stdio.h>
1322 | #if HAVE_SYS_TYPES_H
1323 | # include <sys/types.h>
1324 | #endif
1325 | #if HAVE_SYS_STAT_H
1326 | # include <sys/stat.h>
1327 | #endif
1328 | #if STDC_HEADERS
1329 | # include <stdlib.h>
1330 | # include <stddef.h>
1331 | #else
1332 | # if HAVE_STDLIB_H
1333 | #  include <stdlib.h>
1334 | # endif
1335 | #endif
1336 | #if HAVE_STRING_H
1337 | # if !STDC_HEADERS && HAVE_MEMORY_H
1338 | #  include <memory.h>
1339 | # endif
1340 | # include <string.h>
1341 | #endif
1342 | #if HAVE_STRINGS_H
1343 | # include <strings.h>
1344 | #endif
1345 | #if HAVE_INTTYPES_H
1346 | # include <inttypes.h>
1347 | #else
1348 | # if HAVE_STDINT_H
1349 | #  include <stdint.h>
1350 | # endif
1351 | #endif
1352 | #if HAVE_UNISTD_H
1353 | # include <unistd.h>
1354 | #endif
1355 | int
1356 | main ()
1357 | {
1358 | struct stat sbuf;
1359 |   exit (stat ("", &sbuf) ? 1 : 0);
1360 |   ;
1361 |   return 0;
1362 | }
1363 configure:26709: result: no
1364 configure:26731: checking for strftime
1365 configure:26788: gcc -o conftest -g -O2   conftest.c -lpthread -lz -ljpeg  >&5
1366 conftest.c:70: warning: conflicting types for built-in function 'strftime'
1367 configure:26794: $? = 0
1368 configure:26798: test -z 
1369                          || test ! -s conftest.err
1370 configure:26801: $? = 0
1371 configure:26804: test -s conftest
1372 configure:26807: $? = 0
1373 configure:26819: result: yes
1374 configure:26907: checking for vprintf
1375 configure:26964: gcc -o conftest -g -O2   conftest.c -lpthread -lz -ljpeg  >&5
1376 conftest.c:71: warning: conflicting types for built-in function 'vprintf'
1377 configure:26970: $? = 0
1378 configure:26974: test -z 
1379                          || test ! -s conftest.err
1380 configure:26977: $? = 0
1381 configure:26980: test -s conftest
1382 configure:26983: $? = 0
1383 configure:26995: result: yes
1384 configure:27002: checking for _doprnt
1385 configure:27059: gcc -o conftest -g -O2   conftest.c -lpthread -lz -ljpeg  >&5
1386 /tmp/ccYsUjHg.o: In function `main':
1387 /home/christian/presencevnc/libvnc/conftest.c:91: undefined reference to `_doprnt'
1388 /tmp/ccYsUjHg.o:(.data+0x0): undefined reference to `_doprnt'
1389 collect2: ld returned 1 exit status
1390 configure:27065: $? = 1
1391 configure: failed program was:
1392 | /* confdefs.h.  */
1393
1394 | #define PACKAGE_NAME "LibVNCServer"
1395 | #define PACKAGE_TARNAME "libvncserver"
1396 | #define PACKAGE_VERSION "0.9.7"
1397 | #define PACKAGE_STRING "LibVNCServer 0.9.7"
1398 | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
1399 | #define PACKAGE "LibVNCServer"
1400 | #define VERSION "0.9.7"
1401 | #define STDC_HEADERS 1
1402 | #define HAVE_SYS_TYPES_H 1
1403 | #define HAVE_SYS_STAT_H 1
1404 | #define HAVE_STDLIB_H 1
1405 | #define HAVE_STRING_H 1
1406 | #define HAVE_MEMORY_H 1
1407 | #define HAVE_STRINGS_H 1
1408 | #define HAVE_INTTYPES_H 1
1409 | #define HAVE_STDINT_H 1
1410 | #define HAVE_UNISTD_H 1
1411 | #define HAVE_DLFCN_H 1
1412 | #ifdef __cplusplus
1413 | extern "C" void exit (int) throw ();
1414 | #endif
1415 | #define ALLOW24BPP 1
1416 | #define HAVE_X11 1
1417 | #define HAVE_LIBJPEG 1
1418 | #define HAVE_LIBZ 1
1419 | #define HAVE_LIBPTHREAD 1
1420 | #define WITH_TIGHTVNC_FILETRANSFER 1
1421 | #define STDC_HEADERS 1
1422 | #define HAVE_ARPA_INET_H 1
1423 | #define HAVE_FCNTL_H 1
1424 | #define HAVE_NETDB_H 1
1425 | #define HAVE_NETINET_IN_H 1
1426 | #define HAVE_STDLIB_H 1
1427 | #define HAVE_STRING_H 1
1428 | #define HAVE_SYS_SOCKET_H 1
1429 | #define HAVE_SYS_TIME_H 1
1430 | #define HAVE_SYS_TIMEB_H 1
1431 | #define HAVE_SYSLOG_H 1
1432 | #define HAVE_UNISTD_H 1
1433 | #define TIME_WITH_SYS_TIME 1
1434 | #define HAVE_SYS_WAIT_H 1
1435 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
1436 | #define HAVE_STRFTIME 1
1437 | #define HAVE_VPRINTF 1
1438 | /* end confdefs.h.  */
1439 | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
1440 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1441 | #define _doprnt innocuous__doprnt
1442
1443 | /* System header to define __stub macros and hopefully few prototypes,
1444 |     which can conflict with char _doprnt (); below.
1445 |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1446 |     <limits.h> exists even on freestanding compilers.  */
1447
1448 | #ifdef __STDC__
1449 | # include <limits.h>
1450 | #else
1451 | # include <assert.h>
1452 | #endif
1453
1454 | #undef _doprnt
1455
1456 | /* Override any gcc2 internal prototype to avoid an error.  */
1457 | #ifdef __cplusplus
1458 | extern "C"
1459 | {
1460 | #endif
1461 | /* We use char because int might match the return type of a gcc2
1462 |    builtin and then its argument prototype would still apply.  */
1463 | char _doprnt ();
1464 | /* The GNU C library defines this for functions which it implements
1465 |     to always fail with ENOSYS.  Some functions are actually named
1466 |     something starting with __ and the normal name is an alias.  */
1467 | #if defined (__stub__doprnt) || defined (__stub____doprnt)
1468 | choke me
1469 | #else
1470 | char (*f) () = _doprnt;
1471 | #endif
1472 | #ifdef __cplusplus
1473 | }
1474 | #endif
1475
1476 | int
1477 | main ()
1478 | {
1479 | return f != _doprnt;
1480 |   ;
1481 |   return 0;
1482 | }
1483 configure:27090: result: no
1484 configure:27104: checking for pid_t
1485 configure:27128: gcc -c -g -O2  conftest.c >&5
1486 configure:27134: $? = 0
1487 configure:27138: test -z 
1488                          || test ! -s conftest.err
1489 configure:27141: $? = 0
1490 configure:27144: test -s conftest.o
1491 configure:27147: $? = 0
1492 configure:27158: result: yes
1493 configure:27176: checking for unistd.h
1494 configure:27181: result: yes
1495 configure:27185: checking vfork.h usability
1496 configure:27197: gcc -c -g -O2  conftest.c >&5
1497 conftest.c:83:19: error: vfork.h: No such file or directory
1498 configure:27203: $? = 1
1499 configure: failed program was:
1500 | /* confdefs.h.  */
1501
1502 | #define PACKAGE_NAME "LibVNCServer"
1503 | #define PACKAGE_TARNAME "libvncserver"
1504 | #define PACKAGE_VERSION "0.9.7"
1505 | #define PACKAGE_STRING "LibVNCServer 0.9.7"
1506 | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
1507 | #define PACKAGE "LibVNCServer"
1508 | #define VERSION "0.9.7"
1509 | #define STDC_HEADERS 1
1510 | #define HAVE_SYS_TYPES_H 1
1511 | #define HAVE_SYS_STAT_H 1
1512 | #define HAVE_STDLIB_H 1
1513 | #define HAVE_STRING_H 1
1514 | #define HAVE_MEMORY_H 1
1515 | #define HAVE_STRINGS_H 1
1516 | #define HAVE_INTTYPES_H 1
1517 | #define HAVE_STDINT_H 1
1518 | #define HAVE_UNISTD_H 1
1519 | #define HAVE_DLFCN_H 1
1520 | #ifdef __cplusplus
1521 | extern "C" void exit (int) throw ();
1522 | #endif
1523 | #define ALLOW24BPP 1
1524 | #define HAVE_X11 1
1525 | #define HAVE_LIBJPEG 1
1526 | #define HAVE_LIBZ 1
1527 | #define HAVE_LIBPTHREAD 1
1528 | #define WITH_TIGHTVNC_FILETRANSFER 1
1529 | #define STDC_HEADERS 1
1530 | #define HAVE_ARPA_INET_H 1
1531 | #define HAVE_FCNTL_H 1
1532 | #define HAVE_NETDB_H 1
1533 | #define HAVE_NETINET_IN_H 1
1534 | #define HAVE_STDLIB_H 1
1535 | #define HAVE_STRING_H 1
1536 | #define HAVE_SYS_SOCKET_H 1
1537 | #define HAVE_SYS_TIME_H 1
1538 | #define HAVE_SYS_TIMEB_H 1
1539 | #define HAVE_SYSLOG_H 1
1540 | #define HAVE_UNISTD_H 1
1541 | #define TIME_WITH_SYS_TIME 1
1542 | #define HAVE_SYS_WAIT_H 1
1543 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
1544 | #define HAVE_STRFTIME 1
1545 | #define HAVE_VPRINTF 1
1546 | #define HAVE_UNISTD_H 1
1547 | /* end confdefs.h.  */
1548 | #include <stdio.h>
1549 | #if HAVE_SYS_TYPES_H
1550 | # include <sys/types.h>
1551 | #endif
1552 | #if HAVE_SYS_STAT_H
1553 | # include <sys/stat.h>
1554 | #endif
1555 | #if STDC_HEADERS
1556 | # include <stdlib.h>
1557 | # include <stddef.h>
1558 | #else
1559 | # if HAVE_STDLIB_H
1560 | #  include <stdlib.h>
1561 | # endif
1562 | #endif
1563 | #if HAVE_STRING_H
1564 | # if !STDC_HEADERS && HAVE_MEMORY_H
1565 | #  include <memory.h>
1566 | # endif
1567 | # include <string.h>
1568 | #endif
1569 | #if HAVE_STRINGS_H
1570 | # include <strings.h>
1571 | #endif
1572 | #if HAVE_INTTYPES_H
1573 | # include <inttypes.h>
1574 | #else
1575 | # if HAVE_STDINT_H
1576 | #  include <stdint.h>
1577 | # endif
1578 | #endif
1579 | #if HAVE_UNISTD_H
1580 | # include <unistd.h>
1581 | #endif
1582 | #include <vfork.h>
1583 configure:27226: result: no
1584 configure:27230: checking vfork.h presence
1585 configure:27240: gcc -E  conftest.c
1586 conftest.c:49:19: error: vfork.h: No such file or directory
1587 configure:27246: $? = 1
1588 configure: failed program was:
1589 | /* confdefs.h.  */
1590
1591 | #define PACKAGE_NAME "LibVNCServer"
1592 | #define PACKAGE_TARNAME "libvncserver"
1593 | #define PACKAGE_VERSION "0.9.7"
1594 | #define PACKAGE_STRING "LibVNCServer 0.9.7"
1595 | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
1596 | #define PACKAGE "LibVNCServer"
1597 | #define VERSION "0.9.7"
1598 | #define STDC_HEADERS 1
1599 | #define HAVE_SYS_TYPES_H 1
1600 | #define HAVE_SYS_STAT_H 1
1601 | #define HAVE_STDLIB_H 1
1602 | #define HAVE_STRING_H 1
1603 | #define HAVE_MEMORY_H 1
1604 | #define HAVE_STRINGS_H 1
1605 | #define HAVE_INTTYPES_H 1
1606 | #define HAVE_STDINT_H 1
1607 | #define HAVE_UNISTD_H 1
1608 | #define HAVE_DLFCN_H 1
1609 | #ifdef __cplusplus
1610 | extern "C" void exit (int) throw ();
1611 | #endif
1612 | #define ALLOW24BPP 1
1613 | #define HAVE_X11 1
1614 | #define HAVE_LIBJPEG 1
1615 | #define HAVE_LIBZ 1
1616 | #define HAVE_LIBPTHREAD 1
1617 | #define WITH_TIGHTVNC_FILETRANSFER 1
1618 | #define STDC_HEADERS 1
1619 | #define HAVE_ARPA_INET_H 1
1620 | #define HAVE_FCNTL_H 1
1621 | #define HAVE_NETDB_H 1
1622 | #define HAVE_NETINET_IN_H 1
1623 | #define HAVE_STDLIB_H 1
1624 | #define HAVE_STRING_H 1
1625 | #define HAVE_SYS_SOCKET_H 1
1626 | #define HAVE_SYS_TIME_H 1
1627 | #define HAVE_SYS_TIMEB_H 1
1628 | #define HAVE_SYSLOG_H 1
1629 | #define HAVE_UNISTD_H 1
1630 | #define TIME_WITH_SYS_TIME 1
1631 | #define HAVE_SYS_WAIT_H 1
1632 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
1633 | #define HAVE_STRFTIME 1
1634 | #define HAVE_VPRINTF 1
1635 | #define HAVE_UNISTD_H 1
1636 | /* end confdefs.h.  */
1637 | #include <vfork.h>
1638 configure:27266: result: no
1639 configure:27301: checking for vfork.h
1640 configure:27308: result: no
1641 configure:27326: checking for fork
1642 configure:27383: gcc -o conftest -g -O2   conftest.c -lpthread -lz -ljpeg  >&5
1643 conftest.c:73: warning: conflicting types for built-in function 'fork'
1644 configure:27389: $? = 0
1645 configure:27393: test -z 
1646                          || test ! -s conftest.err
1647 configure:27396: $? = 0
1648 configure:27399: test -s conftest
1649 configure:27402: $? = 0
1650 configure:27414: result: yes
1651 configure:27326: checking for vfork
1652 configure:27383: gcc -o conftest -g -O2   conftest.c -lpthread -lz -ljpeg  >&5
1653 configure:27389: $? = 0
1654 configure:27393: test -z 
1655                          || test ! -s conftest.err
1656 configure:27396: $? = 0
1657 configure:27399: test -s conftest
1658 configure:27402: $? = 0
1659 configure:27414: result: yes
1660 configure:27425: checking for working fork
1661 configure:27448: gcc -o conftest -g -O2   conftest.c -lpthread -lz -ljpeg  >&5
1662 conftest.c: In function 'main':
1663 conftest.c:10: warning: incompatible implicit declaration of built-in function 'exit'
1664 configure:27451: $? = 0
1665 configure:27453: ./conftest
1666 configure:27456: $? = 0
1667 configure:27470: result: yes
1668 configure:27491: checking for working vfork
1669 configure:27624: result: yes
1670 configure:27656: checking for gethostbyname in -lnsl
1671 configure:27686: gcc -o conftest -g -O2   conftest.c -lnsl  -lpthread -lz -ljpeg  >&5
1672 configure:27692: $? = 0
1673 configure:27696: test -z 
1674                          || test ! -s conftest.err
1675 configure:27699: $? = 0
1676 configure:27702: test -s conftest
1677 configure:27705: $? = 0
1678 configure:27718: result: yes
1679 configure:27730: checking for socket in -lsocket
1680 configure:27760: gcc -o conftest -g -O2   conftest.c -lsocket  -lnsl -lpthread -lz -ljpeg  >&5
1681 /scratchbox/compilers/cs2007q3-glibc2.5-arm7/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.1/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -lsocket
1682 collect2: ld returned 1 exit status
1683 configure:27766: $? = 1
1684 configure: failed program was:
1685 | /* confdefs.h.  */
1686
1687 | #define PACKAGE_NAME "LibVNCServer"
1688 | #define PACKAGE_TARNAME "libvncserver"
1689 | #define PACKAGE_VERSION "0.9.7"
1690 | #define PACKAGE_STRING "LibVNCServer 0.9.7"
1691 | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
1692 | #define PACKAGE "LibVNCServer"
1693 | #define VERSION "0.9.7"
1694 | #define STDC_HEADERS 1
1695 | #define HAVE_SYS_TYPES_H 1
1696 | #define HAVE_SYS_STAT_H 1
1697 | #define HAVE_STDLIB_H 1
1698 | #define HAVE_STRING_H 1
1699 | #define HAVE_MEMORY_H 1
1700 | #define HAVE_STRINGS_H 1
1701 | #define HAVE_INTTYPES_H 1
1702 | #define HAVE_STDINT_H 1
1703 | #define HAVE_UNISTD_H 1
1704 | #define HAVE_DLFCN_H 1
1705 | #ifdef __cplusplus
1706 | extern "C" void exit (int) throw ();
1707 | #endif
1708 | #define ALLOW24BPP 1
1709 | #define HAVE_X11 1
1710 | #define HAVE_LIBJPEG 1
1711 | #define HAVE_LIBZ 1
1712 | #define HAVE_LIBPTHREAD 1
1713 | #define WITH_TIGHTVNC_FILETRANSFER 1
1714 | #define STDC_HEADERS 1
1715 | #define HAVE_ARPA_INET_H 1
1716 | #define HAVE_FCNTL_H 1
1717 | #define HAVE_NETDB_H 1
1718 | #define HAVE_NETINET_IN_H 1
1719 | #define HAVE_STDLIB_H 1
1720 | #define HAVE_STRING_H 1
1721 | #define HAVE_SYS_SOCKET_H 1
1722 | #define HAVE_SYS_TIME_H 1
1723 | #define HAVE_SYS_TIMEB_H 1
1724 | #define HAVE_SYSLOG_H 1
1725 | #define HAVE_UNISTD_H 1
1726 | #define TIME_WITH_SYS_TIME 1
1727 | #define HAVE_SYS_WAIT_H 1
1728 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
1729 | #define HAVE_STRFTIME 1
1730 | #define HAVE_VPRINTF 1
1731 | #define HAVE_UNISTD_H 1
1732 | #define HAVE_FORK 1
1733 | #define HAVE_VFORK 1
1734 | #define HAVE_WORKING_VFORK 1
1735 | #define HAVE_WORKING_FORK 1
1736 | #define HAVE_LIBNSL 1
1737 | /* end confdefs.h.  */
1738
1739 | /* Override any gcc2 internal prototype to avoid an error.  */
1740 | #ifdef __cplusplus
1741 | extern "C"
1742 | #endif
1743 | /* We use char because int might match the return type of a gcc2
1744 |    builtin and then its argument prototype would still apply.  */
1745 | char socket ();
1746 | int
1747 | main ()
1748 | {
1749 | socket ();
1750 |   ;
1751 |   return 0;
1752 | }
1753 configure:27792: result: no
1754 configure:27829: checking for ftime
1755 configure:27886: gcc -o conftest -g -O2   conftest.c -lnsl -lpthread -lz -ljpeg  >&5
1756 configure:27892: $? = 0
1757 configure:27896: test -z 
1758                          || test ! -s conftest.err
1759 configure:27899: $? = 0
1760 configure:27902: test -s conftest
1761 configure:27905: $? = 0
1762 configure:27917: result: yes
1763 configure:27829: checking for gethostbyname
1764 configure:27917: result: yes
1765 configure:27829: checking for gethostname
1766 configure:27886: gcc -o conftest -g -O2   conftest.c -lnsl -lpthread -lz -ljpeg  >&5
1767 configure:27892: $? = 0
1768 configure:27896: test -z 
1769                          || test ! -s conftest.err
1770 configure:27899: $? = 0
1771 configure:27902: test -s conftest
1772 configure:27905: $? = 0
1773 configure:27917: result: yes
1774 configure:27829: checking for gettimeofday
1775 configure:27886: gcc -o conftest -g -O2   conftest.c -lnsl -lpthread -lz -ljpeg  >&5
1776 configure:27892: $? = 0
1777 configure:27896: test -z 
1778                          || test ! -s conftest.err
1779 configure:27899: $? = 0
1780 configure:27902: test -s conftest
1781 configure:27905: $? = 0
1782 configure:27917: result: yes
1783 configure:27829: checking for inet_ntoa
1784 configure:27886: gcc -o conftest -g -O2   conftest.c -lnsl -lpthread -lz -ljpeg  >&5
1785 configure:27892: $? = 0
1786 configure:27896: test -z 
1787                          || test ! -s conftest.err
1788 configure:27899: $? = 0
1789 configure:27902: test -s conftest
1790 configure:27905: $? = 0
1791 configure:27917: result: yes
1792 configure:27829: checking for memmove
1793 configure:27886: gcc -o conftest -g -O2   conftest.c -lnsl -lpthread -lz -ljpeg  >&5
1794 conftest.c:83: warning: conflicting types for built-in function 'memmove'
1795 configure:27892: $? = 0
1796 configure:27896: test -z 
1797                          || test ! -s conftest.err
1798 configure:27899: $? = 0
1799 configure:27902: test -s conftest
1800 configure:27905: $? = 0
1801 configure:27917: result: yes
1802 configure:27829: checking for memset
1803 configure:27886: gcc -o conftest -g -O2   conftest.c -lnsl -lpthread -lz -ljpeg  >&5
1804 conftest.c:84: warning: conflicting types for built-in function 'memset'
1805 configure:27892: $? = 0
1806 configure:27896: test -z 
1807                          || test ! -s conftest.err
1808 configure:27899: $? = 0
1809 configure:27902: test -s conftest
1810 configure:27905: $? = 0
1811 configure:27917: result: yes
1812 configure:27829: checking for mmap
1813 configure:27886: gcc -o conftest -g -O2   conftest.c -lnsl -lpthread -lz -ljpeg  >&5
1814 configure:27892: $? = 0
1815 configure:27896: test -z 
1816                          || test ! -s conftest.err
1817 configure:27899: $? = 0
1818 configure:27902: test -s conftest
1819 configure:27905: $? = 0
1820 configure:27917: result: yes
1821 configure:27829: checking for mkfifo
1822 configure:27886: gcc -o conftest -g -O2   conftest.c -lnsl -lpthread -lz -ljpeg  >&5
1823 configure:27892: $? = 0
1824 configure:27896: test -z 
1825                          || test ! -s conftest.err
1826 configure:27899: $? = 0
1827 configure:27902: test -s conftest
1828 configure:27905: $? = 0
1829 configure:27917: result: yes
1830 configure:27829: checking for select
1831 configure:27886: gcc -o conftest -g -O2   conftest.c -lnsl -lpthread -lz -ljpeg  >&5
1832 configure:27892: $? = 0
1833 configure:27896: test -z 
1834                          || test ! -s conftest.err
1835 configure:27899: $? = 0
1836 configure:27902: test -s conftest
1837 configure:27905: $? = 0
1838 configure:27917: result: yes
1839 configure:27829: checking for socket
1840 configure:27886: gcc -o conftest -g -O2   conftest.c -lnsl -lpthread -lz -ljpeg  >&5
1841 configure:27892: $? = 0
1842 configure:27896: test -z 
1843                          || test ! -s conftest.err
1844 configure:27899: $? = 0
1845 configure:27902: test -s conftest
1846 configure:27905: $? = 0
1847 configure:27917: result: yes
1848 configure:27829: checking for strchr
1849 configure:27886: gcc -o conftest -g -O2   conftest.c -lnsl -lpthread -lz -ljpeg  >&5
1850 conftest.c:89: warning: conflicting types for built-in function 'strchr'
1851 configure:27892: $? = 0
1852 configure:27896: test -z 
1853                          || test ! -s conftest.err
1854 configure:27899: $? = 0
1855 configure:27902: test -s conftest
1856 configure:27905: $? = 0
1857 configure:27917: result: yes
1858 configure:27829: checking for strcspn
1859 configure:27886: gcc -o conftest -g -O2   conftest.c -lnsl -lpthread -lz -ljpeg  >&5
1860 conftest.c:90: warning: conflicting types for built-in function 'strcspn'
1861 configure:27892: $? = 0
1862 configure:27896: test -z 
1863                          || test ! -s conftest.err
1864 configure:27899: $? = 0
1865 configure:27902: test -s conftest
1866 configure:27905: $? = 0
1867 configure:27917: result: yes
1868 configure:27829: checking for strdup
1869 configure:27886: gcc -o conftest -g -O2   conftest.c -lnsl -lpthread -lz -ljpeg  >&5
1870 conftest.c:91: warning: conflicting types for built-in function 'strdup'
1871 configure:27892: $? = 0
1872 configure:27896: test -z 
1873                          || test ! -s conftest.err
1874 configure:27899: $? = 0
1875 configure:27902: test -s conftest
1876 configure:27905: $? = 0
1877 configure:27917: result: yes
1878 configure:27829: checking for strerror
1879 configure:27886: gcc -o conftest -g -O2   conftest.c -lnsl -lpthread -lz -ljpeg  >&5
1880 configure:27892: $? = 0
1881 configure:27896: test -z 
1882                          || test ! -s conftest.err
1883 configure:27899: $? = 0
1884 configure:27902: test -s conftest
1885 configure:27905: $? = 0
1886 configure:27917: result: yes
1887 configure:27829: checking for strstr
1888 configure:27886: gcc -o conftest -g -O2   conftest.c -lnsl -lpthread -lz -ljpeg  >&5
1889 conftest.c:93: warning: conflicting types for built-in function 'strstr'
1890 configure:27892: $? = 0
1891 configure:27896: test -z 
1892                          || test ! -s conftest.err
1893 configure:27899: $? = 0
1894 configure:27902: test -s conftest
1895 configure:27905: $? = 0
1896 configure:27917: result: yes
1897 configure:28050: checking for shmget in -lcygipc
1898 configure:28080: gcc -o conftest -g -O2   conftest.c -lcygipc  -lnsl -lpthread -lz -ljpeg  >&5
1899 /scratchbox/compilers/cs2007q3-glibc2.5-arm7/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.1/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -lcygipc
1900 collect2: ld returned 1 exit status
1901 configure:28086: $? = 1
1902 configure: failed program was:
1903 | /* confdefs.h.  */
1904
1905 | #define PACKAGE_NAME "LibVNCServer"
1906 | #define PACKAGE_TARNAME "libvncserver"
1907 | #define PACKAGE_VERSION "0.9.7"
1908 | #define PACKAGE_STRING "LibVNCServer 0.9.7"
1909 | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
1910 | #define PACKAGE "LibVNCServer"
1911 | #define VERSION "0.9.7"
1912 | #define STDC_HEADERS 1
1913 | #define HAVE_SYS_TYPES_H 1
1914 | #define HAVE_SYS_STAT_H 1
1915 | #define HAVE_STDLIB_H 1
1916 | #define HAVE_STRING_H 1
1917 | #define HAVE_MEMORY_H 1
1918 | #define HAVE_STRINGS_H 1
1919 | #define HAVE_INTTYPES_H 1
1920 | #define HAVE_STDINT_H 1
1921 | #define HAVE_UNISTD_H 1
1922 | #define HAVE_DLFCN_H 1
1923 | #ifdef __cplusplus
1924 | extern "C" void exit (int) throw ();
1925 | #endif
1926 | #define ALLOW24BPP 1
1927 | #define HAVE_X11 1
1928 | #define HAVE_LIBJPEG 1
1929 | #define HAVE_LIBZ 1
1930 | #define HAVE_LIBPTHREAD 1
1931 | #define WITH_TIGHTVNC_FILETRANSFER 1
1932 | #define STDC_HEADERS 1
1933 | #define HAVE_ARPA_INET_H 1
1934 | #define HAVE_FCNTL_H 1
1935 | #define HAVE_NETDB_H 1
1936 | #define HAVE_NETINET_IN_H 1
1937 | #define HAVE_STDLIB_H 1
1938 | #define HAVE_STRING_H 1
1939 | #define HAVE_SYS_SOCKET_H 1
1940 | #define HAVE_SYS_TIME_H 1
1941 | #define HAVE_SYS_TIMEB_H 1
1942 | #define HAVE_SYSLOG_H 1
1943 | #define HAVE_UNISTD_H 1
1944 | #define TIME_WITH_SYS_TIME 1
1945 | #define HAVE_SYS_WAIT_H 1
1946 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
1947 | #define HAVE_STRFTIME 1
1948 | #define HAVE_VPRINTF 1
1949 | #define HAVE_UNISTD_H 1
1950 | #define HAVE_FORK 1
1951 | #define HAVE_VFORK 1
1952 | #define HAVE_WORKING_VFORK 1
1953 | #define HAVE_WORKING_FORK 1
1954 | #define HAVE_LIBNSL 1
1955 | #define HAVE_FTIME 1
1956 | #define HAVE_GETHOSTBYNAME 1
1957 | #define HAVE_GETHOSTNAME 1
1958 | #define HAVE_GETTIMEOFDAY 1
1959 | #define HAVE_INET_NTOA 1
1960 | #define HAVE_MEMMOVE 1
1961 | #define HAVE_MEMSET 1
1962 | #define HAVE_MMAP 1
1963 | #define HAVE_MKFIFO 1
1964 | #define HAVE_SELECT 1
1965 | #define HAVE_SOCKET 1
1966 | #define HAVE_STRCHR 1
1967 | #define HAVE_STRCSPN 1
1968 | #define HAVE_STRDUP 1
1969 | #define HAVE_STRERROR 1
1970 | #define HAVE_STRSTR 1
1971 | /* end confdefs.h.  */
1972
1973 | /* Override any gcc2 internal prototype to avoid an error.  */
1974 | #ifdef __cplusplus
1975 | extern "C"
1976 | #endif
1977 | /* We use char because int might match the return type of a gcc2
1978 |    builtin and then its argument prototype would still apply.  */
1979 | char shmget ();
1980 | int
1981 | main ()
1982 | {
1983 | shmget ();
1984 |   ;
1985 |   return 0;
1986 | }
1987 configure:28112: result: no
1988 configure:28157: checking ApplicationServices/ApplicationServices.h usability
1989 configure:28169: gcc -c -g -O2  conftest.c >&5
1990 conftest.c:104:53: error: ApplicationServices/ApplicationServices.h: No such file or directory
1991 configure:28175: $? = 1
1992 configure: failed program was:
1993 | /* confdefs.h.  */
1994
1995 | #define PACKAGE_NAME "LibVNCServer"
1996 | #define PACKAGE_TARNAME "libvncserver"
1997 | #define PACKAGE_VERSION "0.9.7"
1998 | #define PACKAGE_STRING "LibVNCServer 0.9.7"
1999 | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
2000 | #define PACKAGE "LibVNCServer"
2001 | #define VERSION "0.9.7"
2002 | #define STDC_HEADERS 1
2003 | #define HAVE_SYS_TYPES_H 1
2004 | #define HAVE_SYS_STAT_H 1
2005 | #define HAVE_STDLIB_H 1
2006 | #define HAVE_STRING_H 1
2007 | #define HAVE_MEMORY_H 1
2008 | #define HAVE_STRINGS_H 1
2009 | #define HAVE_INTTYPES_H 1
2010 | #define HAVE_STDINT_H 1
2011 | #define HAVE_UNISTD_H 1
2012 | #define HAVE_DLFCN_H 1
2013 | #ifdef __cplusplus
2014 | extern "C" void exit (int) throw ();
2015 | #endif
2016 | #define ALLOW24BPP 1
2017 | #define HAVE_X11 1
2018 | #define HAVE_LIBJPEG 1
2019 | #define HAVE_LIBZ 1
2020 | #define HAVE_LIBPTHREAD 1
2021 | #define WITH_TIGHTVNC_FILETRANSFER 1
2022 | #define STDC_HEADERS 1
2023 | #define HAVE_ARPA_INET_H 1
2024 | #define HAVE_FCNTL_H 1
2025 | #define HAVE_NETDB_H 1
2026 | #define HAVE_NETINET_IN_H 1
2027 | #define HAVE_STDLIB_H 1
2028 | #define HAVE_STRING_H 1
2029 | #define HAVE_SYS_SOCKET_H 1
2030 | #define HAVE_SYS_TIME_H 1
2031 | #define HAVE_SYS_TIMEB_H 1
2032 | #define HAVE_SYSLOG_H 1
2033 | #define HAVE_UNISTD_H 1
2034 | #define TIME_WITH_SYS_TIME 1
2035 | #define HAVE_SYS_WAIT_H 1
2036 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
2037 | #define HAVE_STRFTIME 1
2038 | #define HAVE_VPRINTF 1
2039 | #define HAVE_UNISTD_H 1
2040 | #define HAVE_FORK 1
2041 | #define HAVE_VFORK 1
2042 | #define HAVE_WORKING_VFORK 1
2043 | #define HAVE_WORKING_FORK 1
2044 | #define HAVE_LIBNSL 1
2045 | #define HAVE_FTIME 1
2046 | #define HAVE_GETHOSTBYNAME 1
2047 | #define HAVE_GETHOSTNAME 1
2048 | #define HAVE_GETTIMEOFDAY 1
2049 | #define HAVE_INET_NTOA 1
2050 | #define HAVE_MEMMOVE 1
2051 | #define HAVE_MEMSET 1
2052 | #define HAVE_MMAP 1
2053 | #define HAVE_MKFIFO 1
2054 | #define HAVE_SELECT 1
2055 | #define HAVE_SOCKET 1
2056 | #define HAVE_STRCHR 1
2057 | #define HAVE_STRCSPN 1
2058 | #define HAVE_STRDUP 1
2059 | #define HAVE_STRERROR 1
2060 | #define HAVE_STRSTR 1
2061 | /* end confdefs.h.  */
2062 | #include <stdio.h>
2063 | #if HAVE_SYS_TYPES_H
2064 | # include <sys/types.h>
2065 | #endif
2066 | #if HAVE_SYS_STAT_H
2067 | # include <sys/stat.h>
2068 | #endif
2069 | #if STDC_HEADERS
2070 | # include <stdlib.h>
2071 | # include <stddef.h>
2072 | #else
2073 | # if HAVE_STDLIB_H
2074 | #  include <stdlib.h>
2075 | # endif
2076 | #endif
2077 | #if HAVE_STRING_H
2078 | # if !STDC_HEADERS && HAVE_MEMORY_H
2079 | #  include <memory.h>
2080 | # endif
2081 | # include <string.h>
2082 | #endif
2083 | #if HAVE_STRINGS_H
2084 | # include <strings.h>
2085 | #endif
2086 | #if HAVE_INTTYPES_H
2087 | # include <inttypes.h>
2088 | #else
2089 | # if HAVE_STDINT_H
2090 | #  include <stdint.h>
2091 | # endif
2092 | #endif
2093 | #if HAVE_UNISTD_H
2094 | # include <unistd.h>
2095 | #endif
2096 | #include <ApplicationServices/ApplicationServices.h>
2097 configure:28198: result: no
2098 configure:28202: checking ApplicationServices/ApplicationServices.h presence
2099 configure:28212: gcc -E  conftest.c
2100 conftest.c:70:53: error: ApplicationServices/ApplicationServices.h: No such file or directory
2101 configure:28218: $? = 1
2102 configure: failed program was:
2103 | /* confdefs.h.  */
2104
2105 | #define PACKAGE_NAME "LibVNCServer"
2106 | #define PACKAGE_TARNAME "libvncserver"
2107 | #define PACKAGE_VERSION "0.9.7"
2108 | #define PACKAGE_STRING "LibVNCServer 0.9.7"
2109 | #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
2110 | #define PACKAGE "LibVNCServer"
2111 | #define VERSION "0.9.7"
2112 | #define STDC_HEADERS 1
2113 | #define HAVE_SYS_TYPES_H 1
2114 | #define HAVE_SYS_STAT_H 1
2115 | #define HAVE_STDLIB_H 1
2116 | #define HAVE_STRING_H 1
2117 | #define HAVE_MEMORY_H 1
2118 | #define HAVE_STRINGS_H 1
2119 | #define HAVE_INTTYPES_H 1
2120 | #define HAVE_STDINT_H 1
2121 | #define HAVE_UNISTD_H 1
2122 | #define HAVE_DLFCN_H 1
2123 | #ifdef __cplusplus
2124 | extern "C" void exit (int) throw ();
2125 | #endif
2126 | #define ALLOW24BPP 1
2127 | #define HAVE_X11 1
2128 | #define HAVE_LIBJPEG 1
2129 | #define HAVE_LIBZ 1
2130 | #define HAVE_LIBPTHREAD 1
2131 | #define WITH_TIGHTVNC_FILETRANSFER 1
2132 | #define STDC_HEADERS 1
2133 | #define HAVE_ARPA_INET_H 1
2134 | #define HAVE_FCNTL_H 1
2135 | #define HAVE_NETDB_H 1
2136 | #define HAVE_NETINET_IN_H 1
2137 | #define HAVE_STDLIB_H 1
2138 | #define HAVE_STRING_H 1
2139 | #define HAVE_SYS_SOCKET_H 1
2140 | #define HAVE_SYS_TIME_H 1
2141 | #define HAVE_SYS_TIMEB_H 1
2142 | #define HAVE_SYSLOG_H 1
2143 | #define HAVE_UNISTD_H 1
2144 | #define TIME_WITH_SYS_TIME 1
2145 | #define HAVE_SYS_WAIT_H 1
2146 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
2147 | #define HAVE_STRFTIME 1
2148 | #define HAVE_VPRINTF 1
2149 | #define HAVE_UNISTD_H 1
2150 | #define HAVE_FORK 1
2151 | #define HAVE_VFORK 1
2152 | #define HAVE_WORKING_VFORK 1
2153 | #define HAVE_WORKING_FORK 1
2154 | #define HAVE_LIBNSL 1
2155 | #define HAVE_FTIME 1
2156 | #define HAVE_GETHOSTBYNAME 1
2157 | #define HAVE_GETHOSTNAME 1
2158 | #define HAVE_GETTIMEOFDAY 1
2159 | #define HAVE_INET_NTOA 1
2160 | #define HAVE_MEMMOVE 1
2161 | #define HAVE_MEMSET 1
2162 | #define HAVE_MMAP 1
2163 | #define HAVE_MKFIFO 1
2164 | #define HAVE_SELECT 1
2165 | #define HAVE_SOCKET 1
2166 | #define HAVE_STRCHR 1
2167 | #define HAVE_STRCSPN 1
2168 | #define HAVE_STRDUP 1
2169 | #define HAVE_STRERROR 1
2170 | #define HAVE_STRSTR 1
2171 | /* end confdefs.h.  */
2172 | #include <ApplicationServices/ApplicationServices.h>
2173 configure:28238: result: no
2174 configure:28273: checking for ApplicationServices/ApplicationServices.h
2175 configure:28280: result: no
2176 configure:28586: creating ./config.status
2177
2178 ## ---------------------- ##
2179 ## Running config.status. ##
2180 ## ---------------------- ##
2181
2182 This file was extended by LibVNCServer config.status 0.9.7, which was
2183 generated by GNU Autoconf 2.59.  Invocation command line was
2184
2185   CONFIG_FILES    = 
2186   CONFIG_HEADERS  = 
2187   CONFIG_LINKS    = 
2188   CONFIG_COMMANDS = 
2189   $ ./config.status 
2190
2191 on christian-laptop
2192
2193 config.status:775: creating Makefile
2194 config.status:775: creating libvncserver/Makefile
2195 config.status:775: creating contrib/Makefile
2196 config.status:775: creating examples/Makefile
2197 config.status:775: creating vncterm/Makefile
2198 config.status:775: creating classes/Makefile
2199 config.status:775: creating classes/ssl/Makefile
2200 config.status:775: creating libvncclient/Makefile
2201 config.status:775: creating client_examples/Makefile
2202 config.status:775: creating test/Makefile
2203 config.status:775: creating libvncserver-config
2204 config.status:775: creating LibVNCServer.spec
2205 config.status:879: creating rfbconfig.h
2206 config.status:1095: rfbconfig.h is unchanged
2207 config.status:1275: executing rfb/rfbconfig.h commands
2208 config.status:1311: creating rfb/rfbconfig.h - prefix LIBVNCSERVER for rfbconfig.h defines
2209 config.status:1335: rfb/rfbconfig.h is unchanged
2210 config.status:1275: executing depfiles commands
2211 config.status:1275: executing chmod-libvncserver-config commands
2212
2213 ## ---------------- ##
2214 ## Cache variables. ##
2215 ## ---------------- ##
2216
2217 ac_cv_build=arm-unknown-linux-gnu
2218 ac_cv_build_alias=arm-unknown-linux-gnu
2219 ac_cv_c_bigendian=no
2220 ac_cv_c_compiler_gnu=yes
2221 ac_cv_c_const=yes
2222 ac_cv_c_inline=inline
2223 ac_cv_cxx_compiler_gnu=yes
2224 ac_cv_env_CC_set=
2225 ac_cv_env_CC_value=
2226 ac_cv_env_CFLAGS_set=
2227 ac_cv_env_CFLAGS_value=
2228 ac_cv_env_CPPFLAGS_set=
2229 ac_cv_env_CPPFLAGS_value=
2230 ac_cv_env_CPP_set=
2231 ac_cv_env_CPP_value=
2232 ac_cv_env_CXXCPP_set=
2233 ac_cv_env_CXXCPP_value=
2234 ac_cv_env_CXXFLAGS_set=
2235 ac_cv_env_CXXFLAGS_value=
2236 ac_cv_env_CXX_set=
2237 ac_cv_env_CXX_value=
2238 ac_cv_env_F77_set=
2239 ac_cv_env_F77_value=
2240 ac_cv_env_FFLAGS_set=
2241 ac_cv_env_FFLAGS_value=
2242 ac_cv_env_LDFLAGS_set=
2243 ac_cv_env_LDFLAGS_value=
2244 ac_cv_env_build_alias_set=
2245 ac_cv_env_build_alias_value=
2246 ac_cv_env_host_alias_set=
2247 ac_cv_env_host_alias_value=
2248 ac_cv_env_target_alias_set=
2249 ac_cv_env_target_alias_value=
2250 ac_cv_exeext=
2251 ac_cv_f77_compiler_gnu=no
2252 ac_cv_func__doprnt=no
2253 ac_cv_func_connect=yes
2254 ac_cv_func_fork=yes
2255 ac_cv_func_fork_works=yes
2256 ac_cv_func_ftime=yes
2257 ac_cv_func_gethostbyname=yes
2258 ac_cv_func_gethostname=yes
2259 ac_cv_func_gettimeofday=yes
2260 ac_cv_func_inet_ntoa=yes
2261 ac_cv_func_lstat_dereferences_slashed_symlink=yes
2262 ac_cv_func_memcmp_working=yes
2263 ac_cv_func_memmove=yes
2264 ac_cv_func_memset=yes
2265 ac_cv_func_mkfifo=yes
2266 ac_cv_func_mmap=yes
2267 ac_cv_func_remove=yes
2268 ac_cv_func_select=yes
2269 ac_cv_func_shmat=yes
2270 ac_cv_func_socket=yes
2271 ac_cv_func_stat_empty_string_bug=no
2272 ac_cv_func_strchr=yes
2273 ac_cv_func_strcspn=yes
2274 ac_cv_func_strdup=yes
2275 ac_cv_func_strerror=yes
2276 ac_cv_func_strftime=yes
2277 ac_cv_func_strstr=yes
2278 ac_cv_func_vfork=yes
2279 ac_cv_func_vfork_works=yes
2280 ac_cv_func_vprintf=yes
2281 ac_cv_have_x='have_x=yes                ac_x_includes= ac_x_libraries='
2282 ac_cv_header_ApplicationServices_ApplicationServices_h=no
2283 ac_cv_header_arpa_inet_h=yes
2284 ac_cv_header_dlfcn_h=yes
2285 ac_cv_header_fcntl_h=yes
2286 ac_cv_header_inttypes_h=yes
2287 ac_cv_header_jpeglib_h=yes
2288 ac_cv_header_memory_h=yes
2289 ac_cv_header_netdb_h=yes
2290 ac_cv_header_netinet_in_h=yes
2291 ac_cv_header_pthread_h=yes
2292 ac_cv_header_stdc=yes
2293 ac_cv_header_stdint=stdint.h
2294 ac_cv_header_stdint_h=yes
2295 ac_cv_header_stdint_o=no-file
2296 ac_cv_header_stdint_test=no
2297 ac_cv_header_stdint_u=no-file
2298 ac_cv_header_stdint_x=stdint.h
2299 ac_cv_header_stdlib_h=yes
2300 ac_cv_header_string_h=yes
2301 ac_cv_header_strings_h=yes
2302 ac_cv_header_sys_socket_h=yes
2303 ac_cv_header_sys_stat_h=yes
2304 ac_cv_header_sys_time_h=yes
2305 ac_cv_header_sys_timeb_h=yes
2306 ac_cv_header_sys_types_h=yes
2307 ac_cv_header_sys_wait_h=yes
2308 ac_cv_header_syslog_h=yes
2309 ac_cv_header_thenonexistentheader_h=no
2310 ac_cv_header_time=yes
2311 ac_cv_header_unistd_h=yes
2312 ac_cv_header_vfork_h=no
2313 ac_cv_header_zlib_h=yes
2314 ac_cv_host=arm-unknown-linux-gnu
2315 ac_cv_host_alias=arm-unknown-linux-gnu
2316 ac_cv_lib_ICE_IceConnectionNumber=yes
2317 ac_cv_lib_X11_XGetImage=yes
2318 ac_cv_lib_cygipc_shmget=no
2319 ac_cv_lib_jpeg_jpeg_CreateCompress=yes
2320 ac_cv_lib_nsl_gethostbyname=yes
2321 ac_cv_lib_pthread_pthread_mutex_lock=yes
2322 ac_cv_lib_socket_socket=no
2323 ac_cv_lib_z_deflate=yes
2324 ac_cv_objext=o
2325 ac_cv_path_AR=/scratchbox/compilers/bin/ar
2326 ac_cv_path_install='/scratchbox/tools/bin/install -c'
2327 ac_cv_prog_AWK=gawk
2328 ac_cv_prog_CPP='gcc -E'
2329 ac_cv_prog_CXXCPP='g++ -E'
2330 ac_cv_prog_ac_ct_AR=ar
2331 ac_cv_prog_ac_ct_CC=gcc
2332 ac_cv_prog_ac_ct_CXX=g++
2333 ac_cv_prog_ac_ct_RANLIB=ranlib
2334 ac_cv_prog_ac_ct_STRIP=strip
2335 ac_cv_prog_cc_g=yes
2336 ac_cv_prog_cc_stdc=
2337 ac_cv_prog_cxx_g=yes
2338 ac_cv_prog_egrep='grep -E'
2339 ac_cv_prog_f77_g=no
2340 ac_cv_prog_make_make_set=yes
2341 ac_cv_sizeof_X=::::
2342 ac_cv_sizeof_x=:
2343 ac_cv_type_int_fast32_t=yes
2344 ac_cv_type_int_least32_t=yes
2345 ac_cv_type_pid_t=yes
2346 ac_cv_type_size_t=yes
2347 ac_cv_type_socklen_t=yes
2348 ac_cv_type_uint64_t=yes
2349 ac_cv_type_uintptr_t=yes
2350 am_cv_CC_dependencies_compiler_type=gcc3
2351 am_cv_CXX_dependencies_compiler_type=gcc3
2352 lt_cv_deplibs_check_method=pass_all
2353 lt_cv_file_magic_cmd='$MAGIC_CMD'
2354 lt_cv_file_magic_test_file=
2355 lt_cv_ld_reload_flag=-r
2356 lt_cv_objdir=.libs
2357 lt_cv_path_LD=/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld
2358 lt_cv_path_LDCXX=/scratchbox/compilers/cs2007q3-glibc2.5-arm7/arm-none-linux-gnueabi/bin/ld
2359 lt_cv_path_NM='/scratchbox/compilers/bin/nm -B'
2360 lt_cv_path_SED=/scratchbox/tools/bin/sed
2361 lt_cv_prog_compiler_c_o=yes
2362 lt_cv_prog_compiler_c_o_CXX=yes
2363 lt_cv_prog_compiler_rtti_exceptions=no
2364 lt_cv_prog_gnu_ld=yes
2365 lt_cv_prog_gnu_ldcxx=yes
2366 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
2367 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
2368 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
2369 lt_cv_sys_max_cmd_len=32768
2370 lt_lt_cv_prog_compiler_c_o='"yes"'
2371 lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
2372 lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
2373 lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
2374 lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
2375
2376 ## ----------------- ##
2377 ## Output variables. ##
2378 ## ----------------- ##
2379
2380 ACLOCAL='${SHELL} /home/christian/presencevnc/libvnc/missing --run aclocal-1.9'
2381 AMDEPBACKSLASH='\'
2382 AMDEP_FALSE='#'
2383 AMDEP_TRUE=''
2384 AMTAR='${SHELL} /home/christian/presencevnc/libvnc/missing --run tar'
2385 AR='/scratchbox/compilers/bin/ar'
2386 AUTOCONF='${SHELL} /home/christian/presencevnc/libvnc/missing --run autoconf'
2387 AUTOHEADER='${SHELL} /home/christian/presencevnc/libvnc/missing --run autoheader'
2388 AUTOMAKE='${SHELL} /home/christian/presencevnc/libvnc/missing --run automake-1.9'
2389 AVAHI_CFLAGS=''
2390 AVAHI_LIBS=''
2391 AWK='gawk'
2392 CC='gcc'
2393 CCDEPMODE='depmode=gcc3'
2394 CFLAGS='-g -O2'
2395 CPP='gcc -E'
2396 CPPFLAGS=''
2397 CRYPT_LIBS=''
2398 CXX='g++'
2399 CXXCPP='g++ -E'
2400 CXXDEPMODE='depmode=gcc3'
2401 CXXFLAGS='-g -O2'
2402 CYGIPC_FALSE=''
2403 CYGIPC_TRUE='#'
2404 CYGPATH_W='echo'
2405 DEFS='-DHAVE_CONFIG_H'
2406 DEPDIR='.deps'
2407 ECHO='echo'
2408 ECHO_C=''
2409 ECHO_N='-n'
2410 ECHO_T=''
2411 EGREP='grep -E'
2412 EXEEXT=''
2413 F77=''
2414 FFLAGS=''
2415 HAVE_LIBJPEG_FALSE='#'
2416 HAVE_LIBJPEG_TRUE=''
2417 HAVE_LIBPTHREAD_FALSE='#'
2418 HAVE_LIBPTHREAD_TRUE=''
2419 HAVE_LIBSDL_FALSE='#'
2420 HAVE_LIBSDL_TRUE=''
2421 HAVE_LIBZ_FALSE='#'
2422 HAVE_LIBZ_TRUE=''
2423 HAVE_MP3LAME_FALSE=''
2424 HAVE_MP3LAME_TRUE='#'
2425 HAVE_RPM_FALSE=''
2426 HAVE_RPM_TRUE='#'
2427 HAVE_SYSTEM_LIBVNCSERVER_FALSE=''
2428 HAVE_SYSTEM_LIBVNCSERVER_TRUE='#'
2429 HAVE_X_FALSE='#'
2430 HAVE_X_TRUE=''
2431 INSTALL_DATA='${INSTALL} -m 644'
2432 INSTALL_PROGRAM='${INSTALL}'
2433 INSTALL_SCRIPT='${INSTALL}'
2434 INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
2435 LDFLAGS=''
2436 LIBOBJS=''
2437 LIBS='-lnsl -lpthread -lz -ljpeg '
2438 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
2439 LINUX_FALSE='#'
2440 LINUX_TRUE=''
2441 LN_S='ln -s'
2442 LTLIBOBJS=''
2443 MAKEINFO='${SHELL} /home/christian/presencevnc/libvnc/missing --run makeinfo'
2444 MINGW_FALSE=''
2445 MINGW_TRUE='#'
2446 OBJEXT='o'
2447 OSX_FALSE=''
2448 OSX_TRUE='#'
2449 PACKAGE='LibVNCServer'
2450 PACKAGE_BUGREPORT='http://sourceforge.net/projects/libvncserver'
2451 PACKAGE_NAME='LibVNCServer'
2452 PACKAGE_STRING='LibVNCServer 0.9.7'
2453 PACKAGE_TARNAME='libvncserver'
2454 PACKAGE_VERSION='0.9.7'
2455 PATH_SEPARATOR=':'
2456 RANLIB='ranlib'
2457 RPMSOURCEDIR='NOT-FOUND'
2458 SDL_CFLAGS='-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT'
2459 SDL_LIBS='-L/usr/lib -lSDL'
2460 SET_MAKE=''
2461 SHELL='/bin/sh'
2462 SSL_LIBS=''
2463 STRIP='strip'
2464 SYSTEM_LIBVNCSERVER_CFLAGS=''
2465 SYSTEM_LIBVNCSERVER_LIBS=''
2466 VERSION='0.9.7'
2467 WITH_FFMPEG_FALSE=''
2468 WITH_FFMPEG_TRUE='#'
2469 WITH_TIGHTVNC_FILETRANSFER_FALSE='#'
2470 WITH_TIGHTVNC_FILETRANSFER_TRUE=''
2471 WITH_X11VNC_FALSE=''
2472 WITH_X11VNC_TRUE='#'
2473 WSOCKLIB=''
2474 X_CFLAGS=''
2475 X_EXTRA_LIBS=''
2476 X_LIBS=''
2477 X_PRE_LIBS=' -lSM -lICE'
2478 ac_ct_AR='ar'
2479 ac_ct_CC='gcc'
2480 ac_ct_CXX='g++'
2481 ac_ct_F77=''
2482 ac_ct_RANLIB='ranlib'
2483 ac_ct_STRIP='strip'
2484 am__fastdepCC_FALSE='#'
2485 am__fastdepCC_TRUE=''
2486 am__fastdepCXX_FALSE='#'
2487 am__fastdepCXX_TRUE=''
2488 am__include='include'
2489 am__leading_dot='.'
2490 am__quote=''
2491 am__tar='${AMTAR} chof - "$$tardir"'
2492 am__untar='${AMTAR} xf -'
2493 bindir='${exec_prefix}/bin'
2494 build='arm-unknown-linux-gnu'
2495 build_alias=''
2496 build_cpu='arm'
2497 build_os='linux-gnu'
2498 build_vendor='unknown'
2499 datadir='${prefix}/share'
2500 exec_prefix='${prefix}'
2501 host='arm-unknown-linux-gnu'
2502 host_alias=''
2503 host_cpu='arm'
2504 host_os='linux-gnu'
2505 host_vendor='unknown'
2506 includedir='${prefix}/include'
2507 infodir='${prefix}/info'
2508 install_sh='/home/christian/presencevnc/libvnc/install-sh'
2509 libdir='${exec_prefix}/lib'
2510 libexecdir='${exec_prefix}/libexec'
2511 localstatedir='${prefix}/var'
2512 mandir='${prefix}/man'
2513 mkdir_p='mkdir -p --'
2514 oldincludedir='/usr/include'
2515 prefix='/usr/local'
2516 program_transform_name='s,x,x,'
2517 sbindir='${exec_prefix}/sbin'
2518 sharedstatedir='${prefix}/com'
2519 sysconfdir='${prefix}/etc'
2520 target_alias=''
2521 with_ffmpeg=''
2522
2523 ## ----------- ##
2524 ## confdefs.h. ##
2525 ## ----------- ##
2526
2527 #define ALLOW24BPP 1
2528 #define HAVE_ARPA_INET_H 1
2529 #define HAVE_DLFCN_H 1
2530 #define HAVE_FCNTL_H 1
2531 #define HAVE_FORK 1
2532 #define HAVE_FTIME 1
2533 #define HAVE_GETHOSTBYNAME 1
2534 #define HAVE_GETHOSTNAME 1
2535 #define HAVE_GETTIMEOFDAY 1
2536 #define HAVE_INET_NTOA 1
2537 #define HAVE_INTTYPES_H 1
2538 #define HAVE_LIBJPEG 1
2539 #define HAVE_LIBNSL 1
2540 #define HAVE_LIBPTHREAD 1
2541 #define HAVE_LIBZ 1
2542 #define HAVE_MEMMOVE 1
2543 #define HAVE_MEMORY_H 1
2544 #define HAVE_MEMSET 1
2545 #define HAVE_MKFIFO 1
2546 #define HAVE_MMAP 1
2547 #define HAVE_NETDB_H 1
2548 #define HAVE_NETINET_IN_H 1
2549 #define HAVE_SELECT 1
2550 #define HAVE_SOCKET 1
2551 #define HAVE_STDINT_H 1
2552 #define HAVE_STDLIB_H 1
2553 #define HAVE_STDLIB_H 1
2554 #define HAVE_STRCHR 1
2555 #define HAVE_STRCSPN 1
2556 #define HAVE_STRDUP 1
2557 #define HAVE_STRERROR 1
2558 #define HAVE_STRFTIME 1
2559 #define HAVE_STRINGS_H 1
2560 #define HAVE_STRING_H 1
2561 #define HAVE_STRING_H 1
2562 #define HAVE_STRSTR 1
2563 #define HAVE_SYSLOG_H 1
2564 #define HAVE_SYS_SOCKET_H 1
2565 #define HAVE_SYS_STAT_H 1
2566 #define HAVE_SYS_TIMEB_H 1
2567 #define HAVE_SYS_TIME_H 1
2568 #define HAVE_SYS_TYPES_H 1
2569 #define HAVE_SYS_WAIT_H 1
2570 #define HAVE_UNISTD_H 1
2571 #define HAVE_UNISTD_H 1
2572 #define HAVE_UNISTD_H 1
2573 #define HAVE_VFORK 1
2574 #define HAVE_VPRINTF 1
2575 #define HAVE_WORKING_FORK 1
2576 #define HAVE_WORKING_VFORK 1
2577 #define HAVE_X11 1
2578 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
2579 #define PACKAGE "LibVNCServer"
2580 #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
2581 #define PACKAGE_NAME "LibVNCServer"
2582 #define PACKAGE_STRING "LibVNCServer 0.9.7"
2583 #define PACKAGE_TARNAME "libvncserver"
2584 #define PACKAGE_VERSION "0.9.7"
2585 #define STDC_HEADERS 1
2586 #define STDC_HEADERS 1
2587 #define TIME_WITH_SYS_TIME 1
2588 #define VERSION "0.9.7"
2589 #define WITH_TIGHTVNC_FILETRANSFER 1
2590 #endif
2591 #ifdef __cplusplus
2592 extern "C" void exit (int) throw ();
2593
2594 configure: exit 0