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
|
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.52. Invocation command line was
$ ./configure
## ---------- ##
## Platform. ##
## ---------- ##
hostname = ANDYS-MASCHINE
uname -m = i686
uname -r = 1.0.15(0.47/3/2)
uname -s = MINGW32_NT-5.1
uname -v = 2010-07-06 22:04
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH = .:/usr/local/bin:/mingw/bin:/bin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/Programme/QuickTime/QTSystem/:/c/Programme/TortoiseSVN/bin:/c/Programme/xampp/php
## ------------ ##
## Core tests. ##
## ------------ ##
configure:1092: PATH=".;."; conftest.sh
./configure: line 1093: conftest.sh: command not found
configure:1095: $? = 127
configure:1157: checking for a BSD compatible install
configure:1206: result: /bin/install -c
configure:1217: checking whether build environment is sane
configure:1260: result: yes
configure:1292: checking for mawk
configure:1318: result: no
configure:1292: checking for gawk
configure:1307: found /bin/gawk
configure:1315: result: gawk
configure:1325: checking whether make sets ${MAKE}
configure:1345: result: yes
configure:1522: checking for gcc
configure:1537: found /mingw/bin/gcc
configure:1545: result: gcc
configure:1773: checking for C compiler version
configure:1776: gcc --version </dev/null >&5
gcc.exe (GCC) 3.4.5 (mingw-vista special r3)
Copyright (C) 2004 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:1779: $? = 0
configure:1781: gcc -v </dev/null >&5
Reading specs from C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with: ../gcc-3.4.5-20060117-3/configure --with-gcc --with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry --disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter --enable-hash-synchronization --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.5 (mingw-vista special r3)
configure:1784: $? = 0
configure:1786: gcc -V </dev/null >&5
gcc.exe: `-V' option must have argument
configure:1789: $? = 1
configure:1809: checking for C compiler default output
configure:1812: gcc conftest.c >&5
configure:1815: $? = 0
configure:1844: result: a.exe
configure:1849: checking whether the C compiler works
configure:1855: ./a.exe
configure:1858: $? = 0
configure:1873: result: yes
configure:1880: checking whether we are cross compiling
configure:1882: result: no
configure:1885: checking for executable suffix
configure:1887: gcc -o conftest.exe conftest.c >&5
configure:1890: $? = 0
configure:1912: result: .exe
configure:1918: checking for object suffix
configure:1936: gcc -c conftest.c >&5
configure:1939: $? = 0
configure:1958: result: o
configure:1962: checking whether we are using the GNU C compiler
configure:1983: gcc -c conftest.c >&5
configure:1986: $? = 0
configure:1989: test -s conftest.o
configure:1992: $? = 0
configure:2004: result: yes
configure:2010: checking whether gcc accepts -g
configure:2028: gcc -c -g conftest.c >&5
configure:2031: $? = 0
configure:2034: test -s conftest.o
configure:2037: $? = 0
configure:2047: result: yes
configure:2074: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2077: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:2192: checking for style of include used by make
configure:2219: result: GNU
configure:2243: checking dependency style of gcc
configure:2305: result: gcc3
configure:2309: checking for gcc option to accept ANSI C
configure:2366: gcc -c -g -O2 conftest.c >&5
configure:2369: $? = 0
configure:2372: test -s conftest.o
configure:2375: $? = 0
configure:2392: result: none needed
configure:2400: checking for inline
configure:2417: gcc -c -g -O2 conftest.c >&5
configure:2420: $? = 0
configure:2423: test -s conftest.o
configure:2426: $? = 0
configure:2437: result: inline
configure:2524: checking build system type
configure:2542: result: i686-pc-mingw32
configure:2549: checking host system type
configure:2563: result: i686-pc-mingw32
configure:2591: checking for ld used by GCC
configure:2654: result: C:/MinGW/mingw32/bin/ld.exe
configure:2663: checking if the linker (C:/MinGW/mingw32/bin/ld.exe) is GNU ld
GNU ld (GNU Binutils) 2.20
configure:2675: result: yes
configure:2679: checking for C:/MinGW/mingw32/bin/ld.exe option to reload object files
configure:2686: result: -r
configure:2691: checking for BSD-compatible nm
configure:2727: result: /mingw/bin/nm
configure:2730: checking whether ln -s works
configure:2734: result: yes
configure:2741: checking how to recognise dependant libraries
configure:2919: result: file_magic file format pei*-i386(.*architecture: i386)?
configure:2925: checking command to parse /mingw/bin/nm output
configure:3006: gcc -c -g -O2 conftest.c >&5
configure:3009: $? = 0
configure:3013: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2\3 \3/p' \> conftest.nm
configure:3016: $? = 0
cannot find nm_test_var in conftest.nm
configure:3006: gcc -c -g -O2 conftest.c >&5
configure:3009: $? = 0
configure:3013: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2\3 \3/p' \> conftest.nm
configure:3016: $? = 0
configure:3068: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5
configure:3071: $? = 0
configure:3115: result: ok
configure:3124: checking how to run the C preprocessor
configure:3150: gcc -E conftest.c
configure:3156: $? = 0
configure:3183: gcc -E conftest.c
configure:3180:28: ac_nonexistent.h: No such file or directory
configure:3189: $? = 1
configure: failed program was:
#line 3179 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3226: result: gcc -E
configure:3241: gcc -E conftest.c
configure:3247: $? = 0
configure:3274: gcc -E conftest.c
configure:3271:28: ac_nonexistent.h: No such file or directory
configure:3280: $? = 1
configure: failed program was:
#line 3270 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3322: checking for dlfcn.h
configure:3332: gcc -E conftest.c
configure:3329:19: dlfcn.h: No such file or directory
configure:3338: $? = 1
configure: failed program was:
#line 3328 "configure"
#include "confdefs.h"
#include <dlfcn.h>
configure:3357: result: no
configure:3544: checking for ranlib
configure:3559: found /mingw/bin/ranlib
configure:3568: result: ranlib
configure:3618: checking for strip
configure:3633: found /mingw/bin/strip
configure:3642: result: strip
configure:3844: checking for objdir
configure:3855: result: .libs
configure:3870: checking for gcc option to produce PIC
configure:4020: result: -DDLL_EXPORT
configure:4024: checking if gcc PIC flag -DDLL_EXPORT works
configure:4044: gcc -c -g -O2 -DDLL_EXPORT -DPIC conftest.c >&5
configure:4047: $? = 0
configure:4050: test -s conftest.o
configure:4053: $? = 0
configure:4089: result: yes
configure:4105: checking if gcc static flag -static works
configure:4126: gcc -o conftest.exe -g -O2 -static conftest.c >&5
configure:4129: $? = 0
configure:4132: test -s conftest.exe
configure:4135: $? = 0
configure:4149: result: yes
configure:4160: checking if gcc supports -c -o file.o
configure:4180: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:4204: result: yes
configure:4209: checking if gcc supports -c -o file.lo
configure:4233: gcc -c -g -O2 -c -o conftest.lo conftest.c >&5
configure:4236: $? = 0
configure:4239: test -s conftest.lo
configure:4242: $? = 0
configure:4263: result: yes
configure:4294: checking if gcc supports -fno-rtti -fno-exceptions
configure:4313: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c >&5
cc1.exe: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
cc1.exe: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:4316: $? = 0
configure:4319: test -s conftest.o
configure:4322: $? = 0
configure:4338: result: yes
configure:4349: checking whether the linker (C:/MinGW/mingw32/bin/ld.exe) supports shared libraries
configure:5029: result: yes
configure:5034: checking how to hardcode library paths into programs
configure:5058: result: immediate
configure:5063: checking whether stripping libraries is possible
configure:5068: result: yes
configure:5079: checking dynamic linker characteristics
configure:5472: result: Win32 ld.exe
configure:5477: checking if libtool supports shared libraries
configure:5479: result: yes
configure:5482: checking whether to build shared libraries
configure:5503: result: yes
configure:5506: checking whether to build static libraries
configure:5510: result: yes
configure:6734: checking whether to enable maintainer-specific portions of Makefiles
configure:6743: result: no
configure:6991: creating ./config.status
## ----------------------- ##
## Running config.status. ##
## ----------------------- ##
This file was extended by config.status 2.52, executed with
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
> ./config.status
on ANDYS-MASCHINE
config.status:7482: creating Makefile
config.status:7482: creating docs/Doxyfile
config.status:7482: creating docs/Makefile
config.status:7482: creating include/Makefile
config.status:7482: creating src/Makefile
config.status:7482: creating testsuite/Makefile
config.status:7574: creating include/ekhtml_config.h
## ----------------- ##
## Cache variables. ##
## ----------------- ##
ac_cv_build=i686-pc-mingw32
ac_cv_build_alias=i686-pc-mingw32
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
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_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_exeext=.exe
ac_cv_header_dlfcn_h=no
ac_cv_host=i686-pc-mingw32
ac_cv_host_alias=i686-pc-mingw32
ac_cv_objext=o
ac_cv_path_install='/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
lt_cv_file_magic_cmd='$OBJDUMP -f'
lt_cv_file_magic_test_file=
lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=C:/MinGW/mingw32/bin/ld.exe
lt_cv_path_NM=/mingw/bin/nm
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=' -DDLL_EXPORT'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=-static
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)
\{0,1\}$/\1 \2\3 \3/p'\'''
lt_cv_sys_path_separator=:
## ------------ ##
## confdefs.h. ##
## ------------ ##
#define EKHTML_VER_MAJOR 0
#define EKHTML_VER_MINOR 3
#define EKHTML_VER_BUGFIX 2
#define PACKAGE "ekhtml"
#define VERSION "0.3.2"
configure: exit 0
|