File: config.log

package info (click to toggle)
freewheeling 0.6-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,848 kB
  • ctags: 4,510
  • sloc: cpp: 22,446; sh: 3,711; xml: 2,879; makefile: 29; ansic: 12
file content (658 lines) | stat: -rw-r--r-- 24,213 bytes parent folder | download | duplicates (4)
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
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.61.  Invocation command line was

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

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

hostname = laptop
uname -m = i686
uname -r = 2.6.22-14-rt
uname -s = Linux
uname -v = #1 SMP PREEMPT RT Tue Dec 18 10:01:34 UTC 2007

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

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/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/games


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

configure:1791: checking for a BSD-compatible install
configure:1847: result: /usr/bin/install -c
configure:1858: checking whether build environment is sane
configure:1901: result: yes
configure:1929: checking for a thread-safe mkdir -p
configure:1968: result: /bin/mkdir -p
configure:1981: checking for gawk
configure:2011: result: no
configure:1981: checking for mawk
configure:1997: found /usr/bin/mawk
configure:2008: result: mawk
configure:2019: checking whether make sets $(MAKE)
configure:2040: result: yes
configure:2306: checking for g++
configure:2322: found /usr/bin/g++
configure:2333: result: g++
configure:2364: checking for C++ compiler version
configure:2371: g++ --version >&5
g++ (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
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:2374: $? = 0
configure:2381: g++ -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
configure:2384: $? = 0
configure:2391: g++ -V >&5
g++: '-V' option must have argument
configure:2394: $? = 1
configure:2417: checking for C++ compiler default output file name
configure:2444: g++    conftest.cpp  >&5
configure:2447: $? = 0
configure:2485: result: a.out
configure:2502: checking whether the C++ compiler works
configure:2512: ./a.out
configure:2515: $? = 0
configure:2532: result: yes
configure:2539: checking whether we are cross compiling
configure:2541: result: no
configure:2544: checking for suffix of executables
configure:2551: g++ -o conftest    conftest.cpp  >&5
configure:2554: $? = 0
configure:2578: result: 
configure:2584: checking for suffix of object files
configure:2610: g++ -c   conftest.cpp >&5
configure:2613: $? = 0
configure:2636: result: o
configure:2640: checking whether we are using the GNU C++ compiler
configure:2669: g++ -c   conftest.cpp >&5
configure:2675: $? = 0
configure:2692: result: yes
configure:2697: checking whether g++ accepts -g
configure:2727: g++ -c -g  conftest.cpp >&5
configure:2733: $? = 0
configure:2832: result: yes
configure:2866: checking for style of include used by make
configure:2894: result: GNU
configure:2919: checking dependency style of g++
configure:3010: result: gcc3
configure:3073: checking for gcc
configure:3089: found /usr/bin/gcc
configure:3100: result: gcc
configure:3338: checking for C compiler version
configure:3345: gcc --version >&5
gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
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:3348: $? = 0
configure:3355: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
configure:3358: $? = 0
configure:3365: gcc -V >&5
gcc: '-V' option must have argument
configure:3368: $? = 1
configure:3371: checking whether we are using the GNU C compiler
configure:3400: gcc -c   conftest.c >&5
configure:3406: $? = 0
configure:3423: result: yes
configure:3428: checking whether gcc accepts -g
configure:3458: gcc -c -g  conftest.c >&5
configure:3464: $? = 0
configure:3563: result: yes
configure:3580: checking for gcc option to accept ISO C89
configure:3654: gcc  -c -g -O2  conftest.c >&5
configure:3660: $? = 0
configure:3683: result: none needed
configure:3703: checking dependency style of gcc
configure:3794: result: gcc3
configure:3817: checking how to run the C preprocessor
configure:3857: gcc -E  conftest.c
configure:3863: $? = 0
configure:3894: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3900: $? = 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.6"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3933: result: gcc -E
configure:3962: gcc -E  conftest.c
configure:3968: $? = 0
configure:3999: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4005: $? = 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.6"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4043: checking for X
configure:4213: gcc -o conftest -g -O2   conftest.c -lX11  >&5
configure:4219: $? = 0
configure:4278: result: libraries , headers 
configure:4439: gcc -o conftest -g -O2   conftest.c   -lX11 >&5
configure:4445: $? = 0
configure:4602: checking for gethostbyname
configure:4658: gcc -o conftest -g -O2   conftest.c  >&5
configure:4664: $? = 0
configure:4681: result: yes
configure:4826: checking for connect
configure:4882: gcc -o conftest -g -O2   conftest.c  >&5
configure:4888: $? = 0
configure:4905: result: yes
configure:4977: checking for remove
configure:5033: gcc -o conftest -g -O2   conftest.c  >&5
configure:5039: $? = 0
configure:5056: result: yes
configure:5128: checking for shmat
configure:5184: gcc -o conftest -g -O2   conftest.c  >&5
configure:5190: $? = 0
configure:5207: result: yes
configure:5288: checking for IceConnectionNumber in -lICE
configure:5323: gcc -o conftest -g -O2   conftest.c -lICE   >&5
/usr/bin/ld: cannot find -lICE
collect2: ld returned 1 exit status
configure:5329: $? = 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.6"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char IceConnectionNumber ();
| int
| main ()
| {
| return IceConnectionNumber ();
|   ;
|   return 0;
| }
configure:5347: result: no
configure:5365: checking for main in -lgnutls-openssl
configure:5394: gcc -o conftest -g -O2   conftest.c -lgnutls-openssl   >&5
configure:5400: $? = 0
configure:5418: result: yes
configure:5434: checking for main in -ldl
configure:5463: gcc -o conftest -g -O2   conftest.c -ldl  -lgnutls-openssl  >&5
configure:5469: $? = 0
configure:5487: result: yes
configure:5503: checking for FT_Init_FreeType in -lfreetype
configure:5538: gcc -o conftest -g -O2   conftest.c -lfreetype  -ldl -lgnutls-openssl  >&5
configure:5544: $? = 0
configure:5562: result: yes
configure:5582: checking for main in -lSDL_gfx
configure:5611: gcc -o conftest -g -O2   conftest.c -lSDL_gfx  -lfreetype -ldl -lgnutls-openssl  >&5
configure:5617: $? = 0
configure:5635: result: yes
configure:5652: checking for filledPieRGBA
configure:5708: gcc -o conftest -g -O2   conftest.c -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  >&5
configure:5714: $? = 0
configure:5731: result: yes
configure:5742: checking for main in -lSDL_ttf
configure:5771: gcc -o conftest -g -O2   conftest.c -lSDL_ttf  -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  >&5
configure:5777: $? = 0
configure:5795: result: yes
configure:5814: checking for main in -lxml2
configure:5843: gcc -o conftest -g -O2   conftest.c -lxml2  -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  >&5
configure:5849: $? = 0
configure:5867: result: yes
configure:5886: checking for sqrt in -lm
configure:5921: gcc -o conftest -g -O2   conftest.c -lm  -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  >&5
conftest.c:24: warning: conflicting types for built-in function 'sqrt'
configure:5927: $? = 0
configure:5945: result: yes
configure:5961: checking for pthread_self in -lpthread
configure:5996: gcc -o conftest -g -O2   conftest.c -lpthread  -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  >&5
configure:6002: $? = 0
configure:6020: result: yes
configure:6037: checking for main in -lasound
configure:6066: gcc -o conftest -g -O2   conftest.c -lasound  -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  >&5
configure:6072: $? = 0
configure:6090: result: yes
configure:6109: checking for jack_client_new in -ljack
configure:6144: gcc -o conftest -g -O2   conftest.c -ljack  -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  >&5
configure:6150: $? = 0
configure:6168: result: yes
configure:6187: checking for main in -lfluidsynth
configure:6216: gcc -o conftest -g -O2   conftest.c -lfluidsynth  -ljack -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  >&5
configure:6222: $? = 0
configure:6240: result: yes
configure:6289: checking for main in -lvorbis
configure:6318: gcc -o conftest -g -O2   conftest.c -lvorbis  -ljack -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  -lfluidsynth >&5
configure:6324: $? = 0
configure:6342: result: yes
configure:6360: checking for main in -lvorbisfile
configure:6389: 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:6395: $? = 0
configure:6413: result: yes
configure:6431: checking for main in -lvorbisenc
configure:6460: 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:6466: $? = 0
configure:6484: result: yes
configure:6503: checking for main in -lsndfile
configure:6532: gcc -o conftest -g -O2   conftest.c -lsndfile  -lvorbisenc -lvorbisfile -lvorbis -ljack -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  -lfluidsynth >&5
configure:6538: $? = 0
configure:6556: result: yes
configure:6579: checking for X
configure:6814: result: libraries , headers 
configure:6818: checking for grep that handles long lines and -e
configure:6892: result: /bin/grep
configure:6897: checking for egrep
configure:6975: result: /bin/grep -E
configure:6980: checking for ANSI C header files
configure:7010: gcc -c -g -O2   conftest.c >&5
configure:7016: $? = 0
configure:7115: gcc -o conftest -g -O2    conftest.c   -L/usr/X11R6/lib -lX11  -lsndfile -lvorbisenc -lvorbisfile -lvorbis -ljack -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  -lfluidsynth  >&5
configure:7118: $? = 0
configure:7124: ./conftest
configure:7127: $? = 0
configure:7144: result: yes
configure:7168: checking for sys/types.h
configure:7189: gcc -c -g -O2   conftest.c >&5
configure:7195: $? = 0
configure:7211: result: yes
configure:7168: checking for sys/stat.h
configure:7189: gcc -c -g -O2   conftest.c >&5
configure:7195: $? = 0
configure:7211: result: yes
configure:7168: checking for stdlib.h
configure:7189: gcc -c -g -O2   conftest.c >&5
configure:7195: $? = 0
configure:7211: result: yes
configure:7168: checking for string.h
configure:7189: gcc -c -g -O2   conftest.c >&5
configure:7195: $? = 0
configure:7211: result: yes
configure:7168: checking for memory.h
configure:7189: gcc -c -g -O2   conftest.c >&5
configure:7195: $? = 0
configure:7211: result: yes
configure:7168: checking for strings.h
configure:7189: gcc -c -g -O2   conftest.c >&5
configure:7195: $? = 0
configure:7211: result: yes
configure:7168: checking for inttypes.h
configure:7189: gcc -c -g -O2   conftest.c >&5
configure:7195: $? = 0
configure:7211: result: yes
configure:7168: checking for stdint.h
configure:7189: gcc -c -g -O2   conftest.c >&5
configure:7195: $? = 0
configure:7211: result: yes
configure:7168: checking for unistd.h
configure:7189: gcc -c -g -O2   conftest.c >&5
configure:7195: $? = 0
configure:7211: result: yes
configure:7242: checking errno.h usability
configure:7259: gcc -c -g -O2   conftest.c >&5
configure:7265: $? = 0
configure:7279: result: yes
configure:7283: checking errno.h presence
configure:7298: gcc -E  conftest.c
configure:7304: $? = 0
configure:7318: result: yes
configure:7346: checking for errno.h
configure:7354: result: yes
configure:7232: checking for stdlib.h
configure:7238: result: yes
configure:7232: checking for string.h
configure:7238: result: yes
configure:7242: checking sys/time.h usability
configure:7259: gcc -c -g -O2   conftest.c >&5
configure:7265: $? = 0
configure:7279: result: yes
configure:7283: checking sys/time.h presence
configure:7298: gcc -E  conftest.c
configure:7304: $? = 0
configure:7318: result: yes
configure:7346: checking for sys/time.h
configure:7354: result: yes
configure:7232: checking for unistd.h
configure:7238: result: yes
configure:7369: checking for an ANSI C-conforming const
configure:7444: gcc -c -g -O2   conftest.c >&5
configure:7450: $? = 0
configure:7465: result: yes
configure:7475: checking whether time.h and sys/time.h may both be included
configure:7505: gcc -c -g -O2   conftest.c >&5
configure:7511: $? = 0
configure:7526: result: yes
configure:7546: checking for floor
configure:7602: gcc -o conftest -g -O2    conftest.c   -L/usr/X11R6/lib -lX11  -lsndfile -lvorbisenc -lvorbisfile -lvorbis -ljack -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  -lfluidsynth  >&5
conftest.c:65: warning: conflicting types for built-in function 'floor'
configure:7608: $? = 0
configure:7626: result: yes
configure:7546: checking for gettimeofday
configure:7602: gcc -o conftest -g -O2    conftest.c   -L/usr/X11R6/lib -lX11  -lsndfile -lvorbisenc -lvorbisfile -lvorbis -ljack -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  -lfluidsynth  >&5
configure:7608: $? = 0
configure:7626: result: yes
configure:7546: checking for memset
configure:7602: gcc -o conftest -g -O2    conftest.c   -L/usr/X11R6/lib -lX11  -lsndfile -lvorbisenc -lvorbisfile -lvorbis -ljack -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  -lfluidsynth  >&5
conftest.c:67: warning: conflicting types for built-in function 'memset'
configure:7608: $? = 0
configure:7626: result: yes
configure:7546: checking for pow
configure:7602: gcc -o conftest -g -O2    conftest.c   -L/usr/X11R6/lib -lX11  -lsndfile -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 'pow'
configure:7608: $? = 0
configure:7626: result: yes
configure:7546: checking for sqrt
configure:7602: gcc -o conftest -g -O2    conftest.c   -L/usr/X11R6/lib -lX11  -lsndfile -lvorbisenc -lvorbisfile -lvorbis -ljack -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  -lfluidsynth  >&5
conftest.c:69: warning: conflicting types for built-in function 'sqrt'
configure:7608: $? = 0
configure:7626: result: yes
configure:7790: 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_CCC_set=
ac_cv_env_CCC_value=
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_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_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_func_connect=yes
ac_cv_func_filledPieRGBA=yes
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='\'''\''	ac_x_libraries='\'''\'''
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=no
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_sndfile_main=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_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
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_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
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} /home/merc/audio/freewheeling/missing --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/merc/audio/freewheeling/missing --run tar'
AUTOCONF='${SHELL} /home/merc/audio/freewheeling/missing --run autoconf'
AUTOHEADER='${SHELL} /home/merc/audio/freewheeling/missing --run autoheader'
AUTOMAKE='${SHELL} /home/merc/audio/freewheeling/missing --run automake-1.10'
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.6\" -DHAVE_LIBGNUTLS_OPENSSL=1 -DHAVE_LIBDL=1 -DHAVE_LIBFREETYPE=1 -DHAVE_LIBSDL_GFX=1 -DCAPITAL_FILLED_PIE=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 -DHAVE_LIBSNDFILE=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='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS='  -L/usr/X11R6/lib -lX11  -lsndfile -lvorbisenc -lvorbisfile -lvorbis -ljack -lasound -lpthread -lm -lxml2 -lSDL_ttf -lSDL_gfx -lfreetype -ldl -lgnutls-openssl  -lfluidsynth '
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/merc/audio/freewheeling/missing --run makeinfo'
OBJEXT='o'
PACKAGE='fweelin'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
VERSION='0.6'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /home/merc/audio/freewheeling/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "fweelin"
#define VERSION "0.6"
#define HAVE_LIBGNUTLS_OPENSSL 1
#define HAVE_LIBDL 1
#define HAVE_LIBFREETYPE 1
#define HAVE_LIBSDL_GFX 1
#define CAPITAL_FILLED_PIE 1
#define HAVE_LIBSDL_TTF 1
#define HAVE_LIBXML2 1
#define HAVE_LIBM 1
#define HAVE_LIBPTHREAD 1
#define HAVE_LIBASOUND 1
#define HAVE_LIBJACK 1
#define USE_FLUIDSYNTH 1
#define HAVE_LIBVORBIS 1
#define HAVE_LIBVORBISFILE 1
#define HAVE_LIBVORBISENC 1
#define HAVE_LIBSNDFILE 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_ERRNO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_FLOOR 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_MEMSET 1
#define HAVE_POW 1
#define HAVE_SQRT 1

configure: exit 0

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

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

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

on laptop

config.status:631: creating Makefile
config.status:631: creating src/Makefile
config.status:631: creating data/Makefile
config.status:822: executing depfiles commands