aboutsummaryrefslogtreecommitdiff
path: root/scaf/config.log
blob: ae73e606474cdceca896fc4671ea7ef66146eabb (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
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
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 = vals
uname -m = i686
uname -r = 2.4.20sound
uname -s = Linux
uname -v = #1 SMP lun jul 7 04:41:54 CEST 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: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/games


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

configure:1300: checking for gcc
configure:1316: found /usr/bin/gcc
configure:1326: result: gcc
configure:1570: checking for C compiler version
configure:1573: gcc --version </dev/null >&5
gcc (GCC) 3.2.3 (Debian)
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:1576: $? = 0
configure:1578: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-linux/3.2.3/specs
Configured with: ../src/configure -v --enable-languages=c,c++,f77,objc,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.2 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-objc-gc i386-linux
Thread model: posix
gcc version 3.2.3 (Debian)
configure:1581: $? = 0
configure:1583: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1586: $? = 1
configure:1610: checking for C compiler default output
configure:1613: gcc    conftest.c  >&5
configure:1616: $? = 0
configure:1662: result: a.out
configure:1667: checking whether the C compiler works
configure:1673: ./a.out
configure:1676: $? = 0
configure:1693: result: yes
configure:1700: checking whether we are cross compiling
configure:1702: result: no
configure:1705: checking for suffix of executables
configure:1707: gcc -o conftest    conftest.c  >&5
configure:1710: $? = 0
configure:1735: result: 
configure:1741: checking for suffix of object files
configure:1763: gcc -c   conftest.c >&5
configure:1766: $? = 0
configure:1788: result: o
configure:1792: checking whether we are using the GNU C compiler
configure:1817: gcc -c   conftest.c >&5
configure:1820: $? = 0
configure:1823: test -s conftest.o
configure:1826: $? = 0
configure:1839: result: yes
configure:1845: checking whether gcc accepts -g
configure:1867: gcc -c -g  conftest.c >&5
configure:1870: $? = 0
configure:1873: test -s conftest.o
configure:1876: $? = 0
configure:1887: result: yes
configure:1904: checking for gcc option to accept ANSI C
configure:1965: gcc  -c -g -O2  conftest.c >&5
configure:1968: $? = 0
configure:1971: test -s conftest.o
configure:1974: $? = 0
configure:1992: result: none needed
configure:2010: gcc -c -g -O2  conftest.c >&5
conftest.c:2: syntax error before "me"
configure:2013: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2127: checking how to run the C preprocessor
configure:2163: gcc -E  conftest.c
configure:2169: $? = 0
configure:2201: gcc -E  conftest.c
configure:2200:28: ac_nonexistent.h: No such file or directory
configure:2207: $? = 1
configure: failed program was:
| #line 2192 "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:2245: result: gcc -E
configure:2270: gcc -E  conftest.c
configure:2276: $? = 0
configure:2308: gcc -E  conftest.c
configure:2307:28: ac_nonexistent.h: No such file or directory
configure:2314: $? = 1
configure: failed program was:
| #line 2299 "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:2357: checking for egrep
configure:2367: result: grep -E
configure:2372: checking for ANSI C header files
configure:2398: gcc -c -g -O2  conftest.c >&5
configure:2401: $? = 0
configure:2404: test -s conftest.o
configure:2407: $? = 0
configure:2496: gcc -o conftest -g -O2   conftest.c  >&5
configure:2499: $? = 0
configure:2501: ./conftest
configure:2504: $? = 0
configure:2519: result: yes
configure:2537: checking for pdp-config
configure:2555: found /usr/bin/pdp-config
configure:2568: result: /usr/bin/pdp-config
configure:2577: checking for sin in -lm
configure:2608: gcc -o conftest -g -O2   conftest.c -lm   >&5
configure:2600: warning: conflicting types for built-in function `sin'
configure:2611: $? = 0
configure:2614: test -s conftest
configure:2617: $? = 0
configure:2629: result: yes
configure:2641: checking for dlopen in -ldl
configure:2672: gcc -o conftest -g -O2   conftest.c -ldl  -lm  >&5
configure:2675: $? = 0
configure:2678: test -s conftest
configure:2681: $? = 0
configure:2693: result: yes
configure:2735: checking for sys/types.h
configure:2752: gcc -c -g -O2  -I/usr/local/include/pdp conftest.c >&5
configure:2755: $? = 0
configure:2758: test -s conftest.o
configure:2761: $? = 0
configure:2772: result: yes
configure:2735: checking for sys/stat.h
configure:2752: gcc -c -g -O2  -I/usr/local/include/pdp conftest.c >&5
configure:2755: $? = 0
configure:2758: test -s conftest.o
configure:2761: $? = 0
configure:2772: result: yes
configure:2735: checking for stdlib.h
configure:2752: gcc -c -g -O2  -I/usr/local/include/pdp conftest.c >&5
configure:2755: $? = 0
configure:2758: test -s conftest.o
configure:2761: $? = 0
configure:2772: result: yes
configure:2735: checking for string.h
configure:2752: gcc -c -g -O2  -I/usr/local/include/pdp conftest.c >&5
configure:2755: $? = 0
configure:2758: test -s conftest.o
configure:2761: $? = 0
configure:2772: result: yes
configure:2735: checking for memory.h
configure:2752: gcc -c -g -O2  -I/usr/local/include/pdp conftest.c >&5
configure:2755: $? = 0
configure:2758: test -s conftest.o
configure:2761: $? = 0
configure:2772: result: yes
configure:2735: checking for strings.h
configure:2752: gcc -c -g -O2  -I/usr/local/include/pdp conftest.c >&5
configure:2755: $? = 0
configure:2758: test -s conftest.o
configure:2761: $? = 0
configure:2772: result: yes
configure:2735: checking for inttypes.h
configure:2752: gcc -c -g -O2  -I/usr/local/include/pdp conftest.c >&5
configure:2755: $? = 0
configure:2758: test -s conftest.o
configure:2761: $? = 0
configure:2772: result: yes
configure:2735: checking for stdint.h
configure:2752: gcc -c -g -O2  -I/usr/local/include/pdp conftest.c >&5
configure:2755: $? = 0
configure:2758: test -s conftest.o
configure:2761: $? = 0
configure:2772: result: yes
configure:2735: checking for unistd.h
configure:2752: gcc -c -g -O2  -I/usr/local/include/pdp conftest.c >&5
configure:2755: $? = 0
configure:2758: test -s conftest.o
configure:2761: $? = 0
configure:2772: result: yes
configure:2794: checking m_pd.h usability
configure:2807: gcc -c -g -O2  -I/usr/local/include/pdp conftest.c >&5
configure:2810: $? = 0
configure:2813: test -s conftest.o
configure:2816: $? = 0
configure:2826: result: yes
configure:2830: checking m_pd.h presence
configure:2841: gcc -E  -I/usr/local/include/pdp conftest.c
configure:2847: $? = 0
configure:2866: result: yes
configure:2902: checking for m_pd.h
configure:2909: result: yes
configure:2930: checking pdp.h usability
configure:2943: gcc -c -g -O2  -I/usr/local/include/pdp conftest.c >&5
configure:2986:17: pdp.h: No such file or directory
configure:2946: $? = 1
configure: failed program was:
| #line 2932 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 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
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pdp.h>
configure:2962: result: no
configure:2966: checking pdp.h presence
configure:2977: gcc -E  -I/usr/local/include/pdp conftest.c
configure:2988:17: pdp.h: No such file or directory
configure:2983: $? = 1
configure: failed program was:
| #line 2968 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_LIBM 1
| #define HAVE_LIBDL 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
| /* end confdefs.h.  */
| #include <pdp.h>
configure:3002: result: no
configure:3038: checking for pdp.h
configure:3045: result: no
configure:3202: 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 vals

config.status:601: creating Makefile.config

## ---------------- ##
## 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_inttypes_h=yes
ac_cv_header_m_pd_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pdp_h=no
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_dl_dlopen=yes
ac_cv_lib_m_sin=yes
ac_cv_objext=o
ac_cv_path_PDP_CONFIG=/usr/bin/pdp-config
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=' -I/usr/local/include/pdp   -I/home/knoppix/PD/src/pdp-0.12.2/scaf/include'
DEFAULT_RULES_LIB='/usr/local/lib/scaf/default.scafo'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=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 '
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
LDFLAGS=''
LIBOBJS=''
LIBS='-ldl -lm '
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PDP_CONFIG='/usr/bin/pdp-config'
SHELL='/bin/sh'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
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_LIBDL 1
#define HAVE_LIBM 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 PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1

configure: exit 0