~ubuntu-branches/debian/experimental/qrouter/experimental

« back to all changes in this revision

Viewing changes to config.log

  • Committer: Package Import Robot
  • Author(s): Ruben Undheim
  • Date: 2014-09-21 12:29:19 UTC
  • Revision ID: package-import@ubuntu.com-20140921122919-vvfkqqmty8bicncs
Tags: 1.3.1-1
Initial release (Closes: #760629)

Show diffs side-by-side

added added

removed removed

Lines of Context:
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 configure, which was
5
 
generated by GNU Autoconf 2.68.  Invocation command line was
6
 
 
7
 
  $ ./configure 
8
 
 
9
 
## --------- ##
10
 
## Platform. ##
11
 
## --------- ##
12
 
 
13
 
hostname = stravinsky.tim.linglan.net
14
 
uname -m = x86_64
15
 
uname -r = 3.3.4-3.fc16.x86_64
16
 
uname -s = Linux
17
 
uname -v = #1 SMP Thu May 3 14:46:44 UTC 2012
18
 
 
19
 
/usr/bin/uname -p = unknown
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: .
31
 
PATH: /bin
32
 
PATH: /sbin
33
 
PATH: /usr/bin
34
 
PATH: /usr/sbin
35
 
PATH: /usr/local/bin
36
 
 
37
 
 
38
 
## ----------- ##
39
 
## Core tests. ##
40
 
## ----------- ##
41
 
 
42
 
configure:2186: checking build system type
43
 
configure:2200: result: x86_64-unknown-linux-gnu
44
 
configure:2220: checking host system type
45
 
configure:2233: result: x86_64-unknown-linux-gnu
46
 
configure:2253: checking target system type
47
 
configure:2266: result: x86_64-unknown-linux-gnu
48
 
configure:2360: checking for gcc
49
 
configure:2376: found /usr/bin/gcc
50
 
configure:2387: result: gcc
51
 
configure:2616: checking for C compiler version
52
 
configure:2625: gcc --version >&5
53
 
gcc (GCC) 4.6.3 20120306 (Red Hat 4.6.3-2)
54
 
Copyright (C) 2011 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:2636: $? = 0
59
 
configure:2625: gcc -v >&5
60
 
Using built-in specs.
61
 
COLLECT_GCC=gcc
62
 
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.6.3/lto-wrapper
63
 
Target: x86_64-redhat-linux
64
 
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
65
 
Thread model: posix
66
 
gcc version 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC) 
67
 
configure:2636: $? = 0
68
 
configure:2625: gcc -V >&5
69
 
gcc: error: unrecognized option '-V'
70
 
gcc: fatal error: no input files
71
 
compilation terminated.
72
 
configure:2636: $? = 4
73
 
configure:2625: gcc -qversion >&5
74
 
gcc: error: unrecognized option '-qversion'
75
 
gcc: fatal error: no input files
76
 
compilation terminated.
77
 
configure:2636: $? = 4
78
 
configure:2656: checking whether the C compiler works
79
 
configure:2678: gcc    conftest.c  >&5
80
 
configure:2682: $? = 0
81
 
configure:2730: result: yes
82
 
configure:2733: checking for C compiler default output file name
83
 
configure:2735: result: a.out
84
 
configure:2741: checking for suffix of executables
85
 
configure:2748: gcc -o conftest    conftest.c  >&5
86
 
configure:2752: $? = 0
87
 
configure:2774: result: 
88
 
configure:2796: checking whether we are cross compiling
89
 
configure:2804: gcc -o conftest    conftest.c  >&5
90
 
configure:2808: $? = 0
91
 
configure:2815: ./conftest
92
 
configure:2819: $? = 0
93
 
configure:2834: result: no
94
 
configure:2839: checking for suffix of object files
95
 
configure:2861: gcc -c   conftest.c >&5
96
 
configure:2865: $? = 0
97
 
configure:2886: result: o
98
 
configure:2890: checking whether we are using the GNU C compiler
99
 
configure:2909: gcc -c   conftest.c >&5
100
 
configure:2909: $? = 0
101
 
configure:2918: result: yes
102
 
configure:2927: checking whether gcc accepts -g
103
 
configure:2947: gcc -c -g  conftest.c >&5
104
 
configure:2947: $? = 0
105
 
configure:2988: result: yes
106
 
configure:3005: checking for gcc option to accept ISO C89
107
 
configure:3069: gcc  -c -g -O2  conftest.c >&5
108
 
configure:3069: $? = 0
109
 
configure:3082: result: none needed
110
 
configure:3107: checking how to run the C preprocessor
111
 
configure:3138: gcc -E  conftest.c
112
 
configure:3138: $? = 0
113
 
configure:3152: gcc -E  conftest.c
114
 
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
115
 
compilation terminated.
116
 
configure:3152: $? = 1
117
 
configure: failed program was:
118
 
| /* confdefs.h */
119
 
| #define PACKAGE_NAME ""
120
 
| #define PACKAGE_TARNAME ""
121
 
| #define PACKAGE_VERSION ""
122
 
| #define PACKAGE_STRING ""
123
 
| #define PACKAGE_BUGREPORT ""
124
 
| #define PACKAGE_URL ""
125
 
| /* end confdefs.h.  */
126
 
| #include <ac_nonexistent.h>
127
 
configure:3177: result: gcc -E
128
 
configure:3197: gcc -E  conftest.c
129
 
configure:3197: $? = 0
130
 
configure:3211: gcc -E  conftest.c
131
 
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
132
 
compilation terminated.
133
 
configure:3211: $? = 1
134
 
configure: failed program was:
135
 
| /* confdefs.h */
136
 
| #define PACKAGE_NAME ""
137
 
| #define PACKAGE_TARNAME ""
138
 
| #define PACKAGE_VERSION ""
139
 
| #define PACKAGE_STRING ""
140
 
| #define PACKAGE_BUGREPORT ""
141
 
| #define PACKAGE_URL ""
142
 
| /* end confdefs.h.  */
143
 
| #include <ac_nonexistent.h>
144
 
configure:3240: checking for library containing strerror
145
 
configure:3271: gcc -o conftest -g -O2   conftest.c  >&5
146
 
configure:3271: $? = 0
147
 
configure:3288: result: none required
148
 
configure:3313: checking for a BSD-compatible install
149
 
configure:3381: result: /usr/bin/install -c
150
 
configure:3435: checking for ranlib
151
 
configure:3451: found /usr/bin/ranlib
152
 
configure:3462: result: ranlib
153
 
configure:3486: checking for autoconf
154
 
configure:3502: found /usr/bin/autoconf
155
 
configure:3514: result: autoconf
156
 
configure:3524: checking for cp
157
 
configure:3540: found /bin/cp
158
 
configure:3552: result: cp
159
 
configure:3562: checking for rm
160
 
configure:3578: found /bin/rm
161
 
configure:3590: result: rm
162
 
configure:3606: checking for grep that handles long lines and -e
163
 
configure:3664: result: /bin/grep
164
 
configure:3669: checking for egrep
165
 
configure:3731: result: /bin/grep -E
166
 
configure:3736: checking for ANSI C header files
167
 
configure:3756: gcc -c -g -O2  conftest.c >&5
168
 
configure:3756: $? = 0
169
 
configure:3829: gcc -o conftest -g -O2   conftest.c  >&5
170
 
configure:3829: $? = 0
171
 
configure:3829: ./conftest
172
 
configure:3829: $? = 0
173
 
configure:3840: result: yes
174
 
configure:3851: checking for setenv
175
 
configure:3851: gcc -o conftest -g -O2   conftest.c  >&5
176
 
configure:3851: $? = 0
177
 
configure:3851: result: yes
178
 
configure:3851: checking for putenv
179
 
configure:3851: gcc -o conftest -g -O2   conftest.c  >&5
180
 
configure:3851: $? = 0
181
 
configure:3851: result: yes
182
 
configure:3883: checking for ld used by GCC
183
 
configure:3946: result: /usr/bin/ld
184
 
configure:3953: checking if the linker (/usr/bin/ld) is GNU ld
185
 
GNU ld version 2.21.53.0.1-6.fc16 20110716
186
 
configure:3965: result: yes
187
 
configure:3971: checking for va_copy
188
 
configure:3989: gcc -o conftest -g -O2   conftest.c  >&5
189
 
configure:3989: $? = 0
190
 
configure:3998: result: yes
191
 
configure:4006: checking for __va_copy
192
 
configure:4024: gcc -o conftest -g -O2   conftest.c  >&5
193
 
configure:4024: $? = 0
194
 
configure:4033: result: yes
195
 
configure:4145: checking for tclConfig.sh
196
 
configure:4218: result: /usr/lib64/tclConfig.sh
197
 
configure:4234: checking for tkConfig.sh
198
 
configure:4306: result: /usr/lib64/tkConfig.sh
199
 
configure:4414: checking for wish executable
200
 
configure:4441: result: /usr/bin/wish
201
 
configure:4524: checking for X
202
 
configure:4663: gcc -o conftest -g -O2   conftest.c -lX11  >&5
203
 
configure:4663: $? = 0
204
 
configure:4713: result: libraries , headers 
205
 
configure:4812: gcc -o conftest -g -O2   conftest.c   -lX11 >&5
206
 
configure:4812: $? = 0
207
 
configure:4910: checking for gethostbyname
208
 
configure:4910: gcc -o conftest -g -O2   conftest.c  >&5
209
 
configure:4910: $? = 0
210
 
configure:4910: result: yes
211
 
configure:5007: checking for connect
212
 
configure:5007: gcc -o conftest -g -O2   conftest.c  >&5
213
 
configure:5007: $? = 0
214
 
configure:5007: result: yes
215
 
configure:5056: checking for remove
216
 
configure:5056: gcc -o conftest -g -O2   conftest.c  >&5
217
 
configure:5056: $? = 0
218
 
configure:5056: result: yes
219
 
configure:5105: checking for shmat
220
 
configure:5105: gcc -o conftest -g -O2   conftest.c  >&5
221
 
configure:5105: $? = 0
222
 
configure:5105: result: yes
223
 
configure:5163: checking for IceConnectionNumber in -lICE
224
 
configure:5188: gcc -o conftest -g -O2   conftest.c -lICE   >&5
225
 
configure:5188: $? = 0
226
 
configure:5197: result: yes
227
 
configure:5218: checking for XtToolkitInitialize in -lXt
228
 
configure:5243: gcc -o conftest -g -O2   conftest.c -lXt   >&5
229
 
configure:5243: $? = 0
230
 
configure:5252: result: yes
231
 
configure:5728: creating ./config.status
232
 
 
233
 
## ---------------------- ##
234
 
## Running config.status. ##
235
 
## ---------------------- ##
236
 
 
237
 
This file was extended by config.status, which was
238
 
generated by GNU Autoconf 2.68.  Invocation command line was
239
 
 
240
 
  CONFIG_FILES    = 
241
 
  CONFIG_HEADERS  = 
242
 
  CONFIG_LINKS    = 
243
 
  CONFIG_COMMANDS = 
244
 
  $ ./config.status 
245
 
 
246
 
on stravinsky.tim.linglan.net
247
 
 
248
 
config.status:779: creating Makefile
249
 
 
250
 
## ---------------- ##
251
 
## Cache variables. ##
252
 
## ---------------- ##
253
 
 
254
 
ac_cv_build=x86_64-unknown-linux-gnu
255
 
ac_cv_c___va_copy=yes
256
 
ac_cv_c_compiler_gnu=yes
257
 
ac_cv_c_va_copy=yes
258
 
ac_cv_env_CC_set=
259
 
ac_cv_env_CC_value=
260
 
ac_cv_env_CFLAGS_set=
261
 
ac_cv_env_CFLAGS_value=
262
 
ac_cv_env_CPPFLAGS_set=
263
 
ac_cv_env_CPPFLAGS_value=
264
 
ac_cv_env_CPP_set=
265
 
ac_cv_env_CPP_value=
266
 
ac_cv_env_LDFLAGS_set=
267
 
ac_cv_env_LDFLAGS_value=
268
 
ac_cv_env_LIBS_set=
269
 
ac_cv_env_LIBS_value=
270
 
ac_cv_env_XMKMF_set=
271
 
ac_cv_env_XMKMF_value=
272
 
ac_cv_env_build_alias_set=
273
 
ac_cv_env_build_alias_value=
274
 
ac_cv_env_host_alias_set=
275
 
ac_cv_env_host_alias_value=
276
 
ac_cv_env_target_alias_set=
277
 
ac_cv_env_target_alias_value=
278
 
ac_cv_func_connect=yes
279
 
ac_cv_func_gethostbyname=yes
280
 
ac_cv_func_putenv=yes
281
 
ac_cv_func_remove=yes
282
 
ac_cv_func_setenv=yes
283
 
ac_cv_func_shmat=yes
284
 
ac_cv_have_x='have_x=yes        ac_x_includes='\'''\''  ac_x_libraries='\'''\'''
285
 
ac_cv_header_stdc=yes
286
 
ac_cv_host=x86_64-unknown-linux-gnu
287
 
ac_cv_lib_ICE_IceConnectionNumber=yes
288
 
ac_cv_lib_Xt_XtToolkitInitialize=yes
289
 
ac_cv_objext=o
290
 
ac_cv_path_EGREP='/bin/grep -E'
291
 
ac_cv_path_GREP=/bin/grep
292
 
ac_cv_path_LD=/usr/bin/ld
293
 
ac_cv_path_install='/usr/bin/install -c'
294
 
ac_cv_prog_AUTOCONF=autoconf
295
 
ac_cv_prog_CP=cp
296
 
ac_cv_prog_CPP='gcc -E'
297
 
ac_cv_prog_RM=rm
298
 
ac_cv_prog_ac_ct_CC=gcc
299
 
ac_cv_prog_ac_ct_RANLIB=ranlib
300
 
ac_cv_prog_cc_c89=
301
 
ac_cv_prog_cc_g=yes
302
 
ac_cv_prog_gnu_ld=yes
303
 
ac_cv_search_strerror='none required'
304
 
ac_cv_target=x86_64-unknown-linux-gnu
305
 
 
306
 
## ----------------- ##
307
 
## Output variables. ##
308
 
## ----------------- ##
309
 
 
310
 
ALL_TARGET='tcl'
311
 
AUTOCONF='autoconf'
312
 
CC='gcc'
313
 
CFLAGS='-g -O2'
314
 
CP='cp'
315
 
CPP='gcc -E'
316
 
CPPFLAGS=' -m64 -fPIC'
317
 
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SETENV=1 -DHAVE_PUTENV=1 -DHAVE_VA_COPY=1 -DHAVE___VA_COPY=1 -DQROUTER_PATH=\"/usr/local/share/qrouter\" -DHAVE_LIBXT=1 -DTCL_QROUTER=1 -DLINUX=1 -DSYSV=1 -DVERSION=\"1.2\" -DREVISION=\"30\"'
318
 
ECHO_C=''
319
 
ECHO_N='-n'
320
 
ECHO_T=''
321
 
EGREP='/bin/grep -E'
322
 
EXEEXT=''
323
 
EXTRA_LIB_SPECS='-ldl'
324
 
GREP='/bin/grep'
325
 
INC_SPECS=''
326
 
INSTALL_DATA='${INSTALL} -m 644'
327
 
INSTALL_PROGRAM='${INSTALL}'
328
 
INSTALL_SCRIPT='${INSTALL}'
329
 
INSTALL_TARGET='install-tcl'
330
 
LD='/usr/bin/ld'
331
 
LDDL_FLAGS='-shared -Wl,-soname,$@ -Wl,--version-script=symbol.map'
332
 
LDFLAGS=''
333
 
LD_RUN_PATH=''
334
 
LIBOBJS=''
335
 
LIBS='-lXt '
336
 
LIB_SPECS=' -ltk8.5 -ltcl8.5'
337
 
LTLIBOBJS=''
338
 
OBJEXT='o'
339
 
PACKAGE_BUGREPORT=''
340
 
PACKAGE_NAME=''
341
 
PACKAGE_STRING=''
342
 
PACKAGE_TARNAME=''
343
 
PACKAGE_URL=''
344
 
PACKAGE_VERSION=''
345
 
PATH_SEPARATOR=':'
346
 
QROUTER_LIB_DIR='/usr/local/share/qrouter'
347
 
RANLIB='ranlib'
348
 
REVISION='30'
349
 
RM='rm'
350
 
SHDLIB_EXT='.so'
351
 
SHELL='/bin/sh'
352
 
SHLIB_CFLAGS='-fPIC'
353
 
SHLIB_LD=''
354
 
SHLIB_LIB_SPECS=''
355
 
STDLIBS=''
356
 
TCL_LIB_DIR='/usr/lib64'
357
 
TK_LIB_DIR='/usr/lib64'
358
 
VERSION='1.2'
359
 
WISH_EXE='/usr/bin/wish'
360
 
XMKMF=''
361
 
X_CFLAGS=''
362
 
X_EXTRA_LIBS=''
363
 
X_LIBS=''
364
 
X_PRE_LIBS=' -lSM -lICE'
365
 
ac_ct_CC='gcc'
366
 
bindir='${exec_prefix}/bin'
367
 
build='x86_64-unknown-linux-gnu'
368
 
build_alias=''
369
 
build_cpu='x86_64'
370
 
build_os='linux-gnu'
371
 
build_vendor='unknown'
372
 
datadir='${datarootdir}'
373
 
datarootdir='${prefix}/share'
374
 
docdir='${datarootdir}/doc/${PACKAGE}'
375
 
dvidir='${docdir}'
376
 
exec_prefix='${prefix}'
377
 
host='x86_64-unknown-linux-gnu'
378
 
host_alias=''
379
 
host_cpu='x86_64'
380
 
host_os='linux-gnu'
381
 
host_vendor='unknown'
382
 
htmldir='${docdir}'
383
 
includedir='${prefix}/include'
384
 
infodir='${datarootdir}/info'
385
 
libdir='${exec_prefix}/lib'
386
 
libexecdir='${exec_prefix}/libexec'
387
 
localedir='${datarootdir}/locale'
388
 
localstatedir='${prefix}/var'
389
 
mandir='${datarootdir}/man'
390
 
oldincludedir='/usr/include'
391
 
pdfdir='${docdir}'
392
 
prefix='/usr/local'
393
 
program_transform_name='s,x,x,'
394
 
psdir='${docdir}'
395
 
sbindir='${exec_prefix}/sbin'
396
 
sharedstatedir='${prefix}/com'
397
 
sysconfdir='${prefix}/etc'
398
 
target='x86_64-unknown-linux-gnu'
399
 
target_alias=''
400
 
target_cpu='x86_64'
401
 
target_os='linux-gnu'
402
 
target_vendor='unknown'
403
 
 
404
 
## ----------- ##
405
 
## confdefs.h. ##
406
 
## ----------- ##
407
 
 
408
 
/* confdefs.h */
409
 
#define PACKAGE_NAME ""
410
 
#define PACKAGE_TARNAME ""
411
 
#define PACKAGE_VERSION ""
412
 
#define PACKAGE_STRING ""
413
 
#define PACKAGE_BUGREPORT ""
414
 
#define PACKAGE_URL ""
415
 
#define STDC_HEADERS 1
416
 
#define HAVE_SETENV 1
417
 
#define HAVE_PUTENV 1
418
 
#define HAVE_VA_COPY 1
419
 
#define HAVE___VA_COPY 1
420
 
#define QROUTER_PATH "/usr/local/share/qrouter"
421
 
#define HAVE_LIBXT 1
422
 
#define TCL_QROUTER 1
423
 
#define LINUX 1
424
 
#define SYSV 1
425
 
#define VERSION "1.2"
426
 
#define REVISION "30"
427
 
 
428
 
configure: exit 0