File: config.log

package info (click to toggle)
nvclock 0.8b4-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,508 kB
  • ctags: 1,662
  • sloc: ansic: 24,428; cpp: 797; makefile: 286; sh: 197
file content (461 lines) | stat: -rw-r--r-- 15,586 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
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
461
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.61.  Invocation command line was

  $ ./configure --build x86_64-linux-gnu --prefix=/usr --enable-gtk2 --enable-qt

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

hostname = juliet2
uname -m = x86_64
uname -r = 2.6.26-1-amd64
uname -s = Linux
uname -v = #1 SMP Mon Dec 15 17:25:36 UTC 2008

/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/lib/j2sdk1.5-sun//bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games


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

configure:1783: checking for gcc
configure:1799: found /usr/bin/gcc
configure:1810: result: gcc
configure:2048: checking for C compiler version
configure:2055: gcc --version >&5
gcc (Debian 4.3.3-4) 4.3.3
Copyright (C) 2008 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:2058: $? = 0
configure:2065: gcc -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.3-4' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.3.3 (Debian 4.3.3-4) 
configure:2068: $? = 0
configure:2075: gcc -V >&5
gcc: '-V' option must have argument
configure:2078: $? = 1
configure:2101: checking for C compiler default output file name
configure:2128: gcc -g -O2   conftest.c  >&5
configure:2131: $? = 0
configure:2169: result: a.out
configure:2186: checking whether the C compiler works
configure:2196: ./a.out
configure:2199: $? = 0
configure:2216: result: yes
configure:2223: checking whether we are cross compiling
configure:2225: result: no
configure:2228: checking for suffix of executables
configure:2235: gcc -o conftest -g -O2   conftest.c  >&5
configure:2238: $? = 0
configure:2262: result: 
configure:2268: checking for suffix of object files
configure:2294: gcc -c -g -O2  conftest.c >&5
configure:2297: $? = 0
configure:2320: result: o
configure:2324: checking whether we are using the GNU C compiler
configure:2353: gcc -c -g -O2  conftest.c >&5
configure:2359: $? = 0
configure:2376: result: yes
configure:2381: checking whether gcc accepts -g
configure:2411: gcc -c -g  conftest.c >&5
configure:2417: $? = 0
configure:2516: result: yes
configure:2533: checking for gcc option to accept ISO C89
configure:2607: gcc  -c -g -O2  conftest.c >&5
configure:2613: $? = 0
configure:2636: result: none needed
configure:2712: checking for g++
configure:2728: found /usr/bin/g++
configure:2739: result: g++
configure:2770: checking for C++ compiler version
configure:2777: g++ --version >&5
g++ (Debian 4.3.3-4) 4.3.3
Copyright (C) 2008 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:2780: $? = 0
configure:2787: g++ -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.3-4' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.3.3 (Debian 4.3.3-4) 
configure:2790: $? = 0
configure:2797: g++ -V >&5
g++: '-V' option must have argument
configure:2800: $? = 1
configure:2803: checking whether we are using the GNU C++ compiler
configure:2832: g++ -c -g -O2  conftest.cpp >&5
configure:2838: $? = 0
configure:2855: result: yes
configure:2860: checking whether g++ accepts -g
configure:2890: g++ -c -g  conftest.cpp >&5
configure:2896: $? = 0
configure:2995: result: yes
configure:3062: checking for a BSD-compatible install
configure:3118: result: /usr/bin/install -c
configure:3129: checking whether make sets $(MAKE)
configure:3150: result: yes
configure:3165: checking how to run the C preprocessor
configure:3205: gcc -E  conftest.c
configure:3211: $? = 0
configure:3242: gcc -E  conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:3248: $? = 1
configure: failed program was:
| /* 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:3281: result: gcc -E
configure:3310: gcc -E  conftest.c
configure:3316: $? = 0
configure:3347: gcc -E  conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:3353: $? = 1
configure: failed program was:
| /* 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:3391: checking for grep that handles long lines and -e
configure:3465: result: /bin/grep
configure:3470: checking for egrep
configure:3548: result: /bin/grep -E
configure:3553: checking for ANSI C header files
configure:3583: gcc -c -g -O2  conftest.c >&5
configure:3589: $? = 0
configure:3688: gcc -o conftest -g -O2   conftest.c  >&5
configure:3691: $? = 0
configure:3697: ./conftest
configure:3700: $? = 0
configure:3717: result: yes
configure:3751: checking for library containing getopt_long
configure:3792: gcc -o conftest    conftest.c  >&5
configure:3798: $? = 0
configure:3826: result: none required
configure:3852: checking for sys/types.h
configure:3873: gcc -c   conftest.c >&5
configure:3879: $? = 0
configure:3895: result: yes
configure:3852: checking for sys/stat.h
configure:3873: gcc -c   conftest.c >&5
configure:3879: $? = 0
configure:3895: result: yes
configure:3852: checking for stdlib.h
configure:3873: gcc -c   conftest.c >&5
configure:3879: $? = 0
configure:3895: result: yes
configure:3852: checking for string.h
configure:3873: gcc -c   conftest.c >&5
configure:3879: $? = 0
configure:3895: result: yes
configure:3852: checking for memory.h
configure:3873: gcc -c   conftest.c >&5
configure:3879: $? = 0
configure:3895: result: yes
configure:3852: checking for strings.h
configure:3873: gcc -c   conftest.c >&5
configure:3879: $? = 0
configure:3895: result: yes
configure:3852: checking for inttypes.h
configure:3873: gcc -c   conftest.c >&5
configure:3879: $? = 0
configure:3895: result: yes
configure:3852: checking for stdint.h
configure:3873: gcc -c   conftest.c >&5
configure:3879: $? = 0
configure:3895: result: yes
configure:3852: checking for unistd.h
configure:3873: gcc -c   conftest.c >&5
configure:3879: $? = 0
configure:3895: result: yes
configure:3917: checking getopt.h usability
configure:3934: gcc -c   conftest.c >&5
configure:3940: $? = 0
configure:3954: result: yes
configure:3958: checking getopt.h presence
configure:3973: gcc -E  conftest.c
configure:3979: $? = 0
configure:3993: result: yes
configure:4021: checking for getopt.h
configure:4028: result: yes
configure:4094: checking for pkg-config
configure:4112: found /usr/bin/pkg-config
configure:4125: result: /usr/bin/pkg-config
configure:4143: checking for gtk+-2.0 >= 2.4.0
configure:4147: result: yes
configure:4151: checking GTK_CFLAGS
configure:4154: result: -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12  
configure:4157: checking GTK_LIBS
configure:4160: result: -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0  
configure:4199: checking for X
configure:4369: gcc -o conftest    conftest.c -lX11  >&5
configure:4375: $? = 0
configure:4434: result: libraries , headers 
configure:4442: checking QTDIR
configure:4519: checking Qt version
configure:4535: result: 338 (3)
configure:4541: checking for moc
configure:4557: found /usr/bin/moc
configure:4568: result: moc
configure:4585: checking for uic
configure:4601: found /usr/bin/uic
configure:4612: result: uic
configure:4631: checking for qembed
configure:4647: found /usr/bin/qembed
configure:4658: result: qembed
configure:4732: checking if Qt is static
configure:4734: result: yes
configure:4736: checking if Qt is multithreaded
configure:4738: result: yes
configure:4740: checking if Qt is embedded
configure:4742: result: no
configure:4822: checking for XftFontOpen in -lXft
configure:4857: gcc -o conftest    conftest.c -lXft  -L/usr/lib -lqt-mt -L -lXext -lX11 -lm -lSM -lICE -ldl -ljpeg >&5
configure:4863: $? = 0
configure:4881: result: yes
configure:4890: checking QT_CXXFLAGS
configure:4892: result: -I/usr/include/qt3 -D_REENTRANT -DQT_THREAD_SUPPORT
configure:4894: checking QT_LDADD
configure:4896: result: -L/usr/lib -lqt-mt -L -lXext -lX11 -lm -lSM -lICE -ldl -ljpeg -lXft
configure:4973: checking for x11
configure:4977: result: yes
configure:4981: checking X11_CFLAGS
configure:4984: result:  
configure:4987: checking X11_LIBS
configure:4990: result: -lX11  
configure:5072: checking for xext
configure:5076: result: yes
configure:5080: checking XEXT_CFLAGS
configure:5083: result:  
configure:5086: checking XEXT_LIBS
configure:5089: result: -lXext  
configure:5244: creating ./config.status

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

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

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

on juliet2

config.status:637: creating src/Makefile
config.status:637: creating src/backend/Makefile
config.status:637: creating src/nvcontrol/Makefile
config.status:637: creating src/qt/Makefile
config.status:637: creating src/gtk/Makefile
config.status:637: creating Makefile
config.status:637: creating config.h
config.status:869: executing default-1 commands

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

ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -O2'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-g -O2'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=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=set
ac_cv_env_build_alias_value=x86_64-linux-gnu
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='\'''\'''
ac_cv_header_getopt_h=yes
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_Xft_XftFontOpen=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_MOC=moc
ac_cv_prog_QEMBED=qembed
ac_cv_prog_UIC=uic
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_getopt_long='none required'

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

CC='gcc'
CFLAGS=''
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
GTK_CFLAGS='-D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12  '
GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0  '
HAVE_GTK2='yes'
HAVE_NVCONTROL='yes'
HAVE_QT='yes'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS='-L/usr/lib -lqt-mt -L -lXext -lX11 -lm -lSM -lICE -ldl -ljpeg'
LTLIBOBJS=''
MOC='moc'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
QASSISTANTCLIENT_LDADD='-lqassistantclient'
QEMBED='qembed'
QT_CFLAGS='-I/usr/include/qt3 -D_REENTRANT -DQT_THREAD_SUPPORT'
QT_CXXFLAGS='-I/usr/include/qt3 -D_REENTRANT -DQT_THREAD_SUPPORT'
QT_GUILINK=''
QT_LDADD='-L/usr/lib -lqt-mt -L -lXext -lX11 -lm -lSM -lICE -ldl -ljpeg -lXft'
QT_LIBS='-L/usr/lib -lqt-mt -L -lXext -lX11 -lm -lSM -lICE -ldl -ljpeg -lXft'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
UIC='uic'
X11_CFLAGS='   '
X11_LIBS='-lX11   -lXext  '
XEXT_CFLAGS=' '
XEXT_LIBS='-lXext  '
XMKMF=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build_alias='x86_64-linux-gnu'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
system='Linux'
target_alias=''

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

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define STDC_HEADERS 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
#define HAVE_NVCONTROL 1

configure: exit 0