Project

General

Profile

config.log

Oleg Stream, November 12, 2012 02:47

 
1
This file contains any messages produced by compilers while
2
running configure, to aid debugging if configure makes a mistake.
3

    
4
It was created by audacious configure 3.3.2, which was
5
generated by GNU Autoconf 2.69.  Invocation command line was
6

    
7
  $ ./configure --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc --mandir=/usr/man --docdir=/usr/doc/audacious-3.3.2 CFLAGS=-fPIC --build=x86_64-slackware-linux
8

    
9
## --------- ##
10
## Platform. ##
11
## --------- ##
12

    
13
hostname = oleg
14
uname -m = x86_64
15
uname -r = 3.6.6
16
uname -s = Linux
17
uname -v = #1 SMP PREEMPT Mon Nov 5 12:01:16 EET 2012
18

    
19
/usr/bin/uname -p = Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz
20
/bin/uname -X     = unknown
21

    
22
/bin/arch              = x86_64
23
/usr/bin/arch -k       = unknown
24
/usr/convex/getsysinfo = unknown
25
/usr/bin/hostinfo      = unknown
26
/bin/machine           = unknown
27
/usr/bin/oslevel       = unknown
28
/bin/universe          = unknown
29

    
30
PATH: /usr/local/sbin
31
PATH: /usr/local/bin
32
PATH: /sbin
33
PATH: /usr/sbin
34
PATH: /bin
35
PATH: /usr/bin
36

    
37

    
38
## ----------- ##
39
## Core tests. ##
40
## ----------- ##
41

    
42
configure:2407: checking build system type
43
configure:2421: result: x86_64-slackware-linux-gnu
44
configure:2441: checking host system type
45
configure:2454: result: x86_64-slackware-linux-gnu
46
configure:2474: checking target system type
47
configure:2487: result: x86_64-slackware-linux-gnu
48
configure:2564: checking for gcc
49
configure:2580: found /usr/bin/gcc
50
configure:2591: result: gcc
51
configure:2820: checking for C compiler version
52
configure:2829: gcc --version >&5
53
gcc (GCC) 4.7.1
54
Copyright (C) 2012 Free Software Foundation, Inc.
55
This is free software; see the source for copying conditions.  There is NO
56
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
57

    
58
configure:2840: $? = 0
59
configure:2829: gcc -v >&5
60
Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/4.7.1/specs
61
COLLECT_GCC=gcc
62
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-slackware-linux/4.7.1/lto-wrapper
63
Target: x86_64-slackware-linux
64
Configured with: ../gcc-4.7.1/configure --prefix=/usr --libdir=/usr/lib64 --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --with-python-dir=/lib64/python2.7/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose --enable-java-home --with-java-home=/usr/lib64/jvm/jre --with-jvm-root-dir=/usr/lib64/jvm --with-jvm-jar-dir=/usr/lib64/jvm/jvm-exports --with-arch-directory=amd64 --with-antlr-jar=/home/slackware/slackbuilds/gcc/antlr-runtime-3.4.jar --enable-multilib --target=x86_64-slackware-linux --build=x86_64-slackware-linux --host=x86_64-slackware-linux
65
Thread model: posix
66
gcc version 4.7.1 (GCC) 
67
configure:2840: $? = 0
68
configure:2829: gcc -V >&5
69
gcc: error: unrecognized command line option '-V'
70
gcc: fatal error: no input files
71
compilation terminated.
72
configure:2840: $? = 1
73
configure:2829: gcc -qversion >&5
74
gcc: error: unrecognized command line option '-qversion'
75
gcc: fatal error: no input files
76
compilation terminated.
77
configure:2840: $? = 1
78
configure:2860: checking whether the C compiler works
79
configure:2882: gcc -fPIC   conftest.c  >&5
80
configure:2886: $? = 0
81
configure:2934: result: yes
82
configure:2937: checking for C compiler default output file name
83
configure:2939: result: a.out
84
configure:2945: checking for suffix of executables
85
configure:2952: gcc -o conftest -fPIC   conftest.c  >&5
86
configure:2956: $? = 0
87
configure:2978: result: 
88
configure:3000: checking whether we are cross compiling
89
configure:3008: gcc -o conftest -fPIC   conftest.c  >&5
90
configure:3012: $? = 0
91
configure:3019: ./conftest
92
configure:3023: $? = 0
93
configure:3038: result: no
94
configure:3043: checking for suffix of object files
95
configure:3065: gcc -c -fPIC  conftest.c >&5
96
configure:3069: $? = 0
97
configure:3090: result: o
98
configure:3094: checking whether we are using the GNU C compiler
99
configure:3113: gcc -c -fPIC  conftest.c >&5
100
configure:3113: $? = 0
101
configure:3122: result: yes
102
configure:3131: checking whether gcc accepts -g
103
configure:3151: gcc -c -g  conftest.c >&5
104
configure:3151: $? = 0
105
configure:3192: result: yes
106
configure:3209: checking for gcc option to accept ISO C89
107
configure:3272: gcc  -c -fPIC  conftest.c >&5
108
configure:3272: $? = 0
109
configure:3285: result: none needed
110
configure:3363: checking for g++
111
configure:3379: found /usr/bin/g++
112
configure:3390: result: g++
113
configure:3417: checking for C++ compiler version
114
configure:3426: g++ --version >&5
115
g++ (GCC) 4.7.1
116
Copyright (C) 2012 Free Software Foundation, Inc.
117
This is free software; see the source for copying conditions.  There is NO
118
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
119

    
120
configure:3437: $? = 0
121
configure:3426: g++ -v >&5
122
Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/4.7.1/specs
123
COLLECT_GCC=g++
124
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-slackware-linux/4.7.1/lto-wrapper
125
Target: x86_64-slackware-linux
126
Configured with: ../gcc-4.7.1/configure --prefix=/usr --libdir=/usr/lib64 --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --with-python-dir=/lib64/python2.7/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose --enable-java-home --with-java-home=/usr/lib64/jvm/jre --with-jvm-root-dir=/usr/lib64/jvm --with-jvm-jar-dir=/usr/lib64/jvm/jvm-exports --with-arch-directory=amd64 --with-antlr-jar=/home/slackware/slackbuilds/gcc/antlr-runtime-3.4.jar --enable-multilib --target=x86_64-slackware-linux --build=x86_64-slackware-linux --host=x86_64-slackware-linux
127
Thread model: posix
128
gcc version 4.7.1 (GCC) 
129
configure:3437: $? = 0
130
configure:3426: g++ -V >&5
131
g++: error: unrecognized command line option '-V'
132
g++: fatal error: no input files
133
compilation terminated.
134
configure:3437: $? = 1
135
configure:3426: g++ -qversion >&5
136
g++: error: unrecognized command line option '-qversion'
137
g++: fatal error: no input files
138
compilation terminated.
139
configure:3437: $? = 1
140
configure:3441: checking whether we are using the GNU C++ compiler
141
configure:3460: g++ -c   conftest.cpp >&5
142
configure:3460: $? = 0
143
configure:3469: result: yes
144
configure:3478: checking whether g++ accepts -g
145
configure:3498: g++ -c -g  conftest.cpp >&5
146
configure:3498: $? = 0
147
configure:3539: result: yes
148
configure:3583: checking for style of include used by make
149
configure:3611: result: GNU
150
configure:3643: checking dependency style of gcc
151
configure:3752: result: none
152
configure:3773: checking how to run the C preprocessor
153
configure:3804: gcc -E  conftest.c
154
configure:3804: $? = 0
155
configure:3818: gcc -E  conftest.c
156
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
157
compilation terminated.
158
configure:3818: $? = 1
159
configure: failed program was:
160
| /* confdefs.h */
161
| #define PACKAGE_NAME "audacious"
162
| #define PACKAGE_TARNAME "audacious"
163
| #define PACKAGE_VERSION "3.3.2"
164
| #define PACKAGE_STRING "audacious 3.3.2"
165
| #define PACKAGE_BUGREPORT ""
166
| #define PACKAGE_URL ""
167
| #define PACKAGE "audacious"
168
| #define VERSION "3.3.2"
169
| /* end confdefs.h.  */
170
| #include <ac_nonexistent.h>
171
configure:3843: result: gcc -E
172
configure:3863: gcc -E  conftest.c
173
configure:3863: $? = 0
174
configure:3877: gcc -E  conftest.c
175
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
176
compilation terminated.
177
configure:3877: $? = 1
178
configure: failed program was:
179
| /* confdefs.h */
180
| #define PACKAGE_NAME "audacious"
181
| #define PACKAGE_TARNAME "audacious"
182
| #define PACKAGE_VERSION "3.3.2"
183
| #define PACKAGE_STRING "audacious 3.3.2"
184
| #define PACKAGE_BUGREPORT ""
185
| #define PACKAGE_URL ""
186
| #define PACKAGE "audacious"
187
| #define VERSION "3.3.2"
188
| /* end confdefs.h.  */
189
| #include <ac_nonexistent.h>
190
configure:3906: checking for grep that handles long lines and -e
191
configure:3964: result: /bin/grep
192
configure:3969: checking for egrep
193
configure:4031: result: /bin/grep -E
194
configure:4036: checking for ANSI C header files
195
configure:4056: gcc -c -fPIC  conftest.c >&5
196
configure:4056: $? = 0
197
configure:4129: gcc -o conftest -fPIC   conftest.c  >&5
198
configure:4129: $? = 0
199
configure:4129: ./conftest
200
configure:4129: $? = 0
201
configure:4140: result: yes
202
configure:4153: checking for sys/types.h
203
configure:4153: gcc -c -fPIC  conftest.c >&5
204
configure:4153: $? = 0
205
configure:4153: result: yes
206
configure:4153: checking for sys/stat.h
207
configure:4153: gcc -c -fPIC  conftest.c >&5
208
configure:4153: $? = 0
209
configure:4153: result: yes
210
configure:4153: checking for stdlib.h
211
configure:4153: gcc -c -fPIC  conftest.c >&5
212
configure:4153: $? = 0
213
configure:4153: result: yes
214
configure:4153: checking for string.h
215
configure:4153: gcc -c -fPIC  conftest.c >&5
216
configure:4153: $? = 0
217
configure:4153: result: yes
218
configure:4153: checking for memory.h
219
configure:4153: gcc -c -fPIC  conftest.c >&5
220
configure:4153: $? = 0
221
configure:4153: result: yes
222
configure:4153: checking for strings.h
223
configure:4153: gcc -c -fPIC  conftest.c >&5
224
configure:4153: $? = 0
225
configure:4153: result: yes
226
configure:4153: checking for inttypes.h
227
configure:4153: gcc -c -fPIC  conftest.c >&5
228
configure:4153: $? = 0
229
configure:4153: result: yes
230
configure:4153: checking for stdint.h
231
configure:4153: gcc -c -fPIC  conftest.c >&5
232
configure:4153: $? = 0
233
configure:4153: result: yes
234
configure:4153: checking for unistd.h
235
configure:4153: gcc -c -fPIC  conftest.c >&5
236
configure:4153: $? = 0
237
configure:4153: result: yes
238
configure:4165: checking whether byte ordering is bigendian
239
configure:4180: gcc -c -fPIC  conftest.c >&5
240
conftest.c:22:9: error: unknown type name 'not'
241
conftest.c:22:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
242
conftest.c:22:15: error: unknown type name 'universal'
243
configure:4180: $? = 1
244
configure: failed program was:
245
| /* confdefs.h */
246
| #define PACKAGE_NAME "audacious"
247
| #define PACKAGE_TARNAME "audacious"
248
| #define PACKAGE_VERSION "3.3.2"
249
| #define PACKAGE_STRING "audacious 3.3.2"
250
| #define PACKAGE_BUGREPORT ""
251
| #define PACKAGE_URL ""
252
| #define PACKAGE "audacious"
253
| #define VERSION "3.3.2"
254
| #define STDC_HEADERS 1
255
| #define HAVE_SYS_TYPES_H 1
256
| #define HAVE_SYS_STAT_H 1
257
| #define HAVE_STDLIB_H 1
258
| #define HAVE_STRING_H 1
259
| #define HAVE_MEMORY_H 1
260
| #define HAVE_STRINGS_H 1
261
| #define HAVE_INTTYPES_H 1
262
| #define HAVE_STDINT_H 1
263
| #define HAVE_UNISTD_H 1
264
| /* end confdefs.h.  */
265
| #ifndef __APPLE_CC__
266
| 	       not a universal capable compiler
267
| 	     #endif
268
| 	     typedef int dummy;
269
| 
270
configure:4225: gcc -c -fPIC  conftest.c >&5
271
configure:4225: $? = 0
272
configure:4243: gcc -c -fPIC  conftest.c >&5
273
conftest.c: In function 'main':
274
conftest.c:28:4: error: unknown type name 'not'
275
conftest.c:28:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
276
configure:4243: $? = 1
277
configure: failed program was:
278
| /* confdefs.h */
279
| #define PACKAGE_NAME "audacious"
280
| #define PACKAGE_TARNAME "audacious"
281
| #define PACKAGE_VERSION "3.3.2"
282
| #define PACKAGE_STRING "audacious 3.3.2"
283
| #define PACKAGE_BUGREPORT ""
284
| #define PACKAGE_URL ""
285
| #define PACKAGE "audacious"
286
| #define VERSION "3.3.2"
287
| #define STDC_HEADERS 1
288
| #define HAVE_SYS_TYPES_H 1
289
| #define HAVE_SYS_STAT_H 1
290
| #define HAVE_STDLIB_H 1
291
| #define HAVE_STRING_H 1
292
| #define HAVE_MEMORY_H 1
293
| #define HAVE_STRINGS_H 1
294
| #define HAVE_INTTYPES_H 1
295
| #define HAVE_STDINT_H 1
296
| #define HAVE_UNISTD_H 1
297
| /* end confdefs.h.  */
298
| #include <sys/types.h>
299
| 		#include <sys/param.h>
300
| 
301
| int
302
| main ()
303
| {
304
| #if BYTE_ORDER != BIG_ENDIAN
305
| 		 not big endian
306
| 		#endif
307
| 
308
|   ;
309
|   return 0;
310
| }
311
configure:4371: result: no
312
configure:4396: checking for special C compiler options needed for large files
313
configure:4441: result: no
314
configure:4447: checking for _FILE_OFFSET_BITS value needed for large files
315
configure:4472: gcc -c -fPIC  conftest.c >&5
316
configure:4472: $? = 0
317
configure:4504: result: no
318
configure:4643: checking for pkg-config
319
configure:4661: found /usr/bin/pkg-config
320
configure:4673: result: /usr/bin/pkg-config
321
configure:4698: checking pkg-config is at least version 0.9.0
322
configure:4701: result: yes
323
configure:4721: checking whether the C/C++ compiler supports -Wtype-limits
324
configure:4736: gcc -c -fPIC -std=gnu99 -Wall -pipe -Wtype-limits -Werror  conftest.c >&5
325
configure:4736: $? = 0
326
configure:4738: result: yes
327
configure:4754: checking for Linux
328
configure:4758: result: yes
329
configure:4769: checking for GNU make
330
configure:4785: result: make
331
configure:4793: checking whether ln -s works
332
configure:4797: result: yes
333
configure:4804: checking whether make sets $(MAKE)
334
configure:4826: result: yes
335
configure:4837: checking for rm
336
configure:4855: found /bin/rm
337
configure:4867: result: /bin/rm
338
configure:4877: checking for mv
339
configure:4895: found /bin/mv
340
configure:4907: result: /bin/mv
341
configure:4917: checking for cp
342
configure:4935: found /bin/cp
343
configure:4947: result: /bin/cp
344
configure:4957: checking for ar
345
configure:4975: found /usr/bin/ar
346
configure:4987: result: /usr/bin/ar
347
configure:4997: checking for tr
348
configure:5015: found /bin/tr
349
configure:5027: result: /bin/tr
350
configure:5037: checking for ranlib
351
configure:5055: found /usr/bin/ranlib
352
configure:5067: result: /usr/bin/ranlib
353
configure:5077: checking for windres
354
configure:5095: found /usr/bin/windres
355
configure:5107: result: /usr/bin/windres
356
configure:5116: checking for library containing pthread_create
357
configure:5147: gcc -o conftest -fPIC -std=gnu99 -Wall -pipe -Wtype-limits   -Wl,-z,defs conftest.c  >&5
358
/tmp/ccX2vL7G.o: In function `main':
359
conftest.c:(.text+0xa): undefined reference to `pthread_create'
360
collect2: error: ld returned 1 exit status
361
configure:5147: $? = 1
362
configure: failed program was:
363
| /* confdefs.h */
364
| #define PACKAGE_NAME "audacious"
365
| #define PACKAGE_TARNAME "audacious"
366
| #define PACKAGE_VERSION "3.3.2"
367
| #define PACKAGE_STRING "audacious 3.3.2"
368
| #define PACKAGE_BUGREPORT ""
369
| #define PACKAGE_URL ""
370
| #define PACKAGE "audacious"
371
| #define VERSION "3.3.2"
372
| #define STDC_HEADERS 1
373
| #define HAVE_SYS_TYPES_H 1
374
| #define HAVE_SYS_STAT_H 1
375
| #define HAVE_STDLIB_H 1
376
| #define HAVE_STRING_H 1
377
| #define HAVE_MEMORY_H 1
378
| #define HAVE_STRINGS_H 1
379
| #define HAVE_INTTYPES_H 1
380
| #define HAVE_STDINT_H 1
381
| #define HAVE_UNISTD_H 1
382
| /* end confdefs.h.  */
383
| 
384
| /* Override any GCC internal prototype to avoid an error.
385
|    Use char because int might match the return type of a GCC
386
|    builtin and then its argument prototype would still apply.  */
387
| #ifdef __cplusplus
388
| extern "C"
389
| #endif
390
| char pthread_create ();
391
| int
392
| main ()
393
| {
394
| return pthread_create ();
395
|   ;
396
|   return 0;
397
| }
398
configure:5147: gcc -o conftest -fPIC -std=gnu99 -Wall -pipe -Wtype-limits   -Wl,-z,defs conftest.c -lpthread   >&5
399
configure:5147: $? = 0
400
configure:5164: result: -lpthread
401
configure:5176: checking for GLIB
402
configure:5183: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.16"
403
configure:5186: $? = 0
404
configure:5200: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.16"
405
configure:5203: $? = 0
406
configure:5283: result: yes
407
configure:5292: checking for GMODULE
408
configure:5299: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.16"
409
configure:5302: $? = 0
410
configure:5316: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.16"
411
configure:5319: $? = 0
412
configure:5399: result: yes
413
configure:5408: checking for GTHREAD
414
configure:5415: $PKG_CONFIG --exists --print-errors "gthread-2.0 >= 2.16"
415
configure:5418: $? = 0
416
configure:5432: $PKG_CONFIG --exists --print-errors "gthread-2.0 >= 2.16"
417
configure:5435: $? = 0
418
configure:5515: result: yes
419
configure:5524: checking for PANGO
420
configure:5531: $PKG_CONFIG --exists --print-errors "pango >= 1.20"
421
configure:5534: $? = 0
422
configure:5548: $PKG_CONFIG --exists --print-errors "pango >= 1.20"
423
configure:5551: $? = 0
424
configure:5631: result: yes
425
configure:5640: checking for CAIRO
426
configure:5647: $PKG_CONFIG --exists --print-errors "cairo >= 1.6"
427
configure:5650: $? = 0
428
configure:5664: $PKG_CONFIG --exists --print-errors "cairo >= 1.6"
429
configure:5667: $? = 0
430
configure:5747: result: yes
431
configure:5756: checking for GTK
432
configure:5763: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.0.0"
433
configure:5766: $? = 0
434
configure:5780: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.0.0"
435
configure:5783: $? = 0
436
configure:5863: result: yes
437
configure:5875: checking for tput
438
configure:5893: found /usr/bin/tput
439
configure:5905: result: /usr/bin/tput
440
configure:5987: checking for shared library system
441
configure:6051: result: GNU
442
configure:6085: checking whether byte ordering is bigendian
443
configure:6291: result: no
444
configure:6307: checking for Microsoft Windows
445
configure:6316: result: no
446
configure:6341: checking execinfo.h usability
447
configure:6341: gcc -c -fPIC -std=gnu99 -Wall -pipe -Wtype-limits -fvisibility=hidden  conftest.c >&5
448
configure:6341: $? = 0
449
configure:6341: result: yes
450
configure:6341: checking execinfo.h presence
451
configure:6341: gcc -E  conftest.c
452
configure:6341: $? = 0
453
configure:6341: result: yes
454
configure:6341: checking for execinfo.h
455
configure:6341: result: yes
456
configure:6341: checking regex.h usability
457
configure:6341: gcc -c -fPIC -std=gnu99 -Wall -pipe -Wtype-limits -fvisibility=hidden  conftest.c >&5
458
configure:6341: $? = 0
459
configure:6341: result: yes
460
configure:6341: checking regex.h presence
461
configure:6341: gcc -E  conftest.c
462
configure:6341: $? = 0
463
configure:6341: result: yes
464
configure:6341: checking for regex.h
465
configure:6341: result: yes
466
configure:6341: checking rxposix.h usability
467
configure:6341: gcc -c -fPIC -std=gnu99 -Wall -pipe -Wtype-limits -fvisibility=hidden  conftest.c >&5
468
conftest.c:58:21: fatal error: rxposix.h: No such file or directory
469
compilation terminated.
470
configure:6341: $? = 1
471
configure: failed program was:
472
| /* confdefs.h */
473
| #define PACKAGE_NAME "audacious"
474
| #define PACKAGE_TARNAME "audacious"
475
| #define PACKAGE_VERSION "3.3.2"
476
| #define PACKAGE_STRING "audacious 3.3.2"
477
| #define PACKAGE_BUGREPORT ""
478
| #define PACKAGE_URL ""
479
| #define PACKAGE "audacious"
480
| #define VERSION "3.3.2"
481
| #define STDC_HEADERS 1
482
| #define HAVE_SYS_TYPES_H 1
483
| #define HAVE_SYS_STAT_H 1
484
| #define HAVE_STDLIB_H 1
485
| #define HAVE_STRING_H 1
486
| #define HAVE_MEMORY_H 1
487
| #define HAVE_STRINGS_H 1
488
| #define HAVE_INTTYPES_H 1
489
| #define HAVE_STDINT_H 1
490
| #define HAVE_UNISTD_H 1
491
| #define PLUGIN_SUFFIX ".so"
492
| #define EXPORT __attribute__((visibility("default")))
493
| #define HAVE_EXECINFO_H 1
494
| #define HAVE_REGEX_H 1
495
| /* end confdefs.h.  */
496
| #include <stdio.h>
497
| #ifdef HAVE_SYS_TYPES_H
498
| # include <sys/types.h>
499
| #endif
500
| #ifdef HAVE_SYS_STAT_H
501
| # include <sys/stat.h>
502
| #endif
503
| #ifdef STDC_HEADERS
504
| # include <stdlib.h>
505
| # include <stddef.h>
506
| #else
507
| # ifdef HAVE_STDLIB_H
508
| #  include <stdlib.h>
509
| # endif
510
| #endif
511
| #ifdef HAVE_STRING_H
512
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
513
| #  include <memory.h>
514
| # endif
515
| # include <string.h>
516
| #endif
517
| #ifdef HAVE_STRINGS_H
518
| # include <strings.h>
519
| #endif
520
| #ifdef HAVE_INTTYPES_H
521
| # include <inttypes.h>
522
| #endif
523
| #ifdef HAVE_STDINT_H
524
| # include <stdint.h>
525
| #endif
526
| #ifdef HAVE_UNISTD_H
527
| # include <unistd.h>
528
| #endif
529
| #include <rxposix.h>
530
configure:6341: result: no
531
configure:6341: checking rxposix.h presence
532
configure:6341: gcc -E  conftest.c
533
conftest.c:25:21: fatal error: rxposix.h: No such file or directory
534
compilation terminated.
535
configure:6341: $? = 1
536
configure: failed program was:
537
| /* confdefs.h */
538
| #define PACKAGE_NAME "audacious"
539
| #define PACKAGE_TARNAME "audacious"
540
| #define PACKAGE_VERSION "3.3.2"
541
| #define PACKAGE_STRING "audacious 3.3.2"
542
| #define PACKAGE_BUGREPORT ""
543
| #define PACKAGE_URL ""
544
| #define PACKAGE "audacious"
545
| #define VERSION "3.3.2"
546
| #define STDC_HEADERS 1
547
| #define HAVE_SYS_TYPES_H 1
548
| #define HAVE_SYS_STAT_H 1
549
| #define HAVE_STDLIB_H 1
550
| #define HAVE_STRING_H 1
551
| #define HAVE_MEMORY_H 1
552
| #define HAVE_STRINGS_H 1
553
| #define HAVE_INTTYPES_H 1
554
| #define HAVE_STDINT_H 1
555
| #define HAVE_UNISTD_H 1
556
| #define PLUGIN_SUFFIX ".so"
557
| #define EXPORT __attribute__((visibility("default")))
558
| #define HAVE_EXECINFO_H 1
559
| #define HAVE_REGEX_H 1
560
| /* end confdefs.h.  */
561
| #include <rxposix.h>
562
configure:6341: result: no
563
configure:6341: checking for rxposix.h
564
configure:6341: result: no
565
configure:6341: checking rx/rxposix.h usability
566
configure:6341: gcc -c -fPIC -std=gnu99 -Wall -pipe -Wtype-limits -fvisibility=hidden  conftest.c >&5
567
conftest.c:58:24: fatal error: rx/rxposix.h: No such file or directory
568
compilation terminated.
569
configure:6341: $? = 1
570
configure: failed program was:
571
| /* confdefs.h */
572
| #define PACKAGE_NAME "audacious"
573
| #define PACKAGE_TARNAME "audacious"
574
| #define PACKAGE_VERSION "3.3.2"
575
| #define PACKAGE_STRING "audacious 3.3.2"
576
| #define PACKAGE_BUGREPORT ""
577
| #define PACKAGE_URL ""
578
| #define PACKAGE "audacious"
579
| #define VERSION "3.3.2"
580
| #define STDC_HEADERS 1
581
| #define HAVE_SYS_TYPES_H 1
582
| #define HAVE_SYS_STAT_H 1
583
| #define HAVE_STDLIB_H 1
584
| #define HAVE_STRING_H 1
585
| #define HAVE_MEMORY_H 1
586
| #define HAVE_STRINGS_H 1
587
| #define HAVE_INTTYPES_H 1
588
| #define HAVE_STDINT_H 1
589
| #define HAVE_UNISTD_H 1
590
| #define PLUGIN_SUFFIX ".so"
591
| #define EXPORT __attribute__((visibility("default")))
592
| #define HAVE_EXECINFO_H 1
593
| #define HAVE_REGEX_H 1
594
| /* end confdefs.h.  */
595
| #include <stdio.h>
596
| #ifdef HAVE_SYS_TYPES_H
597
| # include <sys/types.h>
598
| #endif
599
| #ifdef HAVE_SYS_STAT_H
600
| # include <sys/stat.h>
601
| #endif
602
| #ifdef STDC_HEADERS
603
| # include <stdlib.h>
604
| # include <stddef.h>
605
| #else
606
| # ifdef HAVE_STDLIB_H
607
| #  include <stdlib.h>
608
| # endif
609
| #endif
610
| #ifdef HAVE_STRING_H
611
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612
| #  include <memory.h>
613
| # endif
614
| # include <string.h>
615
| #endif
616
| #ifdef HAVE_STRINGS_H
617
| # include <strings.h>
618
| #endif
619
| #ifdef HAVE_INTTYPES_H
620
| # include <inttypes.h>
621
| #endif
622
| #ifdef HAVE_STDINT_H
623
| # include <stdint.h>
624
| #endif
625
| #ifdef HAVE_UNISTD_H
626
| # include <unistd.h>
627
| #endif
628
| #include <rx/rxposix.h>
629
configure:6341: result: no
630
configure:6341: checking rx/rxposix.h presence
631
configure:6341: gcc -E  conftest.c
632
conftest.c:25:24: fatal error: rx/rxposix.h: No such file or directory
633
compilation terminated.
634
configure:6341: $? = 1
635
configure: failed program was:
636
| /* confdefs.h */
637
| #define PACKAGE_NAME "audacious"
638
| #define PACKAGE_TARNAME "audacious"
639
| #define PACKAGE_VERSION "3.3.2"
640
| #define PACKAGE_STRING "audacious 3.3.2"
641
| #define PACKAGE_BUGREPORT ""
642
| #define PACKAGE_URL ""
643
| #define PACKAGE "audacious"
644
| #define VERSION "3.3.2"
645
| #define STDC_HEADERS 1
646
| #define HAVE_SYS_TYPES_H 1
647
| #define HAVE_SYS_STAT_H 1
648
| #define HAVE_STDLIB_H 1
649
| #define HAVE_STRING_H 1
650
| #define HAVE_MEMORY_H 1
651
| #define HAVE_STRINGS_H 1
652
| #define HAVE_INTTYPES_H 1
653
| #define HAVE_STDINT_H 1
654
| #define HAVE_UNISTD_H 1
655
| #define PLUGIN_SUFFIX ".so"
656
| #define EXPORT __attribute__((visibility("default")))
657
| #define HAVE_EXECINFO_H 1
658
| #define HAVE_REGEX_H 1
659
| /* end confdefs.h.  */
660
| #include <rx/rxposix.h>
661
configure:6341: result: no
662
configure:6341: checking for rx/rxposix.h
663
configure:6341: result: no
664
configure:6354: checking for sigwait
665
configure:6354: gcc -o conftest -fPIC -std=gnu99 -Wall -pipe -Wtype-limits -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  >&5
666
configure:6354: $? = 0
667
configure:6354: result: yes
668
configure:6354: checking for backtrace
669
configure:6354: gcc -o conftest -fPIC -std=gnu99 -Wall -pipe -Wtype-limits -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  >&5
670
configure:6354: $? = 0
671
configure:6354: result: yes
672
configure:6364: checking for cexpf
673
configure:6380: gcc -o conftest -fPIC -std=gnu99 -Wall -pipe -Wtype-limits -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  -lm >&5
674
configure:6380: $? = 0
675
configure:6381: result: yes
676
configure:6394: checking for /proc/self/exe
677
configure:6397: result: yes
678
configure:6421: checking for a BSD-compatible install
679
configure:6489: result: /bin/ginstall -c
680
configure:6500: checking for a thread-safe mkdir -p
681
configure:6539: result: /bin/mkdir -p
682
configure:6550: checking whether NLS is requested
683
configure:6559: result: yes
684
configure:6600: checking for msgfmt
685
configure: trying /usr/bin/msgfmt...
686
0 translated messages.
687
configure:6632: result: /usr/bin/msgfmt
688
configure:6641: checking for gmsgfmt
689
configure:6672: result: /usr/bin/msgfmt
690
configure:6723: checking for xgettext
691
configure: trying /usr/bin/xgettext...
692
/usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
693
configure:6755: result: /usr/bin/xgettext
694
configure:6801: checking for msgmerge
695
configure: trying /usr/bin/msgmerge...
696
configure:6832: result: /usr/bin/msgmerge
697
configure:6889: checking for ld used by GCC
698
configure:6953: result: /usr/x86_64-slackware-linux/bin/ld
699
configure:6960: checking if the linker (/usr/x86_64-slackware-linux/bin/ld) is GNU ld
700
configure:6973: result: yes
701
configure:6980: checking for shared library run path origin
702
configure:6993: result: done
703
configure:7565: checking for CFPreferencesCopyAppValue
704
configure:7583: gcc -o conftest -fPIC -std=gnu99 -Wall -pipe -Wtype-limits -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  -Wl,-framework -Wl,CoreFoundation >&5
705
conftest.c:29:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
706
compilation terminated.
707
configure:7583: $? = 1
708
configure: failed program was:
709
| /* confdefs.h */
710
| #define PACKAGE_NAME "audacious"
711
| #define PACKAGE_TARNAME "audacious"
712
| #define PACKAGE_VERSION "3.3.2"
713
| #define PACKAGE_STRING "audacious 3.3.2"
714
| #define PACKAGE_BUGREPORT ""
715
| #define PACKAGE_URL ""
716
| #define PACKAGE "audacious"
717
| #define VERSION "3.3.2"
718
| #define STDC_HEADERS 1
719
| #define HAVE_SYS_TYPES_H 1
720
| #define HAVE_SYS_STAT_H 1
721
| #define HAVE_STDLIB_H 1
722
| #define HAVE_STRING_H 1
723
| #define HAVE_MEMORY_H 1
724
| #define HAVE_STRINGS_H 1
725
| #define HAVE_INTTYPES_H 1
726
| #define HAVE_STDINT_H 1
727
| #define HAVE_UNISTD_H 1
728
| #define PLUGIN_SUFFIX ".so"
729
| #define EXPORT __attribute__((visibility("default")))
730
| #define HAVE_EXECINFO_H 1
731
| #define HAVE_REGEX_H 1
732
| #define HAVE_SIGWAIT 1
733
| #define HAVE_BACKTRACE 1
734
| #define HAVE_CEXPF 1
735
| #define HAVE_PROC_SELF_EXE 1
736
| /* end confdefs.h.  */
737
| #include <CoreFoundation/CFPreferences.h>
738
| int
739
| main ()
740
| {
741
| CFPreferencesCopyAppValue(NULL, NULL)
742
|   ;
743
|   return 0;
744
| }
745
configure:7592: result: no
746
configure:7599: checking for CFLocaleCopyCurrent
747
configure:7617: gcc -o conftest -fPIC -std=gnu99 -Wall -pipe -Wtype-limits -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  -Wl,-framework -Wl,CoreFoundation >&5
748
conftest.c:29:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
749
compilation terminated.
750
configure:7617: $? = 1
751
configure: failed program was:
752
| /* confdefs.h */
753
| #define PACKAGE_NAME "audacious"
754
| #define PACKAGE_TARNAME "audacious"
755
| #define PACKAGE_VERSION "3.3.2"
756
| #define PACKAGE_STRING "audacious 3.3.2"
757
| #define PACKAGE_BUGREPORT ""
758
| #define PACKAGE_URL ""
759
| #define PACKAGE "audacious"
760
| #define VERSION "3.3.2"
761
| #define STDC_HEADERS 1
762
| #define HAVE_SYS_TYPES_H 1
763
| #define HAVE_SYS_STAT_H 1
764
| #define HAVE_STDLIB_H 1
765
| #define HAVE_STRING_H 1
766
| #define HAVE_MEMORY_H 1
767
| #define HAVE_STRINGS_H 1
768
| #define HAVE_INTTYPES_H 1
769
| #define HAVE_STDINT_H 1
770
| #define HAVE_UNISTD_H 1
771
| #define PLUGIN_SUFFIX ".so"
772
| #define EXPORT __attribute__((visibility("default")))
773
| #define HAVE_EXECINFO_H 1
774
| #define HAVE_REGEX_H 1
775
| #define HAVE_SIGWAIT 1
776
| #define HAVE_BACKTRACE 1
777
| #define HAVE_CEXPF 1
778
| #define HAVE_PROC_SELF_EXE 1
779
| /* end confdefs.h.  */
780
| #include <CoreFoundation/CFLocale.h>
781
| int
782
| main ()
783
| {
784
| CFLocaleCopyCurrent();
785
|   ;
786
|   return 0;
787
| }
788
configure:7626: result: no
789
configure:7675: checking for GNU gettext in libc
790
configure:7695: gcc -o conftest -fPIC -std=gnu99 -Wall -pipe -Wtype-limits -fvisibility=hidden   -Wl,-z,defs conftest.c -lpthread  >&5
791
configure:7695: $? = 0
792
configure:7704: result: yes
793
configure:8495: checking whether to use NLS
794
configure:8497: result: yes
795
configure:8500: checking where the gettext function comes from
796
configure:8511: result: libc
797
configure:8607: checking for audacious
798
configure:8625: found /usr/bin/audacious
799
configure:8638: result: /usr/bin/audacious
800
configure:8693: checking for LIBGUESS
801
configure:8700: $PKG_CONFIG --exists --print-errors "libguess >= 1.1"
802
Package libguess was not found in the pkg-config search path.
803
Perhaps you should add the directory containing `libguess.pc'
804
to the PKG_CONFIG_PATH environment variable
805
No package 'libguess' found
806
configure:8703: $? = 1
807
configure:8717: $PKG_CONFIG --exists --print-errors "libguess >= 1.1"
808
Package libguess was not found in the pkg-config search path.
809
Perhaps you should add the directory containing `libguess.pc'
810
to the PKG_CONFIG_PATH environment variable
811
No package 'libguess' found
812
configure:8720: $? = 1
813
configure:8734: result: no
814
No package 'libguess' found
815
configure:8791: checking for DBUS
816
configure:8798: $PKG_CONFIG --exists --print-errors "dbus-1 >= 0.60 dbus-glib-1 >= 0.60 gthread-2.0"
817
configure:8801: $? = 0
818
configure:8815: $PKG_CONFIG --exists --print-errors "dbus-1 >= 0.60 dbus-glib-1 >= 0.60 gthread-2.0"
819
configure:8818: $? = 0
820
configure:8856: result: yes
821
configure:8863: checking for dbus-binding-tool
822
configure:8881: found /usr/bin/dbus-binding-tool
823
configure:8894: result: /usr/bin/dbus-binding-tool
824
configure:8904: checking for glib-genmarshal
825
configure:8922: found /usr/bin/glib-genmarshal
826
configure:8935: result: /usr/bin/glib-genmarshal
827
configure:9162: checking for regcomp in -lc
828
configure:9187: gcc -o conftest -fPIC -std=gnu99 -Wall -pipe -Wtype-limits -fvisibility=hidden   -Wl,-z,defs -Wl,-rpath,${libdir} conftest.c -lc  -lpthread   >&5
829
configure:9187: $? = 0
830
configure:9196: result: yes
831
configure:9292: checking regex library type
832
configure:9294: result: gnu
833
configure:9528: creating ./config.status
834

    
835
## ---------------------- ##
836
## Running config.status. ##
837
## ---------------------- ##
838

    
839
This file was extended by audacious config.status 3.3.2, which was
840
generated by GNU Autoconf 2.69.  Invocation command line was
841

    
842
  CONFIG_FILES    = 
843
  CONFIG_HEADERS  = 
844
  CONFIG_LINKS    = 
845
  CONFIG_COMMANDS = 
846
  $ ./config.status 
847

    
848
on oleg
849

    
850
config.status:969: creating audacious.pc
851
config.status:1077: WARNING:  'audacious.pc.in' seems to ignore the --datarootdir setting
852
config.status:969: creating audclient.pc
853
config.status:1077: WARNING:  'audclient.pc.in' seems to ignore the --datarootdir setting
854
config.status:969: creating buildsys.mk
855
config.status:969: creating extra.mk
856
config.status:1128: WARNING: extra.mk contains a reference to the variable `datarootdir'
857
which seems to be undefined.  Please make sure it is defined
858
config.status:969: creating man/audtool.1
859
config.status:969: creating man/audacious.1
860
config.status:969: creating src/libaudcore/audio.h
861
config.status:969: creating config.h
862
config.status:1164: executing depfiles commands
863
config.status:1164: executing po-directories commands
864

    
865
## ---------------- ##
866
## Cache variables. ##
867
## ---------------- ##
868

    
869
_cv_gnu_make_command=make
870
ac_cv_build=x86_64-slackware-linux-gnu
871
ac_cv_c_bigendian=no
872
ac_cv_c_compiler_gnu=yes
873
ac_cv_cxx_compiler_gnu=yes
874
ac_cv_env_CAIRO_CFLAGS_set=
875
ac_cv_env_CAIRO_CFLAGS_value=
876
ac_cv_env_CAIRO_LIBS_set=
877
ac_cv_env_CAIRO_LIBS_value=
878
ac_cv_env_CCASFLAGS_set=
879
ac_cv_env_CCASFLAGS_value=
880
ac_cv_env_CCAS_set=
881
ac_cv_env_CCAS_value=
882
ac_cv_env_CCC_set=
883
ac_cv_env_CCC_value=
884
ac_cv_env_CC_set=
885
ac_cv_env_CC_value=
886
ac_cv_env_CFLAGS_set=set
887
ac_cv_env_CFLAGS_value=-fPIC
888
ac_cv_env_CPPFLAGS_set=
889
ac_cv_env_CPPFLAGS_value=
890
ac_cv_env_CPP_set=
891
ac_cv_env_CPP_value=
892
ac_cv_env_CXXFLAGS_set=
893
ac_cv_env_CXXFLAGS_value=
894
ac_cv_env_CXX_set=
895
ac_cv_env_CXX_value=
896
ac_cv_env_DBUS_CFLAGS_set=
897
ac_cv_env_DBUS_CFLAGS_value=
898
ac_cv_env_DBUS_LIBS_set=
899
ac_cv_env_DBUS_LIBS_value=
900
ac_cv_env_GLIB_CFLAGS_set=
901
ac_cv_env_GLIB_CFLAGS_value=
902
ac_cv_env_GLIB_LIBS_set=
903
ac_cv_env_GLIB_LIBS_value=
904
ac_cv_env_GMODULE_CFLAGS_set=
905
ac_cv_env_GMODULE_CFLAGS_value=
906
ac_cv_env_GMODULE_LIBS_set=
907
ac_cv_env_GMODULE_LIBS_value=
908
ac_cv_env_GTHREAD_CFLAGS_set=
909
ac_cv_env_GTHREAD_CFLAGS_value=
910
ac_cv_env_GTHREAD_LIBS_set=
911
ac_cv_env_GTHREAD_LIBS_value=
912
ac_cv_env_GTK_CFLAGS_set=
913
ac_cv_env_GTK_CFLAGS_value=
914
ac_cv_env_GTK_LIBS_set=
915
ac_cv_env_GTK_LIBS_value=
916
ac_cv_env_LDFLAGS_set=
917
ac_cv_env_LDFLAGS_value=
918
ac_cv_env_LIBGUESS_CFLAGS_set=
919
ac_cv_env_LIBGUESS_CFLAGS_value=
920
ac_cv_env_LIBGUESS_LIBS_set=
921
ac_cv_env_LIBGUESS_LIBS_value=
922
ac_cv_env_LIBPCRE_CFLAGS_set=
923
ac_cv_env_LIBPCRE_CFLAGS_value=
924
ac_cv_env_LIBPCRE_LIBS_set=
925
ac_cv_env_LIBPCRE_LIBS_value=
926
ac_cv_env_LIBS_set=
927
ac_cv_env_LIBS_value=
928
ac_cv_env_PANGO_CFLAGS_set=
929
ac_cv_env_PANGO_CFLAGS_value=
930
ac_cv_env_PANGO_LIBS_set=
931
ac_cv_env_PANGO_LIBS_value=
932
ac_cv_env_PKG_CONFIG_LIBDIR_set=
933
ac_cv_env_PKG_CONFIG_LIBDIR_value=
934
ac_cv_env_PKG_CONFIG_PATH_set=set
935
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig
936
ac_cv_env_PKG_CONFIG_set=
937
ac_cv_env_PKG_CONFIG_value=
938
ac_cv_env_build_alias_set=set
939
ac_cv_env_build_alias_value=x86_64-slackware-linux
940
ac_cv_env_host_alias_set=
941
ac_cv_env_host_alias_value=
942
ac_cv_env_target_alias_set=
943
ac_cv_env_target_alias_value=
944
ac_cv_func_backtrace=yes
945
ac_cv_func_sigwait=yes
946
ac_cv_header_execinfo_h=yes
947
ac_cv_header_inttypes_h=yes
948
ac_cv_header_memory_h=yes
949
ac_cv_header_regex_h=yes
950
ac_cv_header_rx_rxposix_h=no
951
ac_cv_header_rxposix_h=no
952
ac_cv_header_stdc=yes
953
ac_cv_header_stdint_h=yes
954
ac_cv_header_stdlib_h=yes
955
ac_cv_header_string_h=yes
956
ac_cv_header_strings_h=yes
957
ac_cv_header_sys_stat_h=yes
958
ac_cv_header_sys_types_h=yes
959
ac_cv_header_unistd_h=yes
960
ac_cv_host=x86_64-slackware-linux-gnu
961
ac_cv_lib_c_regcomp=yes
962
ac_cv_objext=o
963
ac_cv_path_AR=/usr/bin/ar
964
ac_cv_path_AUDACIOUS_PATH=/usr/bin/audacious
965
ac_cv_path_CP=/bin/cp
966
ac_cv_path_DBUS_BINDING_TOOL=/usr/bin/dbus-binding-tool
967
ac_cv_path_EGREP='/bin/grep -E'
968
ac_cv_path_GLIB_GENMARSHAL=/usr/bin/glib-genmarshal
969
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
970
ac_cv_path_GREP=/bin/grep
971
ac_cv_path_MSGFMT=/usr/bin/msgfmt
972
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
973
ac_cv_path_MV=/bin/mv
974
ac_cv_path_RANLIB=/usr/bin/ranlib
975
ac_cv_path_RM=/bin/rm
976
ac_cv_path_TPUT=/usr/bin/tput
977
ac_cv_path_TR=/bin/tr
978
ac_cv_path_WINDRES=/usr/bin/windres
979
ac_cv_path_XGETTEXT=/usr/bin/xgettext
980
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
981
ac_cv_path_install='/bin/ginstall -c'
982
ac_cv_path_mkdir=/bin/mkdir
983
ac_cv_prog_CPP='gcc -E'
984
ac_cv_prog_ac_ct_CC=gcc
985
ac_cv_prog_ac_ct_CXX=g++
986
ac_cv_prog_cc_c89=
987
ac_cv_prog_cc_g=yes
988
ac_cv_prog_cxx_g=yes
989
ac_cv_prog_make_make_set=yes
990
ac_cv_search_pthread_create=-lpthread
991
ac_cv_sys_file_offset_bits=no
992
ac_cv_sys_largefile_CC=no
993
ac_cv_target=x86_64-slackware-linux-gnu
994
acl_cv_hardcode_direct=no
995
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
996
acl_cv_hardcode_libdir_separator=
997
acl_cv_hardcode_minus_L=no
998
acl_cv_libext=a
999
acl_cv_libname_spec='lib$name'
1000
acl_cv_library_names_spec='$libname$shrext'
1001
acl_cv_path_LD=/usr/x86_64-slackware-linux/bin/ld
1002
acl_cv_prog_gnu_ld=yes
1003
acl_cv_rpath=done
1004
acl_cv_shlibext=so
1005
acl_cv_wl=-Wl,
1006
am_cv_CCAS_dependencies_compiler_type=none
1007
gt_cv_func_CFLocaleCopyCurrent=no
1008
gt_cv_func_CFPreferencesCopyAppValue=no
1009
gt_cv_func_gnugettext1_libc=yes
1010
pkg_cv_CAIRO_CFLAGS='-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14  '
1011
pkg_cv_CAIRO_LIBS='-lcairo  '
1012
pkg_cv_DBUS_CFLAGS='-pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
1013
pkg_cv_DBUS_LIBS='-pthread -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0  '
1014
pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
1015
pkg_cv_GLIB_LIBS='-lglib-2.0  '
1016
pkg_cv_GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
1017
pkg_cv_GMODULE_LIBS='-Wl,--export-dynamic -pthread -lgmodule-2.0 -lrt -lglib-2.0  '
1018
pkg_cv_GTHREAD_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
1019
pkg_cv_GTHREAD_LIBS='-pthread -lgthread-2.0 -lrt -lglib-2.0  '
1020
pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng14  '
1021
pkg_cv_GTK_LIBS='-lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0  '
1022
pkg_cv_PANGO_CFLAGS='-pthread -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
1023
pkg_cv_PANGO_LIBS='-lpango-1.0 -lgobject-2.0 -lglib-2.0  '
1024

    
1025
## ----------------- ##
1026
## Output variables. ##
1027
## ----------------- ##
1028

    
1029
AMDEPBACKSLASH='\'
1030
AMDEP_FALSE='#'
1031
AMDEP_TRUE=''
1032
AR='/usr/bin/ar'
1033
AUDACIOUS_DEFINES='-DPLUGINSUBS=\"Transport\",\"Input\",\"Output\",\"Effect\",\"General\",\"Visualization\",\"Container\",\"Discovery\" -DHARDCODE_BINDIR=\"${exec_prefix}/bin\" -DHARDCODE_DATADIR=\"${datarootdir}/audacious\" -DHARDCODE_PLUGINDIR=\"/usr/lib64/audacious\" -DHARDCODE_LOCALEDIR=\"${datarootdir}/locale\" -DHARDCODE_DESKTOPFILE=\"${datarootdir}/applications/audacious.desktop\" -DHARDCODE_ICONFILE=\"${datarootdir}/pixmaps/audacious.png\"'
1034
AUDACIOUS_PATH='/usr/bin/audacious'
1035
BIGENDIAN='0'
1036
CAIRO_CFLAGS='-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14  '
1037
CAIRO_LIBS='-lcairo  '
1038
CC='gcc'
1039
CCAS='gcc'
1040
CCASDEPMODE='depmode=none'
1041
CCASFLAGS='-fPIC'
1042
CFLAGS='-fPIC -std=gnu99 -Wall -pipe -Wtype-limits -fvisibility=hidden'
1043
CLEAN_LIB=''
1044
CONTAINER_PLUGIN_DIR='Container'
1045
CP='/bin/cp'
1046
CPP='gcc -E'
1047
CPPFLAGS=''
1048
CXX='g++'
1049
CXXFLAGS='-g -O2 -Wall -pipe -Wtype-limits -fvisibility=hidden'
1050
DBUS_BINDING_TOOL='/usr/bin/dbus-binding-tool'
1051
DBUS_CFLAGS='-pthread -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
1052
DBUS_LIBS='-pthread -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0  '
1053
DEFS='-DHAVE_CONFIG_H'
1054
DEPDIR='.deps'
1055
DISCOVERY_PLUGIN_DIR='Discovery'
1056
ECHO_C=''
1057
ECHO_N='-n'
1058
ECHO_T=''
1059
EFFECT_PLUGIN_DIR='Effect'
1060
EGREP='/bin/grep -E'
1061
EXEEXT=''
1062
GENERAL_PLUGIN_DIR='General'
1063
GETTEXT_MACRO_VERSION='0.18'
1064
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
1065
GLIB_GENMARSHAL='/usr/bin/glib-genmarshal'
1066
GLIB_LIBS='-lglib-2.0  '
1067
GMODULE_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
1068
GMODULE_LIBS='-Wl,--export-dynamic -pthread -lgmodule-2.0 -lrt -lglib-2.0  '
1069
GMSGFMT='/usr/bin/msgfmt'
1070
GMSGFMT_015='/usr/bin/msgfmt'
1071
GREP='/bin/grep'
1072
GTHREAD_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
1073
GTHREAD_LIBS='-pthread -lgthread-2.0 -lrt -lglib-2.0  '
1074
GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng14  '
1075
GTK_LIBS='-lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0  '
1076
HAVE_MSWINDOWS='no'
1077
INPUT_PLUGIN_DIR='Input'
1078
INSTALL_DATA='${INSTALL} -m 644'
1079
INSTALL_LIB='&& ${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0 && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i'
1080
INSTALL_PROGRAM='${INSTALL}'
1081
INSTALL_SCRIPT='${INSTALL}'
1082
INTLLIBS=''
1083
INTL_MACOSX_LIBS=''
1084
LDFLAGS=' -Wl,-z,defs -Wl,-rpath,${libdir}'
1085
LDFLAGS_RPATH='-Wl,-rpath,${libdir}'
1086
LIBAUDCLIENT_LDFLAGS='-laudclient'
1087
LIBGUESS_CFLAGS=''
1088
LIBGUESS_LIBS=''
1089
LIBICONV='-liconv'
1090
LIBINTL=''
1091
LIBOBJS=''
1092
LIBPCRE_CFLAGS=''
1093
LIBPCRE_LIBS=''
1094
LIBS='-lpthread  '
1095
LIB_CFLAGS='-fPIC -DPIC'
1096
LIB_LDFLAGS='-shared -Wl,-soname=${SHARED_LIB}.${LIB_MAJOR}'
1097
LIB_PREFIX='lib'
1098
LIB_SUFFIX='.so'
1099
LN_S='ln -s'
1100
LTLIBICONV='-liconv'
1101
LTLIBINTL=''
1102
LTLIBOBJS=''
1103
MAKE='make'
1104
MKDIR_P='/bin/mkdir -p'
1105
MSGFMT='/usr/bin/msgfmt'
1106
MSGFMT_015='/usr/bin/msgfmt'
1107
MSGMERGE='/usr/bin/msgmerge'
1108
MV='/bin/mv'
1109
OBJEXT='o'
1110
OUTPUT_PLUGIN_DIR='Output'
1111
PACKAGE='audacious'
1112
PACKAGE_BUGREPORT=''
1113
PACKAGE_NAME='audacious'
1114
PACKAGE_STRING='audacious 3.3.2'
1115
PACKAGE_TARNAME='audacious'
1116
PACKAGE_URL=''
1117
PACKAGE_VERSION='3.3.2'
1118
PANGO_CFLAGS='-pthread -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
1119
PANGO_LIBS='-lpango-1.0 -lgobject-2.0 -lglib-2.0  '
1120
PATH_SEPARATOR=':'
1121
PKG_CONFIG='/usr/bin/pkg-config'
1122
PKG_CONFIG_LIBDIR=''
1123
PKG_CONFIG_PATH='/usr/local/lib64/pkgconfig:/usr/lib64/pkgconfig'
1124
PLUGIN_CFLAGS='-fPIC -DPIC'
1125
PLUGIN_LDFLAGS='-shared'
1126
PLUGIN_SUFFIX='.so'
1127
POSUB='po'
1128
RANLIB='/usr/bin/ranlib'
1129
REGEX_CFLAGS=''
1130
REGEX_LIBS='-lc'
1131
RM='/bin/rm'
1132
SET_MAKE=''
1133
SHELL='/bin/sh'
1134
TERM_BOLD=''
1135
TERM_EL=''
1136
TERM_SETAF1=''
1137
TERM_SETAF2=''
1138
TERM_SETAF3=''
1139
TERM_SETAF4=''
1140
TERM_SETAF6=''
1141
TERM_SGR0='(B'
1142
TPUT='/usr/bin/tput'
1143
TR='/bin/tr'
1144
TRANSPORT_PLUGIN_DIR='Transport'
1145
UNINSTALL_LIB='&& rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0'
1146
USE_CHARDET='no'
1147
USE_DBUS='yes'
1148
USE_NLS='yes'
1149
VERSION='3.3.2'
1150
VISUALIZATION_PLUGIN_DIR='Visualization'
1151
WINDRES='/usr/bin/windres'
1152
XGETTEXT='/usr/bin/xgettext'
1153
XGETTEXT_015='/usr/bin/xgettext'
1154
XGETTEXT_EXTRA_OPTIONS=''
1155
ac_ct_CC='gcc'
1156
ac_ct_CXX='g++'
1157
am__fastdepCCAS_FALSE=''
1158
am__fastdepCCAS_TRUE='#'
1159
am__include='include'
1160
am__leading_dot='.'
1161
am__nodep='_no'
1162
am__quote=''
1163
bindir='${exec_prefix}/bin'
1164
build='x86_64-slackware-linux-gnu'
1165
build_alias='x86_64-slackware-linux'
1166
build_cpu='x86_64'
1167
build_os='linux-gnu'
1168
build_vendor='slackware'
1169
datadir='${datarootdir}'
1170
datarootdir='${prefix}/share'
1171
docdir='/usr/doc/audacious-3.3.2'
1172
dvidir='${docdir}'
1173
exec_prefix='${prefix}'
1174
host='x86_64-slackware-linux-gnu'
1175
host_alias=''
1176
host_cpu='x86_64'
1177
host_os='linux-gnu'
1178
host_vendor='slackware'
1179
htmldir='${docdir}'
1180
includedir='${prefix}/include'
1181
infodir='${datarootdir}/info'
1182
libdir='/usr/lib64'
1183
libexecdir='${exec_prefix}/libexec'
1184
localedir='${datarootdir}/locale'
1185
localstatedir='${prefix}/var'
1186
mandir='/usr/man'
1187
mkdir_p='/bin/mkdir -p'
1188
oldincludedir='/usr/include'
1189
pdfdir='${docdir}'
1190
plugindir='/usr/lib64/audacious'
1191
pluginsubs='\"Transport\",\"Input\",\"Output\",\"Effect\",\"General\",\"Visualization\",\"Container\",\"Discovery\"'
1192
prefix='/usr'
1193
program_transform_name='s,x,x,'
1194
psdir='${docdir}'
1195
sbindir='${exec_prefix}/sbin'
1196
sharedstatedir='${prefix}/com'
1197
sysconfdir='/etc'
1198
target='x86_64-slackware-linux-gnu'
1199
target_alias=''
1200
target_cpu='x86_64'
1201
target_os='linux-gnu'
1202
target_vendor='slackware'
1203

    
1204
## ----------- ##
1205
## confdefs.h. ##
1206
## ----------- ##
1207

    
1208
/* confdefs.h */
1209
#define PACKAGE_NAME "audacious"
1210
#define PACKAGE_TARNAME "audacious"
1211
#define PACKAGE_VERSION "3.3.2"
1212
#define PACKAGE_STRING "audacious 3.3.2"
1213
#define PACKAGE_BUGREPORT ""
1214
#define PACKAGE_URL ""
1215
#define PACKAGE "audacious"
1216
#define VERSION "3.3.2"
1217
#define STDC_HEADERS 1
1218
#define HAVE_SYS_TYPES_H 1
1219
#define HAVE_SYS_STAT_H 1
1220
#define HAVE_STDLIB_H 1
1221
#define HAVE_STRING_H 1
1222
#define HAVE_MEMORY_H 1
1223
#define HAVE_STRINGS_H 1
1224
#define HAVE_INTTYPES_H 1
1225
#define HAVE_STDINT_H 1
1226
#define HAVE_UNISTD_H 1
1227
#define PLUGIN_SUFFIX ".so"
1228
#define EXPORT __attribute__((visibility("default")))
1229
#define HAVE_EXECINFO_H 1
1230
#define HAVE_REGEX_H 1
1231
#define HAVE_SIGWAIT 1
1232
#define HAVE_BACKTRACE 1
1233
#define HAVE_CEXPF 1
1234
#define HAVE_PROC_SELF_EXE 1
1235
#define ENABLE_NLS 1
1236
#define HAVE_GETTEXT 1
1237
#define HAVE_DCGETTEXT 1
1238
#define BUILDSTAMP "unknown build"
1239
#define USE_DBUS 1
1240
#define USE_REGEX_GNU 1
1241

    
1242
configure: exit 0