Ticket #7510: config.log

File config.log, 47.7 KB (added by Martin.Buchmann@…, 18 years ago)

My config.log

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 configure, which was
5generated by GNU Autoconf 2.57.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --with-x --mandir=/opt/local/share/man --with-appdef-dir=/etc/X11/app-defaults --with-Xp-library=/opt/local/lib --with-Xp-includes=/opt/local/include --with-Xt-library=/opt/local/lib --with-Xt-includes=/opt/local/include --with-Xm-library=/opt/local/lib --with-Xm-includes=/opt/local/include --with-t1-library=/opt/local/lib --with-t1-includes=/opt/local/include --with-libpaper-library=/opt/local/lib --with-libpaper-includes=/opt/local/include --with-freetype2-library=/opt/local/lib --with-freetype2-includes=/opt/local/include/freetype2 --enable-wordlist --enable-opi
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = metallw08.timewe.uni-jena.de
14uname -m = Power Macintosh
15uname -r = 8.5.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 8.5.0: Sun Jan 22 10:38:46 PST 2006; root:xnu-792.6.61.obj~1/RELEASE_PPC
18
19/usr/bin/uname -p = powerpc
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25hostinfo               = Mach kernel version:
26         Darwin Kernel Version 8.5.0: Sun Jan 22 10:38:46 PST 2006; root:xnu-792.6.61.obj~1/RELEASE_PPC
27Kernel configured for up to 2 processors.
282 processors are physically available.
29Processor type: ppc970 (PowerPC 970)
30Processors active: 0 1
31Primary memory available: 1.25 gigabytes
32Default processor set: 67 tasks, 189 threads, 2 processors
33Load average: 1.58, Mach factor: 0.80
34/bin/machine           = unknown
35/usr/bin/oslevel       = unknown
36/bin/universe          = unknown
37
38PATH: /opt/local/bin
39PATH: /opt/local/sbin
40PATH: /bin
41PATH: /sbin
42PATH: /usr/bin
43PATH: /usr/sbin
44PATH: /usr/X11R6/bin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:1431: checking for gcc
52configure:1447: found /usr/bin/gcc
53configure:1457: result: gcc
54configure:1701: checking for C compiler version
55configure:1704: gcc --version </dev/null >&5
56powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 (Apple Computer, Inc. build 5026)
57Copyright (C) 2005 Free Software Foundation, Inc.
58This is free software; see the source for copying conditions.  There is NO
59warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
60
61configure:1707: $? = 0
62configure:1709: gcc -v </dev/null >&5
63Using built-in specs.
64Target: powerpc-apple-darwin8
65Configured with: /private/var/tmp/gcc/gcc-5026.obj~19/src/configure --disable-checking --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^+.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/gcc/darwin/4.0/c++ --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
66Thread model: posix
67gcc version 4.0.0 (Apple Computer, Inc. build 5026)
68configure:1712: $? = 0
69configure:1714: gcc -V </dev/null >&5
70gcc: argument to `-V' is missing
71configure:1717: $? = 1
72configure:1741: checking for C compiler default output
73configure:1744: gcc -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c  >&5
74configure:1747: $? = 0
75configure:1793: result: a.out
76configure:1798: checking whether the C compiler works
77configure:1804: ./a.out
78configure:1807: $? = 0
79configure:1824: result: yes
80configure:1831: checking whether we are cross compiling
81configure:1833: result: no
82configure:1836: checking for suffix of executables
83configure:1838: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c  >&5
84configure:1841: $? = 0
85configure:1866: result:
86configure:1872: checking for suffix of object files
87configure:1894: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >&5
88configure:1897: $? = 0
89configure:1919: result: o
90configure:1923: checking whether we are using the GNU C compiler
91configure:1948: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >&5
92configure:1951: $? = 0
93configure:1954: test -s conftest.o
94configure:1957: $? = 0
95configure:1970: result: yes
96configure:1976: checking whether gcc accepts -g
97configure:1998: gcc -c -g -I/usr/X11R6/include conftest.c >&5
98configure:2001: $? = 0
99configure:2004: test -s conftest.o
100configure:2007: $? = 0
101configure:2018: result: yes
102configure:2035: checking for gcc option to accept ANSI C
103configure:2096: gcc  -c -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >&5
104configure:2099: $? = 0
105configure:2102: test -s conftest.o
106configure:2105: $? = 0
107configure:2123: result: none needed
108configure:2141: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >&5
109conftest.c:2: error: parse error before 'me'
110configure:2144: $? = 1
111configure: failed program was:
112| #ifndef __cplusplus
113|   choke me
114| #endif
115configure:2254: checking for library containing strerror
116configure:2285: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c  >&5
117configure:2288: $? = 0
118configure:2291: test -s conftest
119configure:2294: $? = 0
120configure:2353: result: none required
121configure:2416: checking for g++
122configure:2432: found /usr/bin/g++
123configure:2442: result: g++
124configure:2458: checking for C++ compiler version
125configure:2461: g++ --version </dev/null >&5
126powerpc-apple-darwin8-g++-4.0.0 (GCC) 4.0.0 (Apple Computer, Inc. build 5026)
127Copyright (C) 2005 Free Software Foundation, Inc.
128This is free software; see the source for copying conditions.  There is NO
129warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
130
131configure:2464: $? = 0
132configure:2466: g++ -v </dev/null >&5
133Using built-in specs.
134Target: powerpc-apple-darwin8
135Configured with: /private/var/tmp/gcc/gcc-5026.obj~19/src/configure --disable-checking --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^+.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/gcc/darwin/4.0/c++ --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
136Thread model: posix
137gcc version 4.0.0 (Apple Computer, Inc. build 5026)
138configure:2469: $? = 0
139configure:2471: g++ -V </dev/null >&5
140g++: argument to `-V' is missing
141configure:2474: $? = 1
142configure:2477: checking whether we are using the GNU C++ compiler
143configure:2502: g++ -c -I/opt/local/include/freetype2 -I/opt/local/include -I/usr/X11R6/include conftest.cc >&5
144configure:2505: $? = 0
145configure:2508: test -s conftest.o
146configure:2511: $? = 0
147configure:2524: result: yes
148configure:2530: checking whether g++ accepts -g
149configure:2552: g++ -c -g -I/usr/X11R6/include conftest.cc >&5
150configure:2555: $? = 0
151configure:2558: test -s conftest.o
152configure:2561: $? = 0
153configure:2572: result: yes
154configure:2616: g++ -c -I/opt/local/include/freetype2 -I/opt/local/include -I/usr/X11R6/include conftest.cc >&5
155configure:2619: $? = 0
156configure:2622: test -s conftest.o
157configure:2625: $? = 0
158configure:2652: g++ -c -I/opt/local/include/freetype2 -I/opt/local/include -I/usr/X11R6/include conftest.cc >&5
159configure: In function 'int main()':
160configure:2651: error: 'exit' was not declared in this scope
161configure:2655: $? = 1
162configure: failed program was:
163| #line 2635 "configure"
164| /* confdefs.h.  */
165|
166| #define PACKAGE_NAME ""
167| #define PACKAGE_TARNAME ""
168| #define PACKAGE_VERSION ""
169| #define PACKAGE_STRING ""
170| #define PACKAGE_BUGREPORT ""
171| #define OPI_SUPPORT 1
172| #define TEXTOUT_WORD_LIST 1
173| #define APPDEFDIR "/etc/X11/app-defaults"
174| #define SYSTEM_XPDFRC "/opt/local/etc/xpdfrc"
175| /* end confdefs.h.  */
176|
177| int
178| main ()
179| {
180| exit (42);
181|   ;
182|   return 0;
183| }
184configure:2616: g++ -c -I/opt/local/include/freetype2 -I/opt/local/include -I/usr/X11R6/include conftest.cc >&5
185configure:2619: $? = 0
186configure:2622: test -s conftest.o
187configure:2625: $? = 0
188configure:2652: g++ -c -I/opt/local/include/freetype2 -I/opt/local/include -I/usr/X11R6/include conftest.cc >&5
189configure:2655: $? = 0
190configure:2658: test -s conftest.o
191configure:2661: $? = 0
192configure:2721: checking for a BSD-compatible install
193configure:2775: result: /opt/local/bin/ginstall -c
194configure:2827: checking for ranlib
195configure:2843: found /usr/bin/ranlib
196configure:2854: result: ranlib
197configure:2872: checking for OS/2 (with EMX)
198configure:2894: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >&5
199configure: In function 'main':
200configure:2897: error: '__EMX__' undeclared (first use in this function)
201configure:2897: error: (Each undeclared identifier is reported only once
202configure:2897: error: for each function it appears in.)
203configure:2897: $? = 1
204configure: failed program was:
205| #line 2877 "configure"
206| /* confdefs.h.  */
207|
208| #define PACKAGE_NAME ""
209| #define PACKAGE_TARNAME ""
210| #define PACKAGE_VERSION ""
211| #define PACKAGE_STRING ""
212| #define PACKAGE_BUGREPORT ""
213| #define OPI_SUPPORT 1
214| #define TEXTOUT_WORD_LIST 1
215| #define APPDEFDIR "/etc/X11/app-defaults"
216| #define SYSTEM_XPDFRC "/opt/local/etc/xpdfrc"
217| #ifdef __cplusplus
218| #include <stdlib.h>
219| #endif
220| /* end confdefs.h.  */
221|
222| int
223| main ()
224| {
225| __EMX__
226|   ;
227|   return 0;
228| }
229configure:2914: result: no
230configure:2922: checking for DOS (with DJGPP)
231configure:2944: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >&5
232configure: In function 'main':
233configure:2947: error: '__DJGPP__' undeclared (first use in this function)
234configure:2947: error: (Each undeclared identifier is reported only once
235configure:2947: error: for each function it appears in.)
236configure:2947: $? = 1
237configure: failed program was:
238| #line 2927 "configure"
239| /* confdefs.h.  */
240|
241| #define PACKAGE_NAME ""
242| #define PACKAGE_TARNAME ""
243| #define PACKAGE_VERSION ""
244| #define PACKAGE_STRING ""
245| #define PACKAGE_BUGREPORT ""
246| #define OPI_SUPPORT 1
247| #define TEXTOUT_WORD_LIST 1
248| #define APPDEFDIR "/etc/X11/app-defaults"
249| #define SYSTEM_XPDFRC "/opt/local/etc/xpdfrc"
250| #ifdef __cplusplus
251| #include <stdlib.h>
252| #endif
253| /* end confdefs.h.  */
254|
255| int
256| main ()
257| {
258| __DJGPP__
259|   ;
260|   return 0;
261| }
262configure:2964: result: no
263configure:2983: checking how to run the C preprocessor
264configure:3019: gcc -E -I/usr/X11R6/include conftest.c
265configure:3025: $? = 0
266configure:3057: gcc -E -I/usr/X11R6/include conftest.c
267configure:3063:28: error: ac_nonexistent.h: No such file or directory
268configure:3063: $? = 1
269configure: failed program was:
270| #line 3048 "configure"
271| /* confdefs.h.  */
272|
273| #define PACKAGE_NAME ""
274| #define PACKAGE_TARNAME ""
275| #define PACKAGE_VERSION ""
276| #define PACKAGE_STRING ""
277| #define PACKAGE_BUGREPORT ""
278| #define OPI_SUPPORT 1
279| #define TEXTOUT_WORD_LIST 1
280| #define APPDEFDIR "/etc/X11/app-defaults"
281| #define SYSTEM_XPDFRC "/opt/local/etc/xpdfrc"
282| #ifdef __cplusplus
283| #include <stdlib.h>
284| #endif
285| /* end confdefs.h.  */
286| #include <ac_nonexistent.h>
287configure:3101: result: gcc -E
288configure:3126: gcc -E -I/usr/X11R6/include conftest.c
289configure:3132: $? = 0
290configure:3164: gcc -E -I/usr/X11R6/include conftest.c
291configure:3170:28: error: ac_nonexistent.h: No such file or directory
292configure:3170: $? = 1
293configure: failed program was:
294| #line 3155 "configure"
295| /* confdefs.h.  */
296|
297| #define PACKAGE_NAME ""
298| #define PACKAGE_TARNAME ""
299| #define PACKAGE_VERSION ""
300| #define PACKAGE_STRING ""
301| #define PACKAGE_BUGREPORT ""
302| #define OPI_SUPPORT 1
303| #define TEXTOUT_WORD_LIST 1
304| #define APPDEFDIR "/etc/X11/app-defaults"
305| #define SYSTEM_XPDFRC "/opt/local/etc/xpdfrc"
306| #ifdef __cplusplus
307| #include <stdlib.h>
308| #endif
309| /* end confdefs.h.  */
310| #include <ac_nonexistent.h>
311configure:3213: checking for X
312configure:3433: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
313configure:3586: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c   -L/usr/X11R6/lib -lX11 >&5
314configure:3589: $? = 0
315configure:3592: test -s conftest
316configure:3595: $? = 0
317configure:3732: checking for gethostbyname
318configure:3782: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c  >&5
319configure:3785: $? = 0
320configure:3788: test -s conftest
321configure:3791: $? = 0
322configure:3802: result: yes
323configure:3933: checking for connect
324configure:3983: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c  >&5
325configure:3986: $? = 0
326configure:3989: test -s conftest
327configure:3992: $? = 0
328configure:4003: result: yes
329configure:4068: checking for remove
330configure:4118: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c  >&5
331configure:4121: $? = 0
332configure:4124: test -s conftest
333configure:4127: $? = 0
334configure:4138: result: yes
335configure:4203: checking for shmat
336configure:4253: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c  >&5
337configure:4256: $? = 0
338configure:4259: test -s conftest
339configure:4262: $? = 0
340configure:4273: result: yes
341configure:4347: checking for IceConnectionNumber in -lICE
342configure:4378: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz -L/usr/X11R6/lib conftest.c -lICE   >&5
343configure:4381: $? = 0
344configure:4384: test -s conftest
345configure:4387: $? = 0
346configure:4399: result: yes
347configure:4417: checking for dirent.h that defines DIR
348configure:4442: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >&5
349configure:4445: $? = 0
350configure:4448: test -s conftest.o
351configure:4451: $? = 0
352configure:4462: result: yes
353configure:4475: checking for library containing opendir
354configure:4506: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c  >&5
355configure:4509: $? = 0
356configure:4512: test -s conftest
357configure:4515: $? = 0
358configure:4574: result: none required
359configure:4699: checking for gethostbyname
360configure:4769: result: yes
361configure:4833: checking select() and fd_set in sys/select.h and sys/bsdtypes.h
362configure:4856: g++ -c -I/opt/local/include/freetype2 -I/opt/local/include -I/usr/X11R6/include conftest.cc >&5
363configure:4859: $? = 0
364configure:4862: test -s conftest.o
365configure:4865: $? = 0
366configure:4876: result: not needed
367configure:4983: checking FD_ZERO and strings.h or bstring.h
368configure:5006: g++ -c -I/opt/local/include/freetype2 -I/opt/local/include -I/usr/X11R6/include conftest.cc >&5
369configure:5009: $? = 0
370configure:5012: test -s conftest.o
371configure:5015: $? = 0
372configure:5026: result: not needed
373configure:5137: checking for rewinddir
374configure:5187: g++ -o conftest -I/opt/local/include/freetype2 -I/opt/local/include -I/usr/X11R6/include -lz conftest.cc  >&5
375configure:5190: $? = 0
376configure:5193: test -s conftest
377configure:5196: $? = 0
378configure:5207: result: yes
379configure:5288: checking for popen
380configure:5338: g++ -o conftest -I/opt/local/include/freetype2 -I/opt/local/include -I/usr/X11R6/include -lz conftest.cc  >&5
381configure:5341: $? = 0
382configure:5344: test -s conftest
383configure:5347: $? = 0
384configure:5358: result: yes
385configure:5368: checking for mkstemp
386configure:5391: g++ -o conftest -I/opt/local/include/freetype2 -I/opt/local/include -I/usr/X11R6/include -lz conftest.cc  >&5
387configure:5394: $? = 0
388configure:5397: test -s conftest
389configure:5400: $? = 0
390configure:5411: result: yes
391configure:5419: checking for mkstemps
392configure:5442: g++ -o conftest -I/opt/local/include/freetype2 -I/opt/local/include -I/usr/X11R6/include -lz conftest.cc  >&5
393configure:5445: $? = 0
394configure:5448: test -s conftest
395configure:5451: $? = 0
396configure:5462: result: yes
397configure:5471: checking whether select takes fd_set arguments
398configure:5499: g++ -c -I/opt/local/include/freetype2 -I/opt/local/include -I/usr/X11R6/include conftest.cc >&5
399configure:5502: $? = 0
400configure:5505: test -s conftest.o
401configure:5508: $? = 0
402configure:5519: result: yes
403configure:5542: checking for special C compiler options needed for large files
404configure:5622: result: no
405configure:5628: checking for _FILE_OFFSET_BITS value needed for large files
406configure:5660: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >&5
407configure:5663: $? = 0
408configure:5666: test -s conftest.o
409configure:5669: $? = 0
410configure:5725: result: no
411configure:5735: checking for _LARGE_FILES value needed for large files
412configure:5767: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >&5
413configure:5770: $? = 0
414configure:5773: test -s conftest.o
415configure:5776: $? = 0
416configure:5832: result: no
417configure:5844: checking for _LARGEFILE_SOURCE value needed for large files
418configure:5868: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >&5
419configure: In function 'main':
420configure:5875: warning: the address of 'fseeko', will always evaluate as 'true'
421configure:5871: $? = 0
422configure:5874: test -s conftest.o
423configure:5877: $? = 0
424configure:5925: result: no
425configure:5939: checking for fseeko
426configure:5961: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c  >&5
427configure: In function 'main':
428configure:5968: warning: the address of 'fseeko', will always evaluate as 'true'
429configure:5964: $? = 0
430configure:5967: test -s conftest
431configure:5970: $? = 0
432configure:5981: result: yes
433configure:5995: checking for fseek64
434configure:6045: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c  >&5
435/usr/bin/ld: warning prebinding disabled because of undefined symbols
436/usr/bin/ld: Undefined symbols:
437_fseek64
438collect2: ld returned 1 exit status
439configure:6048: $? = 1
440configure: failed program was:
441| #line 6000 "configure"
442| /* confdefs.h.  */
443|
444| #define PACKAGE_NAME ""
445| #define PACKAGE_TARNAME ""
446| #define PACKAGE_VERSION ""
447| #define PACKAGE_STRING ""
448| #define PACKAGE_BUGREPORT ""
449| #define OPI_SUPPORT 1
450| #define TEXTOUT_WORD_LIST 1
451| #define APPDEFDIR "/etc/X11/app-defaults"
452| #define SYSTEM_XPDFRC "/opt/local/etc/xpdfrc"
453| #ifdef __cplusplus
454| #include <stdlib.h>
455| #endif
456| #define HAVE_DIRENT_H 1
457| #define HAVE_REWINDDIR 1
458| #define HAVE_POPEN 1
459| #define HAVE_MKSTEMP 1
460| #define HAVE_MKSTEMPS 1
461| #define HAVE_FSEEKO 1
462| /* end confdefs.h.  */
463| /* System header to define __stub macros and hopefully few prototypes,
464|     which can conflict with char fseek64 (); below.
465|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
466|     <limits.h> exists even on freestanding compilers.  */
467| #ifdef __STDC__
468| # include <limits.h>
469| #else
470| # include <assert.h>
471| #endif
472| /* Override any gcc2 internal prototype to avoid an error.  */
473| #ifdef __cplusplus
474| extern "C"
475| {
476| #endif
477| /* We use char because int might match the return type of a gcc2
478|    builtin and then its argument prototype would still apply.  */
479| char fseek64 ();
480| /* The GNU C library defines this for functions which it implements
481|     to always fail with ENOSYS.  Some functions are actually named
482|     something starting with __ and the normal name is an alias.  */
483| #if defined (__stub_fseek64) || defined (__stub___fseek64)
484| choke me
485| #else
486| char (*f) () = fseek64;
487| #endif
488| #ifdef __cplusplus
489| }
490| #endif
491|
492| int
493| main ()
494| {
495| return f != fseek64;
496|   ;
497|   return 0;
498| }
499configure:6065: result: no
500configure:6081: checking for ftell64
501configure:6131: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c  >&5
502/usr/bin/ld: warning prebinding disabled because of undefined symbols
503/usr/bin/ld: Undefined symbols:
504_ftell64
505collect2: ld returned 1 exit status
506configure:6134: $? = 1
507configure: failed program was:
508| #line 6086 "configure"
509| /* confdefs.h.  */
510|
511| #define PACKAGE_NAME ""
512| #define PACKAGE_TARNAME ""
513| #define PACKAGE_VERSION ""
514| #define PACKAGE_STRING ""
515| #define PACKAGE_BUGREPORT ""
516| #define OPI_SUPPORT 1
517| #define TEXTOUT_WORD_LIST 1
518| #define APPDEFDIR "/etc/X11/app-defaults"
519| #define SYSTEM_XPDFRC "/opt/local/etc/xpdfrc"
520| #ifdef __cplusplus
521| #include <stdlib.h>
522| #endif
523| #define HAVE_DIRENT_H 1
524| #define HAVE_REWINDDIR 1
525| #define HAVE_POPEN 1
526| #define HAVE_MKSTEMP 1
527| #define HAVE_MKSTEMPS 1
528| #define HAVE_FSEEKO 1
529| /* end confdefs.h.  */
530| /* System header to define __stub macros and hopefully few prototypes,
531|     which can conflict with char ftell64 (); below.
532|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
533|     <limits.h> exists even on freestanding compilers.  */
534| #ifdef __STDC__
535| # include <limits.h>
536| #else
537| # include <assert.h>
538| #endif
539| /* Override any gcc2 internal prototype to avoid an error.  */
540| #ifdef __cplusplus
541| extern "C"
542| {
543| #endif
544| /* We use char because int might match the return type of a gcc2
545|    builtin and then its argument prototype would still apply.  */
546| char ftell64 ();
547| /* The GNU C library defines this for functions which it implements
548|     to always fail with ENOSYS.  Some functions are actually named
549|     something starting with __ and the normal name is an alias.  */
550| #if defined (__stub_ftell64) || defined (__stub___ftell64)
551| choke me
552| #else
553| char (*f) () = ftell64;
554| #endif
555| #ifdef __cplusplus
556| }
557| #endif
558|
559| int
560| main ()
561| {
562| return f != ftell64;
563|   ;
564|   return 0;
565| }
566configure:6151: result: no
567configure:6171: checking for egrep
568configure:6181: result: grep -E
569configure:6186: checking for ANSI C header files
570configure:6212: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >&5
571configure:6215: $? = 0
572configure:6218: test -s conftest.o
573configure:6221: $? = 0
574configure:6310: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c  >&5
575configure: In function 'main':
576configure:6319: warning: incompatible implicit declaration of built-in function 'exit'
577configure:6313: $? = 0
578configure:6315: ./conftest
579configure:6318: $? = 0
580configure:6333: result: yes
581configure:6357: checking for sys/types.h
582configure:6374: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >&5
583configure:6377: $? = 0
584configure:6380: test -s conftest.o
585configure:6383: $? = 0
586configure:6394: result: yes
587configure:6357: checking for sys/stat.h
588configure:6374: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >&5
589configure:6377: $? = 0
590configure:6380: test -s conftest.o
591configure:6383: $? = 0
592configure:6394: result: yes
593configure:6357: checking for stdlib.h
594configure:6374: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >&5
595configure:6377: $? = 0
596configure:6380: test -s conftest.o
597configure:6383: $? = 0
598configure:6394: result: yes
599configure:6357: checking for string.h
600configure:6374: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >&5
601configure:6377: $? = 0
602configure:6380: test -s conftest.o
603configure:6383: $? = 0
604configure:6394: result: yes
605configure:6357: checking for memory.h
606configure:6374: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >&5
607configure:6377: $? = 0
608configure:6380: test -s conftest.o
609configure:6383: $? = 0
610configure:6394: result: yes
611configure:6357: checking for strings.h
612configure:6374: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >&5
613configure:6377: $? = 0
614configure:6380: test -s conftest.o
615configure:6383: $? = 0
616configure:6394: result: yes
617configure:6357: checking for inttypes.h
618configure:6374: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >&5
619configure:6377: $? = 0
620configure:6380: test -s conftest.o
621configure:6383: $? = 0
622configure:6394: result: yes
623configure:6357: checking for stdint.h
624configure:6374: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >&5
625configure:6377: $? = 0
626configure:6380: test -s conftest.o
627configure:6383: $? = 0
628configure:6394: result: yes
629configure:6357: checking for unistd.h
630configure:6374: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >&5
631configure:6377: $? = 0
632configure:6380: test -s conftest.o
633configure:6383: $? = 0
634configure:6394: result: yes
635configure:6430: checking whether to use Xpm library
636configure:6437: result: maybe
637configure:6488: checking where to find the Xpm header files
638configure:6495: result:
639configure:6528: checking X11/xpm.h usability
640configure:6541: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include   -I/usr/X11R6/include conftest.c >&5
641configure:6544: $? = 0
642configure:6547: test -s conftest.o
643configure:6550: $? = 0
644configure:6560: result: yes
645configure:6564: checking X11/xpm.h presence
646configure:6575: gcc -E -I/usr/X11R6/include   -I/usr/X11R6/include conftest.c
647configure:6581: $? = 0
648configure:6600: result: yes
649configure:6636: checking for X11/xpm.h
650configure:6643: result: yes
651configure:6675: checking for XpmCreatePixmapFromData in -lXpm
652configure:6706: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c -lXpm   -I/usr/X11R6/include -lXpm  -L/usr/X11R6/lib  -lSM -lICE  -lX11  >&5
653configure:6709: $? = 0
654configure:6712: test -s conftest
655configure:6715: $? = 0
656configure:6727: result: yes
657configure:6738: result: using Xpm library
658configure:6793: checking whether to use Xext library
659configure:6800: result: maybe
660configure:6851: checking where to find the Xext header files
661configure:6858: result:
662configure:6891: checking X11/Xlib.h usability
663configure:6904: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include   -I/usr/X11R6/include conftest.c >&5
664configure:6907: $? = 0
665configure:6910: test -s conftest.o
666configure:6913: $? = 0
667configure:6923: result: yes
668configure:6927: checking X11/Xlib.h presence
669configure:6938: gcc -E -I/usr/X11R6/include   -I/usr/X11R6/include conftest.c
670configure:6944: $? = 0
671configure:6963: result: yes
672configure:6999: checking for X11/Xlib.h
673configure:7006: result: yes
674configure:7038: checking for XextAddDisplay in -lXext
675configure:7069: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c -lXext   -I/usr/X11R6/include -lXext  -L/usr/X11R6/lib  -lSM -lICE  -lX11  >&5
676configure:7072: $? = 0
677configure:7075: test -s conftest
678configure:7078: $? = 0
679configure:7090: result: yes
680configure:7101: result: using Xext library
681configure:7153: checking whether to use Xp library
682configure:7160: result: /opt/local/lib
683configure:7211: checking where to find the Xp header files
684configure:7218: result: /opt/local/include
685configure:7251: checking X11/extensions/Print.h usability
686configure:7264: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include -I/opt/local/include  -I/usr/X11R6/include conftest.c >&5
687configure:7267: $? = 0
688configure:7270: test -s conftest.o
689configure:7273: $? = 0
690configure:7283: result: yes
691configure:7287: checking X11/extensions/Print.h presence
692configure:7298: gcc -E -I/usr/X11R6/include -I/opt/local/include  -I/usr/X11R6/include conftest.c
693configure:7304: $? = 0
694configure:7323: result: yes
695configure:7359: checking for X11/extensions/Print.h
696configure:7366: result: yes
697configure:7398: checking for XpStartPage in -lXp
698configure:7429: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c -lXp -I/opt/local/include  -I/usr/X11R6/include -L/opt/local/lib -lXp  -L/usr/X11R6/lib  -lSM -lICE -lXext  -lX11  >&5
699/usr/bin/ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
700/usr/bin/ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
701/usr/bin/ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
702/usr/bin/ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
703configure:7432: $? = 0
704configure:7435: test -s conftest
705configure:7438: $? = 0
706configure:7450: result: yes
707configure:7461: result: using Xp library
708configure:7513: checking whether to use Xt library
709configure:7520: result: /opt/local/lib
710configure:7571: checking where to find the Xt header files
711configure:7578: result: /opt/local/include
712configure:7611: checking X11/Intrinsic.h usability
713configure:7624: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include -I/opt/local/include  -I/usr/X11R6/include conftest.c >&5
714configure:7627: $? = 0
715configure:7630: test -s conftest.o
716configure:7633: $? = 0
717configure:7643: result: yes
718configure:7647: checking X11/Intrinsic.h presence
719configure:7658: gcc -E -I/usr/X11R6/include -I/opt/local/include  -I/usr/X11R6/include conftest.c
720configure:7664: $? = 0
721configure:7683: result: yes
722configure:7719: checking for X11/Intrinsic.h
723configure:7726: result: yes
724configure:7758: checking for XtAppInitialize in -lXt
725configure:7789: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c -lXt -I/opt/local/include  -I/usr/X11R6/include -L/opt/local/lib -lXt  -L/usr/X11R6/lib  -lSM -lICE  -lX11  >&5
726/usr/bin/ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
727/usr/bin/ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
728/usr/bin/ld: warning prebinding not disabled because (__DATA segment (address = 0x3000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
729/usr/bin/ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x4000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
730configure:7792: $? = 0
731configure:7795: test -s conftest
732configure:7798: $? = 0
733configure:7810: result: yes
734configure:7821: result: using Xt library
735configure:7873: checking whether to use Xm library
736configure:7880: result: /opt/local/lib
737configure:7931: checking where to find the Xm header files
738configure:7938: result: /opt/local/include
739configure:7971: checking Xm/XmAll.h usability
740configure:7984: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include -I/opt/local/include  -I/usr/X11R6/include conftest.c >&5
741configure:8042:22: error: Xm/XmAll.h: No such file or directory
742configure:7987: $? = 1
743configure: failed program was:
744| #line 7973 "configure"
745| /* confdefs.h.  */
746|
747| #define PACKAGE_NAME ""
748| #define PACKAGE_TARNAME ""
749| #define PACKAGE_VERSION ""
750| #define PACKAGE_STRING ""
751| #define PACKAGE_BUGREPORT ""
752| #define OPI_SUPPORT 1
753| #define TEXTOUT_WORD_LIST 1
754| #define APPDEFDIR "/etc/X11/app-defaults"
755| #define SYSTEM_XPDFRC "/opt/local/etc/xpdfrc"
756| #ifdef __cplusplus
757| #include <stdlib.h>
758| #endif
759| #define HAVE_DIRENT_H 1
760| #define HAVE_REWINDDIR 1
761| #define HAVE_POPEN 1
762| #define HAVE_MKSTEMP 1
763| #define HAVE_MKSTEMPS 1
764| #define HAVE_FSEEKO 1
765| #define STDC_HEADERS 1
766| #define HAVE_SYS_TYPES_H 1
767| #define HAVE_SYS_STAT_H 1
768| #define HAVE_STDLIB_H 1
769| #define HAVE_STRING_H 1
770| #define HAVE_MEMORY_H 1
771| #define HAVE_STRINGS_H 1
772| #define HAVE_INTTYPES_H 1
773| #define HAVE_STDINT_H 1
774| #define HAVE_UNISTD_H 1
775| #define HAVE_X11_XPM_H 1
776| #define HAVE_X11_XLIB_H 1
777| #define HAVE_X11_EXTENSIONS_PRINT_H 1
778| #define HAVE_X11_INTRINSIC_H 1
779| /* end confdefs.h.  */
780| #include <stdio.h>
781| #if HAVE_SYS_TYPES_H
782| # include <sys/types.h>
783| #endif
784| #if HAVE_SYS_STAT_H
785| # include <sys/stat.h>
786| #endif
787| #if STDC_HEADERS
788| # include <stdlib.h>
789| # include <stddef.h>
790| #else
791| # if HAVE_STDLIB_H
792| #  include <stdlib.h>
793| # endif
794| #endif
795| #if HAVE_STRING_H
796| # if !STDC_HEADERS && HAVE_MEMORY_H
797| #  include <memory.h>
798| # endif
799| # include <string.h>
800| #endif
801| #if HAVE_STRINGS_H
802| # include <strings.h>
803| #endif
804| #if HAVE_INTTYPES_H
805| # include <inttypes.h>
806| #else
807| # if HAVE_STDINT_H
808| #  include <stdint.h>
809| # endif
810| #endif
811| #if HAVE_UNISTD_H
812| # include <unistd.h>
813| #endif
814| #include <Xm/XmAll.h>
815configure:8003: result: no
816configure:8007: checking Xm/XmAll.h presence
817configure:8018: gcc -E -I/usr/X11R6/include -I/opt/local/include  -I/usr/X11R6/include conftest.c
818configure:8044:22: error: Xm/XmAll.h: No such file or directory
819configure:8024: $? = 1
820configure: failed program was:
821| #line 8009 "configure"
822| /* confdefs.h.  */
823|
824| #define PACKAGE_NAME ""
825| #define PACKAGE_TARNAME ""
826| #define PACKAGE_VERSION ""
827| #define PACKAGE_STRING ""
828| #define PACKAGE_BUGREPORT ""
829| #define OPI_SUPPORT 1
830| #define TEXTOUT_WORD_LIST 1
831| #define APPDEFDIR "/etc/X11/app-defaults"
832| #define SYSTEM_XPDFRC "/opt/local/etc/xpdfrc"
833| #ifdef __cplusplus
834| #include <stdlib.h>
835| #endif
836| #define HAVE_DIRENT_H 1
837| #define HAVE_REWINDDIR 1
838| #define HAVE_POPEN 1
839| #define HAVE_MKSTEMP 1
840| #define HAVE_MKSTEMPS 1
841| #define HAVE_FSEEKO 1
842| #define STDC_HEADERS 1
843| #define HAVE_SYS_TYPES_H 1
844| #define HAVE_SYS_STAT_H 1
845| #define HAVE_STDLIB_H 1
846| #define HAVE_STRING_H 1
847| #define HAVE_MEMORY_H 1
848| #define HAVE_STRINGS_H 1
849| #define HAVE_INTTYPES_H 1
850| #define HAVE_STDINT_H 1
851| #define HAVE_UNISTD_H 1
852| #define HAVE_X11_XPM_H 1
853| #define HAVE_X11_XLIB_H 1
854| #define HAVE_X11_EXTENSIONS_PRINT_H 1
855| #define HAVE_X11_INTRINSIC_H 1
856| /* end confdefs.h.  */
857| #include <Xm/XmAll.h>
858configure:8043: result: no
859configure:8079: checking for Xm/XmAll.h
860configure:8086: result: no
861configure:8191: WARNING: requested Xm library not found!
862configure:8233: checking whether to use Sgm library
863configure:8240: result: maybe
864configure:8291: checking where to find the Sgm header files
865configure:8298: result:
866configure:8331: checking Sgm/HPanedW.h usability
867configure:8344: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include   -I/usr/X11R6/include conftest.c >&5
868configure:8402:25: error: Sgm/HPanedW.h: No such file or directory
869configure:8347: $? = 1
870configure: failed program was:
871| #line 8333 "configure"
872| /* confdefs.h.  */
873|
874| #define PACKAGE_NAME ""
875| #define PACKAGE_TARNAME ""
876| #define PACKAGE_VERSION ""
877| #define PACKAGE_STRING ""
878| #define PACKAGE_BUGREPORT ""
879| #define OPI_SUPPORT 1
880| #define TEXTOUT_WORD_LIST 1
881| #define APPDEFDIR "/etc/X11/app-defaults"
882| #define SYSTEM_XPDFRC "/opt/local/etc/xpdfrc"
883| #ifdef __cplusplus
884| #include <stdlib.h>
885| #endif
886| #define HAVE_DIRENT_H 1
887| #define HAVE_REWINDDIR 1
888| #define HAVE_POPEN 1
889| #define HAVE_MKSTEMP 1
890| #define HAVE_MKSTEMPS 1
891| #define HAVE_FSEEKO 1
892| #define STDC_HEADERS 1
893| #define HAVE_SYS_TYPES_H 1
894| #define HAVE_SYS_STAT_H 1
895| #define HAVE_STDLIB_H 1
896| #define HAVE_STRING_H 1
897| #define HAVE_MEMORY_H 1
898| #define HAVE_STRINGS_H 1
899| #define HAVE_INTTYPES_H 1
900| #define HAVE_STDINT_H 1
901| #define HAVE_UNISTD_H 1
902| #define HAVE_X11_XPM_H 1
903| #define HAVE_X11_XLIB_H 1
904| #define HAVE_X11_EXTENSIONS_PRINT_H 1
905| #define HAVE_X11_INTRINSIC_H 1
906| /* end confdefs.h.  */
907| #include <stdio.h>
908| #if HAVE_SYS_TYPES_H
909| # include <sys/types.h>
910| #endif
911| #if HAVE_SYS_STAT_H
912| # include <sys/stat.h>
913| #endif
914| #if STDC_HEADERS
915| # include <stdlib.h>
916| # include <stddef.h>
917| #else
918| # if HAVE_STDLIB_H
919| #  include <stdlib.h>
920| # endif
921| #endif
922| #if HAVE_STRING_H
923| # if !STDC_HEADERS && HAVE_MEMORY_H
924| #  include <memory.h>
925| # endif
926| # include <string.h>
927| #endif
928| #if HAVE_STRINGS_H
929| # include <strings.h>
930| #endif
931| #if HAVE_INTTYPES_H
932| # include <inttypes.h>
933| #else
934| # if HAVE_STDINT_H
935| #  include <stdint.h>
936| # endif
937| #endif
938| #if HAVE_UNISTD_H
939| # include <unistd.h>
940| #endif
941| #include <Sgm/HPanedW.h>
942configure:8363: result: no
943configure:8367: checking Sgm/HPanedW.h presence
944configure:8378: gcc -E -I/usr/X11R6/include   -I/usr/X11R6/include conftest.c
945configure:8404:25: error: Sgm/HPanedW.h: No such file or directory
946configure:8384: $? = 1
947configure: failed program was:
948| #line 8369 "configure"
949| /* confdefs.h.  */
950|
951| #define PACKAGE_NAME ""
952| #define PACKAGE_TARNAME ""
953| #define PACKAGE_VERSION ""
954| #define PACKAGE_STRING ""
955| #define PACKAGE_BUGREPORT ""
956| #define OPI_SUPPORT 1
957| #define TEXTOUT_WORD_LIST 1
958| #define APPDEFDIR "/etc/X11/app-defaults"
959| #define SYSTEM_XPDFRC "/opt/local/etc/xpdfrc"
960| #ifdef __cplusplus
961| #include <stdlib.h>
962| #endif
963| #define HAVE_DIRENT_H 1
964| #define HAVE_REWINDDIR 1
965| #define HAVE_POPEN 1
966| #define HAVE_MKSTEMP 1
967| #define HAVE_MKSTEMPS 1
968| #define HAVE_FSEEKO 1
969| #define STDC_HEADERS 1
970| #define HAVE_SYS_TYPES_H 1
971| #define HAVE_SYS_STAT_H 1
972| #define HAVE_STDLIB_H 1
973| #define HAVE_STRING_H 1
974| #define HAVE_MEMORY_H 1
975| #define HAVE_STRINGS_H 1
976| #define HAVE_INTTYPES_H 1
977| #define HAVE_STDINT_H 1
978| #define HAVE_UNISTD_H 1
979| #define HAVE_X11_XPM_H 1
980| #define HAVE_X11_XLIB_H 1
981| #define HAVE_X11_EXTENSIONS_PRINT_H 1
982| #define HAVE_X11_INTRINSIC_H 1
983| /* end confdefs.h.  */
984| #include <Sgm/HPanedW.h>
985configure:8403: result: no
986configure:8439: checking for Sgm/HPanedW.h
987configure:8446: result: no
988configure:8548: result: not using Sgm library
989configure:8571: checking for XtAppSetExitFlag in -lXt
990configure:8602: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c -lXt -L/opt/local/lib -lXt  -L/usr/X11R6/lib  -lSM -lICE -L/opt/local/lib -lXp -lXext  -lX11  >&5
991/usr/bin/ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
992/usr/bin/ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x3000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
993/usr/bin/ld: warning prebinding not disabled because (__DATA segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
994/usr/bin/ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x5000 size = 0x2000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
995configure:8605: $? = 0
996configure:8608: test -s conftest
997configure:8611: $? = 0
998configure:8623: result: yes
999configure:8659: checking whether to use t1 library
1000configure:8666: result: /opt/local/lib
1001configure:8717: checking where to find the t1 header files
1002configure:8724: result: /opt/local/include
1003configure:8757: checking t1lib.h usability
1004configure:8770: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include -I/opt/local/include  -I/usr/X11R6/include conftest.c >&5
1005configure:8773: $? = 0
1006configure:8776: test -s conftest.o
1007configure:8779: $? = 0
1008configure:8789: result: yes
1009configure:8793: checking t1lib.h presence
1010configure:8804: gcc -E -I/usr/X11R6/include -I/opt/local/include  -I/usr/X11R6/include conftest.c
1011configure:8810: $? = 0
1012configure:8829: result: yes
1013configure:8865: checking for t1lib.h
1014configure:8872: result: yes
1015configure:8904: checking for T1_InitLib in -lt1
1016configure:8935: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c -lt1 -I/opt/local/include  -I/usr/X11R6/include -L/opt/local/lib -lt1 -lm  >&5
1017/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libt1.5.dylib is not prebound
1018configure:8938: $? = 0
1019configure:8941: test -s conftest
1020configure:8944: $? = 0
1021configure:8956: result: yes
1022configure:8967: result: using t1 library
1023configure:9020: checking whether to use freetype2 library
1024configure:9027: result: /opt/local/lib
1025configure:9078: checking where to find the freetype2 header files
1026configure:9085: result: /opt/local/include/freetype2
1027configure:9118: checking ft2build.h usability
1028configure:9131: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include -I/opt/local/include/freetype2  conftest.c >&5
1029configure:9134: $? = 0
1030configure:9137: test -s conftest.o
1031configure:9140: $? = 0
1032configure:9150: result: yes
1033configure:9154: checking ft2build.h presence
1034configure:9165: gcc -E -I/usr/X11R6/include -I/opt/local/include/freetype2  conftest.c
1035configure:9171: $? = 0
1036configure:9190: result: yes
1037configure:9226: checking for ft2build.h
1038configure:9233: result: yes
1039configure:9265: checking for FT_Get_Name_Index in -lfreetype
1040configure:9296: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c -lfreetype -I/opt/local/include/freetype2  -L/opt/local/lib -lfreetype -lm  >&5
1041/usr/bin/ld: warning prebinding disabled because dependent library: /opt/local/lib/libfreetype.6.dylib is not prebound
1042configure:9299: $? = 0
1043configure:9302: test -s conftest
1044configure:9305: $? = 0
1045configure:9317: result: yes
1046configure:9328: result: using freetype2 library
1047configure:9387: checking whether to use libpaper library
1048configure:9394: result: /opt/local/lib
1049configure:9445: checking where to find the libpaper header files
1050configure:9452: result: /opt/local/include
1051configure:9485: checking paper.h usability
1052configure:9498: gcc -c -I/usr/X11R6/include -I/usr/X11R6/include -I/opt/local/include  conftest.c >&5
1053configure:9501: $? = 0
1054configure:9504: test -s conftest.o
1055configure:9507: $? = 0
1056configure:9517: result: yes
1057configure:9521: checking paper.h presence
1058configure:9532: gcc -E -I/usr/X11R6/include -I/opt/local/include  conftest.c
1059configure:9538: $? = 0
1060configure:9557: result: yes
1061configure:9593: checking for paper.h
1062configure:9600: result: yes
1063configure:9632: checking for paperinit in -lpaper
1064configure:9663: gcc -o conftest -I/usr/X11R6/include -I/usr/X11R6/include -lz conftest.c -lpaper -I/opt/local/include  -L/opt/local/lib -lpaper   >&5
1065/usr/bin/ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
1066/usr/bin/ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x3000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
1067/usr/bin/ld: warning prebinding not disabled because (__DATA segment (address = 0x4000 size = 0x1000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
1068/usr/bin/ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x5000 size = 0x3000) of conftest overlaps with __TEXT segment (address = 0x0 size = 0x11000) of /opt/local/lib/libz.1.dylib
1069configure:9666: $? = 0
1070configure:9669: test -s conftest
1071configure:9672: $? = 0
1072configure:9684: result: yes
1073configure:9695: result: using libpaper library
1074configure:9830: creating ./config.status
1075
1076## ---------------------- ##
1077## Running config.status. ##
1078## ---------------------- ##
1079
1080This file was extended by config.status, which was
1081generated by GNU Autoconf 2.57.  Invocation command line was
1082
1083  CONFIG_FILES    =
1084  CONFIG_HEADERS  =
1085  CONFIG_LINKS    =
1086  CONFIG_COMMANDS =
1087  $ ./config.status
1088
1089on metallw08.timewe.uni-jena.de
1090
1091config.status:652: creating Makefile
1092config.status:652: creating goo/Makefile
1093config.status:652: creating fofi/Makefile
1094config.status:652: creating splash/Makefile
1095config.status:652: creating xpdf/Makefile
1096config.status:756: creating aconf.h
1097configure:10860: WARNING: Couldn't find Motif
1098configure:10868: WARNING: -- You will be able to compile pdftops, pdftotext,
1099        pdfinfo, pdffonts, and pdfimages, but not xpdf or pdftoppm
1100
1101## ---------------- ##
1102## Cache variables. ##
1103## ---------------- ##
1104
1105ac_cv_c_compiler_gnu=yes
1106ac_cv_cxx_compiler_gnu=yes
1107ac_cv_env_CC_set=
1108ac_cv_env_CC_value=
1109ac_cv_env_CFLAGS_set=set
1110ac_cv_env_CFLAGS_value=-I/usr/X11R6/include
1111ac_cv_env_CPPFLAGS_set=set
1112ac_cv_env_CPPFLAGS_value=-I/usr/X11R6/include
1113ac_cv_env_CPP_set=
1114ac_cv_env_CPP_value=
1115ac_cv_env_CXXFLAGS_set=set
1116ac_cv_env_CXXFLAGS_value='-I/opt/local/include/freetype2 -I/opt/local/include'
1117ac_cv_env_CXX_set=
1118ac_cv_env_CXX_value=
1119ac_cv_env_LDFLAGS_set=set
1120ac_cv_env_LDFLAGS_value=-lz
1121ac_cv_env_build_alias_set=
1122ac_cv_env_build_alias_value=
1123ac_cv_env_host_alias_set=
1124ac_cv_env_host_alias_value=
1125ac_cv_env_target_alias_set=
1126ac_cv_env_target_alias_value=
1127ac_cv_exeext=
1128ac_cv_func_connect=yes
1129ac_cv_func_fseek64=no
1130ac_cv_func_fseeko=yes
1131ac_cv_func_ftell64=no
1132ac_cv_func_gethostbyname=yes
1133ac_cv_func_popen=yes
1134ac_cv_func_remove=yes
1135ac_cv_func_rewinddir=yes
1136ac_cv_func_shmat=yes
1137ac_cv_have_x='have_x=yes                ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib'
1138ac_cv_header_Sgm_HPanedW_h=no
1139ac_cv_header_X11_Intrinsic_h=yes
1140ac_cv_header_X11_Xlib_h=yes
1141ac_cv_header_X11_extensions_Print_h=yes
1142ac_cv_header_X11_xpm_h=yes
1143ac_cv_header_Xm_XmAll_h=no
1144ac_cv_header_dirent_dirent_h=yes
1145ac_cv_header_ft2build_h=yes
1146ac_cv_header_inttypes_h=yes
1147ac_cv_header_memory_h=yes
1148ac_cv_header_paper_h=yes
1149ac_cv_header_stdc=yes
1150ac_cv_header_stdint_h=yes
1151ac_cv_header_stdlib_h=yes
1152ac_cv_header_string_h=yes
1153ac_cv_header_strings_h=yes
1154ac_cv_header_sys_stat_h=yes
1155ac_cv_header_sys_types_h=yes
1156ac_cv_header_t1lib_h=yes
1157ac_cv_header_unistd_h=yes
1158ac_cv_lib_ICE_IceConnectionNumber=yes
1159ac_cv_lib_Xext_XextAddDisplay=yes
1160ac_cv_lib_Xp_XpStartPage=yes
1161ac_cv_lib_Xpm_XpmCreatePixmapFromData=yes
1162ac_cv_lib_Xt_XtAppInitialize=yes
1163ac_cv_lib_Xt_XtAppSetExitFlag=yes
1164ac_cv_lib_freetype_FT_Get_Name_Index=yes
1165ac_cv_lib_paper_paperinit=yes
1166ac_cv_lib_t1_T1_InitLib=yes
1167ac_cv_objext=o
1168ac_cv_path_install='/opt/local/bin/ginstall -c'
1169ac_cv_prog_CPP='gcc -E'
1170ac_cv_prog_ac_ct_CC=gcc
1171ac_cv_prog_ac_ct_CXX=g++
1172ac_cv_prog_ac_ct_RANLIB=ranlib
1173ac_cv_prog_cc_g=yes
1174ac_cv_prog_cc_stdc=
1175ac_cv_prog_cxx_g=yes
1176ac_cv_prog_egrep='grep -E'
1177ac_cv_search_opendir='none required'
1178ac_cv_search_strerror='none required'
1179ac_cv_sys_file_offset_bits=no
1180ac_cv_sys_large_files=no
1181ac_cv_sys_largefile_CC=no
1182ac_cv_sys_largefile_source=no
1183smr_cv_with_Sgm_includes=
1184smr_cv_with_Sgm_library=maybe
1185smr_cv_with_Xext_includes=
1186smr_cv_with_Xext_library=maybe
1187smr_cv_with_Xm_includes=/opt/local/include
1188smr_cv_with_Xm_library=/opt/local/lib
1189smr_cv_with_Xp_includes=/opt/local/include
1190smr_cv_with_Xp_library=/opt/local/lib
1191smr_cv_with_Xpm_includes=
1192smr_cv_with_Xpm_library=maybe
1193smr_cv_with_Xt_includes=/opt/local/include
1194smr_cv_with_Xt_library=/opt/local/lib
1195smr_cv_with_freetype2_includes=/opt/local/include/freetype2
1196smr_cv_with_freetype2_library=/opt/local/lib
1197smr_cv_with_libpaper_includes=/opt/local/include
1198smr_cv_with_libpaper_library=/opt/local/lib
1199smr_cv_with_t1_includes=/opt/local/include
1200smr_cv_with_t1_library=/opt/local/lib
1201xpdf_cv_func_fseek64=no
1202xpdf_cv_func_ftell64=no
1203xpdf_cv_func_mkstemp=yes
1204xpdf_cv_func_mkstemps=yes
1205xpdf_cv_func_select_arg=yes
1206xpdf_cv_sys_dos=no
1207xpdf_cv_sys_os2=no
1208
1209## ----------------- ##
1210## Output variables. ##
1211## ----------------- ##
1212
1213AR='ar rc'
1214CC='gcc'
1215CFLAGS='-I/usr/X11R6/include'
1216CPP='gcc -E'
1217CPPFLAGS='-I/usr/X11R6/include'
1218CXX='g++'
1219CXXFLAGS='-I/opt/local/include/freetype2 -I/opt/local/include'
1220DEFS='-DHAVE_CONFIG_H'
1221ECHO_C=''
1222ECHO_N='-n'
1223ECHO_T=''
1224EGREP='grep -E'
1225EXE=''
1226EXEEXT=''
1227INSTALL_DATA='${INSTALL} -m 644'
1228INSTALL_PROGRAM='${INSTALL}'
1229INSTALL_SCRIPT='${INSTALL}'
1230LDFLAGS='-lz'
1231LIBOBJS=''
1232LIBPREFIX='lib'
1233LIBS=''
1234LTLIBOBJS=''
1235OBJEXT='o'
1236PACKAGE_BUGREPORT=''
1237PACKAGE_NAME=''
1238PACKAGE_STRING=''
1239PACKAGE_TARNAME=''
1240PACKAGE_VERSION=''
1241PATH_SEPARATOR=':'
1242RANLIB='ranlib'
1243SHELL='/bin/sh'
1244Sgm_CFLAGS=''
1245Sgm_LIBS=''
1246UP_DIR=''
1247X='#'
1248XPDF_TARGET='all-no-x'
1249X_CFLAGS=' -I/usr/X11R6/include'
1250X_EXTRA_LIBS=''
1251X_LIBS=' -L/usr/X11R6/lib'
1252X_PRE_LIBS=' -lSM -lICE'
1253Xext_CFLAGS=''
1254Xext_LIBS='-lXext'
1255Xm_CFLAGS=''
1256Xm_LIBS=''
1257Xp_CFLAGS='-I/opt/local/include'
1258Xp_LIBS='-L/opt/local/lib -lXp'
1259Xpm_CFLAGS=''
1260Xpm_LIBS='-lXpm'
1261Xt_CFLAGS='-I/opt/local/include'
1262Xt_LIBS='-L/opt/local/lib -lXt'
1263ac_ct_CC='gcc'
1264ac_ct_CXX='g++'
1265ac_ct_RANLIB='ranlib'
1266bindir='${exec_prefix}/bin'
1267build_alias=''
1268datadir='${prefix}/share'
1269exec_prefix='${prefix}'
1270freetype2_CFLAGS='-I/opt/local/include/freetype2'
1271freetype2_LIBS='-L/opt/local/lib -lfreetype'
1272host_alias=''
1273includedir='${prefix}/include'
1274infodir='${prefix}/info'
1275libdir='${exec_prefix}/lib'
1276libexecdir='${exec_prefix}/libexec'
1277libpaper_CFLAGS='-I/opt/local/include'
1278libpaper_LIBS='-L/opt/local/lib -lpaper'
1279localstatedir='${prefix}/var'
1280mandir='/opt/local/share/man'
1281oldincludedir='/usr/include'
1282prefix='/opt/local'
1283program_transform_name='s,x,x,'
1284sbindir='${exec_prefix}/sbin'
1285sharedstatedir='${prefix}/com'
1286sysconfdir='${prefix}/etc'
1287t1_CFLAGS='-I/opt/local/include'
1288t1_LIBS='-L/opt/local/lib -lt1'
1289target_alias=''
1290
1291## ----------- ##
1292## confdefs.h. ##
1293## ----------- ##
1294
1295#define APPDEFDIR "/etc/X11/app-defaults"
1296#define HAVE_DIRENT_H 1
1297#define HAVE_FREETYPE_FREETYPE_H 1
1298#define HAVE_FSEEKO 1
1299#define HAVE_FT2BUILD_H 1
1300#define HAVE_INTTYPES_H 1
1301#define HAVE_MEMORY_H 1
1302#define HAVE_MKSTEMP 1
1303#define HAVE_MKSTEMPS 1
1304#define HAVE_PAPER_H 1
1305#define HAVE_POPEN 1
1306#define HAVE_REWINDDIR 1
1307#define HAVE_STDINT_H 1
1308#define HAVE_STDLIB_H 1
1309#define HAVE_STRINGS_H 1
1310#define HAVE_STRING_H 1
1311#define HAVE_SYS_STAT_H 1
1312#define HAVE_SYS_TYPES_H 1
1313#define HAVE_T1LIB_H 1
1314#define HAVE_UNISTD_H 1
1315#define HAVE_X11_EXTENSIONS_PRINT_H 1
1316#define HAVE_X11_INTRINSIC_H 1
1317#define HAVE_X11_XLIB_H 1
1318#define HAVE_X11_XPM_H 1
1319#define HAVE_XTAPPSETEXITFLAG 1
1320#define OPI_SUPPORT 1
1321#define PACKAGE_BUGREPORT ""
1322#define PACKAGE_NAME ""
1323#define PACKAGE_STRING ""
1324#define PACKAGE_TARNAME ""
1325#define PACKAGE_VERSION ""
1326#define STDC_HEADERS 1
1327#define SYSTEM_XPDFRC "/opt/local/etc/xpdfrc"
1328#define TEXTOUT_WORD_LIST 1
1329#endif
1330#ifdef __cplusplus
1331#include <stdlib.h>
1332
1333configure: exit 0