aboutsummaryrefslogtreecommitdiff
path: root/config.log
blob: ed3905af6b292772414855186a2ed480d89af15e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
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.53.  Invocation command line was

  $ ./configure 

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

hostname = dhcp-60-101
uname -m = i686
uname -r = 2.5.7
uname -s = Linux
uname -v = #18 SMP Thu Jul 3 02:12:40 CEST 2003

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

/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/sbin
PATH: /sbin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/java/bin
PATH: /usr/local/bea/recyclers
PATH: /usr/local/kde/bin
PATH: /usr/lib/qt3/bin
PATH: /usr/local/ant/bin
PATH: /root/bin
PATH: /usr/local/java/bin
PATH: /usr/local/bea/recyclers
PATH: /usr/local/kde/bin
PATH: /usr/lib/qt3/bin
PATH: /usr/local/ant/bin
PATH: /usr/local/java/bin
PATH: /usr/local/bea/recyclers
PATH: /usr/local/kde/bin
PATH: /usr/lib/qt3/bin
PATH: /usr/local/ant/bin


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

configure:1208: checking for gcc
configure:1224: found /usr/bin/gcc
configure:1234: result: gcc
configure:1478: checking for C compiler version
configure:1481: gcc --version </dev/null >&5
gcc (GCC) 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk)
Copyright (C) 2002 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:1484: $? = 0
configure:1486: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk)
configure:1489: $? = 0
configure:1491: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1494: $? = 1
configure:1520: checking for C compiler default output
configure:1523: gcc    conftest.c  >&5
configure:1526: $? = 0
configure:1559: result: a.out
configure:1564: checking whether the C compiler works
configure:1570: ./a.out
configure:1573: $? = 0
configure:1588: result: yes
configure:1595: checking whether we are cross compiling
configure:1597: result: no
configure:1600: checking for suffix of executables
configure:1602: gcc -o conftest    conftest.c  >&5
configure:1605: $? = 0
configure:1627: result: 
configure:1633: checking for suffix of object files
configure:1657: gcc -c   conftest.c >&5
configure:1660: $? = 0
configure:1679: result: o
configure:1683: checking whether we are using the GNU C compiler
configure:1710: gcc -c   conftest.c >&5
configure:1713: $? = 0
configure:1716: test -s conftest.o
configure:1719: $? = 0
configure:1731: result: yes
configure:1737: checking whether gcc accepts -g
configure:1761: gcc -c -g  conftest.c >&5
configure:1764: $? = 0
configure:1767: test -s conftest.o
configure:1770: $? = 0
configure:1780: result: yes
configure:1807: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before "me"
configure:1810: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:1922: checking for strerror in -lcposix
configure:1955: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:1958: $? = 1
configure: failed program was:
#line 1929 "configure"
#include "confdefs.h"

/* 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 strerror ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
strerror ();
  ;
  return 0;
}
configure:1975: result: no
configure:2029: checking for gcc
configure:2055: result: gcc
configure:2299: checking for C compiler version
configure:2302: gcc --version </dev/null >&5
gcc (GCC) 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk)
Copyright (C) 2002 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:2305: $? = 0
configure:2307: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk)
configure:2310: $? = 0
configure:2312: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2315: $? = 1
configure:2318: checking whether we are using the GNU C compiler
configure:2366: result: yes
configure:2372: checking whether gcc accepts -g
configure:2415: result: yes
configure:2442: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before "me"
configure:2445: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2558: checking for gcc option to accept ANSI C
configure:2623: gcc  -c -g -O2  conftest.c >&5
configure:2626: $? = 0
configure:2629: test -s conftest.o
configure:2632: $? = 0
configure:2646: result: none needed
configure:2662: checking how to run the C preprocessor
configure:2688: gcc -E  conftest.c
configure:2694: $? = 0
configure:2721: gcc -E  conftest.c
configure:2717:28: ac_nonexistent.h: No such file or directory
configure:2727: $? = 1
configure: failed program was:
#line 2716 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2764: result: gcc -E
configure:2779: gcc -E  conftest.c
configure:2785: $? = 0
configure:2812: gcc -E  conftest.c
configure:2808:28: ac_nonexistent.h: No such file or directory
configure:2818: $? = 1
configure: failed program was:
#line 2807 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2858: checking for ANSI C header files
configure:2872: gcc -E  conftest.c
configure:2878: $? = 0
configure:2963: gcc -o conftest -g -O2   conftest.c  >&5
configure:2966: $? = 0
configure:2968: ./conftest
configure:2971: $? = 0
configure:2985: result: yes
configure:3032: checking for a BSD-compatible install
configure:3086: result: /usr/bin/install -c
configure:3097: checking whether make sets ${MAKE}
configure:3117: result: yes
configure:3126: checking whether build environment is sane
configure:3169: result: yes
configure:3172: checking whether to enable maintainer-specific portions of Makefiles
configure:3181: result: no
configure:3195: checking if malloc debugging is wanted
configure:3216: result: no
configure:3254: checking for imlib2-config
configure:3272: found /usr/local/bin/imlib2-config
configure:3285: result: /usr/local/bin/imlib2-config
configure:3292: checking for imlib2 - version >= 1.0.0
configure:3350: result: yes
configure:3415: checking for aalib-config
configure:3433: found /usr/local/bin/aalib-config
configure:3446: result: /usr/local/bin/aalib-config
configure:3453: checking for aalib - version >= 1.0.0
configure:3511: result: yes
configure:3544: checking for XWindowByProperty in -lMagick
configure:3577: gcc -o conftest -g -O2   conftest.c -lMagick -I/usr/X11R6/include -L/usr/X11R6/lib   >&5
configure:3580: $? = 0
configure:3583: test -s conftest
configure:3586: $? = 0
configure:3597: result: yes
configure:3613: checking for BZ2_bzBuffToBuffCompress in -lbz2
configure:3646: gcc -o conftest -g -O2   conftest.c -lbz2  -lMagick  >&5
configure:3649: $? = 0
configure:3652: test -s conftest
configure:3655: $? = 0
configure:3666: result: yes
configure:3682: checking for deflate in -lz
configure:3715: gcc -o conftest -g -O2   conftest.c -lz  -lbz2 -lMagick  >&5
configure:3718: $? = 0
configure:3721: test -s conftest
configure:3724: $? = 0
configure:3735: result: yes
configure:3751: checking for dlopen in -ldl
configure:3784: gcc -o conftest -g -O2   conftest.c -ldl  -lz -lbz2 -lMagick  >&5
configure:3787: $? = 0
configure:3790: test -s conftest
configure:3793: $? = 0
configure:3804: result: yes
configure:3820: checking for InitMP3 in -lmp3lame
configure:3853: gcc -o conftest -g -O2   conftest.c -lmp3lame -lm -ldl -lz -lbz2 -lMagick  >&5
configure:3856: $? = 0
configure:3859: test -s conftest
configure:3862: $? = 0
configure:3873: result: yes
configure:3889: checking for ogg_stream_init in -logg
configure:3922: gcc -o conftest -g -O2   conftest.c -logg -lm -lmp3lame -ldl -lz -lbz2 -lMagick  >&5
configure:3925: $? = 0
configure:3928: test -s conftest
configure:3931: $? = 0
configure:3942: result: yes
configure:3958: checking for vorbis_analysis_init in -lvorbis
configure:3991: gcc -o conftest -g -O2   conftest.c -lvorbis -lm -logg -lmp3lame -ldl -lz -lbz2 -lMagick  >&5
configure:3994: $? = 0
configure:3997: test -s conftest
configure:4000: $? = 0
configure:4011: result: yes
configure:4027: checking for vorbis_encode_setup_init in -lvorbisenc
configure:4060: gcc -o conftest -g -O2   conftest.c -lvorbisenc -lm -lvorbis -logg -lmp3lame -ldl -lz -lbz2 -lMagick  >&5
configure:4063: $? = 0
configure:4066: test -s conftest
configure:4069: $? = 0
configure:4080: result: yes
configure:4249: creating ./config.status

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

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

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

on dhcp-60-101

config.status:578: creating Makefile
config.status:578: creating system/Makefile
config.status:578: creating modules/Makefile

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

ac_cv_c_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_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_header_stdc=yes
ac_cv_lib_Magick_XWindowByProperty=yes
ac_cv_lib_bz2_BZ2_bzBuffToBuffCompress=yes
ac_cv_lib_cposix_strerror=no
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_mp3lame_InitMP3=yes
ac_cv_lib_ogg_ogg_stream_init=yes
ac_cv_lib_vorbis_vorbis_analysis_init=yes
ac_cv_lib_vorbisenc_vorbis_encode_setup_init=yes
ac_cv_lib_z_deflate=yes
ac_cv_objext=o
ac_cv_path_AALIB_CONFIG=/usr/local/bin/aalib-config
ac_cv_path_IMLIB2_CONFIG=/usr/local/bin/imlib2-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_prog_cc_stdc=

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

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define STDC_HEADERS 1
#define HAVE_LIBMAGICK 1
#define HAVE_LIBBZ2 1
#define HAVE_LIBZ 1
#define HAVE_LIBDL 1
#define HAVE_LIBMP3LAME 1
#define HAVE_LIBOGG 1
#define HAVE_LIBVORBIS 1
#define HAVE_LIBVORBISENC 1

configure: exit 0