Ticket #16219: config.log

File config.log, 25.8 KB (added by cabanela@…, 16 years ago)

Config.log from failed compile of gv.

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.61. ÊInvocation command line was
6
7Ê$ ./configure --prefix=/opt/local --mandir=/opt/local/share/man --infodir=/opt/local/share/info --disable-dependency-tracking --enable-setenv-code
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Iparrizar.local
14uname -m = i386
15uname -r = 9.4.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 9.4.0: Mon Jun Ê9 19:30:53 PDT 2008; root:xnu-1228.5.20~1/RELEASE_I386
18
19/usr/bin/uname -p = i386
20/bin/uname -X ÊÊÊÊ= unknown
21
22/bin/arch ÊÊÊÊÊÊÊÊÊÊÊÊÊ= unknown
23/usr/bin/arch -k ÊÊÊÊÊÊ= unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo ÊÊÊÊÊ= Mach kernel version:
26        Darwin Kernel Version 9.4.0: Mon Jun Ê9 19:30:53 PDT 2008; root:xnu-1228.5.20~1/RELEASE_I386
27Kernel configured for up to 4 processors.
284 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 5.00 gigabytes
33Default processor set: 139 tasks, 452 threads, 4 processors
34Load average: 4.28, Mach factor: 0.97
35/bin/machine ÊÊÊÊÊÊÊÊÊÊ= unknown
36/usr/bin/oslevel ÊÊÊÊÊÊ= unknown
37/bin/universe ÊÊÊÊÊÊÊÊÊ= unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45PATH: /usr/X11R6/bin
46
47
48## ----------- ##
49## Core tests. ##
50## ----------- ##
51
52configure:1861: checking for a BSD-compatible install
53configure:1917: result: /usr/bin/install
54configure:1928: checking whether build environment is sane
55configure:1971: result: yes
56configure:1999: checking for a thread-safe mkdir -p
57configure:2038: result: /opt/local/bin/gmkdir -p
58configure:2051: checking for gawk
59configure:2067: found /opt/local/bin/gawk
60configure:2078: result: gawk
61configure:2089: checking whether make sets $(MAKE)
62configure:2110: result: yes
63configure:2301: checking whether to enable maintainer-specific portions of Makefiles
64configure:2310: result: no
65configure:2383: checking for gcc
66configure:2410: result: /usr/bin/gcc-4.0
67configure:2648: checking for C compiler version
68configure:2655: /usr/bin/gcc-4.0 --version >&5
69i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5484)
70Copyright (C) 2005 Free Software Foundation, Inc.
71This is free software; see the source for copying conditions. ÊThere is NO
72warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
73
74configure:2658: $? = 0
75configure:2665: /usr/bin/gcc-4.0 -v >&5
76Using built-in specs.
77Target: i686-apple-darwin9
78Configured with: /var/tmp/gcc/gcc-5484~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9
79Thread model: posix
80gcc version 4.0.1 (Apple Inc. build 5484)
81configure:2668: $? = 0
82configure:2675: /usr/bin/gcc-4.0 -V >&5
83gcc-4.0: argument to `-V' is missing
84configure:2678: $? = 1
85configure:2701: checking for C compiler default output file name
86configure:2728: /usr/bin/gcc-4.0 -O2 -I/opt/local/include -L/opt/local/lib conftest.c Ê>&5
87configure:2731: $? = 0
88configure:2769: result: a.out
89configure:2786: checking whether the C compiler works
90configure:2796: ./a.out
91configure:2799: $? = 0
92configure:2816: result: yes
93configure:2823: checking whether we are cross compiling
94configure:2825: result: no
95configure:2828: checking for suffix of executables
96configure:2835: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c Ê>&5
97configure:2838: $? = 0
98configure:2862: result:
99configure:2868: checking for suffix of object files
100configure:2894: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
101configure:2897: $? = 0
102configure:2920: result: o
103configure:2924: checking whether we are using the GNU C compiler
104configure:2953: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
105configure:2959: $? = 0
106configure:2976: result: yes
107configure:2981: checking whether /usr/bin/gcc-4.0 accepts -g
108configure:3011: /usr/bin/gcc-4.0 -c -g -I/opt/local/include conftest.c >&5
109configure:3017: $? = 0
110configure:3116: result: yes
111configure:3133: checking for /usr/bin/gcc-4.0 option to accept ISO C89
112configure:3207: /usr/bin/gcc-4.0 Ê-c -O2 -I/opt/local/include conftest.c >&5
113configure:3213: $? = 0
114configure:3236: result: none needed
115configure:3265: checking for style of include used by make
116configure:3293: result: GNU
117configure:3318: checking dependency style of /usr/bin/gcc-4.0
118configure:3409: result: none
119configure:3467: checking for ranlib
120configure:3483: found /usr/bin/ranlib
121configure:3494: result: ranlib
122configure:3529: checking how to run the C preprocessor
123configure:3645: result: /usr/bin/cpp-4.0
124configure:3674: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
125configure:3680: $? = 0
126configure:3711: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
127conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
128configure:3717: $? = 1
129configure: failed program was:
130| /* confdefs.h. Ê*/
131| #define PACKAGE_NAME ""
132| #define PACKAGE_TARNAME ""
133| #define PACKAGE_VERSION ""
134| #define PACKAGE_STRING ""
135| #define PACKAGE_BUGREPORT ""
136| #define PACKAGE "gv"
137| #define VERSION "3.6.5"
138| /* end confdefs.h. Ê*/
139| #include <ac_nonexistent.h>
140configure:3755: checking for grep that handles long lines and -e
141configure:3829: result: /usr/bin/grep
142configure:3834: checking for egrep
143configure:3912: result: /usr/bin/grep -E
144configure:3917: checking for ANSI C header files
145configure:3947: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
146configure:3953: $? = 0
147configure:4052: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c Ê>&5
148configure:4055: $? = 0
149configure:4061: ./conftest
150configure:4064: $? = 0
151configure:4081: result: yes
152configure:4105: checking for sys/types.h
153configure:4126: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
154configure:4132: $? = 0
155configure:4148: result: yes
156configure:4105: checking for sys/stat.h
157configure:4126: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
158configure:4132: $? = 0
159configure:4148: result: yes
160configure:4105: checking for stdlib.h
161configure:4126: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
162configure:4132: $? = 0
163configure:4148: result: yes
164configure:4105: checking for string.h
165configure:4126: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
166configure:4132: $? = 0
167configure:4148: result: yes
168configure:4105: checking for memory.h
169configure:4126: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
170configure:4132: $? = 0
171configure:4148: result: yes
172configure:4105: checking for strings.h
173configure:4126: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
174configure:4132: $? = 0
175configure:4148: result: yes
176configure:4105: checking for inttypes.h
177configure:4126: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
178configure:4132: $? = 0
179configure:4148: result: yes
180configure:4105: checking for stdint.h
181configure:4126: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
182configure:4132: $? = 0
183configure:4148: result: yes
184configure:4105: checking for unistd.h
185configure:4126: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
186configure:4132: $? = 0
187configure:4148: result: yes
188configure:4177: checking getopt.h usability
189configure:4194: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
190configure:4200: $? = 0
191configure:4214: result: yes
192configure:4218: checking getopt.h presence
193configure:4233: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
194configure:4239: $? = 0
195configure:4253: result: yes
196configure:4281: checking for getopt.h
197configure:4289: result: yes
198configure:4311: checking for getopt_long_only
199configure:4367: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c Ê>&5
200configure:4373: $? = 0
201configure:4391: result: yes
202configure:4406: checking whether optreset is declared
203configure:4436: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
204configure:4442: $? = 0
205configure:4457: result: yes
206configure:4595: checking whether getenv is declared
207configure:4624: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
208configure:4630: $? = 0
209configure:4645: result: yes
210configure:4688: checking whether the preprocessor supports include_next
211configure:4701: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
212conftest.c:1:2: warning: #include_next in primary source file
213configure:4707: $? = 0
214configure:4722: result: yes
215configure:4747: checking for unistd.h
216configure:4753: result: yes
217configure:5012: checking for sqrt in -lm
218configure:5047: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c -lm ÊÊ>&5
219conftest.c:33: warning: conflicting types for built-in function 'sqrt'
220configure:5053: $? = 0
221configure:5071: result: yes
222configure:5083: checking for yywrap in -lfl
223configure:5118: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c -lfl Ê-lm Ê>&5
224configure:5124: $? = 0
225configure:5142: result: yes
226configure:5154: checking for X
227configure:5269: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
228configure:5275: $? = 0
229configure:5324: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c -lX11 -lfl -lm Ê>&5
230ld: library not found for -lX11
231collect2: ld returned 1 exit status
232configure:5330: $? = 1
233configure: failed program was:
234| /* confdefs.h. Ê*/
235| #define PACKAGE_NAME ""
236| #define PACKAGE_TARNAME ""
237| #define PACKAGE_VERSION ""
238| #define PACKAGE_STRING ""
239| #define PACKAGE_BUGREPORT ""
240| #define PACKAGE "gv"
241| #define VERSION "3.6.5"
242| #define STDC_HEADERS 1
243| #define HAVE_SYS_TYPES_H 1
244| #define HAVE_SYS_STAT_H 1
245| #define HAVE_STDLIB_H 1
246| #define HAVE_STRING_H 1
247| #define HAVE_MEMORY_H 1
248| #define HAVE_STRINGS_H 1
249| #define HAVE_INTTYPES_H 1
250| #define HAVE_STDINT_H 1
251| #define HAVE_UNISTD_H 1
252| #define HAVE_GETOPT_H 1
253| #define HAVE_GETOPT_LONG_ONLY 1
254| #define HAVE_DECL_GETENV 1
255| #define HAVE_INCLUDE_NEXT 1
256| #define HAVE_UNISTD_H 1
257| #define __GETOPT_PREFIX rpl_
258| #define HAVE_LIBM 1
259| #define HAVE_LIBFL 1
260| /* end confdefs.h. Ê*/
261| #include <X11/Xlib.h>
262| int
263| main ()
264| {
265| XrmInitialize ()
266| ÊÊ;
267| ÊÊreturn 0;
268| }
269configure:5378: result: no
270configure:6469: checking for XOpenDisplay in -lX11
271configure:6504: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c -lX11 Ê-lfl -lm Ê>&5
272ld: library not found for -lX11
273collect2: ld returned 1 exit status
274configure:6510: $? = 1
275configure: failed program was:
276| /* confdefs.h. Ê*/
277| #define PACKAGE_NAME ""
278| #define PACKAGE_TARNAME ""
279| #define PACKAGE_VERSION ""
280| #define PACKAGE_STRING ""
281| #define PACKAGE_BUGREPORT ""
282| #define PACKAGE "gv"
283| #define VERSION "3.6.5"
284| #define STDC_HEADERS 1
285| #define HAVE_SYS_TYPES_H 1
286| #define HAVE_SYS_STAT_H 1
287| #define HAVE_STDLIB_H 1
288| #define HAVE_STRING_H 1
289| #define HAVE_MEMORY_H 1
290| #define HAVE_STRINGS_H 1
291| #define HAVE_INTTYPES_H 1
292| #define HAVE_STDINT_H 1
293| #define HAVE_UNISTD_H 1
294| #define HAVE_GETOPT_H 1
295| #define HAVE_GETOPT_LONG_ONLY 1
296| #define HAVE_DECL_GETENV 1
297| #define HAVE_INCLUDE_NEXT 1
298| #define HAVE_UNISTD_H 1
299| #define __GETOPT_PREFIX rpl_
300| #define HAVE_LIBM 1
301| #define HAVE_LIBFL 1
302| #define X_DISPLAY_MISSING 1
303| /* end confdefs.h. Ê*/
304|
305| /* Override any GCC internal prototype to avoid an error.
306| ÊÊÊUse char because int might match the return type of a GCC
307| ÊÊÊbuiltin and then its argument prototype would still apply. Ê*/
308| #ifdef __cplusplus
309| extern "C"
310| #endif
311| char XOpenDisplay ();
312| int
313| main ()
314| {
315| return XOpenDisplay ();
316| ÊÊ;
317| ÊÊreturn 0;
318| }
319configure:6528: result: no
320configure:6540: checking for main in -lICE
321configure:6569: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c -lICE Ê-lfl -lm Ê>&5
322ld: library not found for -lICE
323collect2: ld returned 1 exit status
324configure:6575: $? = 1
325configure: failed program was:
326| /* confdefs.h. Ê*/
327| #define PACKAGE_NAME ""
328| #define PACKAGE_TARNAME ""
329| #define PACKAGE_VERSION ""
330| #define PACKAGE_STRING ""
331| #define PACKAGE_BUGREPORT ""
332| #define PACKAGE "gv"
333| #define VERSION "3.6.5"
334| #define STDC_HEADERS 1
335| #define HAVE_SYS_TYPES_H 1
336| #define HAVE_SYS_STAT_H 1
337| #define HAVE_STDLIB_H 1
338| #define HAVE_STRING_H 1
339| #define HAVE_MEMORY_H 1
340| #define HAVE_STRINGS_H 1
341| #define HAVE_INTTYPES_H 1
342| #define HAVE_STDINT_H 1
343| #define HAVE_UNISTD_H 1
344| #define HAVE_GETOPT_H 1
345| #define HAVE_GETOPT_LONG_ONLY 1
346| #define HAVE_DECL_GETENV 1
347| #define HAVE_INCLUDE_NEXT 1
348| #define HAVE_UNISTD_H 1
349| #define __GETOPT_PREFIX rpl_
350| #define HAVE_LIBM 1
351| #define HAVE_LIBFL 1
352| #define X_DISPLAY_MISSING 1
353| /* end confdefs.h. Ê*/
354|
355|
356| int
357| main ()
358| {
359| return main ();
360| ÊÊ;
361| ÊÊreturn 0;
362| }
363configure:6593: result: no
364configure:6605: checking for main in -lSM
365configure:6634: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c -lSM Ê-lfl -lm Ê>&5
366ld: library not found for -lSM
367collect2: ld returned 1 exit status
368configure:6640: $? = 1
369configure: failed program was:
370| /* confdefs.h. Ê*/
371| #define PACKAGE_NAME ""
372| #define PACKAGE_TARNAME ""
373| #define PACKAGE_VERSION ""
374| #define PACKAGE_STRING ""
375| #define PACKAGE_BUGREPORT ""
376| #define PACKAGE "gv"
377| #define VERSION "3.6.5"
378| #define STDC_HEADERS 1
379| #define HAVE_SYS_TYPES_H 1
380| #define HAVE_SYS_STAT_H 1
381| #define HAVE_STDLIB_H 1
382| #define HAVE_STRING_H 1
383| #define HAVE_MEMORY_H 1
384| #define HAVE_STRINGS_H 1
385| #define HAVE_INTTYPES_H 1
386| #define HAVE_STDINT_H 1
387| #define HAVE_UNISTD_H 1
388| #define HAVE_GETOPT_H 1
389| #define HAVE_GETOPT_LONG_ONLY 1
390| #define HAVE_DECL_GETENV 1
391| #define HAVE_INCLUDE_NEXT 1
392| #define HAVE_UNISTD_H 1
393| #define __GETOPT_PREFIX rpl_
394| #define HAVE_LIBM 1
395| #define HAVE_LIBFL 1
396| #define X_DISPLAY_MISSING 1
397| /* end confdefs.h. Ê*/
398|
399|
400| int
401| main ()
402| {
403| return main ();
404| ÊÊ;
405| ÊÊreturn 0;
406| }
407configure:6658: result: no
408configure:6670: checking for main in -lXext
409configure:6699: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c -lXext Ê-lfl -lm Ê>&5
410ld: library not found for -lXext
411collect2: ld returned 1 exit status
412configure:6705: $? = 1
413configure: failed program was:
414| /* confdefs.h. Ê*/
415| #define PACKAGE_NAME ""
416| #define PACKAGE_TARNAME ""
417| #define PACKAGE_VERSION ""
418| #define PACKAGE_STRING ""
419| #define PACKAGE_BUGREPORT ""
420| #define PACKAGE "gv"
421| #define VERSION "3.6.5"
422| #define STDC_HEADERS 1
423| #define HAVE_SYS_TYPES_H 1
424| #define HAVE_SYS_STAT_H 1
425| #define HAVE_STDLIB_H 1
426| #define HAVE_STRING_H 1
427| #define HAVE_MEMORY_H 1
428| #define HAVE_STRINGS_H 1
429| #define HAVE_INTTYPES_H 1
430| #define HAVE_STDINT_H 1
431| #define HAVE_UNISTD_H 1
432| #define HAVE_GETOPT_H 1
433| #define HAVE_GETOPT_LONG_ONLY 1
434| #define HAVE_DECL_GETENV 1
435| #define HAVE_INCLUDE_NEXT 1
436| #define HAVE_UNISTD_H 1
437| #define __GETOPT_PREFIX rpl_
438| #define HAVE_LIBM 1
439| #define HAVE_LIBFL 1
440| #define X_DISPLAY_MISSING 1
441| /* end confdefs.h. Ê*/
442|
443|
444| int
445| main ()
446| {
447| return main ();
448| ÊÊ;
449| ÊÊreturn 0;
450| }
451configure:6723: result: no
452configure:6735: checking for XtOpenDisplay in -lXt
453configure:6770: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c -lXt Ê-lfl -lm Ê>&5
454ld: library not found for -lXt
455collect2: ld returned 1 exit status
456configure:6776: $? = 1
457configure: failed program was:
458| /* confdefs.h. Ê*/
459| #define PACKAGE_NAME ""
460| #define PACKAGE_TARNAME ""
461| #define PACKAGE_VERSION ""
462| #define PACKAGE_STRING ""
463| #define PACKAGE_BUGREPORT ""
464| #define PACKAGE "gv"
465| #define VERSION "3.6.5"
466| #define STDC_HEADERS 1
467| #define HAVE_SYS_TYPES_H 1
468| #define HAVE_SYS_STAT_H 1
469| #define HAVE_STDLIB_H 1
470| #define HAVE_STRING_H 1
471| #define HAVE_MEMORY_H 1
472| #define HAVE_STRINGS_H 1
473| #define HAVE_INTTYPES_H 1
474| #define HAVE_STDINT_H 1
475| #define HAVE_UNISTD_H 1
476| #define HAVE_GETOPT_H 1
477| #define HAVE_GETOPT_LONG_ONLY 1
478| #define HAVE_DECL_GETENV 1
479| #define HAVE_INCLUDE_NEXT 1
480| #define HAVE_UNISTD_H 1
481| #define __GETOPT_PREFIX rpl_
482| #define HAVE_LIBM 1
483| #define HAVE_LIBFL 1
484| #define X_DISPLAY_MISSING 1
485| /* end confdefs.h. Ê*/
486|
487| /* Override any GCC internal prototype to avoid an error.
488| ÊÊÊUse char because int might match the return type of a GCC
489| ÊÊÊbuiltin and then its argument prototype would still apply. Ê*/
490| #ifdef __cplusplus
491| extern "C"
492| #endif
493| char XtOpenDisplay ();
494| int
495| main ()
496| {
497| return XtOpenDisplay ();
498| ÊÊ;
499| ÊÊreturn 0;
500| }
501configure:6794: result: no
502configure:6806: checking for main in -lXmu
503configure:6835: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c -lXmu Ê-lfl -lm Ê>&5
504ld: library not found for -lXmu
505collect2: ld returned 1 exit status
506configure:6841: $? = 1
507configure: failed program was:
508| /* confdefs.h. Ê*/
509| #define PACKAGE_NAME ""
510| #define PACKAGE_TARNAME ""
511| #define PACKAGE_VERSION ""
512| #define PACKAGE_STRING ""
513| #define PACKAGE_BUGREPORT ""
514| #define PACKAGE "gv"
515| #define VERSION "3.6.5"
516| #define STDC_HEADERS 1
517| #define HAVE_SYS_TYPES_H 1
518| #define HAVE_SYS_STAT_H 1
519| #define HAVE_STDLIB_H 1
520| #define HAVE_STRING_H 1
521| #define HAVE_MEMORY_H 1
522| #define HAVE_STRINGS_H 1
523| #define HAVE_INTTYPES_H 1
524| #define HAVE_STDINT_H 1
525| #define HAVE_UNISTD_H 1
526| #define HAVE_GETOPT_H 1
527| #define HAVE_GETOPT_LONG_ONLY 1
528| #define HAVE_DECL_GETENV 1
529| #define HAVE_INCLUDE_NEXT 1
530| #define HAVE_UNISTD_H 1
531| #define __GETOPT_PREFIX rpl_
532| #define HAVE_LIBM 1
533| #define HAVE_LIBFL 1
534| #define X_DISPLAY_MISSING 1
535| /* end confdefs.h. Ê*/
536|
537|
538| int
539| main ()
540| {
541| return main ();
542| ÊÊ;
543| ÊÊreturn 0;
544| }
545configure:6859: result: no
546configure:6871: checking for main in -lXpm
547configure:6900: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c -lXpm Ê-lfl -lm Ê>&5
548ld: library not found for -lXpm
549collect2: ld returned 1 exit status
550configure:6906: $? = 1
551configure: failed program was:
552| /* confdefs.h. Ê*/
553| #define PACKAGE_NAME ""
554| #define PACKAGE_TARNAME ""
555| #define PACKAGE_VERSION ""
556| #define PACKAGE_STRING ""
557| #define PACKAGE_BUGREPORT ""
558| #define PACKAGE "gv"
559| #define VERSION "3.6.5"
560| #define STDC_HEADERS 1
561| #define HAVE_SYS_TYPES_H 1
562| #define HAVE_SYS_STAT_H 1
563| #define HAVE_STDLIB_H 1
564| #define HAVE_STRING_H 1
565| #define HAVE_MEMORY_H 1
566| #define HAVE_STRINGS_H 1
567| #define HAVE_INTTYPES_H 1
568| #define HAVE_STDINT_H 1
569| #define HAVE_UNISTD_H 1
570| #define HAVE_GETOPT_H 1
571| #define HAVE_GETOPT_LONG_ONLY 1
572| #define HAVE_DECL_GETENV 1
573| #define HAVE_INCLUDE_NEXT 1
574| #define HAVE_UNISTD_H 1
575| #define __GETOPT_PREFIX rpl_
576| #define HAVE_LIBM 1
577| #define HAVE_LIBFL 1
578| #define X_DISPLAY_MISSING 1
579| /* end confdefs.h. Ê*/
580|
581|
582| int
583| main ()
584| {
585| return main ();
586| ÊÊ;
587| ÊÊreturn 0;
588| }
589configure:6924: result: no
590configure:6936: checking for XawInitializeWidgetSet in -lXaw3d
591configure:6971: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c -lXaw3d Ê-lfl -lm Ê>&5
592configure:6977: $? = 0
593configure:6995: result: yes
594configure:7406: checking for inttypes.h
595configure:7411: result: yes
596configure:7848: creating ./config.status
597
598## ---------------------- ##
599## Running config.status. ##
600## ---------------------- ##
601
602This file was extended by config.status, which was
603generated by GNU Autoconf 2.61. ÊInvocation command line was
604
605ÊCONFIG_FILES ÊÊÊ=
606ÊCONFIG_HEADERS Ê=
607ÊCONFIG_LINKS ÊÊÊ=
608ÊCONFIG_COMMANDS =
609Ê$ ./config.status
610
611on Iparrizar.local
612
613config.status:695: creating Makefile
614config.status:695: creating doc/version.texi
615config.status:695: creating lib/Makefile
616config.status:695: creating src/Makefile
617config.status:695: creating doc/Makefile
618config.status:695: creating src/ac_config.h
619config.status:982: executing depfiles commands
620
621## ---------------- ##
622## Cache variables. ##
623## ---------------- ##
624
625ac_cv_c_compiler_gnu=yes
626ac_cv_env_CC_set=set
627ac_cv_env_CC_value=/usr/bin/gcc-4.0
628ac_cv_env_CFLAGS_set=set
629ac_cv_env_CFLAGS_value=-O2
630ac_cv_env_CPPFLAGS_set=set
631ac_cv_env_CPPFLAGS_value=-I/opt/local/include
632ac_cv_env_CPP_set=set
633ac_cv_env_CPP_value=/usr/bin/cpp-4.0
634ac_cv_env_LDFLAGS_set=set
635ac_cv_env_LDFLAGS_value=-L/opt/local/lib
636ac_cv_env_LIBS_set=
637ac_cv_env_LIBS_value=
638ac_cv_env_XMKMF_set=
639ac_cv_env_XMKMF_value=
640ac_cv_env_build_alias_set=
641ac_cv_env_build_alias_value=
642ac_cv_env_host_alias_set=
643ac_cv_env_host_alias_value=
644ac_cv_env_target_alias_set=
645ac_cv_env_target_alias_value=
646ac_cv_func_getopt_long_only=yes
647ac_cv_have_decl_getenv=yes
648ac_cv_have_decl_optreset=yes
649ac_cv_have_x=have_x=no
650ac_cv_header_getopt_h=yes
651ac_cv_header_inttypes_h=yes
652ac_cv_header_memory_h=yes
653ac_cv_header_stdc=yes
654ac_cv_header_stdint_h=yes
655ac_cv_header_stdlib_h=yes
656ac_cv_header_string_h=yes
657ac_cv_header_strings_h=yes
658ac_cv_header_sys_stat_h=yes
659ac_cv_header_sys_types_h=yes
660ac_cv_header_unistd_h=yes
661ac_cv_lib_ICE_main=no
662ac_cv_lib_SM_main=no
663ac_cv_lib_X11_XOpenDisplay=no
664ac_cv_lib_Xaw3d_XawInitializeWidgetSet=yes
665ac_cv_lib_Xext_main=no
666ac_cv_lib_Xmu_main=no
667ac_cv_lib_Xpm_main=no
668ac_cv_lib_Xt_XtOpenDisplay=no
669ac_cv_lib_fl_yywrap=yes
670ac_cv_lib_m_sqrt=yes
671ac_cv_objext=o
672ac_cv_path_EGREP='/usr/bin/grep -E'
673ac_cv_path_GREP=/usr/bin/grep
674ac_cv_path_mkdir=/opt/local/bin/gmkdir
675ac_cv_prog_AWK=gawk
676ac_cv_prog_CPP=/usr/bin/cpp-4.0
677ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.0
678ac_cv_prog_ac_ct_RANLIB=ranlib
679ac_cv_prog_cc_c89=
680ac_cv_prog_cc_g=yes
681ac_cv_prog_make_make_set=yes
682am_cv_CC_dependencies_compiler_type=none
683gl_cv_have_include_next=yes
684gl_cv_next_unistd_h='<unistd.h>'
685
686## ----------------- ##
687## Output variables. ##
688## ----------------- ##
689
690ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_gv/work/gv-3.6.5/missing --run aclocal-1.10'
691AMDEPBACKSLASH=''
692AMDEP_FALSE=''
693AMDEP_TRUE='#'
694AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_gv/work/gv-3.6.5/missing --run tar'
695AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_gv/work/gv-3.6.5/missing --run autoconf'
696AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_gv/work/gv-3.6.5/missing --run autoheader'
697AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_gv/work/gv-3.6.5/missing --run automake-1.10'
698AWK='gawk'
699CC='/usr/bin/gcc-4.0'
700CCDEPMODE='depmode=none'
701CFLAGS='-O2'
702CPP='/usr/bin/cpp-4.0'
703CPPFLAGS='-I/opt/local/include'
704CYGPATH_W='echo'
705DEFS='-DHAVE_CONFIG_H'
706DEPDIR='.deps'
707ECHO_C='ECHO_N=''
708ECHO_T=''
709EGREP='/usr/bin/grep -E'
710EXEEXT=''
711GETOPT_H='getopt.h'
712GL_COND_LIBTOOL_FALSE=''
713GL_COND_LIBTOOL_TRUE='#'
714GNULIB_CHOWN='0'
715GNULIB_DUP2='0'
716GNULIB_FCHDIR='0'
717GNULIB_FTRUNCATE='0'
718GNULIB_GETCWD='0'
719GNULIB_GETLOGIN_R='0'
720GNULIB_LCHOWN='0'
721GNULIB_LSEEK='0'
722GNULIB_READLINK='0'
723GNULIB_SLEEP='0'
724GREP='/usr/bin/grep'
725HAVE_DECL_GETLOGIN_R='1'
726HAVE_DUP2='1'
727HAVE_FTRUNCATE='1'
728HAVE_READLINK='1'
729HAVE_SLEEP='1'
730HAVE_UNISTD_H='1'
731INCLUDE_NEXT='include_next'
732INSTALL_DATA='${INSTALL} -m 644'
733INSTALL_PROGRAM='${INSTALL}'
734INSTALL_SCRIPT='${INSTALL}'
735INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
736LDFLAGS='-L/opt/local/lib'
737LIBGNU_LIBDEPS=''
738LIBGNU_LTLIBDEPS=''
739LIBINTL=''
740LIBOBJS=''
741LIBS='-lXaw3d -lfl -lm '
742LTLIBINTL=''
743LTLIBOBJS=''
744MAINT='#'
745MAINTAINER_MODE_FALSE=''
746MAINTAINER_MODE_TRUE='#'
747MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_gv/work/gv-3.6.5/missing --run makeinfo'
748MANUALEDITION='First'
749NEXT_UNISTD_H='<unistd.h>'
750OBJEXT='o'
751PACKAGE='gv'
752PACKAGE_BUGREPORT=''
753PACKAGE_NAME=''
754PACKAGE_STRING=''
755PACKAGE_TARNAME=''
756PACKAGE_VERSION=''
757PAPERSIZE='a4'
758PATH_SEPARATOR=':'
759PRINT_COMMAND='lpr'
760RANLIB='ranlib'
761REPLACE_CHOWN='0'
762REPLACE_FCHDIR='0'
763REPLACE_GETCWD='0'
764REPLACE_LCHOWN='0'
765REPLACE_LSEEK='0'
766SAVE_DIR='~/'
767SCRATCH_DIR='/tmp/'
768SET_MAKE=''
769SHELL='/bin/sh'
770STRIP=''
771USE_BACKING_PIXMAP='True'
772USE_MEMDEBUG_CODE_FALSE=''
773USE_MEMDEBUG_CODE_TRUE='#'
774USE_SCROLLBAR_CODE_FALSE='#'
775USE_SCROLLBAR_CODE_TRUE=''
776USE_SETENV_CODE_FALSE='#'
777USE_SETENV_CODE_TRUE=''
778VERSION='3.6.5'
779XMKMF=''
780X_CFLAGS=''
781X_EXTRA_LIBS=''
782X_LIBS=''
783X_PRE_LIBS=''
784ac_ct_CC='/usr/bin/gcc-4.0'
785am__fastdepCC_FALSE=''
786am__fastdepCC_TRUE='#'
787am__include='include'
788am__isrc=''
789am__leading_dot='.'
790am__quote=''
791am__tar='${AMTAR} chof - "$$tardir"'
792am__untar='${AMTAR} xf -'
793bindir='${exec_prefix}/bin'
794build_alias=''
795datadir='${datarootdir}'
796datarootdir='${prefix}/share'
797docdir='${datarootdir}/doc/${PACKAGE}'
798dvidir='${docdir}'
799exec_prefix='${prefix}'
800gl_LIBOBJS=' getopt.o getopt1.o'
801gl_LTLIBOBJS=' getopt.lo getopt1.lo'
802host_alias=''
803htmldir='${docdir}'
804includedir='${prefix}/include'
805infodir='/opt/local/share/info'
806install_sh='$(SHELL) /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_gv/work/gv-3.6.5/install-sh'
807libdir='${exec_prefix}/lib'
808libexecdir='${exec_prefix}/libexec'
809localedir='${datarootdir}/locale'
810localstatedir='${prefix}/var'
811mandir='/opt/local/share/man'
812mkdir_p='/opt/local/bin/gmkdir -p'
813oldincludedir='/usr/include'
814pdfdir='${docdir}'
815prefix='/opt/local'
816program_transform_name='s,x,x,'
817psdir='${docdir}'
818sbindir='${exec_prefix}/sbin'
819sharedstatedir='${prefix}/com'
820sysconfdir='${prefix}/etc'
821target_alias=''
822
823## ----------- ##
824## confdefs.h. ##
825## ----------- ##
826
827#define PACKAGE_NAME ""
828#define PACKAGE_TARNAME ""
829#define PACKAGE_VERSION ""
830#define PACKAGE_STRING ""
831#define PACKAGE_BUGREPORT ""
832#define PACKAGE "gv"
833#define VERSION "3.6.5"
834#define STDC_HEADERS 1
835#define HAVE_SYS_TYPES_H 1
836#define HAVE_SYS_STAT_H 1
837#define HAVE_STDLIB_H 1
838#define HAVE_STRING_H 1
839#define HAVE_MEMORY_H 1
840#define HAVE_STRINGS_H 1
841#define HAVE_INTTYPES_H 1
842#define HAVE_STDINT_H 1
843#define HAVE_UNISTD_H 1
844#define HAVE_GETOPT_H 1
845#define HAVE_GETOPT_LONG_ONLY 1
846#define HAVE_DECL_GETENV 1
847#define HAVE_INCLUDE_NEXT 1
848#define HAVE_UNISTD_H 1
849#define __GETOPT_PREFIX rpl_
850#define HAVE_LIBM 1
851#define HAVE_LIBFL 1
852#define X_DISPLAY_MISSING 1
853#define HAVE_LIBXAW3D 1
854#define USER_DEFAULTS "~/.gv"
855#define USE_SIGNAL_HANDLER
856#define USE_MEMMOVE_CODE
857#define USE_FALLBACK_STYLES
858#define USE_MEMMOVE_CODE
859
860configure: exit 0