summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/ghosd/ghosd-0.0.1/config.log
blob: 65c685e81fbf077d0a5186c204a4a4b6c3566677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by ghosd configure 0.0.1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = supertower.lan
uname -m = i686
uname -r = 2.6.22-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Thu Sep 20 19:43:47 CEST 2007

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/X11R6/bin
PATH: /opt/bin
PATH: /usr/local/bin
PATH: /opt/e17/bin
PATH: /opt/kde/bin
PATH: /opt/qt/bin
PATH: /data/local/jams/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1587: checking for a BSD-compatible install
configure:1642: result: /bin/install -c
configure:1653: checking whether build environment is sane
configure:1696: result: yes
configure:1761: checking for gawk
configure:1777: found /bin/gawk
configure:1787: result: gawk
configure:1797: checking whether make sets $(MAKE)
configure:1817: result: yes
configure:1995: checking whether to enable maintainer-specific portions of Makefiles
configure:2004: result: no
configure:2066: checking for gcc
configure:2082: found /usr/bin/gcc
configure:2092: result: gcc
configure:2336: checking for C compiler version
configure:2339: gcc --version </dev/null >&5
gcc (GCC) 4.2.1
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2342: $? = 0
configure:2344: gcc -v </dev/null >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic
Thread model: posix
gcc version 4.2.1
configure:2347: $? = 0
configure:2349: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2352: $? = 1
configure:2375: checking for C compiler default output file name
configure:2378: gcc    conftest.c  >&5
configure:2381: $? = 0
configure:2427: result: a.out
configure:2432: checking whether the C compiler works
configure:2438: ./a.out
configure:2441: $? = 0
configure:2458: result: yes
configure:2465: checking whether we are cross compiling
configure:2467: result: no
configure:2470: checking for suffix of executables
configure:2472: gcc -o conftest    conftest.c  >&5
configure:2475: $? = 0
configure:2500: result: 
configure:2506: checking for suffix of object files
configure:2527: gcc -c   conftest.c >&5
configure:2530: $? = 0
configure:2552: result: o
configure:2556: checking whether we are using the GNU C compiler
configure:2580: gcc -c   conftest.c >&5
configure:2586: $? = 0
configure:2589: test -z 			 || test ! -s conftest.err
configure:2592: $? = 0
configure:2595: test -s conftest.o
configure:2598: $? = 0
configure:2611: result: yes
configure:2617: checking whether gcc accepts -g
configure:2638: gcc -c -g  conftest.c >&5
configure:2644: $? = 0
configure:2647: test -z 			 || test ! -s conftest.err
configure:2650: $? = 0
configure:2653: test -s conftest.o
configure:2656: $? = 0
configure:2667: result: yes
configure:2684: checking for gcc option to accept ANSI C
configure:2754: gcc  -c -g -O2  conftest.c >&5
configure:2760: $? = 0
configure:2763: test -z 			 || test ! -s conftest.err
configure:2766: $? = 0
configure:2769: test -s conftest.o
configure:2772: $? = 0
configure:2790: result: none needed
configure:2808: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:2814: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2955: checking for style of include used by make
configure:2983: result: GNU
configure:3011: checking dependency style of gcc
configure:3101: result: gcc3
configure:3196: checking build system type
configure:3214: result: i686-pc-linux-gnu
configure:3222: checking host system type
configure:3236: result: i686-pc-linux-gnu
configure:3244: checking for a sed that does not truncate output
configure:3298: result: /bin/sed
configure:3301: checking for egrep
configure:3311: result: grep -E
configure:3327: checking for ld used by gcc
configure:3394: result: /usr/bin/ld
configure:3403: checking if the linker (/usr/bin/ld) is GNU ld
configure:3418: result: yes
configure:3423: checking for /usr/bin/ld option to reload object files
configure:3430: result: -r
configure:3439: checking for BSD-compatible nm
configure:3481: result: /usr/bin/nm -B
configure:3485: checking whether ln -s works
configure:3489: result: yes
configure:3496: checking how to recognise dependent libraries
configure:3670: result: pass_all
configure:3883: checking how to run the C preprocessor
configure:3918: gcc -E  conftest.c
configure:3924: $? = 0
configure:3956: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3962: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "ghosd"
| #define PACKAGE_TARNAME "ghosd"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "ghosd 0.0.1"
| #define PACKAGE_BUGREPORT "martine@danga.com"
| #define PACKAGE "ghosd"
| #define VERSION "0.0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4001: result: gcc -E
configure:4025: gcc -E  conftest.c
configure:4031: $? = 0
configure:4063: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4069: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "ghosd"
| #define PACKAGE_TARNAME "ghosd"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "ghosd 0.0.1"
| #define PACKAGE_BUGREPORT "martine@danga.com"
| #define PACKAGE "ghosd"
| #define VERSION "0.0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4113: checking for ANSI C header files
configure:4138: gcc -c -g -O2  conftest.c >&5
configure:4144: $? = 0
configure:4147: test -z 			 || test ! -s conftest.err
configure:4150: $? = 0
configure:4153: test -s conftest.o
configure:4156: $? = 0
configure:4245: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit'
configure:4248: $? = 0
configure:4250: ./conftest
configure:4253: $? = 0
configure:4268: result: yes
configure:4292: checking for sys/types.h
configure:4308: gcc -c -g -O2  conftest.c >&5
configure:4314: $? = 0
configure:4317: test -z 			 || test ! -s conftest.err
configure:4320: $? = 0
configure:4323: test -s conftest.o
configure:4326: $? = 0
configure:4337: result: yes
configure:4292: checking for sys/stat.h
configure:4308: gcc -c -g -O2  conftest.c >&5
configure:4314: $? = 0
configure:4317: test -z 			 || test ! -s conftest.err
configure:4320: $? = 0
configure:4323: test -s conftest.o
configure:4326: $? = 0
configure:4337: result: yes
configure:4292: checking for stdlib.h
configure:4308: gcc -c -g -O2  conftest.c >&5
configure:4314: $? = 0
configure:4317: test -z 			 || test ! -s conftest.err
configure:4320: $? = 0
configure:4323: test -s conftest.o
configure:4326: $? = 0
configure:4337: result: yes
configure:4292: checking for string.h
configure:4308: gcc -c -g -O2  conftest.c >&5
configure:4314: $? = 0
configure:4317: test -z 			 || test ! -s conftest.err
configure:4320: $? = 0
configure:4323: test -s conftest.o
configure:4326: $? = 0
configure:4337: result: yes
configure:4292: checking for memory.h
configure:4308: gcc -c -g -O2  conftest.c >&5
configure:4314: $? = 0
configure:4317: test -z 			 || test ! -s conftest.err
configure:4320: $? = 0
configure:4323: test -s conftest.o
configure:4326: $? = 0
configure:4337: result: yes
configure:4292: checking for strings.h
configure:4308: gcc -c -g -O2  conftest.c >&5
configure:4314: $? = 0
configure:4317: test -z 			 || test ! -s conftest.err
configure:4320: $? = 0
configure:4323: test -s conftest.o
configure:4326: $? = 0
configure:4337: result: yes
configure:4292: checking for inttypes.h
configure:4308: gcc -c -g -O2  conftest.c >&5
configure:4314: $? = 0
configure:4317: test -z 			 || test ! -s conftest.err
configure:4320: $? = 0
configure:4323: test -s conftest.o
configure:4326: $? = 0
configure:4337: result: yes
configure:4292: checking for stdint.h
configure:4308: gcc -c -g -O2  conftest.c >&5
configure:4314: $? = 0
configure:4317: test -z 			 || test ! -s conftest.err
configure:4320: $? = 0
configure:4323: test -s conftest.o
configure:4326: $? = 0
configure:4337: result: yes
configure:4292: checking for unistd.h
configure:4308: gcc -c -g -O2  conftest.c >&5
configure:4314: $? = 0
configure:4317: test -z 			 || test ! -s conftest.err
configure:4320: $? = 0
configure:4323: test -s conftest.o
configure:4326: $? = 0
configure:4337: result: yes
configure:4363: checking dlfcn.h usability
configure:4375: gcc -c -g -O2  conftest.c >&5
configure:4381: $? = 0
configure:4384: test -z 			 || test ! -s conftest.err
configure:4387: $? = 0
configure:4390: test -s conftest.o
configure:4393: $? = 0
configure:4403: result: yes
configure:4407: checking dlfcn.h presence
configure:4417: gcc -E  conftest.c
configure:4423: $? = 0
configure:4443: result: yes
configure:4478: checking for dlfcn.h
configure:4485: result: yes
configure:4550: checking for g++
configure:4566: found /usr/bin/g++
configure:4576: result: g++
configure:4592: checking for C++ compiler version
configure:4595: g++ --version </dev/null >&5
g++ (GCC) 4.2.1
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4598: $? = 0
configure:4600: g++ -v </dev/null >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic
Thread model: posix
gcc version 4.2.1
configure:4603: $? = 0
configure:4605: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:4608: $? = 1
configure:4611: checking whether we are using the GNU C++ compiler
configure:4635: g++ -c   conftest.cc >&5
configure:4641: $? = 0
configure:4644: test -z 			 || test ! -s conftest.err
configure:4647: $? = 0
configure:4650: test -s conftest.o
configure:4653: $? = 0
configure:4666: result: yes
configure:4672: checking whether g++ accepts -g
configure:4693: g++ -c -g  conftest.cc >&5
configure:4699: $? = 0
configure:4702: test -z 			 || test ! -s conftest.err
configure:4705: $? = 0
configure:4708: test -s conftest.o
configure:4711: $? = 0
configure:4722: result: yes
configure:4764: g++ -c -g -O2  conftest.cc >&5
configure:4770: $? = 0
configure:4773: test -z 			 || test ! -s conftest.err
configure:4776: $? = 0
configure:4779: test -s conftest.o
configure:4782: $? = 0
configure:4808: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:26: error: 'exit' was not declared in this scope
configure:4814: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "ghosd"
| #define PACKAGE_TARNAME "ghosd"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "ghosd 0.0.1"
| #define PACKAGE_BUGREPORT "martine@danga.com"
| #define PACKAGE "ghosd"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4764: g++ -c -g -O2  conftest.cc >&5
conftest.cc:22: error: 'void std::exit(int)' should have been declared inside 'std'
configure:4770: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "ghosd"
| #define PACKAGE_TARNAME "ghosd"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "ghosd 0.0.1"
| #define PACKAGE_BUGREPORT "martine@danga.com"
| #define PACKAGE "ghosd"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4764: g++ -c -g -O2  conftest.cc >&5
conftest.cc:22: error: 'void std::exit(int)' should have been declared inside 'std'
In file included from conftest.cc:23:
/usr/include/stdlib.h:646: error: declaration of 'void std::exit(int) throw ()' throws different exceptions
conftest.cc:22: error: from previous declaration 'void std::exit(int)'
configure:4770: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "ghosd"
| #define PACKAGE_TARNAME "ghosd"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "ghosd 0.0.1"
| #define PACKAGE_BUGREPORT "martine@danga.com"
| #define PACKAGE "ghosd"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4764: g++ -c -g -O2  conftest.cc >&5
configure:4770: $? = 0
configure:4773: test -z 			 || test ! -s conftest.err
configure:4776: $? = 0
configure:4779: test -s conftest.o
configure:4782: $? = 0
configure:4808: g++ -c -g -O2  conftest.cc >&5
configure:4814: $? = 0
configure:4817: test -z 			 || test ! -s conftest.err
configure:4820: $? = 0
configure:4823: test -s conftest.o
configure:4826: $? = 0
configure:4851: checking dependency style of g++
configure:4941: result: gcc3
configure:4963: checking how to run the C++ preprocessor
configure:4994: g++ -E  conftest.cc
configure:5000: $? = 0
configure:5032: g++ -E  conftest.cc
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
configure:5038: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "ghosd"
| #define PACKAGE_TARNAME "ghosd"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "ghosd 0.0.1"
| #define PACKAGE_BUGREPORT "martine@danga.com"
| #define PACKAGE "ghosd"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5077: result: g++ -E
configure:5101: g++ -E  conftest.cc
configure:5107: $? = 0
configure:5139: g++ -E  conftest.cc
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
configure:5145: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "ghosd"
| #define PACKAGE_TARNAME "ghosd"
| #define PACKAGE_VERSION "0.0.1"
| #define PACKAGE_STRING "ghosd 0.0.1"
| #define PACKAGE_BUGREPORT "martine@danga.com"
| #define PACKAGE "ghosd"
| #define VERSION "0.0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5240: checking for g77
configure:5269: result: no
configure:5240: checking for f77
configure:5269: result: no
configure:5240: checking for xlf
configure:5269: result: no
configure:5240: checking for frt
configure:5269: result: no
configure:5240: checking for pgf77
configure:5269: result: no
configure:5240: checking for fort77
configure:5269: result: no
configure:5240: checking for fl32
configure:5269: result: no
configure:5240: checking for af77
configure:5269: result: no
configure:5240: checking for f90
configure:5269: result: no
configure:5240: checking for xlf90
configure:5269: result: no
configure:5240: checking for pgf90
configure:5269: result: no
configure:5240: checking for epcf90
configure:5269: result: no
configure:5240: checking for f95
configure:5269: result: no
configure:5240: checking for fort
configure:5269: result: no
configure:5240: checking for xlf95
configure:5269: result: no
configure:5240: checking for ifc
configure:5269: result: no
configure:5240: checking for efc
configure:5269: result: no
configure:5240: checking for pgf95
configure:5269: result: no
configure:5240: checking for lf95
configure:5269: result: no
configure:5240: checking for gfortran
configure:5269: result: no
configure:5281: checking for Fortran 77 compiler version
configure:5284:  --version </dev/null >&5
./configure: line 5285: --version: command not found
configure:5287: $? = 127
configure:5289:  -v </dev/null >&5
./configure: line 5290: -v: command not found
configure:5292: $? = 127
configure:5294:  -V </dev/null >&5
./configure: line 5295: -V: command not found
configure:5297: $? = 127
configure:5305: checking whether we are using the GNU Fortran 77 compiler
configure:5319:  -c  conftest.F >&5
./configure: line 5320: -c: command not found
configure:5325: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:5350: result: no
configure:5356: checking whether  accepts -g
configure:5368:  -c -g conftest.f >&5
./configure: line 5369: -c: command not found
configure:5374: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:5398: result: no
configure:5428: checking the maximum length of command line arguments
configure:5493: result: 32768
configure:5504: checking command to parse /usr/bin/nm -B output from gcc object
configure:5593: gcc -c -g -O2  conftest.c >&5
configure:5596: $? = 0
configure:5600: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:5603: $? = 0
configure:5655: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:5658: $? = 0
configure:5696: result: ok
configure:5700: checking for objdir
configure:5715: result: .libs
configure:5805: checking for ar
configure:5821: found /usr/bin/ar
configure:5832: result: ar
configure:5885: checking for ranlib
configure:5901: found /usr/bin/ranlib
configure:5912: result: ranlib
configure:5965: checking for strip
configure:5981: found /usr/bin/strip
configure:5992: result: strip
configure:6254: checking if gcc static flag  works
configure:6277: result: yes
configure:6295: checking if gcc supports -fno-rtti -fno-exceptions
configure:6313: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:6317: $? = 0
configure:6328: result: no
configure:6343: checking for gcc option to produce PIC
configure:6520: result: -fPIC
configure:6528: checking if gcc PIC flag -fPIC works
configure:6546: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:6550: $? = 0
configure:6561: result: yes
configure:6585: checking if gcc supports -c -o file.o
configure:6606: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:6610: $? = 0
configure:6630: result: yes
configure:6656: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:7503: result: yes
configure:7529: checking whether -lc should be explicitly linked in
configure:7534: gcc -c -g -O2  conftest.c >&5
configure:7537: $? = 0
configure:7551: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7554: $? = 0
configure:7566: result: no
configure:7574: checking dynamic linker characteristics
configure:8126: result: GNU/Linux ld.so
configure:8130: checking how to hardcode library paths into programs
configure:8155: result: immediate
configure:8169: checking whether stripping libraries is possible
configure:8174: result: yes
configure:8997: checking if libtool supports shared libraries
configure:8999: result: yes
configure:9002: checking whether to build shared libraries
configure:9060: result: yes
configure:9063: checking whether to build static libraries
configure:9067: result: yes
configure:9159: creating libtool
configure:9706: checking for ld used by g++
configure:9773: result: /usr/bin/ld
configure:9782: checking if the linker (/usr/bin/ld) is GNU ld
configure:9797: result: yes
configure:9848: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:10674: result: yes
configure:10692: g++ -c -g -O2  conftest.cc >&5
configure:10695: $? = 0
configure:10791: checking for g++ option to produce PIC
configure:11043: result: -fPIC
configure:11051: checking if g++ PIC flag -fPIC works
configure:11069: g++ -c -g -O2  -fPIC -DPIC conftest.cc >&5
configure:11073: $? = 0
configure:11084: result: yes
configure:11108: checking if g++ supports -c -o file.o
configure:11129: g++ -c -g -O2  -o out/conftest2.o conftest.cc >&5
configure:11133: $? = 0
configure:11153: result: yes
configure:11179: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11207: result: yes
configure:11278: checking dynamic linker characteristics
configure:11830: result: GNU/Linux ld.so
configure:11834: checking how to hardcode library paths into programs
configure:11859: result: immediate
configure:11873: checking whether stripping libraries is possible
configure:11878: result: yes
configure:19206: checking for pkg-config
configure:19224: found /usr/bin/pkg-config
configure:19236: result: /usr/bin/pkg-config
configure:19251: checking pkg-config is at least version 0.9.0
configure:19254: result: yes
configure:19265: checking for GHOSD
configure:19270: $PKG_CONFIG --exists --print-errors "$GHOSD_PACKAGES"
configure:19273: $? = 0
configure:19284: $PKG_CONFIG --exists --print-errors "$GHOSD_PACKAGES"
configure:19287: $? = 0
configure:19342: result: yes
configure:19352: checking for GHOSD_EXAMPLE
configure:19357: $PKG_CONFIG --exists --print-errors "$GHOSD_PACKAGES glib-2.0 >= 2.6"
configure:19360: $? = 0
configure:19371: $PKG_CONFIG --exists --print-errors "$GHOSD_PACKAGES glib-2.0 >= 2.6"
configure:19374: $? = 0
configure:19429: result: yes
configure:19690: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by ghosd config.status 0.0.1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on supertower.lan

config.status:775: creating Makefile
config.status:775: creating ghosd.pc
config.status:775: creating ghosd/Makefile
config.status:775: creating examples/Makefile
config.status:775: creating doc/Makefile
config.status:841: creating config.h
config.status:1131: executing depfiles commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_GHOSD_CFLAGS_set=
ac_cv_env_GHOSD_CFLAGS_value=
ac_cv_env_GHOSD_EXAMPLE_CFLAGS_set=
ac_cv_env_GHOSD_EXAMPLE_CFLAGS_value=
ac_cv_env_GHOSD_EXAMPLE_LIBS_set=
ac_cv_env_GHOSD_EXAMPLE_LIBS_value=
ac_cv_env_GHOSD_LIBS_set=
ac_cv_env_GHOSD_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_f77_compiler_gnu=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
pkg_cv_GHOSD_CFLAGS='-I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
pkg_cv_GHOSD_EXAMPLE_CFLAGS='-I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
pkg_cv_GHOSD_EXAMPLE_LIBS='-lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
pkg_cv_GHOSD_LIBS='-lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /data/local/jams/ghosd-0.0.1/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /data/local/jams/ghosd-0.0.1/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /data/local/jams/ghosd-0.0.1/missing --run autoconf'
AUTOHEADER='${SHELL} /data/local/jams/ghosd-0.0.1/missing --run autoheader'
AUTOMAKE='${SHELL} /data/local/jams/ghosd-0.0.1/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall -Wpointer-arith -Wstrict-prototypes                -Wmissing-prototypes -Wmissing-declarations                -Wnested-externs -fno-strict-aliasing'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE='#'
EXEEXT=''
F77=''
FFLAGS=''
GHOSD_CFLAGS='-I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
GHOSD_EXAMPLE_CFLAGS='-I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
GHOSD_EXAMPLE_LIBS='-lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
GHOSD_LIBS='-lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
GHOSD_PACKAGES='cairo pangocairo'
GTK_DOC_USE_LIBTOOL_FALSE='#'
GTK_DOC_USE_LIBTOOL_TRUE=''
HTML_DIR='${datadir}/gtk-doc/html'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /data/local/jams/ghosd-0.0.1/missing --run makeinfo'
OBJEXT='o'
PACKAGE='ghosd'
PACKAGE_BUGREPORT='martine@danga.com'
PACKAGE_NAME='ghosd'
PACKAGE_STRING='ghosd 0.0.1'
PACKAGE_TARNAME='ghosd'
PACKAGE_VERSION='0.0.1'
PANGO_FALSE='#'
PANGO_TRUE=''
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.0.1'
VERSION_INFO='0:0:0'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
ac_pt_PKG_CONFIG='/usr/bin/pkg-config'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/data/local/jams/ghosd-0.0.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_PANGO
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "ghosd"
#define PACKAGE_BUGREPORT "martine@danga.com"
#define PACKAGE_NAME "ghosd"
#define PACKAGE_STRING "ghosd 0.0.1"
#define PACKAGE_TARNAME "ghosd"
#define PACKAGE_VERSION "0.0.1"
#define STDC_HEADERS 1
#define VERSION "0.0.1"
#endif
#ifdef __cplusplus
extern "C" void exit (int) throw ();

configure: exit 0