-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.log
327 lines (304 loc) · 10.7 KB
/
config.log
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
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by xprintidle configure 0.2, which was
generated by GNU Autoconf 2.62. Invocation command line was
$ ./configure --x-libraries=/usr/X11R6/lib
## --------- ##
## Platform. ##
## --------- ##
hostname = patrick-laptop
uname -m = i686
uname -r = 2.6.38-11-generic-pae
uname -s = Linux
uname -v = #50-Ubuntu SMP Mon Sep 12 22:21:04 UTC 2011
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /opt/apache-maven-2.2.1/bin
PATH: /opt/scala/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1844: checking for a BSD-compatible install
configure:1912: result: /usr/bin/install -c
configure:1923: checking whether build environment is sane
configure:1966: result: yes
configure:1991: checking for a thread-safe mkdir -p
configure:2030: result: /bin/mkdir -p
configure:2043: checking for gawk
configure:2073: result: no
configure:2043: checking for mawk
configure:2059: found /usr/bin/mawk
configure:2070: result: mawk
configure:2081: checking whether make sets $(MAKE)
configure:2103: result: yes
configure:2342: checking for gcc
configure:2358: found /usr/bin/gcc
configure:2369: result: gcc
configure:2607: checking for C compiler version
configure:2615: gcc --version >&5
gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 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:2619: $? = 0
configure:2626: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=i386-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/i386-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/i386-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
configure:2630: $? = 0
configure:2637: gcc -V >&5
gcc: '-V' option must have argument
configure:2641: $? = 1
configure:2664: checking for C compiler default output file name
configure:2686: gcc conftest.c >&5
configure:2690: $? = 0
configure:2728: result: a.out
configure:2745: checking whether the C compiler works
configure:2755: ./a.out
configure:2759: $? = 0
configure:2776: result: yes
configure:2783: checking whether we are cross compiling
configure:2785: result: no
configure:2788: checking for suffix of executables
configure:2795: gcc -o conftest conftest.c >&5
configure:2799: $? = 0
configure:2823: result:
configure:2829: checking for suffix of object files
configure:2855: gcc -c conftest.c >&5
configure:2859: $? = 0
configure:2882: result: o
configure:2886: checking whether we are using the GNU C compiler
configure:2915: gcc -c conftest.c >&5
configure:2922: $? = 0
configure:2939: result: yes
configure:2948: checking whether gcc accepts -g
configure:2978: gcc -c -g conftest.c >&5
configure:2985: $? = 0
configure:3086: result: yes
configure:3103: checking for gcc option to accept ISO C89
configure:3177: gcc -c -g -O2 conftest.c >&5
configure:3184: $? = 0
configure:3207: result: none needed
configure:3236: checking for style of include used by make
configure:3264: result: GNU
configure:3289: checking dependency style of gcc
configure:3380: result: gcc3
configure:3409: checking for a BSD-compatible install
configure:3477: result: /usr/bin/install -c
configure:3496: checking how to run the C preprocessor
configure:3536: gcc -E conftest.c
configure:3543: $? = 0
configure:3574: gcc -E conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3581: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "xprintidle"
| #define PACKAGE_TARNAME "xprintidle"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "xprintidle 0.2"
| #define PACKAGE_BUGREPORT "henoch@dtek.chalmers.se"
| #define PACKAGE "xprintidle"
| #define VERSION "0.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3614: result: gcc -E
configure:3643: gcc -E conftest.c
configure:3650: $? = 0
configure:3681: gcc -E conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3688: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "xprintidle"
| #define PACKAGE_TARNAME "xprintidle"
| #define PACKAGE_VERSION "0.2"
| #define PACKAGE_STRING "xprintidle 0.2"
| #define PACKAGE_BUGREPORT "henoch@dtek.chalmers.se"
| #define PACKAGE "xprintidle"
| #define VERSION "0.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3726: checking for X
configure:3841: gcc -E conftest.c
configure:3848: $? = 0
configure:3897: gcc -o conftest -g -O2 conftest.c -lX11 >&5
configure:3904: $? = 0
configure:3966: result: libraries /usr/X11R6/lib, headers
configure:3982: checking for XOpenDisplay in -lX11
configure:4017: gcc -o conftest -g -O2 conftest.c -lX11 -L/usr/X11R6/lib >&5
configure:4024: $? = 0
configure:4045: result: yes
configure:4061: checking for XScreenSaverQueryExtension in -lXss
configure:4096: gcc -o conftest -g -O2 conftest.c -lXss -lX11 -L/usr/X11R6/lib >&5
configure:4103: $? = 0
configure:4124: result: yes
configure:4295: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by xprintidle config.status 0.2, which was
generated by GNU Autoconf 2.62. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on patrick-laptop
config.status:690: creating Makefile
config.status:901: executing depfiles commands
## ---------------- ##
## 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_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_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_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\''/usr/X11R6/lib'\'''
ac_cv_lib_X11_XOpenDisplay=yes
ac_cv_lib_Xss_XScreenSaverQueryExtension=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/patrick/Dropbox/Mestrado/sbrc2012/coisas/xprintidle-0.2/missing --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/patrick/Dropbox/Mestrado/sbrc2012/coisas/xprintidle-0.2/missing --run tar'
AUTOCONF='${SHELL} /home/patrick/Dropbox/Mestrado/sbrc2012/coisas/xprintidle-0.2/missing --run autoconf'
AUTOHEADER='${SHELL} /home/patrick/Dropbox/Mestrado/sbrc2012/coisas/xprintidle-0.2/missing --run autoheader'
AUTOMAKE='${SHELL} /home/patrick/Dropbox/Mestrado/sbrc2012/coisas/xprintidle-0.2/missing --run automake-1.10'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"xprintidle\" -DPACKAGE_TARNAME=\"xprintidle\" -DPACKAGE_VERSION=\"0.2\" -DPACKAGE_STRING=\"xprintidle\ 0.2\" -DPACKAGE_BUGREPORT=\"henoch@dtek.chalmers.se\" -DPACKAGE=\"xprintidle\" -DVERSION=\"0.2\" -DHAVE_LIBX11=1 -DHAVE_LIBXSS=1'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/patrick/Dropbox/Mestrado/sbrc2012/coisas/xprintidle-0.2/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT='o'
PACKAGE='xprintidle'
PACKAGE_BUGREPORT='henoch@dtek.chalmers.se'
PACKAGE_NAME='xprintidle'
PACKAGE_STRING='xprintidle 0.2'
PACKAGE_TARNAME='xprintidle'
PACKAGE_VERSION='0.2'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
VERSION='0.2'
XMKMF=''
ac_ct_CC='gcc'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /home/patrick/Dropbox/Mestrado/sbrc2012/coisas/xprintidle-0.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
x_includes=''
x_libraries='/usr/X11R6/lib'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "xprintidle"
#define PACKAGE_TARNAME "xprintidle"
#define PACKAGE_VERSION "0.2"
#define PACKAGE_STRING "xprintidle 0.2"
#define PACKAGE_BUGREPORT "henoch@dtek.chalmers.se"
#define PACKAGE "xprintidle"
#define VERSION "0.2"
#define HAVE_LIBX11 1
#define HAVE_LIBXSS 1
configure: exit 0