File: config.log

package info (click to toggle)
freewheeling 0.5.2a-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,928 kB
  • ctags: 2,218
  • sloc: cpp: 17,507; sh: 6,505; makefile: 70
file content (933 lines) | stat: -rwxr-xr-x 33,120 bytes parent folder | download
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
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

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

  $ ./configure --no-create --no-recursion

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

hostname = mewkuwy
uname -m = i686
uname -r = 2.6.11-rc2-rt-v0.7.37-03
uname -s = Linux
uname -v = #1 Fri Feb 4 12:56:42 MST 2005

/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: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11


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

configure:1358: checking for a BSD-compatible install
configure:1413: result: /usr/bin/install -c
configure:1424: checking whether build environment is sane
configure:1467: result: yes
configure:1500: checking for gawk
configure:1529: result: no
configure:1500: checking for mawk
configure:1516: found /usr/bin/mawk
configure:1526: result: mawk
configure:1536: checking whether make sets $(MAKE)
configure:1556: result: yes
configure:1782: checking for g++
configure:1798: found /usr/bin/g++
configure:1808: result: g++
configure:1824: checking for C++ compiler version
configure:1827: g++ --version </dev/null >&5
g++ (GCC) 4.0.3 20060212 (prerelease) (Debian 4.0.2-9)
Copyright (C) 2006 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:1830: $? = 0
configure:1832: g++ -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.3 20060212 (prerelease) (Debian 4.0.2-9)
configure:1835: $? = 0
configure:1837: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:1840: $? = 1
configure:1863: checking for C++ compiler default output file name
configure:1866: g++    conftest.cc  >&5
configure:1869: $? = 0
configure:1915: result: a.out
configure:1920: checking whether the C++ compiler works
configure:1926: ./a.out
configure:1929: $? = 0
configure:1946: result: yes
configure:1953: checking whether we are cross compiling
configure:1955: result: no
configure:1958: checking for suffix of executables
configure:1960: g++ -o conftest    conftest.cc  >&5
configure:1963: $? = 0
configure:1988: result: 
configure:1994: checking for suffix of object files
configure:2015: g++ -c   conftest.cc >&5
configure:2018: $? = 0
configure:2040: result: o
configure:2044: checking whether we are using the GNU C++ compiler
configure:2068: g++ -c   conftest.cc >&5
configure:2074: $? = 0
configure:2077: test -z 			 || test ! -s conftest.err
configure:2080: $? = 0
configure:2083: test -s conftest.o
configure:2086: $? = 0
configure:2099: result: yes
configure:2105: checking whether g++ accepts -g
configure:2126: g++ -c -g  conftest.cc >&5
configure:2132: $? = 0
configure:2135: test -z 			 || test ! -s conftest.err
configure:2138: $? = 0
configure:2141: test -s conftest.o
configure:2144: $? = 0
configure:2155: result: yes
configure:2197: g++ -c -g -O2  conftest.cc >&5
configure:2203: $? = 0
configure:2206: test -z 			 || test ! -s conftest.err
configure:2209: $? = 0
configure:2212: test -s conftest.o
configure:2215: $? = 0
configure:2241: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:15: error: 'exit' was not declared in this scope
configure:2247: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "fweelin"
| #define VERSION "0.5.2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:2197: g++ -c -g -O2  conftest.cc >&5
configure:2203: $? = 0
configure:2206: test -z 			 || test ! -s conftest.err
configure:2209: $? = 0
configure:2212: test -s conftest.o
configure:2215: $? = 0
configure:2241: g++ -c -g -O2  conftest.cc >&5
configure:2247: $? = 0
configure:2250: test -z 			 || test ! -s conftest.err
configure:2253: $? = 0
configure:2256: test -s conftest.o
configure:2259: $? = 0
configure:2293: checking for style of include used by make
configure:2321: result: GNU
configure:2349: checking dependency style of g++
configure:2432: result: gcc3
configure:2495: checking for gcc
configure:2511: found /usr/bin/gcc
configure:2521: result: gcc
configure:2765: checking for C compiler version
configure:2768: gcc --version </dev/null >&5
gcc (GCC) 4.0.3 20060212 (prerelease) (Debian 4.0.2-9)
Copyright (C) 2006 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:2771: $? = 0
configure:2773: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.3 20060212 (prerelease) (Debian 4.0.2-9)
configure:2776: $? = 0
configure:2778: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2781: $? = 1
configure:2784: checking whether we are using the GNU C compiler
configure:2808: gcc -c   conftest.c >&5
configure:2814: $? = 0
configure:2817: test -z 			 || test ! -s conftest.err
configure:2820: $? = 0
configure:2823: test -s conftest.o
configure:2826: $? = 0
configure:2839: result: yes
configure:2845: checking whether gcc accepts -g
configure:2866: gcc -c -g  conftest.c >&5
configure:2872: $? = 0
configure:2875: test -z 			 || test ! -s conftest.err
configure:2878: $? = 0
configure:2881: test -s conftest.o
configure:2884: $? = 0
configure:2895: result: yes
configure:2912: checking for gcc option to accept ANSI C
configure:2982: gcc  -c -g -O2  conftest.c >&5
configure:2988: $? = 0
configure:2991: test -z 			 || test ! -s conftest.err
configure:2994: $? = 0
configure:2997: test -s conftest.o
configure:3000: $? = 0
configure:3018: result: none needed
configure:3036: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:3042: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3174: checking dependency style of gcc
configure:3257: result: gcc3
configure:3282: checking how to run the C preprocessor
configure:3317: gcc -E  conftest.c
configure:3323: $? = 0
configure:3355: gcc -E  conftest.c
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
configure:3361: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "fweelin"
| #define VERSION "0.5.2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3400: result: gcc -E
configure:3424: gcc -E  conftest.c
configure:3430: $? = 0
configure:3462: gcc -E  conftest.c
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
configure:3468: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "fweelin"
| #define VERSION "0.5.2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3514: checking for X
configure:3748: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:3919: gcc -o conftest -g -O2   conftest.c   -L/usr/X11R6/lib -lX11 >&5
configure:3925: $? = 0
configure:3928: test -z 			 || test ! -s conftest.err
configure:3931: $? = 0
configure:3934: test -s conftest
configure:3937: $? = 0
configure:4093: checking for gethostbyname
configure:4150: gcc -o conftest -g -O2   conftest.c  >&5
configure:4156: $? = 0
configure:4159: test -z 			 || test ! -s conftest.err
configure:4162: $? = 0
configure:4165: test -s conftest
configure:4168: $? = 0
configure:4180: result: yes
configure:4329: checking for connect
configure:4386: gcc -o conftest -g -O2   conftest.c  >&5
configure:4392: $? = 0
configure:4395: test -z 			 || test ! -s conftest.err
configure:4398: $? = 0
configure:4401: test -s conftest
configure:4404: $? = 0
configure:4416: result: yes
configure:4490: checking for remove
configure:4547: gcc -o conftest -g -O2   conftest.c  >&5
configure:4553: $? = 0
configure:4556: test -z 			 || test ! -s conftest.err
configure:4559: $? = 0
configure:4562: test -s conftest
configure:4565: $? = 0
configure:4577: result: yes
configure:4651: checking for shmat
configure:4708: gcc -o conftest -g -O2   conftest.c  >&5
configure:4714: $? = 0
configure:4717: test -z 			 || test ! -s conftest.err
configure:4720: $? = 0
configure:4723: test -s conftest
configure:4726: $? = 0
configure:4738: result: yes
configure:4821: checking for IceConnectionNumber in -lICE
configure:4851: gcc -o conftest -g -O2   -L/usr/X11R6/lib conftest.c -lICE   >&5
configure:4857: $? = 0
configure:4860: test -z 			 || test ! -s conftest.err
configure:4863: $? = 0
configure:4866: test -s conftest
configure:4869: $? = 0
configure:4882: result: yes
configure:4900: checking for main in -lgnutls-openssl
configure:4924: gcc -o conftest -g -O2   conftest.c -lgnutls-openssl   >&5
configure:4930: $? = 0
configure:4933: test -z 			 || test ! -s conftest.err
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4955: result: yes
configure:4971: checking for main in -ldl
configure:4995: gcc -o conftest -g -O2   conftest.c -ldl  -lgnutls-openssl  >&5
configure:5001: $? = 0
configure:5004: test -z 			 || test ! -s conftest.err
configure:5007: $? = 0
configure:5010: test -s conftest
configure:5013: $? = 0
configure:5026: result: yes
configure:5042: checking for FT_Init_FreeType in -lfreetype
configure:5072: gcc -o conftest -g -O2   conftest.c -lfreetype  -ldl -lgnutls-openssl  >&5
configure:5078: $? = 0
configure:5081: test -z 			 || test ! -s conftest.err
configure:5084: $? = 0
configure:5087: test -s conftest
configure:5090: $? = 0
configure:5103: result: yes
configure:5123: checking for main in -lSDL_gfx
configure:5147: gcc -o conftest -g -O2   conftest.c -lSDL_gfx  -lfreetype -ldl -lgnutls-openssl  >&5
configure:5153: $? = 0
configure:5156: test -z 			 || test ! -s conftest.err
configure:5159: $? = 0
configure:5162: test -s conftest
configure:5165: $? = 0
configure:5178: result: yes
configure:5195: checking for filledPieRGBA
configure:5252: gcc -o conftest -g -O2   conftest.c -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  >&5
/tmp/ccyjKyIO.o: In function `main':/root/audio/fweelin-0.5.2/conftest.c:57: undefined reference to `filledPieRGBA'
/tmp/ccyjKyIO.o:(.data+0x0): undefined reference to `filledPieRGBA'
collect2: ld returned 1 exit status
configure:5258: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "fweelin"
| #define VERSION "0.5.2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_LIBGNUTLS_OPENSSL 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBFREETYPE 1
| #define HAVE_LIBSDL_GFX 1
| /* end confdefs.h.  */
| /* Define filledPieRGBA to an innocuous variant, in case <limits.h> declares filledPieRGBA.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define filledPieRGBA innocuous_filledPieRGBA
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char filledPieRGBA (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef filledPieRGBA
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char filledPieRGBA ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_filledPieRGBA) || defined (__stub___filledPieRGBA)
| choke me
| #else
| char (*f) () = filledPieRGBA;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != filledPieRGBA;
|   ;
|   return 0;
| }
configure:5282: result: no
configure:5293: checking for main in -lSDL_ttf
configure:5317: gcc -o conftest -g -O2   conftest.c -lSDL_ttf  -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  >&5
configure:5323: $? = 0
configure:5326: test -z 			 || test ! -s conftest.err
configure:5329: $? = 0
configure:5332: test -s conftest
configure:5335: $? = 0
configure:5348: result: yes
configure:5367: checking for main in -lxml2
configure:5391: gcc -o conftest -g -O2   conftest.c -lxml2  -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  >&5
configure:5397: $? = 0
configure:5400: test -z 			 || test ! -s conftest.err
configure:5403: $? = 0
configure:5406: test -s conftest
configure:5409: $? = 0
configure:5422: result: yes
configure:5441: checking for sqrt in -lm
configure:5471: gcc -o conftest -g -O2   conftest.c -lm  -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  >&5
conftest.c:27: warning: conflicting types for built-in function 'sqrt'
configure:5477: $? = 0
configure:5480: test -z 			 || test ! -s conftest.err
configure:5483: $? = 0
configure:5486: test -s conftest
configure:5489: $? = 0
configure:5502: result: yes
configure:5518: checking for pthread_self in -lpthread
configure:5548: gcc -o conftest -g -O2   conftest.c -lpthread  -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  >&5
configure:5554: $? = 0
configure:5557: test -z 			 || test ! -s conftest.err
configure:5560: $? = 0
configure:5563: test -s conftest
configure:5566: $? = 0
configure:5579: result: yes
configure:5596: checking for main in -lasound
configure:5620: gcc -o conftest -g -O2   conftest.c -lasound  -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  >&5
configure:5626: $? = 0
configure:5629: test -z 			 || test ! -s conftest.err
configure:5632: $? = 0
configure:5635: test -s conftest
configure:5638: $? = 0
configure:5651: result: yes
configure:5670: checking for jack_client_new in -ljack
configure:5700: gcc -o conftest -g -O2   conftest.c -ljack  -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  >&5
configure:5706: $? = 0
configure:5709: test -z 			 || test ! -s conftest.err
configure:5712: $? = 0
configure:5715: test -s conftest
configure:5718: $? = 0
configure:5731: result: yes
configure:5750: checking for main in -lfluidsynth
configure:5774: gcc -o conftest -g -O2   conftest.c -lfluidsynth  -ljack -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  >&5
configure:5780: $? = 0
configure:5783: test -z 			 || test ! -s conftest.err
configure:5786: $? = 0
configure:5789: test -s conftest
configure:5792: $? = 0
configure:5805: result: yes
configure:5836: checking for main in -lvorbis
configure:5860: gcc -o conftest -g -O2   conftest.c -lvorbis  -ljack -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  -lfluidsynth >&5
configure:5866: $? = 0
configure:5869: test -z 			 || test ! -s conftest.err
configure:5872: $? = 0
configure:5875: test -s conftest
configure:5878: $? = 0
configure:5891: result: yes
configure:5909: checking for main in -lvorbisfile
configure:5933: gcc -o conftest -g -O2   conftest.c -lvorbisfile  -lvorbis -ljack -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  -lfluidsynth >&5
configure:5939: $? = 0
configure:5942: test -z 			 || test ! -s conftest.err
configure:5945: $? = 0
configure:5948: test -s conftest
configure:5951: $? = 0
configure:5964: result: yes
configure:5982: checking for main in -lvorbisenc
configure:6006: gcc -o conftest -g -O2   conftest.c -lvorbisenc  -lvorbisfile -lvorbis -ljack -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  -lfluidsynth >&5
configure:6012: $? = 0
configure:6015: test -z 			 || test ! -s conftest.err
configure:6018: $? = 0
configure:6021: test -s conftest
configure:6024: $? = 0
configure:6037: result: yes
configure:6060: checking for X
configure:6294: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:6298: checking for egrep
configure:6308: result: grep -E
configure:6313: checking for ANSI C header files
configure:6338: gcc -c -g -O2   conftest.c >&5
configure:6344: $? = 0
configure:6347: test -z 			 || test ! -s conftest.err
configure:6350: $? = 0
configure:6353: test -s conftest.o
configure:6356: $? = 0
configure:6442: gcc -o conftest -g -O2    conftest.c  -L/usr/X11R6/lib  -lSM -lICE -L/usr/X11R6/lib -lX11  -lvorbisenc -lvorbisfile -lvorbis -ljack -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  -lfluidsynth  >&5
conftest.c: In function 'main':
conftest.c:45: warning: incompatible implicit declaration of built-in function 'exit'
configure:6445: $? = 0
configure:6447: ./conftest
configure:6450: $? = 0
configure:6465: result: yes
configure:6489: checking for sys/types.h
configure:6505: gcc -c -g -O2   conftest.c >&5
configure:6511: $? = 0
configure:6514: test -z 			 || test ! -s conftest.err
configure:6517: $? = 0
configure:6520: test -s conftest.o
configure:6523: $? = 0
configure:6534: result: yes
configure:6489: checking for sys/stat.h
configure:6505: gcc -c -g -O2   conftest.c >&5
configure:6511: $? = 0
configure:6514: test -z 			 || test ! -s conftest.err
configure:6517: $? = 0
configure:6520: test -s conftest.o
configure:6523: $? = 0
configure:6534: result: yes
configure:6489: checking for stdlib.h
configure:6505: gcc -c -g -O2   conftest.c >&5
configure:6511: $? = 0
configure:6514: test -z 			 || test ! -s conftest.err
configure:6517: $? = 0
configure:6520: test -s conftest.o
configure:6523: $? = 0
configure:6534: result: yes
configure:6489: checking for string.h
configure:6505: gcc -c -g -O2   conftest.c >&5
configure:6511: $? = 0
configure:6514: test -z 			 || test ! -s conftest.err
configure:6517: $? = 0
configure:6520: test -s conftest.o
configure:6523: $? = 0
configure:6534: result: yes
configure:6489: checking for memory.h
configure:6505: gcc -c -g -O2   conftest.c >&5
configure:6511: $? = 0
configure:6514: test -z 			 || test ! -s conftest.err
configure:6517: $? = 0
configure:6520: test -s conftest.o
configure:6523: $? = 0
configure:6534: result: yes
configure:6489: checking for strings.h
configure:6505: gcc -c -g -O2   conftest.c >&5
configure:6511: $? = 0
configure:6514: test -z 			 || test ! -s conftest.err
configure:6517: $? = 0
configure:6520: test -s conftest.o
configure:6523: $? = 0
configure:6534: result: yes
configure:6489: checking for inttypes.h
configure:6505: gcc -c -g -O2   conftest.c >&5
configure:6511: $? = 0
configure:6514: test -z 			 || test ! -s conftest.err
configure:6517: $? = 0
configure:6520: test -s conftest.o
configure:6523: $? = 0
configure:6534: result: yes
configure:6489: checking for stdint.h
configure:6505: gcc -c -g -O2   conftest.c >&5
configure:6511: $? = 0
configure:6514: test -z 			 || test ! -s conftest.err
configure:6517: $? = 0
configure:6520: test -s conftest.o
configure:6523: $? = 0
configure:6534: result: yes
configure:6489: checking for unistd.h
configure:6505: gcc -c -g -O2   conftest.c >&5
configure:6511: $? = 0
configure:6514: test -z 			 || test ! -s conftest.err
configure:6517: $? = 0
configure:6520: test -s conftest.o
configure:6523: $? = 0
configure:6534: result: yes
configure:6564: checking errno.h usability
configure:6576: gcc -c -g -O2   conftest.c >&5
configure:6582: $? = 0
configure:6585: test -z 			 || test ! -s conftest.err
configure:6588: $? = 0
configure:6591: test -s conftest.o
configure:6594: $? = 0
configure:6604: result: yes
configure:6608: checking errno.h presence
configure:6618: gcc -E  conftest.c
configure:6624: $? = 0
configure:6644: result: yes
configure:6679: checking for errno.h
configure:6686: result: yes
configure:6555: checking for stdlib.h
configure:6560: result: yes
configure:6555: checking for string.h
configure:6560: result: yes
configure:6564: checking sys/time.h usability
configure:6576: gcc -c -g -O2   conftest.c >&5
configure:6582: $? = 0
configure:6585: test -z 			 || test ! -s conftest.err
configure:6588: $? = 0
configure:6591: test -s conftest.o
configure:6594: $? = 0
configure:6604: result: yes
configure:6608: checking sys/time.h presence
configure:6618: gcc -E  conftest.c
configure:6624: $? = 0
configure:6644: result: yes
configure:6679: checking for sys/time.h
configure:6686: result: yes
configure:6555: checking for unistd.h
configure:6560: result: yes
configure:6701: checking for an ANSI C-conforming const
configure:6768: gcc -c -g -O2   conftest.c >&5
configure:6774: $? = 0
configure:6777: test -z 			 || test ! -s conftest.err
configure:6780: $? = 0
configure:6783: test -s conftest.o
configure:6786: $? = 0
configure:6797: result: yes
configure:6807: checking whether time.h and sys/time.h may both be included
configure:6832: gcc -c -g -O2   conftest.c >&5
configure:6838: $? = 0
configure:6841: test -z 			 || test ! -s conftest.err
configure:6844: $? = 0
configure:6847: test -s conftest.o
configure:6850: $? = 0
configure:6861: result: yes
configure:6881: checking for floor
configure:6938: gcc -o conftest -g -O2    conftest.c  -L/usr/X11R6/lib  -lSM -lICE -L/usr/X11R6/lib -lX11  -lvorbisenc -lvorbisfile -lvorbis -ljack -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  -lfluidsynth  >&5
conftest.c:68: warning: conflicting types for built-in function 'floor'
configure:6944: $? = 0
configure:6947: test -z 			 || test ! -s conftest.err
configure:6950: $? = 0
configure:6953: test -s conftest
configure:6956: $? = 0
configure:6968: result: yes
configure:6881: checking for gettimeofday
configure:6938: gcc -o conftest -g -O2    conftest.c  -L/usr/X11R6/lib  -lSM -lICE -L/usr/X11R6/lib -lX11  -lvorbisenc -lvorbisfile -lvorbis -ljack -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  -lfluidsynth  >&5
configure:6944: $? = 0
configure:6947: test -z 			 || test ! -s conftest.err
configure:6950: $? = 0
configure:6953: test -s conftest
configure:6956: $? = 0
configure:6968: result: yes
configure:6881: checking for memset
configure:6938: gcc -o conftest -g -O2    conftest.c  -L/usr/X11R6/lib  -lSM -lICE -L/usr/X11R6/lib -lX11  -lvorbisenc -lvorbisfile -lvorbis -ljack -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  -lfluidsynth  >&5
conftest.c:70: warning: conflicting types for built-in function 'memset'
configure:6944: $? = 0
configure:6947: test -z 			 || test ! -s conftest.err
configure:6950: $? = 0
configure:6953: test -s conftest
configure:6956: $? = 0
configure:6968: result: yes
configure:6881: checking for pow
configure:6938: gcc -o conftest -g -O2    conftest.c  -L/usr/X11R6/lib  -lSM -lICE -L/usr/X11R6/lib -lX11  -lvorbisenc -lvorbisfile -lvorbis -ljack -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  -lfluidsynth  >&5
conftest.c:71: warning: conflicting types for built-in function 'pow'
configure:6944: $? = 0
configure:6947: test -z 			 || test ! -s conftest.err
configure:6950: $? = 0
configure:6953: test -s conftest
configure:6956: $? = 0
configure:6968: result: yes
configure:6881: checking for sqrt
configure:6938: gcc -o conftest -g -O2    conftest.c  -L/usr/X11R6/lib  -lSM -lICE -L/usr/X11R6/lib -lX11  -lvorbisenc -lvorbisfile -lvorbis -ljack -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  -lfluidsynth  >&5
conftest.c:72: warning: conflicting types for built-in function 'sqrt'
configure:6944: $? = 0
configure:6947: test -z 			 || test ! -s conftest.err
configure:6950: $? = 0
configure:6953: test -s conftest
configure:6956: $? = 0
configure:6968: result: yes
configure:7127: creating ./config.status

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

ac_cv_c_compiler_gnu=yes
ac_cv_c_const=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_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_func_connect=yes
ac_cv_func_filledPieRGBA=no
ac_cv_func_floor=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_memset=yes
ac_cv_func_pow=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_func_sqrt=yes
ac_cv_have_x='have_x=yes 		ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib'
ac_cv_header_errno_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_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_SDL_gfx_main=yes
ac_cv_lib_SDL_ttf_main=yes
ac_cv_lib_asound_main=yes
ac_cv_lib_dl_main=yes
ac_cv_lib_fluidsynth_main=yes
ac_cv_lib_freetype_FT_Init_FreeType=yes
ac_cv_lib_gnutls_openssl_main=yes
ac_cv_lib_jack_jack_client_new=yes
ac_cv_lib_m_sqrt=yes
ac_cv_lib_pthread_pthread_self=yes
ac_cv_lib_vorbis_main=yes
ac_cv_lib_vorbisenc_main=yes
ac_cv_lib_vorbisfile_main=yes
ac_cv_lib_xml2_main=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
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_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3

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

ACLOCAL='${SHELL} /root/audio/fweelin-0.5.2/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /root/audio/fweelin-0.5.2/missing --run tar'
AUTOCONF='${SHELL} /root/audio/fweelin-0.5.2/missing --run autoconf'
AUTOHEADER='${SHELL} /root/audio/fweelin-0.5.2/missing --run autoheader'
AUTOMAKE='${SHELL} /root/audio/fweelin-0.5.2/missing --run automake-1.7'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 '
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"fweelin\" -DVERSION=\"0.5.2\" -DHAVE_LIBGNUTLS_OPENSSL=1 -DHAVE_LIBDL=1 -DHAVE_LIBFREETYPE=1 -DHAVE_LIBSDL_GFX=1 -DHAVE_LIBSDL_TTF=1 -DHAVE_LIBXML2=1 -DHAVE_LIBM=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBASOUND=1 -DHAVE_LIBJACK=1 -DUSE_FLUIDSYNTH=1 -DHAVE_LIBVORBIS=1 -DHAVE_LIBVORBISFILE=1 -DHAVE_LIBVORBISENC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_FLOOR=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MEMSET=1 -DHAVE_POW=1 -DHAVE_SQRT=1 '
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=' -L/usr/X11R6/lib  -lSM -lICE -L/usr/X11R6/lib -lX11  -lvorbisenc -lvorbisfile -lvorbis -ljack -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  -lfluidsynth '
LTLIBOBJS=''
MAKEINFO='${SHELL} /root/audio/fweelin-0.5.2/missing --run makeinfo'
OBJEXT='o'
PACKAGE='fweelin'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.5.2'
X_CFLAGS=' -I/usr/X11R6/include'
X_EXTRA_LIBS=''
X_LIBS=' -L/usr/X11R6/lib'
X_PRE_LIBS=' -lSM -lICE'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/root/audio/fweelin-0.5.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
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_ERRNO_H 1
#define HAVE_FLOOR 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBASOUND 1
#define HAVE_LIBDL 1
#define HAVE_LIBFREETYPE 1
#define HAVE_LIBGNUTLS_OPENSSL 1
#define HAVE_LIBJACK 1
#define HAVE_LIBM 1
#define HAVE_LIBPTHREAD 1
#define HAVE_LIBSDL_GFX 1
#define HAVE_LIBSDL_TTF 1
#define HAVE_LIBVORBIS 1
#define HAVE_LIBVORBISENC 1
#define HAVE_LIBVORBISFILE 1
#define HAVE_LIBXML2 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMSET 1
#define HAVE_POW 1
#define HAVE_SQRT 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "fweelin"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define USE_FLUIDSYNTH 1
#define VERSION "0.5.2"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0

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

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

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

on mewkuwy

config.status:729: creating Makefile

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

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

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status src/Makefile depfiles

on mewkuwy

config.status:729: creating src/Makefile
config.status:874: executing depfiles commands

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

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

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

on mewkuwy

config.status:729: creating data/Makefile