root/morphix/trunk/gtkxrandr/config.log

Revision 2, 17.0 kB (checked in by nextime, 2 years ago)

Initial import, branching from morphix svn

Line 
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.57.  Invocation command line was
6
7   $ ./configure
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = omega
14 uname -m = i686
15 uname -r = 2.4.20-xfs
16 uname -s = Linux
17 uname -v = #2 SMP Mon Feb 10 00:55:48 CET 2003
18
19 /usr/bin/uname -p = unknown
20 /bin/uname -X     = unknown
21
22 /bin/arch              = i686
23 /usr/bin/arch -k       = unknown
24 /usr/convex/getsysinfo = unknown
25 hostinfo               = unknown
26 /bin/machine           = unknown
27 /usr/bin/oslevel       = unknown
28 /bin/universe          = unknown
29
30 PATH: /usr/local
31 PATH: /root/bin
32 PATH: /usr/sbin
33 PATH: /sbin
34 PATH: /sbin
35 PATH: /bin
36 PATH: /usr/sbin
37 PATH: /usr/bin
38 PATH: /usr/bin/X11
39 PATH: /usr/local/sbin
40 PATH: /usr/local/bin
41
42
43 ## ----------- ##
44 ## Core tests. ##
45 ## ----------- ##
46
47 configure:1303: checking for a BSD-compatible install
48 configure:1357: result: /usr/bin/install -c
49 configure:1368: checking whether build environment is sane
50 configure:1411: result: yes
51 configure:1426: checking whether make sets $(MAKE)
52 configure:1446: result: yes
53 configure:1478: checking for working aclocal-1.4
54 configure:1485: result: found
55 configure:1493: checking for working autoconf
56 configure:1500: result: found
57 configure:1508: checking for working automake-1.4
58 configure:1515: result: found
59 configure:1523: checking for working autoheader
60 configure:1530: result: found
61 configure:1538: checking for working makeinfo
62 configure:1545: result: found
63 configure:1559: checking whether to enable maintainer-specific portions of Makefiles
64 configure:1568: result: no
65 configure:1629: checking for gcc
66 configure:1645: found /usr/bin/gcc
67 configure:1655: result: gcc
68 configure:1899: checking for C compiler version
69 configure:1902: gcc --version </dev/null >&5
70 gcc (GCC) 3.2.3 20030228 (Debian prerelease)
71 Copyright (C) 2002 Free Software Foundation, Inc.
72 This is free software; see the source for copying conditions.  There is NO
73 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
74
75 configure:1905: $? = 0
76 configure:1907: gcc -v </dev/null >&5
77 Reading specs from /usr/lib/gcc-lib/i386-linux/3.2.3/specs
78 Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,proto,pascal,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-java-gc=boehm --enable-objc-gc i386-linux
79 Thread model: posix
80 gcc version 3.2.3 20030228 (Debian prerelease)
81 configure:1910: $? = 0
82 configure:1912: gcc -V </dev/null >&5
83 gcc: argument to `-V' is missing
84 configure:1915: $? = 1
85 configure:1939: checking for C compiler default output
86 configure:1942: gcc    conftest.c  >&5
87 configure:1945: $? = 0
88 configure:1991: result: a.out
89 configure:1996: checking whether the C compiler works
90 configure:2002: ./a.out
91 configure:2005: $? = 0
92 configure:2022: result: yes
93 configure:2029: checking whether we are cross compiling
94 configure:2031: result: no
95 configure:2034: checking for suffix of executables
96 configure:2036: gcc -o conftest    conftest.c  >&5
97 configure:2039: $? = 0
98 configure:2064: result:
99 configure:2070: checking for suffix of object files
100 configure:2092: gcc -c   conftest.c >&5
101 configure:2095: $? = 0
102 configure:2117: result: o
103 configure:2121: checking whether we are using the GNU C compiler
104 configure:2146: gcc -c   conftest.c >&5
105 configure:2149: $? = 0
106 configure:2152: test -s conftest.o
107 configure:2155: $? = 0
108 configure:2168: result: yes
109 configure:2174: checking whether gcc accepts -g
110 configure:2196: gcc -c -g  conftest.c >&5
111 configure:2199: $? = 0
112 configure:2202: test -s conftest.o
113 configure:2205: $? = 0
114 configure:2216: result: yes
115 configure:2233: checking for gcc option to accept ANSI C
116 configure:2294: gcc  -c -g -O2  conftest.c >&5
117 configure:2297: $? = 0
118 configure:2300: test -s conftest.o
119 configure:2303: $? = 0
120 configure:2321: result: none needed
121 configure:2339: gcc -c -g -O2  conftest.c >&5
122 conftest.c:2: syntax error before "me"
123 configure:2342: $? = 1
124 configure: failed program was:
125 | #ifndef __cplusplus
126 |   choke me
127 | #endif
128 configure:2453: checking for strerror in -lcposix
129 configure:2484: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
130 /usr/bin/ld: cannot find -lcposix
131 collect2: ld returned 1 exit status
132 configure:2487: $? = 1
133 configure: failed program was:
134 | #line 2460 "configure"
135 | /* confdefs.h.  */
136 |
137 | #define PACKAGE_NAME ""
138 | #define PACKAGE_TARNAME ""
139 | #define PACKAGE_VERSION ""
140 | #define PACKAGE_STRING ""
141 | #define PACKAGE_BUGREPORT ""
142 | #define PACKAGE "gtkxrandr"
143 | #define VERSION "0.1"
144 | /* end confdefs.h.  */
145 |
146 | /* Override any gcc2 internal prototype to avoid an error.  */
147 | #ifdef __cplusplus
148 | extern "C"
149 | #endif
150 | /* We use char because int might match the return type of a gcc2
151 |    builtin and then its argument prototype would still apply.  */
152 | char strerror ();
153 | int
154 | main ()
155 | {
156 | strerror ();
157 |   ;
158 |   return 0;
159 | }
160 configure:2505: result: no
161 configure:2559: checking for gcc
162 configure:2585: result: gcc
163 configure:2829: checking for C compiler version
164 configure:2832: gcc --version </dev/null >&5
165 gcc (GCC) 3.2.3 20030228 (Debian prerelease)
166 Copyright (C) 2002 Free Software Foundation, Inc.
167 This is free software; see the source for copying conditions.  There is NO
168 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
169
170 configure:2835: $? = 0
171 configure:2837: gcc -v </dev/null >&5
172 Reading specs from /usr/lib/gcc-lib/i386-linux/3.2.3/specs
173 Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,proto,pascal,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-java-gc=boehm --enable-objc-gc i386-linux
174 Thread model: posix
175 gcc version 3.2.3 20030228 (Debian prerelease)
176 configure:2840: $? = 0
177 configure:2842: gcc -V </dev/null >&5
178 gcc: argument to `-V' is missing
179 configure:2845: $? = 1
180 configure:2848: checking whether we are using the GNU C compiler
181 configure:2895: result: yes
182 configure:2901: checking whether gcc accepts -g
183 configure:2943: result: yes
184 configure:2960: checking for gcc option to accept ANSI C
185 configure:3048: result: none needed
186 configure:3066: gcc -c -g -O2  conftest.c >&5
187 conftest.c:2: syntax error before "me"
188 configure:3069: $? = 1
189 configure: failed program was:
190 | #ifndef __cplusplus
191 |   choke me
192 | #endif
193 configure:3181: checking for gcc option to accept ANSI C
194 configure:3244: gcc  -c -g -O2  conftest.c >&5
195 configure:3247: $? = 0
196 configure:3250: test -s conftest.o
197 configure:3253: $? = 0
198 configure:3268: result: none needed
199 configure:3284: checking how to run the C preprocessor
200 configure:3320: gcc -E  conftest.c
201 configure:3326: $? = 0
202 configure:3358: gcc -E  conftest.c
203 configure:3359:28: ac_nonexistent.h: No such file or directory
204 configure:3364: $? = 1
205 configure: failed program was:
206 | #line 3349 "configure"
207 | /* confdefs.h.  */
208 |
209 | #define PACKAGE_NAME ""
210 | #define PACKAGE_TARNAME ""
211 | #define PACKAGE_VERSION ""
212 | #define PACKAGE_STRING ""
213 | #define PACKAGE_BUGREPORT ""
214 | #define PACKAGE "gtkxrandr"
215 | #define VERSION "0.1"
216 | /* end confdefs.h.  */
217 | #include <ac_nonexistent.h>
218 configure:3402: result: gcc -E
219 configure:3427: gcc -E  conftest.c
220 configure:3433: $? = 0
221 configure:3465: gcc -E  conftest.c
222 configure:3466:28: ac_nonexistent.h: No such file or directory
223 configure:3471: $? = 1
224 configure: failed program was:
225 | #line 3456 "configure"
226 | /* confdefs.h.  */
227 |
228 | #define PACKAGE_NAME ""
229 | #define PACKAGE_TARNAME ""
230 | #define PACKAGE_VERSION ""
231 | #define PACKAGE_STRING ""
232 | #define PACKAGE_BUGREPORT ""
233 | #define PACKAGE "gtkxrandr"
234 | #define VERSION "0.1"
235 | /* end confdefs.h.  */
236 | #include <ac_nonexistent.h>
237 configure:3514: checking for egrep
238 configure:3524: result: grep -E
239 configure:3529: checking for ANSI C header files
240 configure:3555: gcc -c -g -O2  conftest.c >&5
241 configure:3558: $? = 0
242 configure:3561: test -s conftest.o
243 configure:3564: $? = 0
244 configure:3653: gcc -o conftest -g -O2   conftest.c  >&5
245 configure:3656: $? = 0
246 configure:3658: ./conftest
247 configure:3661: $? = 0
248 configure:3676: result: yes
249 configure:3694: checking for pkg-config
250 configure:3712: found /usr/bin/pkg-config
251 configure:3725: result: /usr/bin/pkg-config
252 configure:3742: checking for gtk+-2.0 >= 2.0.0
253 configure:3746: result: yes
254 configure:3750: checking PACKAGE_CFLAGS
255 configure:3753: result: -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
256 configure:3756: checking PACKAGE_LIBS
257 configure:3759: result: -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 
258 configure:3811: checking for sys/types.h
259 configure:3828: gcc -c -g -O2  conftest.c >&5
260 configure:3831: $? = 0
261 configure:3834: test -s conftest.o
262 configure:3837: $? = 0
263 configure:3848: result: yes
264 configure:3811: checking for sys/stat.h
265 configure:3828: gcc -c -g -O2  conftest.c >&5
266 configure:3831: $? = 0
267 configure:3834: test -s conftest.o
268 configure:3837: $? = 0
269 configure:3848: result: yes
270 configure:3811: checking for stdlib.h
271 configure:3828: gcc -c -g -O2  conftest.c >&5
272 configure:3831: $? = 0
273 configure:3834: test -s conftest.o
274 configure:3837: $? = 0
275 configure:3848: result: yes
276 configure:3811: checking for string.h
277 configure:3828: gcc -c -g -O2  conftest.c >&5
278 configure:3831: $? = 0
279 configure:3834: test -s conftest.o
280 configure:3837: $? = 0
281 configure:3848: result: yes
282 configure:3811: checking for memory.h
283 configure:3828: gcc -c -g -O2  conftest.c >&5
284 configure:3831: $? = 0
285 configure:3834: test -s conftest.o
286 configure:3837: $? = 0
287 configure:3848: result: yes
288 configure:3811: checking for strings.h
289 configure:3828: gcc -c -g -O2  conftest.c >&5
290 configure:3831: $? = 0
291 configure:3834: test -s conftest.o
292 configure:3837: $? = 0
293 configure:3848: result: yes
294 configure:3811: checking for inttypes.h
295 configure:3828: gcc -c -g -O2  conftest.c >&5
296 configure:3831: $? = 0
297 configure:3834: test -s conftest.o
298 configure:3837: $? = 0
299 configure:3848: result: yes
300 configure:3811: checking for stdint.h
301 configure:3828: gcc -c -g -O2  conftest.c >&5
302 configure:3831: $? = 0
303 configure:3834: test -s conftest.o
304 configure:3837: $? = 0
305 configure:3848: result: yes
306 configure:3811: checking for unistd.h
307 configure:3828: gcc -c -g -O2  conftest.c >&5
308 configure:3831: $? = 0
309 configure:3834: test -s conftest.o
310 configure:3837: $? = 0
311 configure:3848: result: yes
312 configure:3875: checking locale.h usability
313 configure:3888: gcc -c -g -O2  conftest.c >&5
314 configure:3891: $? = 0
315 configure:3894: test -s conftest.o
316 configure:3897: $? = 0
317 configure:3907: result: yes
318 configure:3911: checking locale.h presence
319 configure:3922: gcc -E  conftest.c
320 configure:3928: $? = 0
321 configure:3947: result: yes
322 configure:3983: checking for locale.h
323 configure:3990: result: yes
324 configure:4004: checking for LC_MESSAGES
325 configure:4026: gcc -o conftest -g -O2   conftest.c  >&5
326 configure:4029: $? = 0
327 configure:4032: test -s conftest
328 configure:4035: $? = 0
329 configure:4046: result: yes
330 configure:4075: checking libintl.h usability
331 configure:4088: gcc -c -g -O2  conftest.c >&5
332 configure:4091: $? = 0
333 configure:4094: test -s conftest.o
334 configure:4097: $? = 0
335 configure:4107: result: yes
336 configure:4111: checking libintl.h presence
337 configure:4122: gcc -E  conftest.c
338 configure:4128: $? = 0
339 configure:4147: result: yes
340 configure:4183: checking for libintl.h
341 configure:4190: result: yes
342 configure:4201: checking for dgettext in libc
343 configure:4225: gcc -o conftest -g -O2   conftest.c  >&5
344 configure:4228: $? = 0
345 configure:4231: test -s conftest
346 configure:4234: $? = 0
347 configure:4246: result: yes
348 configure:4254: checking for bind_textdomain_codeset
349 configure:4304: gcc -o conftest -g -O2   conftest.c  >&5
350 configure:4307: $? = 0
351 configure:4310: test -s conftest
352 configure:4313: $? = 0
353 configure:4324: result: yes
354 configure:4648: checking for msgfmt
355 configure:4675: result: /usr/bin/msgfmt
356 configure:4686: checking for dcgettext
357 configure:4736: gcc -o conftest -g -O2   conftest.c  >&5
358 configure:4739: $? = 0
359 configure:4742: test -s conftest
360 configure:4745: $? = 0
361 configure:4756: result: yes
362 configure:4768: checking for gmsgfmt
363 configure:4799: result: /usr/bin/msgfmt
364 configure:4808: checking for xgettext
365 configure:4835: result: /usr/bin/xgettext
366 configure:4860: gcc -o conftest -g -O2   conftest.c  >&5
367 configure:4863: $? = 0
368 configure:4866: test -s conftest
369 configure:4869: $? = 0
370 configure:5074: creating ./config.status
371
372 ## ---------------------- ##
373 ## Running config.status. ##
374 ## ---------------------- ##
375
376 This file was extended by config.status, which was
377 generated by GNU Autoconf 2.57.  Invocation command line was
378
379   CONFIG_FILES    =
380   CONFIG_HEADERS  =
381   CONFIG_LINKS    =
382   CONFIG_COMMANDS =
383   $ ./config.status
384
385 on omega
386
387 config.status:661: creating Makefile
388 config.status:661: creating src/Makefile
389 config.status:661: creating po/Makefile.in
390 config.status:765: creating config.h
391 config.status:884: config.h is unchanged
392 config.status:984: executing default-1 commands
393 config.status:984: executing default-2 commands
394
395 ## ---------------- ##
396 ## Cache variables. ##
397 ## ---------------- ##
398
399 ac_cv_c_compiler_gnu=yes
400 ac_cv_env_CC_set=
401 ac_cv_env_CC_value=
402 ac_cv_env_CFLAGS_set=
403 ac_cv_env_CFLAGS_value=
404 ac_cv_env_CPPFLAGS_set=
405 ac_cv_env_CPPFLAGS_value=
406 ac_cv_env_CPP_set=
407 ac_cv_env_CPP_value=
408 ac_cv_env_LDFLAGS_set=
409 ac_cv_env_LDFLAGS_value=
410 ac_cv_env_build_alias_set=
411 ac_cv_env_build_alias_value=
412 ac_cv_env_host_alias_set=
413 ac_cv_env_host_alias_value=
414 ac_cv_env_target_alias_set=
415 ac_cv_env_target_alias_value=
416 ac_cv_exeext=
417 ac_cv_func_bind_textdomain_codeset=yes
418 ac_cv_func_dcgettext=yes
419 ac_cv_header_inttypes_h=yes
420 ac_cv_header_libintl_h=yes
421 ac_cv_header_locale_h=yes
422 ac_cv_header_memory_h=yes
423 ac_cv_header_stdc=yes
424 ac_cv_header_stdint_h=yes
425 ac_cv_header_stdlib_h=yes
426 ac_cv_header_string_h=yes
427 ac_cv_header_strings_h=yes
428 ac_cv_header_sys_stat_h=yes
429 ac_cv_header_sys_types_h=yes
430 ac_cv_header_unistd_h=yes
431 ac_cv_lib_cposix_strerror=no
432 ac_cv_objext=o
433 ac_cv_path_GMSGFMT=/usr/bin/msgfmt
434 ac_cv_path_MSGFMT=/usr/bin/msgfmt
435 ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
436 ac_cv_path_XGETTEXT=/usr/bin/xgettext
437 ac_cv_path_install='/usr/bin/install -c'
438 ac_cv_prog_CPP='gcc -E'
439 ac_cv_prog_ac_ct_CC=gcc
440 ac_cv_prog_cc_g=yes
441 ac_cv_prog_cc_stdc=
442 ac_cv_prog_egrep='grep -E'
443 ac_cv_prog_make_make_set=yes
444 am_cv_prog_cc_stdc=
445 am_cv_val_LC_MESSAGES=yes
446 gt_cv_func_dgettext_libc=yes
447 gt_cv_func_dgettext_libintl=no
448 gt_cv_have_gettext=yes
449
450 ## ----------------- ##
451 ## Output variables. ##
452 ## ----------------- ##
453
454 ACLOCAL='aclocal-1.4'
455 AUTOCONF='autoconf'
456 AUTOHEADER='autoheader'
457 AUTOMAKE='automake-1.4'
458 CATALOGS=''
459 CATOBJEXT='.gmo'
460 CC='gcc'
461 CFLAGS='-g -O2'
462 CPP='gcc -E'
463 CPPFLAGS=''
464 DATADIRNAME='share'
465 DEFS='-DHAVE_CONFIG_H'
466 ECHO_C=''
467 ECHO_N='-n'
468 ECHO_T=''
469 EGREP='grep -E'
470 EXEEXT=''
471 GETTEXT_PACKAGE='gtkxrandr'
472 GMOFILES=''
473 GMSGFMT='/usr/bin/msgfmt'
474 INSTALL_DATA='${INSTALL} -m 644'
475 INSTALL_PROGRAM='${INSTALL}'
476 INSTALL_SCRIPT='${INSTALL}'
477 INSTOBJEXT='.mo'
478 INTLLIBS=''
479 LDFLAGS=''
480 LIBOBJS=''
481 LIBS=''
482 LTLIBOBJS=''
483 MAINT='#'
484 MAINTAINER_MODE_FALSE=''
485 MAINTAINER_MODE_TRUE='#'
486 MAKEINFO='makeinfo'
487 MKINSTALLDIRS='./mkinstalldirs'
488 MSGFMT='/usr/bin/msgfmt'
489 OBJEXT='o'
490 PACKAGE='gtkxrandr'
491 PACKAGE_BUGREPORT=''
492 PACKAGE_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
493 PACKAGE_LIBS='-Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
494 PACKAGE_NAME=''
495 PACKAGE_STRING=''
496 PACKAGE_TARNAME=''
497 PACKAGE_VERSION=''
498 PATH_SEPARATOR=':'
499 PKG_CONFIG='/usr/bin/pkg-config'
500 POFILES=''
501 POSUB='po'
502 PO_IN_DATADIR_FALSE=''
503 PO_IN_DATADIR_TRUE=''
504 SET_MAKE=''
505 SHELL='/bin/sh'
506 USE_NLS='yes'
507 VERSION='0.1'
508 XGETTEXT='/usr/bin/xgettext'
509 ac_ct_CC='gcc'
510 bindir='${exec_prefix}/bin'
511 build_alias=''
512 datadir='${prefix}/share'
513 exec_prefix='${prefix}'
514 host_alias=''
515 includedir='${prefix}/include'
516 infodir='${prefix}/info'
517 libdir='${exec_prefix}/lib'
518 libexecdir='${exec_prefix}/libexec'
519 localstatedir='${prefix}/var'
520 mandir='${prefix}/man'
521 oldincludedir='/usr/include'
522 prefix='/usr/local'
523 program_transform_name='s,x,x,'
524 sbindir='${exec_prefix}/sbin'
525 sharedstatedir='${prefix}/com'
526 sysconfdir='${prefix}/etc'
527 target_alias=''
528
529 ## ----------- ##
530 ## confdefs.h. ##
531 ## ----------- ##
532
533 #define ENABLE_NLS 1
534 #define GETTEXT_PACKAGE "gtkxrandr"
535 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
536 #define HAVE_DCGETTEXT 1
537 #define HAVE_GETTEXT 1
538 #define HAVE_INTTYPES_H 1
539 #define HAVE_LC_MESSAGES 1
540 #define HAVE_LOCALE_H 1
541 #define HAVE_MEMORY_H 1
542 #define HAVE_STDINT_H 1
543 #define HAVE_STDLIB_H 1
544 #define HAVE_STRINGS_H 1
545 #define HAVE_STRING_H 1
546 #define HAVE_SYS_STAT_H 1
547 #define HAVE_SYS_TYPES_H 1
548 #define HAVE_UNISTD_H 1
549 #define PACKAGE "gtkxrandr"
550 #define PACKAGE_BUGREPORT ""
551 #define PACKAGE_NAME ""
552 #define PACKAGE_STRING ""
553 #define PACKAGE_TARNAME ""
554 #define PACKAGE_VERSION ""
555 #define STDC_HEADERS 1
556 #define VERSION "0.1"
557
558 configure: exit 0
Note: See TracBrowser for help on using the browser.