File: config.log

package info (click to toggle)
race 0.7.0-10
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,704 kB
  • ctags: 1,424
  • sloc: cpp: 9,026; makefile: 211
file content (248 lines) | stat: -rw-r--r-- 8,763 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
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.52.  Invocation command line was

  $ ./configure --prefix=/usr --mandir=${prefix}/share/man --infodir=${prefix}/share/info

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

hostname = c18
uname -m = i686
uname -r = 2.4.21-rc5
uname -s = Linux
uname -v = #2 Wed May 28 22:10:14 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 = /usr/bin:/usr/sbin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/local/bin:/sbin:/usr/local/sbin:/opt/gnu/bin:/usr/lib/cgi-bin:/home/sam/bin:/usr/local/mas/bin/

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

configure:920: PATH=".;."; conftest.sh
./configure: 928: conftest.sh: not found
configure:923: $? = 127
configure:981: checking for g++
configure:996: found /usr/bin/g++
configure:1004: result: g++
configure:1019: checking for C++ compiler version
configure:1022: g++ --version </dev/null >&5
g++ (GCC) 3.3.1 20030626 (Debian prerelease)
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:1025: $? = 0
configure:1027: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-linux/3.3.1/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i386-linux
Thread model: posix
gcc version 3.3.1 20030626 (Debian prerelease)
configure:1030: $? = 0
configure:1032: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:1035: $? = 1
configure:1055: checking for C++ compiler default output
configure:1058: g++    conftest.cc  >&5
configure:1061: $? = 0
configure:1090: result: a.out
configure:1095: checking whether the C++ compiler works
configure:1101: ./a.out
configure:1104: $? = 0
configure:1119: result: yes
configure:1126: checking whether we are cross compiling
configure:1128: result: no
configure:1131: checking for executable suffix
configure:1133: g++ -o conftest    conftest.cc  >&5
configure:1136: $? = 0
configure:1158: result: 
configure:1164: checking for object suffix
configure:1182: g++ -c   conftest.cc >&5
configure:1185: $? = 0
configure:1204: result: o
configure:1208: checking whether we are using the GNU C++ compiler
configure:1229: g++ -c   conftest.cc >&5
configure:1232: $? = 0
configure:1235: test -s conftest.o
configure:1238: $? = 0
configure:1250: result: yes
configure:1256: checking whether g++ accepts -g
configure:1274: g++ -c -g  conftest.cc >&5
configure:1277: $? = 0
configure:1280: test -s conftest.o
configure:1283: $? = 0
configure:1293: result: yes
configure:1333: g++ -c -g -O2  conftest.cc >&5
configure:1336: $? = 0
configure:1339: test -s conftest.o
configure:1342: $? = 0
configure:1364: g++ -c -g -O2  conftest.cc >&5
configure: In function `int main()':
configure:1357: error: `exit' undeclared (first use this function)
configure:1357: error: (Each undeclared identifier is reported only once for 
   each function it appears in.)
configure:1367: $? = 1
configure: failed program was:
#line 1352 "configure"
#include "confdefs.h"

int
main ()
{
exit (42);
  ;
  return 0;
}
configure:1333: g++ -c -g -O2  conftest.cc >&5
configure:1336: $? = 0
configure:1339: test -s conftest.o
configure:1342: $? = 0
configure:1364: g++ -c -g -O2  conftest.cc >&5
configure:1367: $? = 0
configure:1370: test -s conftest.o
configure:1373: $? = 0
configure:1441: checking for gcc
configure:1456: found /usr/bin/gcc
configure:1464: result: gcc
configure:1692: checking for C compiler version
configure:1695: gcc --version </dev/null >&5
gcc (GCC) 3.3.1 20030626 (Debian prerelease)
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:1698: $? = 0
configure:1700: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-linux/3.3.1/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i386-linux
Thread model: posix
gcc version 3.3.1 20030626 (Debian prerelease)
configure:1703: $? = 0
configure:1705: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1708: $? = 1
configure:1711: checking whether we are using the GNU C compiler
configure:1732: gcc -c   conftest.c >&5
configure:1735: $? = 0
configure:1738: test -s conftest.o
configure:1741: $? = 0
configure:1753: result: yes
configure:1759: checking whether gcc accepts -g
configure:1777: gcc -c -g  conftest.c >&5
configure:1780: $? = 0
configure:1783: test -s conftest.o
configure:1786: $? = 0
configure:1796: result: yes
configure:1823: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:1826: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:1924: checking for main in -lclanApp
configure:1944: gcc -o conftest -g -O2   conftest.c -lclanApp   >&5
configure:1947: $? = 0
configure:1950: test -s conftest
configure:1953: $? = 0
configure:1964: result: yes
configure:1977: checking for main in -lclanCore
configure:1997: gcc -o conftest -g -O2   conftest.c -lclanCore  -lclanApp  >&5
configure:2000: $? = 0
configure:2003: test -s conftest
configure:2006: $? = 0
configure:2017: result: yes
configure:2030: checking for main in -lclanDisplay
configure:2050: gcc -o conftest -g -O2   conftest.c -lclanDisplay  -lclanCore -lclanApp  >&5
configure:2053: $? = 0
configure:2056: test -s conftest
configure:2059: $? = 0
configure:2070: result: yes
configure:2083: checking for main in -lclanPNG
configure:2103: gcc -o conftest -g -O2   conftest.c -lclanPNG  -lclanDisplay -lclanCore -lclanApp  >&5
configure:2106: $? = 0
configure:2109: test -s conftest
configure:2112: $? = 0
configure:2123: result: yes
configure:2136: checking for main in -lclanJPEG
configure:2156: gcc -o conftest -g -O2   conftest.c -lclanJPEG  -lclanPNG -lclanDisplay -lclanCore -lclanApp  >&5
configure:2159: $? = 0
configure:2162: test -s conftest
configure:2165: $? = 0
configure:2176: result: yes
configure:2189: checking for main in -lclanGL
configure:2209: gcc -o conftest -g -O2   conftest.c -lclanGL  -lclanJPEG -lclanPNG -lclanDisplay -lclanCore -lclanApp  >&5
configure:2212: $? = 0
configure:2215: test -s conftest
configure:2218: $? = 0
configure:2229: result: yes
configure:2242: checking for main in -lclanGUI
configure:2262: gcc -o conftest -g -O2   conftest.c -lclanGUI  -lclanGL -lclanJPEG -lclanPNG -lclanDisplay -lclanCore -lclanApp  >&5

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

ac_cv_c_compiler_gnu='yes'
ac_cv_cxx_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_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_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_lib_clanApp_main='yes'
ac_cv_lib_clanCore_main='yes'
ac_cv_lib_clanDisplay_main='yes'
ac_cv_lib_clanGL_main='yes'
ac_cv_lib_clanJPEG_main='yes'
ac_cv_lib_clanPNG_main='yes'
ac_cv_objext='o'
ac_cv_prog_ac_ct_CC='gcc'
ac_cv_prog_ac_ct_CXX='g++'
ac_cv_prog_cc_g='yes'
ac_cv_prog_cxx_g='yes'

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

#ifdef __cplusplus
#include <stdlib.h>
#endif
#define HAVE_LIBCLANAPP 1
#define HAVE_LIBCLANCORE 1
#define HAVE_LIBCLANDISPLAY 1
#define HAVE_LIBCLANPNG 1
#define HAVE_LIBCLANJPEG 1
#define HAVE_LIBCLANGL 1


configure: caught signal 2
configure: exit 1