File: config.log

package info (click to toggle)
pycaml 0.81-9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,644 kB
  • ctags: 414
  • sloc: sh: 5,132; ansic: 958; ml: 393; makefile: 81; python: 4
file content (395 lines) | stat: -rw-r--r-- 11,495 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
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.57.  Invocation command line was

  $ ./configure 

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

hostname = apprentice
uname -m = i686
uname -r = 2.6.0-test2
uname -s = Linux
uname -v = #6 SMP Thu Aug 14 14:51:24 CDT 2003

/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/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /home/arty/bin
PATH: /home/arty/garnome/bin
PATH: /usr/local/bin
PATH: /usr/local/j2sdk1.3/bin
PATH: /usr/local/ros/bin
PATH: /usr/local/bin
PATH: /usr/local/bin
PATH: /usr/local/j2sdk1.3/bin
PATH: /usr/local/ros/bin
PATH: /home/arty/bin
PATH: /usr/local/ocaml-3.07/bin


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

configure:1307: checking for gcc
configure:1323: found /usr/bin/gcc
configure:1333: result: gcc
configure:1577: checking for C compiler version
configure:1580: gcc --version </dev/null >&5
gcc (GCC) 3.3.1 (SuSE Linux)
Copyright (C) 2003 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:1583: $? = 0
configure:1585: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.1/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --enable-checking --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc version 3.3.1 (SuSE Linux)
configure:1588: $? = 0
configure:1590: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1593: $? = 1
configure:1617: checking for C compiler default output
configure:1620: gcc    conftest.c  >&5
configure:1623: $? = 0
configure:1669: result: a.out
configure:1674: checking whether the C compiler works
configure:1680: ./a.out
configure:1683: $? = 0
configure:1700: result: yes
configure:1707: checking whether we are cross compiling
configure:1709: result: no
configure:1712: checking for suffix of executables
configure:1714: gcc -o conftest    conftest.c  >&5
configure:1717: $? = 0
configure:1742: result: 
configure:1748: checking for suffix of object files
configure:1770: gcc -c   conftest.c >&5
configure:1773: $? = 0
configure:1795: result: o
configure:1799: checking whether we are using the GNU C compiler
configure:1824: gcc -c   conftest.c >&5
configure:1827: $? = 0
configure:1830: test -s conftest.o
configure:1833: $? = 0
configure:1846: result: yes
configure:1852: checking whether gcc accepts -g
configure:1874: gcc -c -g  conftest.c >&5
configure:1877: $? = 0
configure:1880: test -s conftest.o
configure:1883: $? = 0
configure:1894: result: yes
configure:1911: checking for gcc option to accept ANSI C
configure:1972: gcc  -c -g -O2  conftest.c >&5
configure:1975: $? = 0
configure:1978: test -s conftest.o
configure:1981: $? = 0
configure:1999: result: none needed
configure:2017: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2020: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2131: checking for main in -lpython
configure:2156: gcc -o conftest -g -O2   conftest.c -lpython   >&5
/usr/bin/ld: cannot find -lpython
collect2: ld returned 1 exit status
configure:2159: $? = 1
configure: failed program was:
| #line 2138 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| main ();
|   ;
|   return 0;
| }
configure:2177: result: no
configure:2194: checking how to run the C preprocessor
configure:2230: gcc -E  conftest.c
configure:2236: $? = 0
configure:2268: gcc -E  conftest.c
configure:2267:28: ac_nonexistent.h: No such file or directory
configure:2274: $? = 1
configure: failed program was:
| #line 2259 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2312: result: gcc -E
configure:2337: gcc -E  conftest.c
configure:2343: $? = 0
configure:2375: gcc -E  conftest.c
configure:2374:28: ac_nonexistent.h: No such file or directory
configure:2381: $? = 1
configure: failed program was:
| #line 2366 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2424: checking for egrep
configure:2434: result: grep -E
configure:2439: checking for ANSI C header files
configure:2465: gcc -c -g -O2  conftest.c >&5
configure:2468: $? = 0
configure:2471: test -s conftest.o
configure:2474: $? = 0
configure:2563: gcc -o conftest -g -O2   conftest.c  >&5
configure:2566: $? = 0
configure:2568: ./conftest
configure:2571: $? = 0
configure:2586: result: yes
configure:2610: checking for sys/types.h
configure:2627: gcc -c -g -O2  conftest.c >&5
configure:2630: $? = 0
configure:2633: test -s conftest.o
configure:2636: $? = 0
configure:2647: result: yes
configure:2610: checking for sys/stat.h
configure:2627: gcc -c -g -O2  conftest.c >&5
configure:2630: $? = 0
configure:2633: test -s conftest.o
configure:2636: $? = 0
configure:2647: result: yes
configure:2610: checking for stdlib.h
configure:2627: gcc -c -g -O2  conftest.c >&5
configure:2630: $? = 0
configure:2633: test -s conftest.o
configure:2636: $? = 0
configure:2647: result: yes
configure:2610: checking for string.h
configure:2627: gcc -c -g -O2  conftest.c >&5
configure:2630: $? = 0
configure:2633: test -s conftest.o
configure:2636: $? = 0
configure:2647: result: yes
configure:2610: checking for memory.h
configure:2627: gcc -c -g -O2  conftest.c >&5
configure:2630: $? = 0
configure:2633: test -s conftest.o
configure:2636: $? = 0
configure:2647: result: yes
configure:2610: checking for strings.h
configure:2627: gcc -c -g -O2  conftest.c >&5
configure:2630: $? = 0
configure:2633: test -s conftest.o
configure:2636: $? = 0
configure:2647: result: yes
configure:2610: checking for inttypes.h
configure:2627: gcc -c -g -O2  conftest.c >&5
configure:2630: $? = 0
configure:2633: test -s conftest.o
configure:2636: $? = 0
configure:2647: result: yes
configure:2610: checking for stdint.h
configure:2627: gcc -c -g -O2  conftest.c >&5
configure:2630: $? = 0
configure:2633: test -s conftest.o
configure:2636: $? = 0
configure:2647: result: yes
configure:2610: checking for unistd.h
configure:2627: gcc -c -g -O2  conftest.c >&5
configure:2630: $? = 0
configure:2633: test -s conftest.o
configure:2636: $? = 0
configure:2647: result: yes
configure:2664: checking for unistd.h
configure:2669: result: yes
configure:2802: checking for an ANSI C-conforming const
configure:2870: gcc -c -g -O2  conftest.c >&5
configure:2873: $? = 0
configure:2876: test -s conftest.o
configure:2879: $? = 0
configure:2890: result: yes
configure:2901: checking for ANSI C header files
configure:3048: result: yes
configure:3080: checking for python
configure:3098: found /usr/bin/python
configure:3110: result: /usr/bin/python
configure:3135: checking for Python header files
configure:3148: result: found
configure:3152: checking for Python library
configure:3180: result: found
configure:3191: checking for ldd
configure:3209: found /usr/bin/ldd
configure:3221: result: /usr/bin/ldd
configure:3228: checking for Python's dependencies
configure:3384: creating ./config.status

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

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

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

on apprentice

config.status:604: creating Makefile

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

ac_cv_c_compiler_gnu=yes
ac_cv_c_const=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_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_lib_python_main=no
ac_cv_objext=o
ac_cv_path_PYPACKAGE=/usr/bin/python
ac_cv_path_haveldd=/usr/bin/ldd
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'

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

CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -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_UNISTD_H=1 -DSTDC_HEADERS=1 '
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PYPACKAGE='/usr/bin/python'
PY_LIBS='-cclib -L/usr/lib/python2.3/config -cclib -lpython2.3   -cclib "-lpthread" -cclib "-ldl" -cclib "-lutil" -cclib "-lstdc++" -cclib "-lm" -cclib "-lgcc_s" -cclib "-lc"'
PY_PREFIX='/usr'
PY_VERSION='2.3'
SHELL='/bin/sh'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
haveldd='/usr/bin/ldd'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
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_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define STDC_HEADERS 1

configure: exit 0