Ticket #36: config.log

File config.log, 61.7 kB (added by baze, 3 years ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by ePDFView configure 0.1.5, which was
5generated by GNU Autoconf 2.59.  Invocation command line was
6
7  $ ./configure --prefix=/usr
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = borgel
14uname -m = i686
15uname -r = 2.6.17-rc6-ARCH
16uname -s = Linux
17uname -v = #1 SMP PREEMPT Tue Jun 6 10:18:20 CEST 2006
18
19/usr/bin/uname -p = unknown
20/bin/uname -X     = unknown
21
22/bin/arch              = i686
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25hostinfo               = unknown
26/bin/machine           = unknown
27/usr/bin/oslevel       = unknown
28/bin/universe          = unknown
29
30PATH: /bin
31PATH: /usr/bin
32PATH: /sbin
33PATH: /usr/sbin
34PATH: /usr/X11R6/bin
35PATH: /opt/bin
36PATH: /opt/java/jre/bin
37PATH: /opt/mozilla/bin
38PATH: /opt/xfce4/bin
39
40
41## ----------- ##
42## Core tests. ##
43## ----------- ##
44
45configure:1427: checking for a BSD-compatible install
46configure:1482: result: /bin/install -c
47configure:1493: checking whether build environment is sane
48configure:1536: result: yes
49configure:1601: checking for gawk
50configure:1617: found /bin/gawk
51configure:1627: result: gawk
52configure:1637: checking whether make sets $(MAKE)
53configure:1657: result: yes
54configure:1825: checking whether to enable maintainer-specific portions of Makefiles
55configure:1834: result: no
56configure:1909: checking for gcc
57configure:1925: found /usr/bin/gcc
58configure:1935: result: gcc
59configure:2179: checking for C compiler version
60configure:2182: gcc --version </dev/null >&5
61gcc (GCC) 4.1.1
62Copyright (C) 2006 Free Software Foundation, Inc.
63This is free software; see the source for copying conditions.  There is NO
64warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
65
66configure:2185: $? = 0
67configure:2187: gcc -v </dev/null >&5
68Using built-in specs.
69Target: i686-pc-linux-gnu
70Configured with: ../gcc-4.1.1/configure --prefix=/usr --enable-shared --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --enable-clocale=gnu
71Thread model: posix
72gcc version 4.1.1
73configure:2190: $? = 0
74configure:2192: gcc -V </dev/null >&5
75gcc: '-V' option must have argument
76configure:2195: $? = 1
77configure:2218: checking for C compiler default output file name
78configure:2221: gcc -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
79configure:2224: $? = 0
80configure:2270: result: a.out
81configure:2275: checking whether the C compiler works
82configure:2281: ./a.out
83configure:2284: $? = 0
84configure:2301: result: yes
85configure:2308: checking whether we are cross compiling
86configure:2310: result: no
87configure:2313: checking for suffix of executables
88configure:2315: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
89configure:2318: $? = 0
90configure:2343: result:
91configure:2349: checking for suffix of object files
92configure:2370: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
93configure:2373: $? = 0
94configure:2395: result: o
95configure:2399: checking whether we are using the GNU C compiler
96configure:2423: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
97configure:2429: $? = 0
98configure:2433: test -z
99             || test ! -s conftest.err
100configure:2436: $? = 0
101configure:2439: test -s conftest.o
102configure:2442: $? = 0
103configure:2455: result: yes
104configure:2461: checking whether gcc accepts -g
105configure:2482: gcc -c -g  conftest.c >&5
106configure:2488: $? = 0
107configure:2492: test -z
108             || test ! -s conftest.err
109configure:2495: $? = 0
110configure:2498: test -s conftest.o
111configure:2501: $? = 0
112configure:2512: result: yes
113configure:2529: checking for gcc option to accept ANSI C
114configure:2599: gcc  -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
115configure:2605: $? = 0
116configure:2609: test -z
117             || test ! -s conftest.err
118configure:2612: $? = 0
119configure:2615: test -s conftest.o
120configure:2618: $? = 0
121configure:2636: result: none needed
122configure:2654: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
123conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
124configure:2660: $? = 1
125configure: failed program was:
126| #ifndef __cplusplus
127|   choke me
128| #endif
129configure:2804: checking for style of include used by make
130configure:2832: result: GNU
131configure:2860: checking dependency style of gcc
132configure:2950: result: gcc3
133configure:3019: checking for g++
134configure:3035: found /usr/bin/g++
135configure:3045: result: g++
136configure:3061: checking for C++ compiler version
137configure:3064: g++ --version </dev/null >&5
138g++ (GCC) 4.1.1
139Copyright (C) 2006 Free Software Foundation, Inc.
140This is free software; see the source for copying conditions.  There is NO
141warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
142
143configure:3067: $? = 0
144configure:3069: g++ -v </dev/null >&5
145Using built-in specs.
146Target: i686-pc-linux-gnu
147Configured with: ../gcc-4.1.1/configure --prefix=/usr --enable-shared --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --enable-clocale=gnu
148Thread model: posix
149gcc version 4.1.1
150configure:3072: $? = 0
151configure:3074: g++ -V </dev/null >&5
152g++: '-V' option must have argument
153configure:3077: $? = 1
154configure:3080: checking whether we are using the GNU C++ compiler
155configure:3104: g++ -c -march=i686 -O2 -pipe -Wall -Wno-long-long -DNDEBUG -DG_DISABLE_ASSERT  conftest.cc >&5
156configure:3110: $? = 0
157configure:3114: test -z
158             || test ! -s conftest.err
159configure:3117: $? = 0
160configure:3120: test -s conftest.o
161configure:3123: $? = 0
162configure:3136: result: yes
163configure:3142: checking whether g++ accepts -g
164configure:3163: g++ -c -g  conftest.cc >&5
165configure:3169: $? = 0
166configure:3173: test -z
167             || test ! -s conftest.err
168configure:3176: $? = 0
169configure:3179: test -s conftest.o
170configure:3182: $? = 0
171configure:3193: result: yes
172configure:3235: g++ -c -march=i686 -O2 -pipe -Wall -Wno-long-long -DNDEBUG -DG_DISABLE_ASSERT  conftest.cc >&5
173configure:3241: $? = 0
174configure:3245: test -z
175             || test ! -s conftest.err
176configure:3248: $? = 0
177configure:3251: test -s conftest.o
178configure:3254: $? = 0
179configure:3280: g++ -c -march=i686 -O2 -pipe -Wall -Wno-long-long -DNDEBUG -DG_DISABLE_ASSERT  conftest.cc >&5
180conftest.cc: In function 'int main()':
181conftest.cc:15: error: 'exit' was not declared in this scope
182configure:3286: $? = 1
183configure: failed program was:
184| /* confdefs.h.  */
185|
186| #define PACKAGE_NAME "ePDFView"
187| #define PACKAGE_TARNAME "epdfview"
188| #define PACKAGE_VERSION "0.1.5"
189| #define PACKAGE_STRING "ePDFView 0.1.5"
190| #define PACKAGE_BUGREPORT "jordi@emma-soft.com"
191| #define PACKAGE "epdfview"
192| #define VERSION "0.1.5"
193| /* end confdefs.h.  */
194|
195| int
196| main ()
197| {
198| exit (42);
199|   ;
200|   return 0;
201| }
202configure:3235: g++ -c -march=i686 -O2 -pipe -Wall -Wno-long-long -DNDEBUG -DG_DISABLE_ASSERT  conftest.cc >&5
203configure:3241: $? = 0
204configure:3245: test -z
205             || test ! -s conftest.err
206configure:3248: $? = 0
207configure:3251: test -s conftest.o
208configure:3254: $? = 0
209configure:3280: g++ -c -march=i686 -O2 -pipe -Wall -Wno-long-long -DNDEBUG -DG_DISABLE_ASSERT  conftest.cc >&5
210configure:3286: $? = 0
211configure:3290: test -z
212             || test ! -s conftest.err
213configure:3293: $? = 0
214configure:3296: test -s conftest.o
215configure:3299: $? = 0
216configure:3324: checking dependency style of g++
217configure:3414: result: gcc3
218configure:3433: checking for doxygen
219configure:3462: result: no
220configure:3492: checking whether NLS is requested
221configure:3501: result: yes
222configure:3539: checking for msgfmt
223configure: trying /usr/bin/msgfmt...
2240 translated messages.
225configure:3571: result: /usr/bin/msgfmt
226configure:3580: checking for gmsgfmt
227configure:3611: result: /usr/bin/msgfmt
228configure:3650: checking for xgettext
229configure: trying /usr/bin/xgettext...
230/usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
231configure:3682: result: /usr/bin/xgettext
232configure:3722: checking for msgmerge
233configure: trying /usr/bin/msgmerge...
234configure:3753: result: /usr/bin/msgmerge
235configure:3794: checking build system type
236configure:3812: result: i686-pc-linux-gnu
237configure:3820: checking host system type
238configure:3834: result: i686-pc-linux-gnu
239configure:3848: checking how to run the C preprocessor
240configure:3883: gcc -E  conftest.c
241configure:3889: $? = 0
242configure:3921: gcc -E  conftest.c
243conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
244configure:3927: $? = 1
245configure: failed program was:
246| /* confdefs.h.  */
247|
248| #define PACKAGE_NAME "ePDFView"
249| #define PACKAGE_TARNAME "epdfview"
250| #define PACKAGE_VERSION "0.1.5"
251| #define PACKAGE_STRING "ePDFView 0.1.5"
252| #define PACKAGE_BUGREPORT "jordi@emma-soft.com"
253| #define PACKAGE "epdfview"
254| #define VERSION "0.1.5"
255| #ifdef __cplusplus
256| extern "C" void std::exit (int) throw (); using std::exit;
257| #endif
258| /* end confdefs.h.  */
259| #include <ac_nonexistent.h>
260configure:3966: result: gcc -E
261configure:3990: gcc -E  conftest.c
262configure:3996: $? = 0
263configure:4028: gcc -E  conftest.c
264conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
265configure:4034: $? = 1
266configure: failed program was:
267| /* confdefs.h.  */
268|
269| #define PACKAGE_NAME "ePDFView"
270| #define PACKAGE_TARNAME "epdfview"
271| #define PACKAGE_VERSION "0.1.5"
272| #define PACKAGE_STRING "ePDFView 0.1.5"
273| #define PACKAGE_BUGREPORT "jordi@emma-soft.com"
274| #define PACKAGE "epdfview"
275| #define VERSION "0.1.5"
276| #ifdef __cplusplus
277| extern "C" void std::exit (int) throw (); using std::exit;
278| #endif
279| /* end confdefs.h.  */
280| #include <ac_nonexistent.h>
281configure:4078: checking for egrep
282configure:4088: result: grep -E
283configure:4094: checking whether we are using the GNU C Library 2 or newer
284configure:4125: result: yes
285configure:4172: checking for ranlib
286configure:4188: found /usr/bin/ranlib
287configure:4199: result: ranlib
288configure:4211: checking for library containing strerror
289configure:4241: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
290configure:4247: $? = 0
291configure:4251: test -z
292             || test ! -s conftest.err
293configure:4254: $? = 0
294configure:4257: test -s conftest
295configure:4260: $? = 0
296configure:4330: result: none required
297configure:4337: checking for ANSI C header files
298configure:4362: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
299configure:4368: $? = 0
300configure:4372: test -z
301             || test ! -s conftest.err
302configure:4375: $? = 0
303configure:4378: test -s conftest.o
304configure:4381: $? = 0
305configure:4470: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
306conftest.c: In function 'main':
307conftest.c:31: warning: implicit declaration of function 'exit'
308conftest.c:31: warning: incompatible implicit declaration of built-in function 'exit'
309configure:4473: $? = 0
310configure:4475: ./conftest
311configure:4478: $? = 0
312configure:4493: result: yes
313configure:4503: checking for an ANSI C-conforming const
314configure:4570: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
315conftest.c: In function 'main':
316conftest.c:42: warning: unused variable 's'
317conftest.c:62: warning: unused variable 'foo'
318conftest.c:29: warning: unused variable 'zero'
319conftest.c:23: warning: unused variable 'x'
320conftest.c:44: warning: 't' is used uninitialized in this function
321conftest.c:59: warning: 'b' is used uninitialized in this function
322configure:4576: $? = 0
323configure:4580: test -z
324             || test ! -s conftest.err
325configure:4583: $? = 0
326configure:4586: test -s conftest.o
327configure:4589: $? = 0
328configure:4600: result: yes
329configure:4611: checking for signed
330configure:4632: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
331conftest.c: In function 'main':
332conftest.c:19: warning: unused variable 'x'
333configure:4638: $? = 0
334configure:4642: test -z
335             || test ! -s conftest.err
336configure:4645: $? = 0
337configure:4648: test -s conftest.o
338configure:4651: $? = 0
339configure:4662: result: yes
340configure:4672: checking for inline
341configure:4693: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
342configure:4699: $? = 0
343configure:4703: test -z
344             || test ! -s conftest.err
345configure:4706: $? = 0
346configure:4709: test -s conftest.o
347configure:4712: $? = 0
348configure:4724: result: inline
349configure:4757: checking for sys/types.h
350configure:4773: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
351configure:4779: $? = 0
352configure:4783: test -z
353             || test ! -s conftest.err
354configure:4786: $? = 0
355configure:4789: test -s conftest.o
356configure:4792: $? = 0
357configure:4803: result: yes
358configure:4757: checking for sys/stat.h
359configure:4773: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
360configure:4779: $? = 0
361configure:4783: test -z
362             || test ! -s conftest.err
363configure:4786: $? = 0
364configure:4789: test -s conftest.o
365configure:4792: $? = 0
366configure:4803: result: yes
367configure:4757: checking for stdlib.h
368configure:4773: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
369configure:4779: $? = 0
370configure:4783: test -z
371             || test ! -s conftest.err
372configure:4786: $? = 0
373configure:4789: test -s conftest.o
374configure:4792: $? = 0
375configure:4803: result: yes
376configure:4757: checking for string.h
377configure:4773: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
378configure:4779: $? = 0
379configure:4783: test -z
380             || test ! -s conftest.err
381configure:4786: $? = 0
382configure:4789: test -s conftest.o
383configure:4792: $? = 0
384configure:4803: result: yes
385configure:4757: checking for memory.h
386configure:4773: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
387configure:4779: $? = 0
388configure:4783: test -z
389             || test ! -s conftest.err
390configure:4786: $? = 0
391configure:4789: test -s conftest.o
392configure:4792: $? = 0
393configure:4803: result: yes
394configure:4757: checking for strings.h
395configure:4773: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
396configure:4779: $? = 0
397configure:4783: test -z
398             || test ! -s conftest.err
399configure:4786: $? = 0
400configure:4789: test -s conftest.o
401configure:4792: $? = 0
402configure:4803: result: yes
403configure:4757: checking for inttypes.h
404configure:4773: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
405configure:4779: $? = 0
406configure:4783: test -z
407             || test ! -s conftest.err
408configure:4786: $? = 0
409configure:4789: test -s conftest.o
410configure:4792: $? = 0
411configure:4803: result: yes
412configure:4757: checking for stdint.h
413configure:4773: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
414configure:4779: $? = 0
415configure:4783: test -z
416             || test ! -s conftest.err
417configure:4786: $? = 0
418configure:4789: test -s conftest.o
419configure:4792: $? = 0
420configure:4803: result: yes
421configure:4757: checking for unistd.h
422configure:4773: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
423configure:4779: $? = 0
424configure:4783: test -z
425             || test ! -s conftest.err
426configure:4786: $? = 0
427configure:4789: test -s conftest.o
428configure:4792: $? = 0
429configure:4803: result: yes
430configure:4815: checking for off_t
431configure:4839: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
432configure:4845: $? = 0
433configure:4849: test -z
434             || test ! -s conftest.err
435configure:4852: $? = 0
436configure:4855: test -s conftest.o
437configure:4858: $? = 0
438configure:4869: result: yes
439configure:4881: checking for size_t
440configure:4905: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
441configure:4911: $? = 0
442configure:4915: test -z
443             || test ! -s conftest.err
444configure:4918: $? = 0
445configure:4921: test -s conftest.o
446configure:4924: $? = 0
447configure:4935: result: yes
448configure:4948: checking for long long
449configure:4970: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
450configure:4976: $? = 0
451configure:4980: test -z
452             || test ! -s conftest.err
453configure:4983: $? = 0
454configure:4986: test -s conftest
455configure:4989: $? = 0
456configure:5001: result: yes
457configure:5012: checking for long double
458configure:5072: result: yes
459configure:5083: checking for wchar_t
460configure:5105: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
461configure:5111: $? = 0
462configure:5115: test -z
463             || test ! -s conftest.err
464configure:5118: $? = 0
465configure:5121: test -s conftest.o
466configure:5124: $? = 0
467configure:5135: result: yes
468configure:5146: checking for wint_t
469configure:5168: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
470configure:5174: $? = 0
471configure:5178: test -z
472             || test ! -s conftest.err
473configure:5181: $? = 0
474configure:5184: test -s conftest.o
475configure:5187: $? = 0
476configure:5198: result: yes
477configure:5209: checking for inttypes.h
478configure:5231: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
479conftest.c: In function 'main':
480conftest.c:33: warning: unused variable 'i'
481configure:5237: $? = 0
482configure:5241: test -z
483             || test ! -s conftest.err
484configure:5244: $? = 0
485configure:5247: test -s conftest.o
486configure:5250: $? = 0
487configure:5261: result: yes
488configure:5272: checking for stdint.h
489configure:5294: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
490conftest.c: In function 'main':
491conftest.c:34: warning: unused variable 'i'
492configure:5300: $? = 0
493configure:5304: test -z
494             || test ! -s conftest.err
495configure:5307: $? = 0
496configure:5310: test -s conftest.o
497configure:5313: $? = 0
498configure:5324: result: yes
499configure:5337: checking for intmax_t
500configure:5367: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
501conftest.c: In function 'main':
502conftest.c:43: warning: unused variable 'x'
503configure:5373: $? = 0
504configure:5377: test -z
505             || test ! -s conftest.err
506configure:5380: $? = 0
507configure:5383: test -s conftest.o
508configure:5386: $? = 0
509configure:5397: result: yes
510configure:5409: checking whether printf() supports POSIX/XSI format strings
511configure:5459: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
512configure:5462: $? = 0
513configure:5464: ./conftest
514configure:5467: $? = 0
515configure:5482: result: yes
516configure:5496: checking for working alloca.h
517configure:5517: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
518conftest.c: In function 'main':
519conftest.c:36: warning: unused variable 'p'
520configure:5523: $? = 0
521configure:5527: test -z
522             || test ! -s conftest.err
523configure:5530: $? = 0
524configure:5533: test -s conftest
525configure:5536: $? = 0
526configure:5548: result: yes
527configure:5558: checking for alloca
528configure:5599: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
529conftest.c: In function 'main':
530conftest.c:57: warning: unused variable 'p'
531configure:5605: $? = 0
532configure:5609: test -z
533             || test ! -s conftest.err
534configure:5612: $? = 0
535configure:5615: test -s conftest
536configure:5618: $? = 0
537configure:5630: result: yes
538configure:5859: checking for stdlib.h
539configure:5864: result: yes
540configure:5859: checking for unistd.h
541configure:5864: result: yes
542configure:6008: checking for getpagesize
543configure:6065: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
544configure:6071: $? = 0
545configure:6075: test -z
546             || test ! -s conftest.err
547configure:6078: $? = 0
548configure:6081: test -s conftest
549configure:6084: $? = 0
550configure:6096: result: yes
551configure:6106: checking for working mmap
552configure:6248: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
553configure:6251: $? = 0
554configure:6253: ./conftest
555configure:6256: $? = 0
556configure:6270: result: yes
557configure:6282: checking whether we are using the GNU C Library 2.1 or newer
558configure:6313: result: yes
559configure:6321: checking whether integer division by zero raises SIGFPE
560configure:6383: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
561configure:6386: $? = 0
562configure:6388: ./conftest
563configure:6391: $? = 0
564configure:6406: result: yes
565configure:6419: checking for unsigned long long
566configure:6441: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
567configure:6447: $? = 0
568configure:6451: test -z
569             || test ! -s conftest.err
570configure:6454: $? = 0
571configure:6457: test -s conftest
572configure:6460: $? = 0
573configure:6472: result: yes
574configure:6504: checking for inttypes.h
575configure:6527: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
576configure:6533: $? = 0
577configure:6537: test -z
578             || test ! -s conftest.err
579configure:6540: $? = 0
580configure:6543: test -s conftest.o
581configure:6546: $? = 0
582configure:6558: result: yes
583configure:6571: checking whether the inttypes.h PRIxNN macros are broken
584configure:6597: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
585configure:6603: $? = 0
586configure:6607: test -z
587             || test ! -s conftest.err
588configure:6610: $? = 0
589configure:6613: test -s conftest.o
590configure:6616: $? = 0
591configure:6628: result: no
592configure:6645: checking for stdint.h
593configure:6650: result: yes
594configure:6790: checking for SIZE_MAX
595configure:7859: result: yes
596configure:7877: checking for stdint.h
597configure:7882: result: yes
598configure:8024: checking for CFPreferencesCopyAppValue
599configure:8049: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  -I/System/Library/Frameworks/CoreFoundation.framework/Headers  conftest.c  -framework CoreFoundation >&5
600gcc: CoreFoundation: No such file or directory
601cc1: error: unrecognized command line option "-framework"
602configure:8055: $? = 1
603configure: failed program was:
604| /* confdefs.h.  */
605|
606| #define PACKAGE_NAME "ePDFView"
607| #define PACKAGE_TARNAME "epdfview"
608| #define PACKAGE_VERSION "0.1.5"
609| #define PACKAGE_STRING "ePDFView 0.1.5"
610| #define PACKAGE_BUGREPORT "jordi@emma-soft.com"
611| #define PACKAGE "epdfview"
612| #define VERSION "0.1.5"
613| #ifdef __cplusplus
614| extern "C" void std::exit (int) throw (); using std::exit;
615| #endif
616| #define STDC_HEADERS 1
617| #define HAVE_SYS_TYPES_H 1
618| #define HAVE_SYS_STAT_H 1
619| #define HAVE_STDLIB_H 1
620| #define HAVE_STRING_H 1
621| #define HAVE_MEMORY_H 1
622| #define HAVE_STRINGS_H 1
623| #define HAVE_INTTYPES_H 1
624| #define HAVE_STDINT_H 1
625| #define HAVE_UNISTD_H 1
626| #define HAVE_LONG_LONG 1
627| #define HAVE_LONG_DOUBLE 1
628| #define HAVE_WCHAR_T 1
629| #define HAVE_WINT_T 1
630| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
631| #define HAVE_STDINT_H_WITH_UINTMAX 1
632| #define HAVE_INTMAX_T 1
633| #define HAVE_POSIX_PRINTF 1
634| #define HAVE_ALLOCA_H 1
635| #define HAVE_ALLOCA 1
636| #define HAVE_STDLIB_H 1
637| #define HAVE_UNISTD_H 1
638| #define HAVE_GETPAGESIZE 1
639| #define HAVE_MMAP 1
640| #define INTDIV0_RAISES_SIGFPE 1
641| #define HAVE_UNSIGNED_LONG_LONG 1
642| #define HAVE_UINTMAX_T 1
643| #define HAVE_INTTYPES_H 1
644| #define HAVE_STDINT_H 1
645| #define HAVE_STDINT_H 1
646| /* end confdefs.h.  */
647| #include <CFPreferences.h>
648| int
649| main ()
650| {
651| CFPreferencesCopyAppValue(NULL, NULL)
652|   ;
653|   return 0;
654| }
655configure:8082: result: no
656configure:8091: checking for CFLocaleCopyCurrent
657configure:8116: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  -I/System/Library/Frameworks/CoreFoundation.framework/Headers  conftest.c  -framework CoreFoundation >&5
658gcc: CoreFoundation: No such file or directory
659cc1: error: unrecognized command line option "-framework"
660configure:8122: $? = 1
661configure: failed program was:
662| /* confdefs.h.  */
663|
664| #define PACKAGE_NAME "ePDFView"
665| #define PACKAGE_TARNAME "epdfview"
666| #define PACKAGE_VERSION "0.1.5"
667| #define PACKAGE_STRING "ePDFView 0.1.5"
668| #define PACKAGE_BUGREPORT "jordi@emma-soft.com"
669| #define PACKAGE "epdfview"
670| #define VERSION "0.1.5"
671| #ifdef __cplusplus
672| extern "C" void std::exit (int) throw (); using std::exit;
673| #endif
674| #define STDC_HEADERS 1
675| #define HAVE_SYS_TYPES_H 1
676| #define HAVE_SYS_STAT_H 1
677| #define HAVE_STDLIB_H 1
678| #define HAVE_STRING_H 1
679| #define HAVE_MEMORY_H 1
680| #define HAVE_STRINGS_H 1
681| #define HAVE_INTTYPES_H 1
682| #define HAVE_STDINT_H 1
683| #define HAVE_UNISTD_H 1
684| #define HAVE_LONG_LONG 1
685| #define HAVE_LONG_DOUBLE 1
686| #define HAVE_WCHAR_T 1
687| #define HAVE_WINT_T 1
688| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
689| #define HAVE_STDINT_H_WITH_UINTMAX 1
690| #define HAVE_INTMAX_T 1
691| #define HAVE_POSIX_PRINTF 1
692| #define HAVE_ALLOCA_H 1
693| #define HAVE_ALLOCA 1
694| #define HAVE_STDLIB_H 1
695| #define HAVE_UNISTD_H 1
696| #define HAVE_GETPAGESIZE 1
697| #define HAVE_MMAP 1
698| #define INTDIV0_RAISES_SIGFPE 1
699| #define HAVE_UNSIGNED_LONG_LONG 1
700| #define HAVE_UINTMAX_T 1
701| #define HAVE_INTTYPES_H 1
702| #define HAVE_STDINT_H 1
703| #define HAVE_STDINT_H 1
704| /* end confdefs.h.  */
705| #include <CFLocale.h>
706| int
707| main ()
708| {
709| CFLocaleCopyCurrent();
710|   ;
711|   return 0;
712| }
713configure:8149: result: no
714configure:8204: checking for ld used by GCC
715configure:8268: result: /usr/bin/ld
716configure:8277: checking if the linker (/usr/bin/ld) is GNU ld
717configure:8290: result: yes
718configure:8297: checking for shared library run path origin
719configure:8310: result: done
720configure:8716: checking for ptrdiff_t
721configure:8740: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
722configure:8746: $? = 0
723configure:8750: test -z
724             || test ! -s conftest.err
725configure:8753: $? = 0
726configure:8756: test -s conftest.o
727configure:8759: $? = 0
728configure:8770: result: yes
729configure:8807: checking argz.h usability
730configure:8819: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
731configure:8825: $? = 0
732configure:8829: test -z
733             || test ! -s conftest.err
734configure:8832: $? = 0
735configure:8835: test -s conftest.o
736configure:8838: $? = 0
737configure:8848: result: yes
738configure:8852: checking argz.h presence
739configure:8862: gcc -E  conftest.c
740configure:8868: $? = 0
741configure:8888: result: yes
742configure:8923: checking for argz.h
743configure:8930: result: yes
744configure:8807: checking limits.h usability
745configure:8819: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
746configure:8825: $? = 0
747configure:8829: test -z
748             || test ! -s conftest.err
749configure:8832: $? = 0
750configure:8835: test -s conftest.o
751configure:8838: $? = 0
752configure:8848: result: yes
753configure:8852: checking limits.h presence
754configure:8862: gcc -E  conftest.c
755configure:8868: $? = 0
756configure:8888: result: yes
757configure:8923: checking for limits.h
758configure:8930: result: yes
759configure:8807: checking locale.h usability
760configure:8819: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
761configure:8825: $? = 0
762configure:8829: test -z
763             || test ! -s conftest.err
764configure:8832: $? = 0
765configure:8835: test -s conftest.o
766configure:8838: $? = 0
767configure:8848: result: yes
768configure:8852: checking locale.h presence
769configure:8862: gcc -E  conftest.c
770configure:8868: $? = 0
771configure:8888: result: yes
772configure:8923: checking for locale.h
773configure:8930: result: yes
774configure:8807: checking nl_types.h usability
775configure:8819: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
776configure:8825: $? = 0
777configure:8829: test -z
778             || test ! -s conftest.err
779configure:8832: $? = 0
780configure:8835: test -s conftest.o
781configure:8838: $? = 0
782configure:8848: result: yes
783configure:8852: checking nl_types.h presence
784configure:8862: gcc -E  conftest.c
785configure:8868: $? = 0
786configure:8888: result: yes
787configure:8923: checking for nl_types.h
788configure:8930: result: yes
789configure:8807: checking malloc.h usability
790configure:8819: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
791configure:8825: $? = 0
792configure:8829: test -z
793             || test ! -s conftest.err
794configure:8832: $? = 0
795configure:8835: test -s conftest.o
796configure:8838: $? = 0
797configure:8848: result: yes
798configure:8852: checking malloc.h presence
799configure:8862: gcc -E  conftest.c
800configure:8868: $? = 0
801configure:8888: result: yes
802configure:8923: checking for malloc.h
803configure:8930: result: yes
804configure:8807: checking stddef.h usability
805configure:8819: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
806configure:8825: $? = 0
807configure:8829: test -z
808             || test ! -s conftest.err
809configure:8832: $? = 0
810configure:8835: test -s conftest.o
811configure:8838: $? = 0
812configure:8848: result: yes
813configure:8852: checking stddef.h presence
814configure:8862: gcc -E  conftest.c
815configure:8868: $? = 0
816configure:8888: result: yes
817configure:8923: checking for stddef.h
818configure:8930: result: yes
819configure:8798: checking for stdlib.h
820configure:8803: result: yes
821configure:8798: checking for string.h
822configure:8803: result: yes
823configure:8798: checking for unistd.h
824configure:8803: result: yes
825configure:8807: checking sys/param.h usability
826configure:8819: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
827configure:8825: $? = 0
828configure:8829: test -z
829             || test ! -s conftest.err
830configure:8832: $? = 0
831configure:8835: test -s conftest.o
832configure:8838: $? = 0
833configure:8848: result: yes
834configure:8852: checking sys/param.h presence
835configure:8862: gcc -E  conftest.c
836configure:8868: $? = 0
837configure:8888: result: yes
838configure:8923: checking for sys/param.h
839configure:8930: result: yes
840configure:8972: checking for asprintf
841configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
842configure:9035: $? = 0
843configure:9039: test -z
844             || test ! -s conftest.err
845configure:9042: $? = 0
846configure:9045: test -s conftest
847configure:9048: $? = 0
848configure:9060: result: yes
849configure:8972: checking for fwprintf
850configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
851configure:9035: $? = 0
852configure:9039: test -z
853             || test ! -s conftest.err
854configure:9042: $? = 0
855configure:9045: test -s conftest
856configure:9048: $? = 0
857configure:9060: result: yes
858configure:8972: checking for getcwd
859configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
860configure:9035: $? = 0
861configure:9039: test -z
862             || test ! -s conftest.err
863configure:9042: $? = 0
864configure:9045: test -s conftest
865configure:9048: $? = 0
866configure:9060: result: yes
867configure:8972: checking for getegid
868configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
869configure:9035: $? = 0
870configure:9039: test -z
871             || test ! -s conftest.err
872configure:9042: $? = 0
873configure:9045: test -s conftest
874configure:9048: $? = 0
875configure:9060: result: yes
876configure:8972: checking for geteuid
877configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
878configure:9035: $? = 0
879configure:9039: test -z
880             || test ! -s conftest.err
881configure:9042: $? = 0
882configure:9045: test -s conftest
883configure:9048: $? = 0
884configure:9060: result: yes
885configure:8972: checking for getgid
886configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
887configure:9035: $? = 0
888configure:9039: test -z
889             || test ! -s conftest.err
890configure:9042: $? = 0
891configure:9045: test -s conftest
892configure:9048: $? = 0
893configure:9060: result: yes
894configure:8972: checking for getuid
895configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
896configure:9035: $? = 0
897configure:9039: test -z
898             || test ! -s conftest.err
899configure:9042: $? = 0
900configure:9045: test -s conftest
901configure:9048: $? = 0
902configure:9060: result: yes
903configure:8972: checking for mempcpy
904configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
905conftest.c:85: warning: conflicting types for built-in function 'mempcpy'
906configure:9035: $? = 0
907configure:9039: test -z
908             || test ! -s conftest.err
909configure:9042: $? = 0
910configure:9045: test -s conftest
911configure:9048: $? = 0
912configure:9060: result: yes
913configure:8972: checking for munmap
914configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
915configure:9035: $? = 0
916configure:9039: test -z
917             || test ! -s conftest.err
918configure:9042: $? = 0
919configure:9045: test -s conftest
920configure:9048: $? = 0
921configure:9060: result: yes
922configure:8972: checking for putenv
923configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
924configure:9035: $? = 0
925configure:9039: test -z
926             || test ! -s conftest.err
927configure:9042: $? = 0
928configure:9045: test -s conftest
929configure:9048: $? = 0
930configure:9060: result: yes
931configure:8972: checking for setenv
932configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
933configure:9035: $? = 0
934configure:9039: test -z
935             || test ! -s conftest.err
936configure:9042: $? = 0
937configure:9045: test -s conftest
938configure:9048: $? = 0
939configure:9060: result: yes
940configure:8972: checking for setlocale
941configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
942configure:9035: $? = 0
943configure:9039: test -z
944             || test ! -s conftest.err
945configure:9042: $? = 0
946configure:9045: test -s conftest
947configure:9048: $? = 0
948configure:9060: result: yes
949configure:8972: checking for snprintf
950configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
951conftest.c:90: warning: conflicting types for built-in function 'snprintf'
952configure:9035: $? = 0
953configure:9039: test -z
954             || test ! -s conftest.err
955configure:9042: $? = 0
956configure:9045: test -s conftest
957configure:9048: $? = 0
958configure:9060: result: yes
959configure:8972: checking for stpcpy
960configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
961conftest.c:91: warning: conflicting types for built-in function 'stpcpy'
962configure:9035: $? = 0
963configure:9039: test -z
964             || test ! -s conftest.err
965configure:9042: $? = 0
966configure:9045: test -s conftest
967configure:9048: $? = 0
968configure:9060: result: yes
969configure:8972: checking for strcasecmp
970configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
971conftest.c:92: warning: conflicting types for built-in function 'strcasecmp'
972configure:9035: $? = 0
973configure:9039: test -z
974             || test ! -s conftest.err
975configure:9042: $? = 0
976configure:9045: test -s conftest
977configure:9048: $? = 0
978configure:9060: result: yes
979configure:8972: checking for strdup
980configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
981conftest.c:93: warning: conflicting types for built-in function 'strdup'
982configure:9035: $? = 0
983configure:9039: test -z
984             || test ! -s conftest.err
985configure:9042: $? = 0
986configure:9045: test -s conftest
987configure:9048: $? = 0
988configure:9060: result: yes
989configure:8972: checking for strtoul
990configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
991configure:9035: $? = 0
992configure:9039: test -z
993             || test ! -s conftest.err
994configure:9042: $? = 0
995configure:9045: test -s conftest
996configure:9048: $? = 0
997configure:9060: result: yes
998configure:8972: checking for tsearch
999configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
1000configure:9035: $? = 0
1001configure:9039: test -z
1002             || test ! -s conftest.err
1003configure:9042: $? = 0
1004configure:9045: test -s conftest
1005configure:9048: $? = 0
1006configure:9060: result: yes
1007configure:8972: checking for wcslen
1008configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
1009configure:9035: $? = 0
1010configure:9039: test -z
1011             || test ! -s conftest.err
1012configure:9042: $? = 0
1013configure:9045: test -s conftest
1014configure:9048: $? = 0
1015configure:9060: result: yes
1016configure:8972: checking for __argz_count
1017configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
1018configure:9035: $? = 0
1019configure:9039: test -z
1020             || test ! -s conftest.err
1021configure:9042: $? = 0
1022configure:9045: test -s conftest
1023configure:9048: $? = 0
1024configure:9060: result: yes
1025configure:8972: checking for __argz_stringify
1026configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
1027configure:9035: $? = 0
1028configure:9039: test -z
1029             || test ! -s conftest.err
1030configure:9042: $? = 0
1031configure:9045: test -s conftest
1032configure:9048: $? = 0
1033configure:9060: result: yes
1034configure:8972: checking for __argz_next
1035configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
1036configure:9035: $? = 0
1037configure:9039: test -z
1038             || test ! -s conftest.err
1039configure:9042: $? = 0
1040configure:9045: test -s conftest
1041configure:9048: $? = 0
1042configure:9060: result: yes
1043configure:8972: checking for __fsetlocking
1044configure:9029: gcc -o conftest -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT   conftest.c  >&5
1045configure:9035: $? = 0
1046configure:9039: test -z
1047             || test ! -s conftest.err
1048configure:9042: $? = 0
1049configure:9045: test -s conftest
1050configure:9048: $? = 0
1051configure:9060: result: yes
1052configure:9072: checking whether _snprintf is declared
1053configure:9097: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
1054conftest.c: In function 'main':
1055conftest.c:83: error: '_snprintf' undeclared (first use in this function)
1056conftest.c:83: error: (Each undeclared identifier is reported only once
1057conftest.c:83: error: for each function it appears in.)
1058conftest.c:83: warning: unused variable 'p'
1059configure:9103: $? = 1
1060configure: failed program was:
1061| /* confdefs.h.  */
1062|
1063| #define PACKAGE_NAME "ePDFView"
1064| #define PACKAGE_TARNAME "epdfview"
1065| #define PACKAGE_VERSION "0.1.5"
1066| #define PACKAGE_STRING "ePDFView 0.1.5"
1067| #define PACKAGE_BUGREPORT "jordi@emma-soft.com"
1068| #define PACKAGE "epdfview"
1069| #define VERSION "0.1.5"
1070| #ifdef __cplusplus
1071| extern "C" void std::exit (int) throw (); using std::exit;
1072| #endif
1073| #define STDC_HEADERS 1
1074| #define HAVE_SYS_TYPES_H 1
1075| #define HAVE_SYS_STAT_H 1
1076| #define HAVE_STDLIB_H 1
1077| #define HAVE_STRING_H 1
1078| #define HAVE_MEMORY_H 1
1079| #define HAVE_STRINGS_H 1
1080| #define HAVE_INTTYPES_H 1
1081| #define HAVE_STDINT_H 1
1082| #define HAVE_UNISTD_H 1
1083| #define HAVE_LONG_LONG 1
1084| #define HAVE_LONG_DOUBLE 1
1085| #define HAVE_WCHAR_T 1
1086| #define HAVE_WINT_T 1
1087| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
1088| #define HAVE_STDINT_H_WITH_UINTMAX 1
1089| #define HAVE_INTMAX_T 1
1090| #define HAVE_POSIX_PRINTF 1
1091| #define HAVE_ALLOCA_H 1
1092| #define HAVE_ALLOCA 1
1093| #define HAVE_STDLIB_H 1
1094| #define HAVE_UNISTD_H 1
1095| #define HAVE_GETPAGESIZE 1
1096| #define HAVE_MMAP 1
1097| #define INTDIV0_RAISES_SIGFPE 1
1098| #define HAVE_UNSIGNED_LONG_LONG 1
1099| #define HAVE_UINTMAX_T 1
1100| #define HAVE_INTTYPES_H 1
1101| #define HAVE_STDINT_H 1
1102| #define HAVE_STDINT_H 1
1103| #define HAVE_ARGZ_H 1
1104| #define HAVE_LIMITS_H 1
1105| #define HAVE_LOCALE_H 1
1106| #define HAVE_NL_TYPES_H 1
1107| #define HAVE_MALLOC_H 1
1108| #define HAVE_STDDEF_H 1
1109| #define HAVE_STDLIB_H 1
1110| #define HAVE_STRING_H 1
1111| #define HAVE_UNISTD_H 1
1112| #define HAVE_SYS_PARAM_H 1
1113| #define HAVE_ASPRINTF 1
1114| #define HAVE_FWPRINTF 1
1115| #define HAVE_GETCWD 1
1116| #define HAVE_GETEGID 1
1117| #define HAVE_GETEUID 1
1118| #define HAVE_GETGID 1
1119| #define HAVE_GETUID 1
1120| #define HAVE_MEMPCPY 1
1121| #define HAVE_MUNMAP 1
1122| #define HAVE_PUTENV 1
1123| #define HAVE_SETENV 1
1124| #define HAVE_SETLOCALE 1
1125| #define HAVE_SNPRINTF 1
1126| #define HAVE_STPCPY 1
1127| #define HAVE_STRCASECMP 1
1128| #define HAVE_STRDUP 1
1129| #define HAVE_STRTOUL 1
1130| #define HAVE_TSEARCH 1
1131| #define HAVE_WCSLEN 1
1132| #define HAVE___ARGZ_COUNT 1
1133| #define HAVE___ARGZ_STRINGIFY 1
1134| #define HAVE___ARGZ_NEXT 1
1135| #define HAVE___FSETLOCKING 1
1136| /* end confdefs.h.  */
1137| #include <stdio.h>
1138| int
1139| main ()
1140| {
1141|
1142| #ifndef _snprintf
1143|   char *p = (char *) _snprintf;
1144| #endif
1145|
1146|   ;
1147|   return 0;
1148| }
1149configure:9127: result: no
1150configure:9141: checking whether _snwprintf is declared
1151configure:9166: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
1152conftest.c: In function 'main':
1153conftest.c:84: error: '_snwprintf' undeclared (first use in this function)
1154conftest.c:84: error: (Each undeclared identifier is reported only once
1155conftest.c:84: error: for each function it appears in.)
1156conftest.c:84: warning: unused variable 'p'
1157configure:9172: $? = 1
1158configure: failed program was:
1159| /* confdefs.h.  */
1160|
1161| #define PACKAGE_NAME "ePDFView"
1162| #define PACKAGE_TARNAME "epdfview"
1163| #define PACKAGE_VERSION "0.1.5"
1164| #define PACKAGE_STRING "ePDFView 0.1.5"
1165| #define PACKAGE_BUGREPORT "jordi@emma-soft.com"
1166| #define PACKAGE "epdfview"
1167| #define VERSION "0.1.5"
1168| #ifdef __cplusplus
1169| extern "C" void std::exit (int) throw (); using std::exit;
1170| #endif
1171| #define STDC_HEADERS 1
1172| #define HAVE_SYS_TYPES_H 1
1173| #define HAVE_SYS_STAT_H 1
1174| #define HAVE_STDLIB_H 1
1175| #define HAVE_STRING_H 1
1176| #define HAVE_MEMORY_H 1
1177| #define HAVE_STRINGS_H 1
1178| #define HAVE_INTTYPES_H 1
1179| #define HAVE_STDINT_H 1
1180| #define HAVE_UNISTD_H 1
1181| #define HAVE_LONG_LONG 1
1182| #define HAVE_LONG_DOUBLE 1
1183| #define HAVE_WCHAR_T 1
1184| #define HAVE_WINT_T 1
1185| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
1186| #define HAVE_STDINT_H_WITH_UINTMAX 1
1187| #define HAVE_INTMAX_T 1
1188| #define HAVE_POSIX_PRINTF 1
1189| #define HAVE_ALLOCA_H 1
1190| #define HAVE_ALLOCA 1
1191| #define HAVE_STDLIB_H 1
1192| #define HAVE_UNISTD_H 1
1193| #define HAVE_GETPAGESIZE 1
1194| #define HAVE_MMAP 1
1195| #define INTDIV0_RAISES_SIGFPE 1
1196| #define HAVE_UNSIGNED_LONG_LONG 1
1197| #define HAVE_UINTMAX_T 1
1198| #define HAVE_INTTYPES_H 1
1199| #define HAVE_STDINT_H 1
1200| #define HAVE_STDINT_H 1
1201| #define HAVE_ARGZ_H 1
1202| #define HAVE_LIMITS_H 1
1203| #define HAVE_LOCALE_H 1
1204| #define HAVE_NL_TYPES_H 1
1205| #define HAVE_MALLOC_H 1
1206| #define HAVE_STDDEF_H 1
1207| #define HAVE_STDLIB_H 1
1208| #define HAVE_STRING_H 1
1209| #define HAVE_UNISTD_H 1
1210| #define HAVE_SYS_PARAM_H 1
1211| #define HAVE_ASPRINTF 1
1212| #define HAVE_FWPRINTF 1
1213| #define HAVE_GETCWD 1
1214| #define HAVE_GETEGID 1
1215| #define HAVE_GETEUID 1
1216| #define HAVE_GETGID 1
1217| #define HAVE_GETUID 1
1218| #define HAVE_MEMPCPY 1
1219| #define HAVE_MUNMAP 1
1220| #define HAVE_PUTENV 1
1221| #define HAVE_SETENV 1
1222| #define HAVE_SETLOCALE 1
1223| #define HAVE_SNPRINTF 1
1224| #define HAVE_STPCPY 1
1225| #define HAVE_STRCASECMP 1
1226| #define HAVE_STRDUP 1
1227| #define HAVE_STRTOUL 1
1228| #define HAVE_TSEARCH 1
1229| #define HAVE_WCSLEN 1
1230| #define HAVE___ARGZ_COUNT 1
1231| #define HAVE___ARGZ_STRINGIFY 1
1232| #define HAVE___ARGZ_NEXT 1
1233| #define HAVE___FSETLOCKING 1
1234| #define HAVE_DECL__SNPRINTF 0
1235| /* end confdefs.h.  */
1236| #include <stdio.h>
1237| int
1238| main ()
1239| {
1240|
1241| #ifndef _snwprintf
1242|   char *p = (char *) _snwprintf;
1243| #endif
1244|
1245|   ;
1246|   return 0;
1247| }
1248configure:9196: result: no
1249configure:9211: checking whether feof_unlocked is declared
1250configure:9236: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
1251conftest.c: In function 'main':
1252conftest.c:85: warning: unused variable 'p'
1253configure:9242: $? = 0
1254configure:9246: test -z
1255             || test ! -s conftest.err
1256configure:9249: $? = 0
1257configure:9252: test -s conftest.o
1258configure:9255: $? = 0
1259configure:9266: result: yes
1260configure:9280: checking whether fgets_unlocked is declared
1261configure:9305: gcc -c -march=i686 -O2 -pipe -Wall -DNDEBUG -DG_DISABLE_ASSERT  conftest.c >&5
1262conftest.c: In function 'main':
1263conftest.c:86: error: 'fgets_unlocked' undeclared (first use in this function)
1264conftest.c:86: error: (Each undeclared identifier is reported only once
1265conftest.c:86: error: for each function it appears in.)
1266conftest.c:86: warning: unused variable 'p'
1267configure:9311: $? = 1
1268configure: failed program was:
1269| /* confdefs.h.  */
1270|
1271| #define PACKAGE_NAME "ePDFView"
1272| #define PACKAGE_TARNAME "epdfview"
1273| #define PACKAGE_VERSION "0.1.5"
1274| #define PACKAGE_STRING "ePDFView 0.1.5"
1275| #define PACKAGE_BUGREPORT "jordi@emma-soft.com"
1276| #define PACKAGE "epdfview"
1277| #define VERSION "0.1.5"
1278| #ifdef __cplusplus
1279| extern "C" void std::exit (int) throw (); using std::exit;
1280| #endif
1281| #define STDC_HEADERS 1
1282| #define HAVE_SYS_TYPES_H 1
1283| #define HAVE_SYS_STAT_H 1
1284| #define HAVE_STDLIB_H 1
1285| #define HAVE_STRING_H 1
1286| #define HAVE_MEMORY_H 1
1287| #define HAVE_STRINGS_H 1
1288| #define HAVE_INTTYPES_H 1
1289| #define HAVE_STDINT_H 1
1290| #define HAVE_UNISTD_H 1
1291| #define HAVE_LONG_LONG 1
1292| #define HAVE_LONG_DOUBLE 1
1293| #define HAVE_WCHAR_T 1
1294| #define HAVE_WINT_T 1
1295| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
1296| #define HAVE_STDINT_H_WITH_UINTMAX 1
1297| #define HAVE_INTMAX_T 1
1298| #define HAVE_POSIX_PRINTF 1
1299| #define HAVE_ALLOCA_H 1
1300| #define HAVE_ALLOCA 1
1301| #define HAVE_STDLIB_H 1
1302| #define HAVE_UNISTD_H 1
1303| #define HAVE_GETPAGESIZE 1
1304| #define HAVE_MMAP 1
1305| #define INTDIV0_RAISES_SIGFPE 1
1306| #define HAVE_UNSIGNED_LONG_LONG 1
1307| #define HAVE_UINTMAX_T 1
1308| #define HAVE_INTTYPES_H 1
1309| #define HAVE_STDINT_H 1
1310| #define HAVE_STDINT_H 1
1311| #define HAVE_ARGZ_H 1
1312| #define HAVE_LIMITS_H 1
1313| #define HAVE_LOCALE_H 1
1314| #define HAVE_NL_TYPES_H 1
1315| #define HAVE_MALLOC_H 1
1316| #define HAVE_STDDEF_H 1
1317| #define HAVE_STDLIB_H 1
1318| #define HAVE_STRING_H 1
1319| #define HAVE_UNISTD_H 1
1320| #define HAVE_SYS_PARAM_H 1
1321| #define HAVE_ASPRINTF 1
1322| #define HAVE_FWPRINTF 1
1323| #define HAVE_GETCWD 1
1324| #define HAVE_GETEGID 1
1325| #define HAVE_GETEUID 1
1326| #define HAVE_GETGID 1
1327| #define HAVE_GETUID 1
1328| #define HAVE_MEMPCPY 1
1329| #define HAVE_MUNMAP 1
1330|