wmwork: Add version 0.2.5 to repository.
[dockapps.git] / wmradio / config.log
blob37d2bbd235968fffac7cfeefbd37ce34ae4cc135
1 This file contains any messages produced by compilers while
2 running configure, to aid debugging if configure makes a mistake.
4 It was created by configure, which was
5 generated by GNU Autoconf 2.57.  Invocation command line was
7   $ ./configure --prefix=/usr --disable-libxosd --disable-gnome
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
13 hostname = m700pha.anect.cz
14 uname -m = i686
15 uname -r = 2.6.9-1.681_FC3
16 uname -s = Linux
17 uname -v = #1 Thu Nov 18 15:10:10 EST 2004
19 /usr/bin/uname -p = unknown
20 /bin/uname -X     = unknown
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
30 PATH: /usr/kerberos/bin
31 PATH: /usr/local/bin
32 PATH: /usr/bin
33 PATH: /bin
34 PATH: /usr/X11R6/bin
35 PATH: /usr/java/j2sdk1.4.2_06/bin
36 PATH: /bin
37 PATH: /usr/sbin
38 PATH: /home/tcermak/bin
39 PATH: /usr/java/j2sdk1.4.2_06/bin
42 ## ----------- ##
43 ## Core tests. ##
44 ## ----------- ##
46 configure:1297: checking for gcc
47 configure:1313: found /usr/bin/gcc
48 configure:1323: result: gcc
49 configure:1567: checking for C compiler version
50 configure:1570: gcc --version </dev/null >&5
51 gcc (GCC) 3.4.3 20050227 (Red Hat 3.4.3-22.fc3)
52 Copyright (C) 2004 Free Software Foundation, Inc.
53 This is free software; see the source for copying conditions.  There is NO
54 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
56 configure:1573: $? = 0
57 configure:1575: gcc -v </dev/null >&5
58 Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.3/specs
59 Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
60 Thread model: posix
61 gcc version 3.4.3 20050227 (Red Hat 3.4.3-22.fc3)
62 configure:1578: $? = 0
63 configure:1580: gcc -V </dev/null >&5
64 gcc: `-V' option must have argument
65 configure:1583: $? = 1
66 configure:1607: checking for C compiler default output
67 configure:1610: gcc    conftest.c  >&5
68 configure:1613: $? = 0
69 configure:1659: result: a.out
70 configure:1664: checking whether the C compiler works
71 configure:1670: ./a.out
72 configure:1673: $? = 0
73 configure:1690: result: yes
74 configure:1697: checking whether we are cross compiling
75 configure:1699: result: no
76 configure:1702: checking for suffix of executables
77 configure:1704: gcc -o conftest    conftest.c  >&5
78 configure:1707: $? = 0
79 configure:1732: result: 
80 configure:1738: checking for suffix of object files
81 configure:1760: gcc -c   conftest.c >&5
82 configure:1763: $? = 0
83 configure:1785: result: o
84 configure:1789: checking whether we are using the GNU C compiler
85 configure:1814: gcc -c   conftest.c >&5
86 configure:1817: $? = 0
87 configure:1820: test -s conftest.o
88 configure:1823: $? = 0
89 configure:1836: result: yes
90 configure:1842: checking whether gcc accepts -g
91 configure:1864: gcc -c -g  conftest.c >&5
92 configure:1867: $? = 0
93 configure:1870: test -s conftest.o
94 configure:1873: $? = 0
95 configure:1884: result: yes
96 configure:1901: checking for gcc option to accept ANSI C
97 configure:1962: gcc  -c -g -O2  conftest.c >&5
98 configure:1965: $? = 0
99 configure:1968: test -s conftest.o
100 configure:1971: $? = 0
101 configure:1989: result: none needed
102 configure:2007: gcc -c -g -O2  conftest.c >&5
103 conftest.c:2: error: syntax error before "me"
104 configure:2010: $? = 1
105 configure: failed program was:
106 | #ifndef __cplusplus
107 |   choke me
108 | #endif
109 configure:2125: checking how to run the C preprocessor
110 configure:2161: gcc -E  conftest.c
111 configure:2167: $? = 0
112 configure:2199: gcc -E  conftest.c
113 configure:2198:28: ac_nonexistent.h: No such file or directory
114 configure:2205: $? = 1
115 configure: failed program was:
116 | #line 2190 "configure"
117 | /* confdefs.h.  */
119 | #define PACKAGE_NAME ""
120 | #define PACKAGE_TARNAME ""
121 | #define PACKAGE_VERSION ""
122 | #define PACKAGE_STRING ""
123 | #define PACKAGE_BUGREPORT ""
124 | /* end confdefs.h.  */
125 | #include <ac_nonexistent.h>
126 configure:2243: result: gcc -E
127 configure:2268: gcc -E  conftest.c
128 configure:2274: $? = 0
129 configure:2306: gcc -E  conftest.c
130 configure:2305:28: ac_nonexistent.h: No such file or directory
131 configure:2312: $? = 1
132 configure: failed program was:
133 | #line 2297 "configure"
134 | /* confdefs.h.  */
136 | #define PACKAGE_NAME ""
137 | #define PACKAGE_TARNAME ""
138 | #define PACKAGE_VERSION ""
139 | #define PACKAGE_STRING ""
140 | #define PACKAGE_BUGREPORT ""
141 | /* end confdefs.h.  */
142 | #include <ac_nonexistent.h>
143 configure:2355: checking for X
144 configure:2575: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
145 configure:2728: gcc -o conftest -g -O2   conftest.c   -L/usr/X11R6/lib -lX11 >&5
146 configure:2731: $? = 0
147 configure:2734: test -s conftest
148 configure:2737: $? = 0
149 configure:2874: checking for gethostbyname
150 configure:2924: gcc -o conftest -g -O2   conftest.c  >&5
151 configure:2927: $? = 0
152 configure:2930: test -s conftest
153 configure:2933: $? = 0
154 configure:2944: result: yes
155 configure:3075: checking for connect
156 configure:3125: gcc -o conftest -g -O2   conftest.c  >&5
157 configure:3128: $? = 0
158 configure:3131: test -s conftest
159 configure:3134: $? = 0
160 configure:3145: result: yes
161 configure:3210: checking for remove
162 configure:3260: gcc -o conftest -g -O2   conftest.c  >&5
163 configure:3263: $? = 0
164 configure:3266: test -s conftest
165 configure:3269: $? = 0
166 configure:3280: result: yes
167 configure:3345: checking for shmat
168 configure:3395: gcc -o conftest -g -O2   conftest.c  >&5
169 configure:3398: $? = 0
170 configure:3401: test -s conftest
171 configure:3404: $? = 0
172 configure:3415: result: yes
173 configure:3489: checking for IceConnectionNumber in -lICE
174 configure:3520: gcc -o conftest -g -O2   -L/usr/X11R6/lib conftest.c -lICE   >&5
175 configure:3523: $? = 0
176 configure:3526: test -s conftest
177 configure:3529: $? = 0
178 configure:3541: result: yes
179 configure:3819: creating ./config.status
181 ## ---------------------- ##
182 ## Running config.status. ##
183 ## ---------------------- ##
185 This file was extended by config.status, which was
186 generated by GNU Autoconf 2.57.  Invocation command line was
188   CONFIG_FILES    = 
189   CONFIG_HEADERS  = 
190   CONFIG_LINKS    = 
191   CONFIG_COMMANDS = 
192   $ ./config.status 
194 on m700pha.anect.cz
196 config.status:612: creating Makefile
197 config.status:612: creating config.h
198 config.status:612: creating config/wmradio-config.py
200 ## ---------------- ##
201 ## Cache variables. ##
202 ## ---------------- ##
204 ac_cv_c_compiler_gnu=yes
205 ac_cv_env_CC_set=
206 ac_cv_env_CC_value=
207 ac_cv_env_CFLAGS_set=
208 ac_cv_env_CFLAGS_value=
209 ac_cv_env_CPPFLAGS_set=
210 ac_cv_env_CPPFLAGS_value=
211 ac_cv_env_CPP_set=
212 ac_cv_env_CPP_value=
213 ac_cv_env_LDFLAGS_set=
214 ac_cv_env_LDFLAGS_value=
215 ac_cv_env_build_alias_set=
216 ac_cv_env_build_alias_value=
217 ac_cv_env_host_alias_set=
218 ac_cv_env_host_alias_value=
219 ac_cv_env_target_alias_set=
220 ac_cv_env_target_alias_value=
221 ac_cv_exeext=
222 ac_cv_func_connect=yes
223 ac_cv_func_gethostbyname=yes
224 ac_cv_func_remove=yes
225 ac_cv_func_shmat=yes
226 ac_cv_have_x='have_x=yes                ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib'
227 ac_cv_lib_ICE_IceConnectionNumber=yes
228 ac_cv_objext=o
229 ac_cv_prog_CPP='gcc -E'
230 ac_cv_prog_ac_ct_CC=gcc
231 ac_cv_prog_cc_g=yes
232 ac_cv_prog_cc_stdc=
234 ## ----------------- ##
235 ## Output variables. ##
236 ## ----------------- ##
238 CC='gcc'
239 CFLAGS='-g -O2'
240 CPP='gcc -E'
241 CPPFLAGS=''
242 DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DLOCALE_DIR=\"/usr//locale\" '
243 ECHO_C=''
244 ECHO_N='-n'
245 ECHO_T=''
246 EXEEXT=''
247 HAVE_XOSD='undef '
248 LDFLAGS=''
249 LIBOBJS=''
250 LIBS=''
251 LIBXOSD_CFLAGS=''
252 LIBXOSD_CONFIG=''
253 LIBXOSD_LIBS=''
254 LTLIBOBJS=''
255 OBJEXT='o'
256 PACKAGE_BUGREPORT=''
257 PACKAGE_NAME=''
258 PACKAGE_STRING=''
259 PACKAGE_TARNAME=''
260 PACKAGE_VERSION=''
261 PANEL_CFLAGS=''
262 PANEL_LIBS=''
263 PATH_SEPARATOR=':'
264 PKG_CONFIG=''
265 SHELL='/bin/sh'
266 TARGETS='wmradio xwmradio'
267 X_CFLAGS=' -I/usr/X11R6/include'
268 X_EXTRA_LIBS=''
269 X_LIBS=' -L/usr/X11R6/lib'
270 X_PRE_LIBS=' -lSM -lICE'
271 ac_ct_CC='gcc'
272 bindir='${exec_prefix}/bin'
273 build_alias=''
274 datadir='${prefix}/share'
275 exec_prefix='${prefix}'
276 host_alias=''
277 includedir='${prefix}/include'
278 infodir='${prefix}/info'
279 libdir='${exec_prefix}/lib'
280 libexecdir='${exec_prefix}/libexec'
281 localstatedir='${prefix}/var'
282 mandir='${prefix}/man'
283 oldincludedir='/usr/include'
284 prefix='/usr'
285 program_transform_name='s,x,x,'
286 sbindir='${exec_prefix}/sbin'
287 sharedstatedir='${prefix}/com'
288 sysconfdir='${prefix}/etc'
289 target_alias=''
291 ## ----------- ##
292 ## confdefs.h. ##
293 ## ----------- ##
295 #define LOCALE_DIR "/usr//locale"
296 #define PACKAGE_BUGREPORT ""
297 #define PACKAGE_NAME ""
298 #define PACKAGE_STRING ""
299 #define PACKAGE_TARNAME ""
300 #define PACKAGE_VERSION ""
302 configure: exit 0