another attempt at making the asm inlines portable, the syntax should now be complian...
[AROS-Contrib.git] / arospdf / config.log
blobeb17d684dd912418716d38a0870f47c4ec974665
1 This file contains any messages produced by compilers while
2 running configure, to aid debugging if configure makes a mistake.
4 It was created by configure, which was
5 generated by GNU Autoconf 2.59.  Invocation command line was
7   $ configure 
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
13 hostname = localhost
14 uname -m = i386
15 uname -r = 12.1
16 uname -s = AROS
17 uname -v = 41 Feb  3 2009
19 /usr/bin/uname -p = unknown
20 /bin/uname -X     = unknown
22 /bin/arch              = unknown
23 /usr/bin/arch -k       = unknown
24 /usr/convex/getsysinfo = unknown
25 hostinfo               = unknown
26 /bin/machine           = unknown
27 /usr/bin/oslevel       = unknown
28 /bin/universe          = unknown
30 PATH: /Development/bin
31 PATH: /Development/usr/bin
32 PATH: /C
33 PATH: .
36 ## ----------- ##
37 ## Core tests. ##
38 ## ----------- ##
40 configure:1265: creating cache /dev/null
41 configure:1482: checking for gcc
42 configure:1498: found /Development/bin/gcc
43 configure:1508: result: gcc
44 configure:1752: checking for C compiler version
45 configure:1755: gcc --version </dev/null >&5
46 gcc (GCC) 4.2.2
47 Copyright (C) 2007 Free Software Foundation, Inc.
48 This is free software; see the source for copying conditions.  There is NO
49 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51 configure:1758: $? = 0
52 configure:1760: gcc -v </dev/null >&5
53 Using built-in specs.
54 Target: i386-aros
55 Configured with: /home/aros/Build/20090203/AROS/bin/linux-i386/Ports/gcc/gcc-4.2.2/configure --prefix=/Development --enable-languages=c,c++ --enable-longlong --enable-sjlj-exceptions --enable-version-specific-runtime-libs --disable-libssp --disable-libstdcxx-pch --build=i386-linux --host=i386-aros --target=i386-aros --disable-nls --without-x --without-pic --disable-shared
56 Thread model: single
57 gcc version 4.2.2
58 configure:1763: $? = 0
59 configure:1765: gcc -V </dev/null >&5
60 gcc: '-V' option must have argument
61 configure:1768: $? = 1
62 configure:1791: checking for C compiler default output file name
63 configure:1794: gcc    conftest.c  >&5
64 configure:1797: $? = 0
65 configure:1843: result: a.out
66 configure:1848: checking whether the C compiler works
67 configure:1854: ./a.out
68 configure:1857: $? = 0
69 configure:1874: result: yes
70 configure:1881: checking whether we are cross compiling
71 configure:1883: result: no
72 configure:1886: checking for suffix of executables
73 configure:1888: gcc -o conftest    conftest.c  >&5
74 configure:1891: $? = 0
75 configure:1916: result: 
76 configure:1922: checking for suffix of object files
77 configure:1943: gcc -c   conftest.c >&5
78 configure:1946: $? = 0
79 configure:1968: result: o
80 configure:1972: checking whether we are using the GNU C compiler
81 configure:1996: gcc -c   conftest.c >&5
82 configure:2002: $? = 0
83 configure:2006: test -z 
84                          || test ! -s conftest.err
85 configure:2009: $? = 0
86 configure:2012: test -s conftest.o
87 configure:2015: $? = 0
88 configure:2028: result: yes
89 configure:2034: checking whether gcc accepts -g
90 configure:2055: gcc -c -g  conftest.c >&5
91 configure:2061: $? = 0
92 configure:2065: test -z 
93                          || test ! -s conftest.err
94 configure:2068: $? = 0
95 configure:2071: test -s conftest.o
96 configure:2074: $? = 0
97 configure:2085: result: yes
98 configure:2102: checking for gcc option to accept ANSI C
99 configure:2172: gcc  -c -g -O2  conftest.c >&5
100 configure:2178: $? = 0
101 configure:2182: test -z 
102                          || test ! -s conftest.err
103 configure:2185: $? = 0
104 configure:2188: test -s conftest.o
105 configure:2191: $? = 0
106 configure:2209: result: none needed
107 configure:2227: gcc -c -g -O2  conftest.c >&5
108 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
109 configure:2233: $? = 1
110 configure: failed program was:
111 | #ifndef __cplusplus
112 |   choke me
113 | #endif
114 configure:2367: checking for library containing strerror
115 configure:2397: gcc -o conftest -g -O2   conftest.c  >&5
116 configure:2403: $? = 0
117 configure:2407: test -z 
118                          || test ! -s conftest.err
119 configure:2410: $? = 0
120 configure:2413: test -s conftest
121 configure:2416: $? = 0
122 configure:2486: result: none required
123 configure:2549: checking for g++
124 configure:2565: found /Development/bin/g++
125 configure:2575: result: g++
126 configure:2591: checking for C++ compiler version
127 configure:2594: g++ --version </dev/null >&5
128 g++ (GCC) 4.2.2
129 Copyright (C) 2007 Free Software Foundation, Inc.
130 This is free software; see the source for copying conditions.  There is NO
131 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
133 configure:2597: $? = 0
134 configure:2599: g++ -v </dev/null >&5
135 Using built-in specs.
136 Target: i386-aros
137 Configured with: /home/aros/Build/20090203/AROS/bin/linux-i386/Ports/gcc/gcc-4.2.2/configure --prefix=/Development --enable-languages=c,c++ --enable-longlong --enable-sjlj-exceptions --enable-version-specific-runtime-libs --disable-libssp --disable-libstdcxx-pch --build=i386-linux --host=i386-aros --target=i386-aros --disable-nls --without-x --without-pic --disable-shared
138 Thread model: single
139 gcc version 4.2.2
140 configure:2602: $? = 0
141 configure:2604: g++ -V </dev/null >&5
142 g++: '-V' option must have argument
143 configure:2607: $? = 1
144 configure:2610: checking whether we are using the GNU C++ compiler
145 configure:2634: g++ -c   conftest.cc >&5
146 configure:2640: $? = 0
147 configure:2644: test -z 
148                          || test ! -s conftest.err
149 configure:2647: $? = 0
150 configure:2650: test -s conftest.o
151 configure:2653: $? = 0
152 configure:2666: result: yes
153 configure:2672: checking whether g++ accepts -g
154 configure:2693: g++ -c -g  conftest.cc >&5
155 configure:2699: $? = 0
156 configure:2703: test -z 
157                          || test ! -s conftest.err
158 configure:2706: $? = 0
159 configure:2709: test -s conftest.o
160 configure:2712: $? = 0
161 configure:2723: result: yes
162 configure:2765: g++ -c -g -O2  conftest.cc >&5
163 configure:2771: $? = 0
164 configure:2775: test -z 
165                          || test ! -s conftest.err
166 configure:2778: $? = 0
167 configure:2781: test -s conftest.o
168 configure:2784: $? = 0
169 configure:2810: g++ -c -g -O2  conftest.cc >&5
170 conftest.cc: In function 'int main()':
171 conftest.cc:14: error: 'exit' was not declared in this scope
172 configure:2816: $? = 1
173 configure: failed program was:
174 | /* confdefs.h.  */
176 | #define PACKAGE_NAME ""
177 | #define PACKAGE_TARNAME ""
178 | #define PACKAGE_VERSION ""
179 | #define PACKAGE_STRING ""
180 | #define PACKAGE_BUGREPORT ""
181 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
182 | /* end confdefs.h.  */
184 | int
185 | main ()
186 | {
187 | exit (42);
188 |   ;
189 |   return 0;
190 | }
191 configure:2765: g++ -c -g -O2  conftest.cc >&5
192 conftest.cc:10: error: 'void std::exit(int)' should have been declared inside 'std'
193 In file included from conftest.cc:11:
194 /Development/include/stdlib.h:125: error: declaration of 'void std::exit(int)' throws different exceptions
195 conftest.cc:10: error: from previous declaration 'void std::exit(int) throw ()'
196 configure:2771: $? = 1
197 configure: failed program was:
198 | /* confdefs.h.  */
200 | #define PACKAGE_NAME ""
201 | #define PACKAGE_TARNAME ""
202 | #define PACKAGE_VERSION ""
203 | #define PACKAGE_STRING ""
204 | #define PACKAGE_BUGREPORT ""
205 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
206 | /* end confdefs.h.  */
207 | extern "C" void std::exit (int) throw (); using std::exit;
208 | #include <stdlib.h>
209 | int
210 | main ()
211 | {
212 | exit (42);
213 |   ;
214 |   return 0;
215 | }
216 configure:2765: g++ -c -g -O2  conftest.cc >&5
217 conftest.cc:10: error: 'void std::exit(int)' should have been declared inside 'std'
218 configure:2771: $? = 1
219 configure: failed program was:
220 | /* confdefs.h.  */
222 | #define PACKAGE_NAME ""
223 | #define PACKAGE_TARNAME ""
224 | #define PACKAGE_VERSION ""
225 | #define PACKAGE_STRING ""
226 | #define PACKAGE_BUGREPORT ""
227 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
228 | /* end confdefs.h.  */
229 | extern "C" void std::exit (int); using std::exit;
230 | #include <stdlib.h>
231 | int
232 | main ()
233 | {
234 | exit (42);
235 |   ;
236 |   return 0;
237 | }
238 configure:2765: g++ -c -g -O2  conftest.cc >&5
239 In file included from conftest.cc:11:
240 /Development/include/stdlib.h:125: error: declaration of 'void exit(int)' throws different exceptions
241 conftest.cc:10: error: from previous declaration 'void exit(int) throw ()'
242 configure:2771: $? = 1
243 configure: failed program was:
244 | /* confdefs.h.  */
246 | #define PACKAGE_NAME ""
247 | #define PACKAGE_TARNAME ""
248 | #define PACKAGE_VERSION ""
249 | #define PACKAGE_STRING ""
250 | #define PACKAGE_BUGREPORT ""
251 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
252 | /* end confdefs.h.  */
253 | extern "C" void exit (int) throw ();
254 | #include <stdlib.h>
255 | int
256 | main ()
257 | {
258 | exit (42);
259 |   ;
260 |   return 0;
261 | }
262 configure:2765: g++ -c -g -O2  conftest.cc >&5
263 configure:2771: $? = 0
264 configure:2775: test -z 
265                          || test ! -s conftest.err
266 configure:2778: $? = 0
267 configure:2781: test -s conftest.o
268 configure:2784: $? = 0
269 configure:2810: g++ -c -g -O2  conftest.cc >&5
270 configure:2816: $? = 0
271 configure:2820: test -z 
272                          || test ! -s conftest.err
273 configure:2823: $? = 0
274 configure:2826: test -s conftest.o
275 configure:2829: $? = 0
276 configure:2890: checking for a BSD-compatible install
277 configure:2945: result: /Development/bin/install -c
278 configure:2997: checking for ranlib
279 configure:3013: found /Development/bin/ranlib
280 configure:3024: result: ranlib
281 configure:3042: checking for OS/2 (with EMX)
282 configure:3063: gcc -c -g -O2  conftest.c >&5
283 conftest.c: In function 'main':
284 conftest.c:17: error: '__EMX__' undeclared (first use in this function)
285 conftest.c:17: error: (Each undeclared identifier is reported only once
286 conftest.c:17: error: for each function it appears in.)
287 configure:3069: $? = 1
288 configure: failed program was:
289 | /* confdefs.h.  */
291 | #define PACKAGE_NAME ""
292 | #define PACKAGE_TARNAME ""
293 | #define PACKAGE_VERSION ""
294 | #define PACKAGE_STRING ""
295 | #define PACKAGE_BUGREPORT ""
296 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
297 | #ifdef __cplusplus
298 | extern "C" void exit (int);
299 | #endif
300 | /* end confdefs.h.  */
302 | int
303 | main ()
304 | {
305 | __EMX__
306 |   ;
307 |   return 0;
308 | }
309 configure:3093: result: no
310 configure:3101: checking for DOS (with DJGPP)
311 configure:3122: gcc -c -g -O2  conftest.c >&5
312 conftest.c: In function 'main':
313 conftest.c:17: error: '__DJGPP__' undeclared (first use in this function)
314 conftest.c:17: error: (Each undeclared identifier is reported only once
315 conftest.c:17: error: for each function it appears in.)
316 configure:3128: $? = 1
317 configure: failed program was:
318 | /* confdefs.h.  */
320 | #define PACKAGE_NAME ""
321 | #define PACKAGE_TARNAME ""
322 | #define PACKAGE_VERSION ""
323 | #define PACKAGE_STRING ""
324 | #define PACKAGE_BUGREPORT ""
325 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
326 | #ifdef __cplusplus
327 | extern "C" void exit (int);
328 | #endif
329 | /* end confdefs.h.  */
331 | int
332 | main ()
333 | {
334 | __DJGPP__
335 |   ;
336 |   return 0;
337 | }
338 configure:3152: result: no
339 configure:3171: checking how to run the C preprocessor
340 configure:3206: gcc -E  conftest.c
341 configure:3212: $? = 0
342 configure:3244: gcc -E  conftest.c
343 conftest.c:13:28: error: ac_nonexistent.h: No such file or directory
344 configure:3250: $? = 1
345 configure: failed program was:
346 | /* confdefs.h.  */
348 | #define PACKAGE_NAME ""
349 | #define PACKAGE_TARNAME ""
350 | #define PACKAGE_VERSION ""
351 | #define PACKAGE_STRING ""
352 | #define PACKAGE_BUGREPORT ""
353 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
354 | #ifdef __cplusplus
355 | extern "C" void exit (int);
356 | #endif
357 | /* end confdefs.h.  */
358 | #include <ac_nonexistent.h>
359 configure:3289: result: gcc -E
360 configure:3313: gcc -E  conftest.c
361 configure:3319: $? = 0
362 configure:3351: gcc -E  conftest.c
363 conftest.c:13:28: error: ac_nonexistent.h: No such file or directory
364 configure:3357: $? = 1
365 configure: failed program was:
366 | /* confdefs.h.  */
368 | #define PACKAGE_NAME ""
369 | #define PACKAGE_TARNAME ""
370 | #define PACKAGE_VERSION ""
371 | #define PACKAGE_STRING ""
372 | #define PACKAGE_BUGREPORT ""
373 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
374 | #ifdef __cplusplus
375 | extern "C" void exit (int);
376 | #endif
377 | /* end confdefs.h.  */
378 | #include <ac_nonexistent.h>
379 configure:3401: checking for X
380 configure:3506: gcc -E  conftest.c
381 conftest.c:13:27: error: X11/Intrinsic.h: No such file or directory
382 configure:3512: $? = 1
383 configure: failed program was:
384 | /* confdefs.h.  */
386 | #define PACKAGE_NAME ""
387 | #define PACKAGE_TARNAME ""
388 | #define PACKAGE_VERSION ""
389 | #define PACKAGE_STRING ""
390 | #define PACKAGE_BUGREPORT ""
391 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
392 | #ifdef __cplusplus
393 | extern "C" void exit (int);
394 | #endif
395 | /* end confdefs.h.  */
396 | #include <X11/Intrinsic.h>
397 configure:3562: gcc -o conftest -g -O2   conftest.c -lXt  >&5
398 conftest.c:13:27: error: X11/Intrinsic.h: No such file or directory
399 configure:3568: $? = 1
400 configure: failed program was:
401 | /* confdefs.h.  */
403 | #define PACKAGE_NAME ""
404 | #define PACKAGE_TARNAME ""
405 | #define PACKAGE_VERSION ""
406 | #define PACKAGE_STRING ""
407 | #define PACKAGE_BUGREPORT ""
408 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
409 | #ifdef __cplusplus
410 | extern "C" void exit (int);
411 | #endif
412 | /* end confdefs.h.  */
413 | #include <X11/Intrinsic.h>
414 | int
415 | main ()
416 | {
417 | XtMalloc (0)
418 |   ;
419 |   return 0;
420 | }
421 configure:3621: result: no
422 configure:4797: checking for dirent.h that defines DIR
423 configure:4821: gcc -c -g -O2  conftest.c >&5
424 configure:4827: $? = 0
425 configure:4831: test -z 
426                          || test ! -s conftest.err
427 configure:4834: $? = 0
428 configure:4837: test -s conftest.o
429 configure:4840: $? = 0
430 configure:4851: result: yes
431 configure:4864: checking for library containing opendir
432 configure:4894: gcc -o conftest -g -O2   conftest.c  >&5
433 configure:4900: $? = 0
434 configure:4904: test -z 
435                          || test ! -s conftest.err
436 configure:4907: $? = 0
437 configure:4910: test -s conftest
438 configure:4913: $? = 0
439 configure:4983: result: none required
440 configure:5128: checking for gethostbyname
441 configure:5185: g++ -o conftest -g -O2   conftest.cc  >&5
442 There are undefined symbols in 'conftest':
443 gethostbyname
444 configure:5191: $? = 1
445 configure: failed program was:
446 | /* confdefs.h.  */
448 | #define PACKAGE_NAME ""
449 | #define PACKAGE_TARNAME ""
450 | #define PACKAGE_VERSION ""
451 | #define PACKAGE_STRING ""
452 | #define PACKAGE_BUGREPORT ""
453 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
454 | #ifdef __cplusplus
455 | extern "C" void exit (int);
456 | #endif
457 | #define X_DISPLAY_MISSING 1
458 | #define HAVE_DIRENT_H 1
459 | /* end confdefs.h.  */
460 | /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
461 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
462 | #define gethostbyname innocuous_gethostbyname
464 | /* System header to define __stub macros and hopefully few prototypes,
465 |     which can conflict with char gethostbyname (); below.
466 |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
467 |     <limits.h> exists even on freestanding compilers.  */
469 | #ifdef __STDC__
470 | # include <limits.h>
471 | #else
472 | # include <assert.h>
473 | #endif
475 | #undef gethostbyname
477 | /* Override any gcc2 internal prototype to avoid an error.  */
478 | #ifdef __cplusplus
479 | extern "C"
480 | {
481 | #endif
482 | /* We use char because int might match the return type of a gcc2
483 |    builtin and then its argument prototype would still apply.  */
484 | char gethostbyname ();
485 | /* The GNU C library defines this for functions which it implements
486 |     to always fail with ENOSYS.  Some functions are actually named
487 |     something starting with __ and the normal name is an alias.  */
488 | #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
489 | choke me
490 | #else
491 | char (*f) () = gethostbyname;
492 | #endif
493 | #ifdef __cplusplus
494 | }
495 | #endif
497 | int
498 | main ()
499 | {
500 | return f != gethostbyname;
501 |   ;
502 |   return 0;
503 | }
504 configure:5216: result: no
505 configure:5220: checking for gethostbyname in -lbsd
506 configure:5250: g++ -o conftest -g -O2   conftest.cc -lbsd   >&5
507 /Development/bin/ld: cannot find -lbsd
508 configure:5256: $? = 1
509 configure: failed program was:
510 | /* confdefs.h.  */
512 | #define PACKAGE_NAME ""
513 | #define PACKAGE_TARNAME ""
514 | #define PACKAGE_VERSION ""
515 | #define PACKAGE_STRING ""
516 | #define PACKAGE_BUGREPORT ""
517 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
518 | #ifdef __cplusplus
519 | extern "C" void exit (int);
520 | #endif
521 | #define X_DISPLAY_MISSING 1
522 | #define HAVE_DIRENT_H 1
523 | /* end confdefs.h.  */
525 | /* Override any gcc2 internal prototype to avoid an error.  */
526 | #ifdef __cplusplus
527 | extern "C"
528 | #endif
529 | /* We use char because int might match the return type of a gcc2
530 |    builtin and then its argument prototype would still apply.  */
531 | char gethostbyname ();
532 | int
533 | main ()
534 | {
535 | gethostbyname ();
536 |   ;
537 |   return 0;
538 | }
539 configure:5282: result: no
540 configure:5290: checking select() and fd_set in sys/select.h and sys/bsdtypes.h
541 configure:5312: g++ -c -g -O2  conftest.cc >&5
542 conftest.cc: In function 'int main()':
543 conftest.cc:23: error: 'select' was not declared in this scope
544 configure:5318: $? = 1
545 configure: failed program was:
546 | /* confdefs.h.  */
548 | #define PACKAGE_NAME ""
549 | #define PACKAGE_TARNAME ""
550 | #define PACKAGE_VERSION ""
551 | #define PACKAGE_STRING ""
552 | #define PACKAGE_BUGREPORT ""
553 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
554 | #ifdef __cplusplus
555 | extern "C" void exit (int);
556 | #endif
557 | #define X_DISPLAY_MISSING 1
558 | #define HAVE_DIRENT_H 1
559 | /* end confdefs.h.  */
560 | #include <stdlib.h>
561 | #include <stddef.h>
562 | #include <unistd.h>
563 | #include <sys/types.h>
564 | int
565 | main ()
566 | {
567 | fd_set fds;
568 | select(0, NULL, NULL, NULL, NULL);
569 |   ;
570 |   return 0;
571 | }
572 configure:5366: g++ -c -g -O2  conftest.cc >&5
573 conftest.cc:19:24: error: sys/select.h: No such file or directory
574 conftest.cc: In function 'int main()':
575 conftest.cc:24: error: 'select' was not declared in this scope
576 configure:5372: $? = 1
577 configure: failed program was:
578 | /* confdefs.h.  */
580 | #define PACKAGE_NAME ""
581 | #define PACKAGE_TARNAME ""
582 | #define PACKAGE_VERSION ""
583 | #define PACKAGE_STRING ""
584 | #define PACKAGE_BUGREPORT ""
585 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
586 | #ifdef __cplusplus
587 | extern "C" void exit (int);
588 | #endif
589 | #define X_DISPLAY_MISSING 1
590 | #define HAVE_DIRENT_H 1
591 | /* end confdefs.h.  */
592 | #include <stdlib.h>
593 | #include <stddef.h>
594 | #include <unistd.h>
595 | #include <sys/types.h>
596 | #include <sys/select.h>
597 | int
598 | main ()
599 | {
600 | fd_set fds;
601 | select(0, NULL, NULL, NULL, NULL);
602 |   ;
603 |   return 0;
604 | }
605 configure:5424: g++ -c -g -O2  conftest.cc >&5
606 conftest.cc:19:26: error: sys/bsdtypes.h: No such file or directory
607 conftest.cc: In function 'int main()':
608 conftest.cc:24: error: 'select' was not declared in this scope
609 configure:5430: $? = 1
610 configure: failed program was:
611 | /* confdefs.h.  */
613 | #define PACKAGE_NAME ""
614 | #define PACKAGE_TARNAME ""
615 | #define PACKAGE_VERSION ""
616 | #define PACKAGE_STRING ""
617 | #define PACKAGE_BUGREPORT ""
618 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
619 | #ifdef __cplusplus
620 | extern "C" void exit (int);
621 | #endif
622 | #define X_DISPLAY_MISSING 1
623 | #define HAVE_DIRENT_H 1
624 | /* end confdefs.h.  */
625 | #include <stdlib.h>
626 | #include <stddef.h>
627 | #include <unistd.h>
628 | #include <sys/types.h>
629 | #include <sys/bsdtypes.h>
630 | int
631 | main ()
632 | {
633 | fd_set fds;
634 | select(0, NULL, NULL, NULL, NULL);
635 |   ;
636 |   return 0;
637 | }
638 configure:5461: result: problem
639 configure:5467: checking FD_ZERO and strings.h or bstring.h
640 configure:5489: g++ -c -g -O2  conftest.cc >&5
641 conftest.cc: In function 'int main()':
642 conftest.cc:23: error: 'memset' was not declared in this scope
643 configure:5495: $? = 1
644 configure: failed program was:
645 | /* confdefs.h.  */
647 | #define PACKAGE_NAME ""
648 | #define PACKAGE_TARNAME ""
649 | #define PACKAGE_VERSION ""
650 | #define PACKAGE_STRING ""
651 | #define PACKAGE_BUGREPORT ""
652 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
653 | #ifdef __cplusplus
654 | extern "C" void exit (int);
655 | #endif
656 | #define X_DISPLAY_MISSING 1
657 | #define HAVE_DIRENT_H 1
658 | /* end confdefs.h.  */
659 | #include <stdlib.h>
660 | #include <sys/types.h>
661 | #ifdef HAVE_SYS_SELECT_H
662 | #include <sys/select.h>
663 | #endif
664 | int
665 | main ()
666 | {
667 | fd_set fds; FD_ZERO(&fds);
668 |   ;
669 |   return 0;
670 | }
671 configure:5543: g++ -c -g -O2  conftest.cc >&5
672 configure:5549: $? = 0
673 configure:5553: test -z 
674                          || test ! -s conftest.err
675 configure:5556: $? = 0
676 configure:5559: test -s conftest.o
677 configure:5562: $? = 0
678 configure:5577: result: need strings.h
679 configure:5648: checking for rewinddir
680 configure:5705: g++ -o conftest -g -O2   conftest.cc  >&5
681 configure:5711: $? = 0
682 configure:5715: test -z 
683                          || test ! -s conftest.err
684 configure:5718: $? = 0
685 configure:5721: test -s conftest
686 configure:5724: $? = 0
687 configure:5736: result: yes
688 configure:5827: checking for popen
689 configure:5884: g++ -o conftest -g -O2   conftest.cc  >&5
690 configure:5890: $? = 0
691 configure:5894: test -z 
692                          || test ! -s conftest.err
693 configure:5897: $? = 0
694 configure:5900: test -s conftest
695 configure:5903: $? = 0
696 configure:5915: result: yes
697 configure:5925: checking for mkstemp
698 configure:5947: g++ -o conftest -g -O2   conftest.cc  >&5
699 conftest.cc: In function 'int main()':
700 conftest.cc:23: warning: deprecated conversion from string constant to 'char*'
701 configure:5953: $? = 0
702 configure:5957: test -z 
703                          || test ! -s conftest.err
704 configure:5960: $? = 0
705 configure:5963: test -s conftest
706 configure:5966: $? = 0
707 configure:5978: result: yes
708 configure:5986: checking for mkstemps
709 configure:6008: g++ -o conftest -g -O2   conftest.cc  >&5
710 conftest.cc: In function 'int main()':
711 conftest.cc:24: error: 'mkstemps' was not declared in this scope
712 configure:6014: $? = 1
713 configure: failed program was:
714 | /* confdefs.h.  */
716 | #define PACKAGE_NAME ""
717 | #define PACKAGE_TARNAME ""
718 | #define PACKAGE_VERSION ""
719 | #define PACKAGE_STRING ""
720 | #define PACKAGE_BUGREPORT ""
721 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
722 | #ifdef __cplusplus
723 | extern "C" void exit (int);
724 | #endif
725 | #define X_DISPLAY_MISSING 1
726 | #define HAVE_DIRENT_H 1
727 | #define HAVE_STRINGS_H 1
728 | #define HAVE_REWINDDIR 1
729 | #define HAVE_POPEN 1
730 | #define HAVE_MKSTEMP 1
731 | /* end confdefs.h.  */
732 | #include <stdlib.h>
733 | #include <unistd.h>
734 | int
735 | main ()
736 | {
737 | mkstemps("foo", 0);
738 |   ;
739 |   return 0;
740 | }
741 configure:6039: result: no
742 configure:6048: checking whether select takes fd_set arguments
743 configure:6075: g++ -c -g -O2  conftest.cc >&5
744 conftest.cc: In function 'int main()':
745 conftest.cc:29: error: 'select' was not declared in this scope
746 configure:6081: $? = 1
747 configure: failed program was:
748 | /* confdefs.h.  */
750 | #define PACKAGE_NAME ""
751 | #define PACKAGE_TARNAME ""
752 | #define PACKAGE_VERSION ""
753 | #define PACKAGE_STRING ""
754 | #define PACKAGE_BUGREPORT ""
755 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
756 | #ifdef __cplusplus
757 | extern "C" void exit (int);
758 | #endif
759 | #define X_DISPLAY_MISSING 1
760 | #define HAVE_DIRENT_H 1
761 | #define HAVE_STRINGS_H 1
762 | #define HAVE_REWINDDIR 1
763 | #define HAVE_POPEN 1
764 | #define HAVE_MKSTEMP 1
765 | /* end confdefs.h.  */
766 | #include <sys/types.h>
767 | #include <sys/time.h>
768 | #include <unistd.h>
769 | #ifdef HAVE_SYS_SELECT_H
770 | #include <sys/select.h>
771 | #endif
772 | int
773 | main ()
774 | {
775 | fd_set fds;
776 | select(1, &fds, &fds, &fds, 0);
777 |   ;
778 |   return 0;
779 | }
780 configure:6105: result: no
781 configure:6128: checking for special C compiler options needed for large files
782 configure:6227: result: no
783 configure:6233: checking for _FILE_OFFSET_BITS value needed for large files
784 configure:6264: gcc -c -g -O2  conftest.c >&5
785 conftest.c:26: warning: left shift count >= width of type
786 conftest.c:26: warning: left shift count >= width of type
787 conftest.c:28: error: size of array 'off_t_is_large' is negative
788 configure:6270: $? = 1
789 configure: failed program was:
790 | /* confdefs.h.  */
792 | #define PACKAGE_NAME ""
793 | #define PACKAGE_TARNAME ""
794 | #define PACKAGE_VERSION ""
795 | #define PACKAGE_STRING ""
796 | #define PACKAGE_BUGREPORT ""
797 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
798 | #ifdef __cplusplus
799 | extern "C" void exit (int);
800 | #endif
801 | #define X_DISPLAY_MISSING 1
802 | #define HAVE_DIRENT_H 1
803 | #define HAVE_STRINGS_H 1
804 | #define HAVE_REWINDDIR 1
805 | #define HAVE_POPEN 1
806 | #define HAVE_MKSTEMP 1
807 | #define SELECT_TAKES_INT 1
808 | /* end confdefs.h.  */
809 | #include <sys/types.h>
810 |  /* Check that off_t can represent 2**63 - 1 correctly.
811 |     We can't simply define LARGE_OFF_T to be 9223372036854775807,
812 |     since some C++ compilers masquerading as C compilers
813 |     incorrectly reject 9223372036854775807.  */
814 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
815 |   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
816 |                      && LARGE_OFF_T % 2147483647 == 1)
817 |                     ? 1 : -1];
818 | int
819 | main ()
820 | {
822 |   ;
823 |   return 0;
824 | }
825 configure:6317: gcc -c -g -O2  conftest.c >&5
826 conftest.c:27: warning: left shift count >= width of type
827 conftest.c:27: warning: left shift count >= width of type
828 conftest.c:29: error: size of array 'off_t_is_large' is negative
829 configure:6323: $? = 1
830 configure: failed program was:
831 | /* confdefs.h.  */
833 | #define PACKAGE_NAME ""
834 | #define PACKAGE_TARNAME ""
835 | #define PACKAGE_VERSION ""
836 | #define PACKAGE_STRING ""
837 | #define PACKAGE_BUGREPORT ""
838 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
839 | #ifdef __cplusplus
840 | extern "C" void exit (int);
841 | #endif
842 | #define X_DISPLAY_MISSING 1
843 | #define HAVE_DIRENT_H 1
844 | #define HAVE_STRINGS_H 1
845 | #define HAVE_REWINDDIR 1
846 | #define HAVE_POPEN 1
847 | #define HAVE_MKSTEMP 1
848 | #define SELECT_TAKES_INT 1
849 | /* end confdefs.h.  */
850 | #define _FILE_OFFSET_BITS 64
851 | #include <sys/types.h>
852 |  /* Check that off_t can represent 2**63 - 1 correctly.
853 |     We can't simply define LARGE_OFF_T to be 9223372036854775807,
854 |     since some C++ compilers masquerading as C compilers
855 |     incorrectly reject 9223372036854775807.  */
856 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
857 |   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
858 |                      && LARGE_OFF_T % 2147483647 == 1)
859 |                     ? 1 : -1];
860 | int
861 | main ()
862 | {
864 |   ;
865 |   return 0;
866 | }
867 configure:6348: result: no
868 configure:6358: checking for _LARGE_FILES value needed for large files
869 configure:6389: gcc -c -g -O2  conftest.c >&5
870 conftest.c:26: warning: left shift count >= width of type
871 conftest.c:26: warning: left shift count >= width of type
872 conftest.c:28: error: size of array 'off_t_is_large' is negative
873 configure:6395: $? = 1
874 configure: failed program was:
875 | /* confdefs.h.  */
877 | #define PACKAGE_NAME ""
878 | #define PACKAGE_TARNAME ""
879 | #define PACKAGE_VERSION ""
880 | #define PACKAGE_STRING ""
881 | #define PACKAGE_BUGREPORT ""
882 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
883 | #ifdef __cplusplus
884 | extern "C" void exit (int);
885 | #endif
886 | #define X_DISPLAY_MISSING 1
887 | #define HAVE_DIRENT_H 1
888 | #define HAVE_STRINGS_H 1
889 | #define HAVE_REWINDDIR 1
890 | #define HAVE_POPEN 1
891 | #define HAVE_MKSTEMP 1
892 | #define SELECT_TAKES_INT 1
893 | /* end confdefs.h.  */
894 | #include <sys/types.h>
895 |  /* Check that off_t can represent 2**63 - 1 correctly.
896 |     We can't simply define LARGE_OFF_T to be 9223372036854775807,
897 |     since some C++ compilers masquerading as C compilers
898 |     incorrectly reject 9223372036854775807.  */
899 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
900 |   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
901 |                      && LARGE_OFF_T % 2147483647 == 1)
902 |                     ? 1 : -1];
903 | int
904 | main ()
905 | {
907 |   ;
908 |   return 0;
909 | }
910 configure:6442: gcc -c -g -O2  conftest.c >&5
911 conftest.c:27: warning: left shift count >= width of type
912 conftest.c:27: warning: left shift count >= width of type
913 conftest.c:29: error: size of array 'off_t_is_large' is negative
914 configure:6448: $? = 1
915 configure: failed program was:
916 | /* confdefs.h.  */
918 | #define PACKAGE_NAME ""
919 | #define PACKAGE_TARNAME ""
920 | #define PACKAGE_VERSION ""
921 | #define PACKAGE_STRING ""
922 | #define PACKAGE_BUGREPORT ""
923 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
924 | #ifdef __cplusplus
925 | extern "C" void exit (int);
926 | #endif
927 | #define X_DISPLAY_MISSING 1
928 | #define HAVE_DIRENT_H 1
929 | #define HAVE_STRINGS_H 1
930 | #define HAVE_REWINDDIR 1
931 | #define HAVE_POPEN 1
932 | #define HAVE_MKSTEMP 1
933 | #define SELECT_TAKES_INT 1
934 | /* end confdefs.h.  */
935 | #define _LARGE_FILES 1
936 | #include <sys/types.h>
937 |  /* Check that off_t can represent 2**63 - 1 correctly.
938 |     We can't simply define LARGE_OFF_T to be 9223372036854775807,
939 |     since some C++ compilers masquerading as C compilers
940 |     incorrectly reject 9223372036854775807.  */
941 | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
942 |   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
943 |                      && LARGE_OFF_T % 2147483647 == 1)
944 |                     ? 1 : -1];
945 | int
946 | main ()
947 | {
949 |   ;
950 |   return 0;
951 | }
952 configure:6473: result: no
953 configure:6485: checking for _LARGEFILE_SOURCE value needed for large files
954 configure:6508: gcc -c -g -O2  conftest.c >&5
955 conftest.c: In function 'main':
956 conftest.c:24: error: 'fseeko' undeclared (first use in this function)
957 conftest.c:24: error: (Each undeclared identifier is reported only once
958 conftest.c:24: error: for each function it appears in.)
959 configure:6514: $? = 1
960 configure: failed program was:
961 | /* confdefs.h.  */
963 | #define PACKAGE_NAME ""
964 | #define PACKAGE_TARNAME ""
965 | #define PACKAGE_VERSION ""
966 | #define PACKAGE_STRING ""
967 | #define PACKAGE_BUGREPORT ""
968 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
969 | #ifdef __cplusplus
970 | extern "C" void exit (int);
971 | #endif
972 | #define X_DISPLAY_MISSING 1
973 | #define HAVE_DIRENT_H 1
974 | #define HAVE_STRINGS_H 1
975 | #define HAVE_REWINDDIR 1
976 | #define HAVE_POPEN 1
977 | #define HAVE_MKSTEMP 1
978 | #define SELECT_TAKES_INT 1
979 | /* end confdefs.h.  */
980 | #include <stdio.h>
981 | int
982 | main ()
983 | {
984 | return !fseeko;
985 |   ;
986 |   return 0;
987 | }
988 configure:6553: gcc -c -g -O2  conftest.c >&5
989 conftest.c: In function 'main':
990 conftest.c:25: error: 'fseeko' undeclared (first use in this function)
991 conftest.c:25: error: (Each undeclared identifier is reported only once
992 conftest.c:25: error: for each function it appears in.)
993 configure:6559: $? = 1
994 configure: failed program was:
995 | /* confdefs.h.  */
997 | #define PACKAGE_NAME ""
998 | #define PACKAGE_TARNAME ""
999 | #define PACKAGE_VERSION ""
1000 | #define PACKAGE_STRING ""
1001 | #define PACKAGE_BUGREPORT ""
1002 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
1003 | #ifdef __cplusplus
1004 | extern "C" void exit (int);
1005 | #endif
1006 | #define X_DISPLAY_MISSING 1
1007 | #define HAVE_DIRENT_H 1
1008 | #define HAVE_STRINGS_H 1
1009 | #define HAVE_REWINDDIR 1
1010 | #define HAVE_POPEN 1
1011 | #define HAVE_MKSTEMP 1
1012 | #define SELECT_TAKES_INT 1
1013 | /* end confdefs.h.  */
1014 | #define _LARGEFILE_SOURCE 1
1015 | #include <stdio.h>
1016 | int
1017 | main ()
1018 | {
1019 | return !fseeko;
1020 |   ;
1021 |   return 0;
1022 | }
1023 configure:6584: result: no
1024 configure:6598: checking for fseeko
1025 configure:6619: gcc -o conftest -g -O2   conftest.c  >&5
1026 conftest.c: In function 'main':
1027 conftest.c:24: error: 'fseeko' undeclared (first use in this function)
1028 conftest.c:24: error: (Each undeclared identifier is reported only once
1029 conftest.c:24: error: for each function it appears in.)
1030 configure:6625: $? = 1
1031 configure: failed program was:
1032 | /* confdefs.h.  */
1034 | #define PACKAGE_NAME ""
1035 | #define PACKAGE_TARNAME ""
1036 | #define PACKAGE_VERSION ""
1037 | #define PACKAGE_STRING ""
1038 | #define PACKAGE_BUGREPORT ""
1039 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
1040 | #ifdef __cplusplus
1041 | extern "C" void exit (int);
1042 | #endif
1043 | #define X_DISPLAY_MISSING 1
1044 | #define HAVE_DIRENT_H 1
1045 | #define HAVE_STRINGS_H 1
1046 | #define HAVE_REWINDDIR 1
1047 | #define HAVE_POPEN 1
1048 | #define HAVE_MKSTEMP 1
1049 | #define SELECT_TAKES_INT 1
1050 | /* end confdefs.h.  */
1051 | #include <stdio.h>
1052 | int
1053 | main ()
1054 | {
1055 | return fseeko && fseeko (stdin, 0, 0);
1056 |   ;
1057 |   return 0;
1058 | }
1059 configure:6650: result: no
1060 configure:6664: checking for fseek64
1061 configure:6721: gcc -o conftest -g -O2   conftest.c  >&5
1062 There are undefined symbols in 'conftest':
1063 fseek64
1064 configure:6727: $? = 1
1065 configure: failed program was:
1066 | /* confdefs.h.  */
1068 | #define PACKAGE_NAME ""
1069 | #define PACKAGE_TARNAME ""
1070 | #define PACKAGE_VERSION ""
1071 | #define PACKAGE_STRING ""
1072 | #define PACKAGE_BUGREPORT ""
1073 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
1074 | #ifdef __cplusplus
1075 | extern "C" void exit (int);
1076 | #endif
1077 | #define X_DISPLAY_MISSING 1
1078 | #define HAVE_DIRENT_H 1
1079 | #define HAVE_STRINGS_H 1
1080 | #define HAVE_REWINDDIR 1
1081 | #define HAVE_POPEN 1
1082 | #define HAVE_MKSTEMP 1
1083 | #define SELECT_TAKES_INT 1
1084 | /* end confdefs.h.  */
1085 | /* Define fseek64 to an innocuous variant, in case <limits.h> declares fseek64.
1086 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1087 | #define fseek64 innocuous_fseek64
1089 | /* System header to define __stub macros and hopefully few prototypes,
1090 |     which can conflict with char fseek64 (); below.
1091 |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1092 |     <limits.h> exists even on freestanding compilers.  */
1094 | #ifdef __STDC__
1095 | # include <limits.h>
1096 | #else
1097 | # include <assert.h>
1098 | #endif
1100 | #undef fseek64
1102 | /* Override any gcc2 internal prototype to avoid an error.  */
1103 | #ifdef __cplusplus
1104 | extern "C"
1105 | {
1106 | #endif
1107 | /* We use char because int might match the return type of a gcc2
1108 |    builtin and then its argument prototype would still apply.  */
1109 | char fseek64 ();
1110 | /* The GNU C library defines this for functions which it implements
1111 |     to always fail with ENOSYS.  Some functions are actually named
1112 |     something starting with __ and the normal name is an alias.  */
1113 | #if defined (__stub_fseek64) || defined (__stub___fseek64)
1114 | choke me
1115 | #else
1116 | char (*f) () = fseek64;
1117 | #endif
1118 | #ifdef __cplusplus
1119 | }
1120 | #endif
1122 | int
1123 | main ()
1124 | {
1125 | return f != fseek64;
1126 |   ;
1127 |   return 0;
1128 | }
1129 configure:6752: result: no
1130 configure:6768: checking for ftell64
1131 configure:6825: gcc -o conftest -g -O2   conftest.c  >&5
1132 There are undefined symbols in 'conftest':
1133 ftell64
1134 configure:6831: $? = 1
1135 configure: failed program was:
1136 | /* confdefs.h.  */
1138 | #define PACKAGE_NAME ""
1139 | #define PACKAGE_TARNAME ""
1140 | #define PACKAGE_VERSION ""
1141 | #define PACKAGE_STRING ""
1142 | #define PACKAGE_BUGREPORT ""
1143 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
1144 | #ifdef __cplusplus
1145 | extern "C" void exit (int);
1146 | #endif
1147 | #define X_DISPLAY_MISSING 1
1148 | #define HAVE_DIRENT_H 1
1149 | #define HAVE_STRINGS_H 1
1150 | #define HAVE_REWINDDIR 1
1151 | #define HAVE_POPEN 1
1152 | #define HAVE_MKSTEMP 1
1153 | #define SELECT_TAKES_INT 1
1154 | /* end confdefs.h.  */
1155 | /* Define ftell64 to an innocuous variant, in case <limits.h> declares ftell64.
1156 |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1157 | #define ftell64 innocuous_ftell64
1159 | /* System header to define __stub macros and hopefully few prototypes,
1160 |     which can conflict with char ftell64 (); below.
1161 |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1162 |     <limits.h> exists even on freestanding compilers.  */
1164 | #ifdef __STDC__
1165 | # include <limits.h>
1166 | #else
1167 | # include <assert.h>
1168 | #endif
1170 | #undef ftell64
1172 | /* Override any gcc2 internal prototype to avoid an error.  */
1173 | #ifdef __cplusplus
1174 | extern "C"
1175 | {
1176 | #endif
1177 | /* We use char because int might match the return type of a gcc2
1178 |    builtin and then its argument prototype would still apply.  */
1179 | char ftell64 ();
1180 | /* The GNU C library defines this for functions which it implements
1181 |     to always fail with ENOSYS.  Some functions are actually named
1182 |     something starting with __ and the normal name is an alias.  */
1183 | #if defined (__stub_ftell64) || defined (__stub___ftell64)
1184 | choke me
1185 | #else
1186 | char (*f) () = ftell64;
1187 | #endif
1188 | #ifdef __cplusplus
1189 | }
1190 | #endif
1192 | int
1193 | main ()
1194 | {
1195 | return f != ftell64;
1196 |   ;
1197 |   return 0;
1198 | }
1199 configure:6856: result: no
1200 configure:9500: checking whether to use t1 library
1201 configure:9507: result: maybe
1202 configure:9558: checking where to find the t1 header files
1203 configure:9565: result: 
1204 configure:9598: checking t1lib.h usability
1205 configure:9610: gcc -c -g -O2    conftest.c >&5
1206 conftest.c:54:19: error: t1lib.h: No such file or directory
1207 configure:9616: $? = 1
1208 configure: failed program was:
1209 | /* confdefs.h.  */
1211 | #define PACKAGE_NAME ""
1212 | #define PACKAGE_TARNAME ""
1213 | #define PACKAGE_VERSION ""
1214 | #define PACKAGE_STRING ""
1215 | #define PACKAGE_BUGREPORT ""
1216 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
1217 | #ifdef __cplusplus
1218 | extern "C" void exit (int);
1219 | #endif
1220 | #define X_DISPLAY_MISSING 1
1221 | #define HAVE_DIRENT_H 1
1222 | #define HAVE_STRINGS_H 1
1223 | #define HAVE_REWINDDIR 1
1224 | #define HAVE_POPEN 1
1225 | #define HAVE_MKSTEMP 1
1226 | #define SELECT_TAKES_INT 1
1227 | /* end confdefs.h.  */
1228 | #include <stdio.h>
1229 | #if HAVE_SYS_TYPES_H
1230 | # include <sys/types.h>
1231 | #endif
1232 | #if HAVE_SYS_STAT_H
1233 | # include <sys/stat.h>
1234 | #endif
1235 | #if STDC_HEADERS
1236 | # include <stdlib.h>
1237 | # include <stddef.h>
1238 | #else
1239 | # if HAVE_STDLIB_H
1240 | #  include <stdlib.h>
1241 | # endif
1242 | #endif
1243 | #if HAVE_STRING_H
1244 | # if !STDC_HEADERS && HAVE_MEMORY_H
1245 | #  include <memory.h>
1246 | # endif
1247 | # include <string.h>
1248 | #endif
1249 | #if HAVE_STRINGS_H
1250 | # include <strings.h>
1251 | #endif
1252 | #if HAVE_INTTYPES_H
1253 | # include <inttypes.h>
1254 | #else
1255 | # if HAVE_STDINT_H
1256 | #  include <stdint.h>
1257 | # endif
1258 | #endif
1259 | #if HAVE_UNISTD_H
1260 | # include <unistd.h>
1261 | #endif
1262 | #include <t1lib.h>
1263 configure:9639: result: no
1264 configure:9643: checking t1lib.h presence
1265 configure:9653: gcc -E    conftest.c
1266 conftest.c:20:19: error: t1lib.h: No such file or directory
1267 configure:9659: $? = 1
1268 configure: failed program was:
1269 | /* confdefs.h.  */
1271 | #define PACKAGE_NAME ""
1272 | #define PACKAGE_TARNAME ""
1273 | #define PACKAGE_VERSION ""
1274 | #define PACKAGE_STRING ""
1275 | #define PACKAGE_BUGREPORT ""
1276 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
1277 | #ifdef __cplusplus
1278 | extern "C" void exit (int);
1279 | #endif
1280 | #define X_DISPLAY_MISSING 1
1281 | #define HAVE_DIRENT_H 1
1282 | #define HAVE_STRINGS_H 1
1283 | #define HAVE_REWINDDIR 1
1284 | #define HAVE_POPEN 1
1285 | #define HAVE_MKSTEMP 1
1286 | #define SELECT_TAKES_INT 1
1287 | /* end confdefs.h.  */
1288 | #include <t1lib.h>
1289 configure:9679: result: no
1290 configure:9714: checking for t1lib.h
1291 configure:9721: result: no
1292 configure:9833: result: not using t1 library
1293 configure:9879: checking whether to use freetype2 library
1294 configure:9886: result: maybe
1295 configure:9937: checking where to find the freetype2 header files
1296 configure:9944: result: 
1297 configure:9977: checking ft2build.h usability
1298 configure:9989: gcc -c -g -O2    conftest.c >&5
1299 configure:9995: $? = 0
1300 configure:9999: test -z 
1301                          || test ! -s conftest.err
1302 configure:10002: $? = 0
1303 configure:10005: test -s conftest.o
1304 configure:10008: $? = 0
1305 configure:10018: result: yes
1306 configure:10022: checking ft2build.h presence
1307 configure:10032: gcc -E    conftest.c
1308 configure:10038: $? = 0
1309 configure:10058: result: yes
1310 configure:10093: checking for ft2build.h
1311 configure:10100: result: yes
1312 configure:10132: checking for FT_Get_Name_Index in -lfreetype
1313 configure:10162: gcc -o conftest -g -O2   conftest.c -lfreetype   -lfreetype -lm  >&5
1314 configure:10168: $? = 0
1315 configure:10172: test -z 
1316                          || test ! -s conftest.err
1317 configure:10175: $? = 0
1318 configure:10178: test -s conftest
1319 configure:10181: $? = 0
1320 configure:10194: result: yes
1321 configure:10205: result: using freetype2 library
1322 configure:10268: checking whether to use libpaper library
1323 configure:10275: result: maybe
1324 configure:10326: checking where to find the libpaper header files
1325 configure:10333: result: 
1326 configure:10366: checking paper.h usability
1327 configure:10378: gcc -c -g -O2    conftest.c >&5
1328 conftest.c:57:19: error: paper.h: No such file or directory
1329 configure:10384: $? = 1
1330 configure: failed program was:
1331 | /* confdefs.h.  */
1333 | #define PACKAGE_NAME ""
1334 | #define PACKAGE_TARNAME ""
1335 | #define PACKAGE_VERSION ""
1336 | #define PACKAGE_STRING ""
1337 | #define PACKAGE_BUGREPORT ""
1338 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
1339 | #ifdef __cplusplus
1340 | extern "C" void exit (int);
1341 | #endif
1342 | #define X_DISPLAY_MISSING 1
1343 | #define HAVE_DIRENT_H 1
1344 | #define HAVE_STRINGS_H 1
1345 | #define HAVE_REWINDDIR 1
1346 | #define HAVE_POPEN 1
1347 | #define HAVE_MKSTEMP 1
1348 | #define SELECT_TAKES_INT 1
1349 | #define HAVE_FT2BUILD_H 1
1350 | #define HAVE_FREETYPE_FREETYPE_H 1
1351 | #define HAVE_SPLASH 1
1352 | /* end confdefs.h.  */
1353 | #include <stdio.h>
1354 | #if HAVE_SYS_TYPES_H
1355 | # include <sys/types.h>
1356 | #endif
1357 | #if HAVE_SYS_STAT_H
1358 | # include <sys/stat.h>
1359 | #endif
1360 | #if STDC_HEADERS
1361 | # include <stdlib.h>
1362 | # include <stddef.h>
1363 | #else
1364 | # if HAVE_STDLIB_H
1365 | #  include <stdlib.h>
1366 | # endif
1367 | #endif
1368 | #if HAVE_STRING_H
1369 | # if !STDC_HEADERS && HAVE_MEMORY_H
1370 | #  include <memory.h>
1371 | # endif
1372 | # include <string.h>
1373 | #endif
1374 | #if HAVE_STRINGS_H
1375 | # include <strings.h>
1376 | #endif
1377 | #if HAVE_INTTYPES_H
1378 | # include <inttypes.h>
1379 | #else
1380 | # if HAVE_STDINT_H
1381 | #  include <stdint.h>
1382 | # endif
1383 | #endif
1384 | #if HAVE_UNISTD_H
1385 | # include <unistd.h>
1386 | #endif
1387 | #include <paper.h>
1388 configure:10407: result: no
1389 configure:10411: checking paper.h presence
1390 configure:10421: gcc -E    conftest.c
1391 conftest.c:23:19: error: paper.h: No such file or directory
1392 configure:10427: $? = 1
1393 configure: failed program was:
1394 | /* confdefs.h.  */
1396 | #define PACKAGE_NAME ""
1397 | #define PACKAGE_TARNAME ""
1398 | #define PACKAGE_VERSION ""
1399 | #define PACKAGE_STRING ""
1400 | #define PACKAGE_BUGREPORT ""
1401 | #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
1402 | #ifdef __cplusplus
1403 | extern "C" void exit (int);
1404 | #endif
1405 | #define X_DISPLAY_MISSING 1
1406 | #define HAVE_DIRENT_H 1
1407 | #define HAVE_STRINGS_H 1
1408 | #define HAVE_REWINDDIR 1
1409 | #define HAVE_POPEN 1
1410 | #define HAVE_MKSTEMP 1
1411 | #define SELECT_TAKES_INT 1
1412 | #define HAVE_FT2BUILD_H 1
1413 | #define HAVE_FREETYPE_FREETYPE_H 1
1414 | #define HAVE_SPLASH 1
1415 | /* end confdefs.h.  */
1416 | #include <paper.h>
1417 configure:10447: result: no
1418 configure:10482: checking for paper.h
1419 configure:10489: result: no
1420 configure:10601: result: not using libpaper library
1421 configure:10729: creating ./config.status
1423 ## ---------------------- ##
1424 ## Running config.status. ##
1425 ## ---------------------- ##
1427 This file was extended by config.status, which was
1428 generated by GNU Autoconf 2.59.  Invocation command line was
1430   CONFIG_FILES    = 
1431   CONFIG_HEADERS  = 
1432   CONFIG_LINKS    = 
1433   CONFIG_COMMANDS = 
1434   $ ./config.status 
1436 on localhost
1438 config.status:686: creating Makefile
1439 config.status:686: creating goo/Makefile
1440 config.status:686: creating fofi/Makefile
1441 config.status:686: creating splash/Makefile
1442 config.status:686: creating xpdf/Makefile
1443 config.status:790: creating aconf.h
1444 configure:11790: WARNING: Couldn't find X
1445 configure:11794: WARNING: Couldn't find Motif
1446 configure:11801: WARNING: -- You will be able to compile pdftops, pdftotext,
1447         pdfinfo, pdffonts, and pdfimages, but not xpdf or pdftoppm
1449 ## ---------------- ##
1450 ## Cache variables. ##
1451 ## ---------------- ##
1453 ac_cv_c_compiler_gnu=yes
1454 ac_cv_cxx_compiler_gnu=yes
1455 ac_cv_env_CC_set=
1456 ac_cv_env_CC_value=
1457 ac_cv_env_CFLAGS_set=
1458 ac_cv_env_CFLAGS_value=
1459 ac_cv_env_CPPFLAGS_set=
1460 ac_cv_env_CPPFLAGS_value=
1461 ac_cv_env_CPP_set=
1462 ac_cv_env_CPP_value=
1463 ac_cv_env_CXXFLAGS_set=
1464 ac_cv_env_CXXFLAGS_value=
1465 ac_cv_env_CXX_set=
1466 ac_cv_env_CXX_value=
1467 ac_cv_env_LDFLAGS_set=
1468 ac_cv_env_LDFLAGS_value=
1469 ac_cv_env_build_alias_set=
1470 ac_cv_env_build_alias_value=
1471 ac_cv_env_host_alias_set=
1472 ac_cv_env_host_alias_value=
1473 ac_cv_env_target_alias_set=
1474 ac_cv_env_target_alias_value=
1475 ac_cv_exeext=
1476 ac_cv_func_fseek64=no
1477 ac_cv_func_fseeko=no
1478 ac_cv_func_ftell64=no
1479 ac_cv_func_gethostbyname=no
1480 ac_cv_func_popen=yes
1481 ac_cv_func_rewinddir=yes
1482 ac_cv_have_x=have_x=no
1483 ac_cv_header_dirent_dirent_h=yes
1484 ac_cv_header_ft2build_h=yes
1485 ac_cv_header_paper_h=no
1486 ac_cv_header_t1lib_h=no
1487 ac_cv_lib_bsd_gethostbyname=no
1488 ac_cv_lib_freetype_FT_Get_Name_Index=yes
1489 ac_cv_objext=o
1490 ac_cv_path_install='/Development/bin/install -c'
1491 ac_cv_prog_CPP='gcc -E'
1492 ac_cv_prog_ac_ct_CC=gcc
1493 ac_cv_prog_ac_ct_CXX=g++
1494 ac_cv_prog_ac_ct_RANLIB=ranlib
1495 ac_cv_prog_cc_g=yes
1496 ac_cv_prog_cc_stdc=
1497 ac_cv_prog_cxx_g=yes
1498 ac_cv_search_opendir='none required'
1499 ac_cv_search_strerror='none required'
1500 ac_cv_sys_file_offset_bits=no
1501 ac_cv_sys_large_files=no
1502 ac_cv_sys_largefile_CC=no
1503 ac_cv_sys_largefile_source=no
1504 smr_cv_with_freetype2_includes=
1505 smr_cv_with_freetype2_library=maybe
1506 smr_cv_with_libpaper_includes=
1507 smr_cv_with_libpaper_library=maybe
1508 smr_cv_with_t1_includes=
1509 smr_cv_with_t1_library=maybe
1510 xpdf_cv_func_fseek64=no
1511 xpdf_cv_func_ftell64=no
1512 xpdf_cv_func_mkstemp=yes
1513 xpdf_cv_func_mkstemps=no
1514 xpdf_cv_func_select_arg=no
1515 xpdf_cv_sys_dos=no
1516 xpdf_cv_sys_os2=no
1518 ## ----------------- ##
1519 ## Output variables. ##
1520 ## ----------------- ##
1522 AR='ar rc'
1523 CC='gcc'
1524 CFLAGS='-g -O2'
1525 CPP='gcc -E'
1526 CPPFLAGS=''
1527 CXX='g++'
1528 CXXFLAGS='-g -O2'
1529 DEFS='-DHAVE_CONFIG_H'
1530 ECHO_C=''ECHO_N=''
1531 ECHO_T=''
1532 EGREP=''
1533 EXE=''
1534 EXEEXT=''
1535 INSTALL_DATA='${INSTALL} -m 644'
1536 INSTALL_PROGRAM='${INSTALL}'
1537 INSTALL_SCRIPT='${INSTALL}'
1538 LDFLAGS=''
1539 LIBOBJS=''
1540 LIBPREFIX='lib'
1541 LIBS=''
1542 LTLIBOBJS=''
1543 OBJEXT='o'
1544 PACKAGE_BUGREPORT=''
1545 PACKAGE_NAME=''
1546 PACKAGE_STRING=''
1547 PACKAGE_TARNAME=''
1548 PACKAGE_VERSION=''
1549 PATH_SEPARATOR=':'
1550 RANLIB='ranlib'
1551 SHELL='/bin/sh'
1552 Sgm_CFLAGS=''
1553 Sgm_LIBS=''
1554 UP_DIR=''
1555 X='#'
1556 XPDF_TARGET='all-no-x'
1557 X_CFLAGS=''
1558 X_EXTRA_LIBS=''
1559 X_LIBS=''
1560 X_PRE_LIBS=''
1561 Xext_CFLAGS=''
1562 Xext_LIBS=''
1563 Xm_CFLAGS=''
1564 Xm_LIBS=''
1565 Xp_CFLAGS=''
1566 Xp_LIBS=''
1567 Xpm_CFLAGS=''
1568 Xpm_LIBS=''
1569 Xt_CFLAGS=''
1570 Xt_LIBS=''
1571 ac_ct_CC='gcc'
1572 ac_ct_CXX='g++'
1573 ac_ct_RANLIB='ranlib'
1574 bindir='${exec_prefix}/bin'
1575 build_alias=''
1576 datadir='${prefix}/share'
1577 exec_prefix='${prefix}'
1578 freetype2_CFLAGS=''
1579 freetype2_LIBS='-lfreetype'
1580 host_alias=''
1581 includedir='${prefix}/include'
1582 infodir='${prefix}/info'
1583 libdir='${exec_prefix}/lib'
1584 libexecdir='${exec_prefix}/libexec'
1585 libpaper_CFLAGS=''
1586 libpaper_LIBS=''
1587 localstatedir='${prefix}/var'
1588 mandir='${prefix}/man'
1589 oldincludedir='/usr/include'
1590 prefix='/usr/local'
1591 program_transform_name='s,x,x,'
1592 sbindir='${exec_prefix}/sbin'
1593 sharedstatedir='${prefix}/com'
1594 sysconfdir='${prefix}/etc'
1595 t1_CFLAGS=''
1596 t1_LIBS=''
1597 target_alias=''
1599 ## ----------- ##
1600 ## confdefs.h. ##
1601 ## ----------- ##
1603 #define HAVE_DIRENT_H 1
1604 #define HAVE_FREETYPE_FREETYPE_H 1
1605 #define HAVE_FT2BUILD_H 1
1606 #define HAVE_MKSTEMP 1
1607 #define HAVE_POPEN 1
1608 #define HAVE_REWINDDIR 1
1609 #define HAVE_SPLASH 1
1610 #define HAVE_STRINGS_H 1
1611 #define PACKAGE_BUGREPORT ""
1612 #define PACKAGE_NAME ""
1613 #define PACKAGE_STRING ""
1614 #define PACKAGE_TARNAME ""
1615 #define PACKAGE_VERSION ""
1616 #define SELECT_TAKES_INT 1
1617 #define SYSTEM_XPDFRC "/usr/local/etc/xpdfrc"
1618 #define X_DISPLAY_MISSING 1
1619 #endif
1620 #ifdef __cplusplus
1621 extern "C" void exit (int);
1623 configure: exit 0