source: trunk/indexers/mgpp/packages/unac/config.log@ 13476

Last change on this file since 13476 was 13476, checked in by shaoqun, 17 years ago

added packages for accentfolding

  • Property svn:keywords set to Author Date Id Revision
File size: 21.1 KB
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by configure, which was
5generated by GNU Autoconf 2.59. Invocation command line was
6
7 $ ./configure
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = narya.cs.waikato.ac.nz
14uname -m = i686
15uname -r = 2.4.30
16uname -s = Linux
17uname -v = #1 SMP Tue Aug 9 03:04:44 NZST 2005
18
19/usr/bin/uname -p = AMD Athlon(tm) XP 2200+
20/bin/uname -X = unknown
21
22/bin/arch = i686
23/usr/bin/arch -k = unknown
24/usr/convex/getsysinfo = unknown
25hostinfo = unknown
26/bin/machine = unknown
27/usr/bin/oslevel = unknown
28/bin/universe = unknown
29
30PATH: /usr/kde/3.3/bin
31PATH: /bin
32PATH: /usr/bin
33PATH: /opt/bin
34PATH: /usr/i686-pc-linux-gnu/gcc-bin/3.3.5-20050130
35PATH: /usr/sather/bin
36PATH: /opt/sun-jdk-1.4.2.08/bin
37PATH: /opt/sun-jdk-1.4.2.08/jre/bin
38PATH: /opt/sun-jdk-1.4.2.08/jre/javaws
39PATH: /usr/qt/3/bin
40PATH: /usr/kde/3.3/bin
41PATH: /usr/kde/3.2/bin
42PATH: /usr/local/bin
43PATH: .
44PATH: /research/shaoqun/testing/gsdl/bin/script
45PATH: /research/shaoqun/testing/gsdl/bin/linux
46
47
48## ----------- ##
49## Core tests. ##
50## ----------- ##
51
52configure:1476: checking whether make sets $(MAKE)
53configure:1496: result: yes
54configure:1555: checking for gcc
55configure:1571: found /usr/bin/gcc
56configure:1581: result: gcc
57configure:1825: checking for C compiler version
58configure:1828: gcc --version </dev/null >&5
59gcc (GCC) 3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1)
60Copyright (C) 2003 Free Software Foundation, Inc.
61This is free software; see the source for copying conditions. There is NO
62warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
63
64configure:1831: $? = 0
65configure:1833: gcc -v </dev/null >&5
66Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/specs
67Configured with: /var/tmp/portage/gcc-3.3.5.20050130-r1/work/gcc-3.3.5/configure --enable-version-specific-runtime-libs --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3.5-20050130 --includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5-20050130 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5-20050130/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5-20050130/info --with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/include/g++-v3 --host=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libgcj --enable-languages=c,c++,f77 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
68Thread model: posix
69gcc version 3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1)
70configure:1836: $? = 0
71configure:1838: gcc -V </dev/null >&5
72gcc: `-V' option must have argument
73configure:1841: $? = 1
74configure:1864: checking for C compiler default output file name
75configure:1867: gcc conftest.c >&5
76configure:1870: $? = 0
77configure:1916: result: a.out
78configure:1921: checking whether the C compiler works
79configure:1927: ./a.out
80configure:1930: $? = 0
81configure:1947: result: yes
82configure:1954: checking whether we are cross compiling
83configure:1956: result: no
84configure:1959: checking for suffix of executables
85configure:1961: gcc -o conftest conftest.c >&5
86configure:1964: $? = 0
87configure:1989: result:
88configure:1995: checking for suffix of object files
89configure:2016: gcc -c conftest.c >&5
90configure:2019: $? = 0
91configure:2041: result: o
92configure:2045: checking whether we are using the GNU C compiler
93configure:2069: gcc -c conftest.c >&5
94configure:2075: $? = 0
95configure:2079: test -z
96 || test ! -s conftest.err
97configure:2082: $? = 0
98configure:2085: test -s conftest.o
99configure:2088: $? = 0
100configure:2101: result: yes
101configure:2107: checking whether gcc accepts -g
102configure:2128: gcc -c -g conftest.c >&5
103configure:2134: $? = 0
104configure:2138: test -z
105 || test ! -s conftest.err
106configure:2141: $? = 0
107configure:2144: test -s conftest.o
108configure:2147: $? = 0
109configure:2158: result: yes
110configure:2175: checking for gcc option to accept ANSI C
111configure:2245: gcc -c -g -O2 conftest.c >&5
112configure:2251: $? = 0
113configure:2255: test -z
114 || test ! -s conftest.err
115configure:2258: $? = 0
116configure:2261: test -s conftest.o
117configure:2264: $? = 0
118configure:2282: result: none needed
119configure:2300: gcc -c -g -O2 conftest.c >&5
120conftest.c:2: error: syntax error before "me"
121configure:2306: $? = 1
122configure: failed program was:
123| #ifndef __cplusplus
124| choke me
125| #endif
126configure:2445: checking how to run the C preprocessor
127configure:2480: gcc -E conftest.c
128configure:2486: $? = 0
129configure:2518: gcc -E conftest.c
130conftest.c:9:28: ac_nonexistent.h: No such file or directory
131configure:2524: $? = 1
132configure: failed program was:
133| /* confdefs.h. */
134|
135| #define PACKAGE_NAME ""
136| #define PACKAGE_TARNAME ""
137| #define PACKAGE_VERSION ""
138| #define PACKAGE_STRING ""
139| #define PACKAGE_BUGREPORT ""
140| /* end confdefs.h. */
141| #include <ac_nonexistent.h>
142configure:2563: result: gcc -E
143configure:2587: gcc -E conftest.c
144configure:2593: $? = 0
145configure:2625: gcc -E conftest.c
146conftest.c:9:28: ac_nonexistent.h: No such file or directory
147configure:2631: $? = 1
148configure: failed program was:
149| /* confdefs.h. */
150|
151| #define PACKAGE_NAME ""
152| #define PACKAGE_TARNAME ""
153| #define PACKAGE_VERSION ""
154| #define PACKAGE_STRING ""
155| #define PACKAGE_BUGREPORT ""
156| /* end confdefs.h. */
157| #include <ac_nonexistent.h>
158configure:2675: checking for egrep
159configure:2685: result: grep -E
160configure:2691: checking for AIX
161configure:2713: result: no
162configure:2719: checking maximum warning verbosity option
163configure:2740: result: -Wall -Wmissing-declarations -Wmissing-prototypes for C
164configure:2843: checking build system type
165configure:2861: result: i686-pc-linux-gnu
166configure:2869: checking host system type
167configure:2883: result: i686-pc-linux-gnu
168configure:2913: checking for ld used by GCC
169configure:2976: result: /usr/i686-pc-linux-gnu/bin/ld
170configure:2985: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld
171GNU ld version 2.15.92.0.2 20040927
172configure:2997: result: yes
173configure:3002: checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files
174configure:3009: result: -r
175configure:3014: checking for BSD-compatible nm
176configure:3050: result: /usr/bin/nm -B
177configure:3053: checking for a sed that does not truncate output
178configure:3135: result: /bin/sed
179configure:3138: checking whether ln -s works
180configure:3142: result: yes
181configure:3149: checking how to recognise dependent libraries
182configure:3330: result: pass_all
183configure:3342: checking command to parse /usr/bin/nm -B output
184configure:3423: gcc -c -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes conftest.c >&5
185conftest.c:5: warning: no previous prototype for `nm_test_func'
186configure:3426: $? = 0
187configure:3430: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
188configure:3433: $? = 0
189configure:3485: gcc -o conftest -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes conftest.c conftstm.o >&5
190conftest.c:6: warning: `main' is usually a function
191configure:3488: $? = 0
192configure:3532: result: ok
193configure:3536: checking for ANSI C header files
194configure:3561: gcc -c -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes conftest.c >&5
195configure:3567: $? = 0
196configure:3571: test -z
197 || test ! -s conftest.err
198configure:3574: $? = 0
199configure:3577: test -s conftest.o
200configure:3580: $? = 0
201configure:3669: gcc -o conftest -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes conftest.c >&5
202conftest.c: In function `main':
203conftest.c:26: warning: implicit declaration of function `exit'
204configure:3672: $? = 0
205configure:3674: ./conftest
206configure:3677: $? = 0
207configure:3692: result: yes
208configure:3716: checking for sys/types.h
209configure:3732: gcc -c -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes conftest.c >&5
210configure:3738: $? = 0
211configure:3742: test -z
212 || test ! -s conftest.err
213configure:3745: $? = 0
214configure:3748: test -s conftest.o
215configure:3751: $? = 0
216configure:3762: result: yes
217configure:3716: checking for sys/stat.h
218configure:3732: gcc -c -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes conftest.c >&5
219configure:3738: $? = 0
220configure:3742: test -z
221 || test ! -s conftest.err
222configure:3745: $? = 0
223configure:3748: test -s conftest.o
224configure:3751: $? = 0
225configure:3762: result: yes
226configure:3716: checking for stdlib.h
227configure:3732: gcc -c -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes conftest.c >&5
228configure:3738: $? = 0
229configure:3742: test -z
230 || test ! -s conftest.err
231configure:3745: $? = 0
232configure:3748: test -s conftest.o
233configure:3751: $? = 0
234configure:3762: result: yes
235configure:3716: checking for string.h
236configure:3732: gcc -c -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes conftest.c >&5
237configure:3738: $? = 0
238configure:3742: test -z
239 || test ! -s conftest.err
240configure:3745: $? = 0
241configure:3748: test -s conftest.o
242configure:3751: $? = 0
243configure:3762: result: yes
244configure:3716: checking for memory.h
245configure:3732: gcc -c -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes conftest.c >&5
246configure:3738: $? = 0
247configure:3742: test -z
248 || test ! -s conftest.err
249configure:3745: $? = 0
250configure:3748: test -s conftest.o
251configure:3751: $? = 0
252configure:3762: result: yes
253configure:3716: checking for strings.h
254configure:3732: gcc -c -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes conftest.c >&5
255configure:3738: $? = 0
256configure:3742: test -z
257 || test ! -s conftest.err
258configure:3745: $? = 0
259configure:3748: test -s conftest.o
260configure:3751: $? = 0
261configure:3762: result: yes
262configure:3716: checking for inttypes.h
263configure:3732: gcc -c -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes conftest.c >&5
264configure:3738: $? = 0
265configure:3742: test -z
266 || test ! -s conftest.err
267configure:3745: $? = 0
268configure:3748: test -s conftest.o
269configure:3751: $? = 0
270configure:3762: result: yes
271configure:3716: checking for stdint.h
272configure:3732: gcc -c -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes conftest.c >&5
273configure:3738: $? = 0
274configure:3742: test -z
275 || test ! -s conftest.err
276configure:3745: $? = 0
277configure:3748: test -s conftest.o
278configure:3751: $? = 0
279configure:3762: result: yes
280configure:3716: checking for unistd.h
281configure:3732: gcc -c -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes conftest.c >&5
282configure:3738: $? = 0
283configure:3742: test -z
284 || test ! -s conftest.err
285configure:3745: $? = 0
286configure:3748: test -s conftest.o
287configure:3751: $? = 0
288configure:3762: result: yes
289configure:3788: checking dlfcn.h usability
290configure:3800: gcc -c -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes conftest.c >&5
291configure:3806: $? = 0
292configure:3810: test -z
293 || test ! -s conftest.err
294configure:3813: $? = 0
295configure:3816: test -s conftest.o
296configure:3819: $? = 0
297configure:3829: result: yes
298configure:3833: checking dlfcn.h presence
299configure:3843: gcc -E conftest.c
300configure:3849: $? = 0
301configure:3869: result: yes
302configure:3904: checking for dlfcn.h
303configure:3911: result: yes
304configure:4109: checking for ranlib
305configure:4125: found /usr/bin/ranlib
306configure:4136: result: ranlib
307configure:4189: checking for strip
308configure:4205: found /usr/bin/strip
309configure:4216: result: strip
310configure:4436: checking for objdir
311configure:4447: result: .libs
312configure:4464: checking for gcc option to produce PIC
313configure:4610: result: -fPIC
314configure:4614: checking if gcc PIC flag -fPIC works
315configure:4637: gcc -c -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes -fPIC -DPIC conftest.c >&5
316configure:4643: $? = 0
317configure:4647: test -z
318 || test ! -s conftest.err
319configure:4650: $? = 0
320configure:4653: test -s conftest.o
321configure:4656: $? = 0
322configure:4694: result: yes
323configure:4710: checking if gcc static flag -static works
324configure:4734: gcc -o conftest -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes -static conftest.c >&5
325configure:4740: $? = 0
326configure:4744: test -z
327 || test ! -s conftest.err
328configure:4747: $? = 0
329configure:4750: test -s conftest
330configure:4753: $? = 0
331configure:4770: result: yes
332configure:4782: checking if gcc supports -c -o file.o
333configure:4802: gcc -c -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes -o out/conftest2.o conftest.c >&5
334configure:4826: result: yes
335configure:4831: checking if gcc supports -c -o file.lo
336configure:4858: gcc -c -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes -c -o conftest.lo conftest.c >&5
337conftest.c: In function `main':
338conftest.c:24: warning: unused variable `some_variable'
339configure:4864: $? = 0
340configure:4868: test -z
341 || test ! -s conftest.err
342configure:4871: $? = 0
343configure:4874: test -s conftest.lo
344configure:4877: $? = 0
345configure:4899: result: no
346configure:4930: checking if gcc supports -fno-rtti -fno-exceptions
347configure:4952: gcc -c -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes -fno-rtti -fno-exceptions -c conftest.c conftest.c >&5
348cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
349conftest.c: In function `main':
350conftest.c:24: warning: unused variable `some_variable'
351cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
352conftest.c: In function `main':
353conftest.c:24: warning: unused variable `some_variable'
354configure:4958: $? = 0
355configure:4962: test -z
356 || test ! -s conftest.err
357configure:4965: $? = 0
358configure:4968: test -s conftest.o
359configure:4971: $? = 0
360configure:4988: result: no
361configure:4999: checking whether the linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries
362configure:5691: result: yes
363configure:5696: checking how to hardcode library paths into programs
364configure:5720: result: immediate
365configure:5725: checking whether stripping libraries is possible
366configure:5730: result: yes
367configure:5741: checking dynamic linker characteristics
368configure:6143: result: GNU/Linux ld.so
369configure:6148: checking if libtool supports shared libraries
370configure:6150: result: yes
371configure:6153: checking whether to build shared libraries
372configure:6174: result: yes
373configure:6177: checking whether to build static libraries
374configure:6181: result: yes
375configure:6931: checking whether -lc should be explicitly linked in
376configure:6939: gcc -c -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes conftest.c >&5
377conftest.c:1: warning: `dummy' defined but not used
378configure:6942: $? = 0
379configure:6956: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
380configure:6959: $? = 0
381configure:6972: result: no
382configure:7548: checking for perl
383configure:7566: found /usr/bin/perl
384configure:7579: result: /usr/bin/perl
385configure:7588: checking for sh
386configure:7606: found /bin/sh
387configure:7619: result: /bin/sh
388configure:7627: checking whether to enable maintainer-specific portions of Makefiles
389configure:7636: result: no
390configure:7678: checking for ld used by GCC
391configure:7741: result: /usr/i686-pc-linux-gnu/bin/ld
392configure:7750: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld
393GNU ld version 2.15.92.0.2 20040927
394configure:7762: result: yes
395configure:7768: checking for shared library run path origin
396configure:7781: result: done
397configure:8213: checking for iconv
398configure:8240: gcc -o conftest -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes conftest.c >&5
399configure:8246: $? = 0
400configure:8250: test -z
401 || test ! -s conftest.err
402configure:8253: $? = 0
403configure:8256: test -s conftest
404configure:8259: $? = 0
405configure:8325: result: yes
406configure:8348: checking for iconv declaration
407configure:8382: gcc -c -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes conftest.c >&5
408configure:8388: $? = 0
409configure:8392: test -z
410 || test ! -s conftest.err
411configure:8395: $? = 0
412configure:8398: test -s conftest.o
413configure:8401: $? = 0
414configure:8416: result:
415 extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
416configure:8436: checking for vsnprintf
417configure:8493: gcc -o conftest -g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes conftest.c >&5
418conftest.c:46: warning: conflicting types for built-in function `vsnprintf'
419configure:8499: $? = 0
420configure:8503: test -z
421 || test ! -s conftest.err
422configure:8506: $? = 0
423configure:8509: test -s conftest
424configure:8512: $? = 0
425configure:8524: result: yes
426configure:8631: creating ./config.status
427
428## ---------------------- ##
429## Running config.status. ##
430## ---------------------- ##
431
432This file was extended by config.status, which was
433generated by GNU Autoconf 2.59. Invocation command line was
434
435 CONFIG_FILES =
436 CONFIG_HEADERS =
437 CONFIG_LINKS =
438 CONFIG_COMMANDS =
439 $ ./config.status
440
441on narya.cs.waikato.ac.nz
442
443config.status:666: creating Makefile
444config.status:769: creating config.h
445
446## ---------------- ##
447## Cache variables. ##
448## ---------------- ##
449
450ac_cv_build=i686-pc-linux-gnu
451ac_cv_build_alias=i686-pc-linux-gnu
452ac_cv_c_compiler_gnu=yes
453ac_cv_env_CC_set=
454ac_cv_env_CC_value=
455ac_cv_env_CFLAGS_set=
456ac_cv_env_CFLAGS_value=
457ac_cv_env_CPPFLAGS_set=
458ac_cv_env_CPPFLAGS_value=
459ac_cv_env_CPP_set=
460ac_cv_env_CPP_value=
461ac_cv_env_LDFLAGS_set=
462ac_cv_env_LDFLAGS_value=
463ac_cv_env_build_alias_set=
464ac_cv_env_build_alias_value=
465ac_cv_env_host_alias_set=
466ac_cv_env_host_alias_value=
467ac_cv_env_target_alias_set=
468ac_cv_env_target_alias_value=
469ac_cv_exeext=
470ac_cv_func_vsnprintf=yes
471ac_cv_header_dlfcn_h=yes
472ac_cv_header_inttypes_h=yes
473ac_cv_header_memory_h=yes
474ac_cv_header_stdc=yes
475ac_cv_header_stdint_h=yes
476ac_cv_header_stdlib_h=yes
477ac_cv_header_string_h=yes
478ac_cv_header_strings_h=yes
479ac_cv_header_sys_stat_h=yes
480ac_cv_header_sys_types_h=yes
481ac_cv_header_unistd_h=yes
482ac_cv_host=i686-pc-linux-gnu
483ac_cv_host_alias=i686-pc-linux-gnu
484ac_cv_objext=o
485ac_cv_path_PERL=/usr/bin/perl
486ac_cv_path_SH=/bin/sh
487ac_cv_prog_CPP='gcc -E'
488ac_cv_prog_ac_ct_CC=gcc
489ac_cv_prog_ac_ct_RANLIB=ranlib
490ac_cv_prog_ac_ct_STRIP=strip
491ac_cv_prog_cc_g=yes
492ac_cv_prog_cc_stdc=
493ac_cv_prog_egrep='grep -E'
494ac_cv_prog_make_make_set=yes
495acl_cv_path_LD=/usr/i686-pc-linux-gnu/bin/ld
496acl_cv_prog_gnu_ld=yes
497acl_cv_rpath=done
498am_cv_func_iconv=yes
499am_cv_lib_iconv=no
500am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
501am_cv_proto_iconv_arg1=
502lt_cv_archive_cmds_need_lc=no
503lt_cv_compiler_c_o=yes
504lt_cv_compiler_o_lo=no
505lt_cv_deplibs_check_method=pass_all
506lt_cv_file_magic_cmd='$MAGIC_CMD'
507lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.3.so'
508lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
509lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
510lt_cv_ld_reload_flag=-r
511lt_cv_path_LD=/usr/i686-pc-linux-gnu/bin/ld
512lt_cv_path_NM='/usr/bin/nm -B'
513lt_cv_path_SED=/bin/sed
514lt_cv_prog_cc_can_build_shared=yes
515lt_cv_prog_cc_no_builtin=
516lt_cv_prog_cc_pic=' -fPIC'
517lt_cv_prog_cc_pic_works=yes
518lt_cv_prog_cc_shlib=
519lt_cv_prog_cc_static=-static
520lt_cv_prog_cc_static_works=yes
521lt_cv_prog_cc_wl=-Wl,
522lt_cv_prog_gnu_ld=yes
523lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
524
525## ----------------- ##
526## Output variables. ##
527## ----------------- ##
528
529CC='gcc'
530CFLAGS='-g -O2 -Wall -Wmissing-declarations -Wmissing-prototypes'
531CPP='gcc -E'
532CPPFLAGS=''
533DEFS='-DHAVE_CONFIG_H'
534ECHO='echo'
535ECHO_C=''
536ECHO_N='-n'
537ECHO_T=''
538EGREP='grep -E'
539EXEEXT=''
540LDFLAGS=''
541LIBICONV=''
542LIBOBJS=''
543LIBS=''
544LIBTOOL='$(SHELL) $(top_builddir)/libtool'
545LN_S='ln -s'
546LTLIBICONV=''
547LTLIBOBJS=''
548MAINT='#'
549MAINTAINER_MODE_FALSE=''
550MAINTAINER_MODE_TRUE='#'
551OBJEXT='o'
552PACKAGE_BUGREPORT=''
553PACKAGE_NAME=''
554PACKAGE_STRING=''
555PACKAGE_TARNAME=''
556PACKAGE_VERSION=''
557PATH_SEPARATOR=':'
558PERL='/usr/bin/perl'
559RANLIB='ranlib'
560SET_MAKE=''
561SH='/bin/sh'
562SHELL='/bin/sh'
563STRIP='strip'
564UNICODE_VERSION='3.2.0'
565VERSION='1.7.0'
566ac_ct_CC='gcc'
567ac_ct_RANLIB='ranlib'
568ac_ct_STRIP='strip'
569bindir='${exec_prefix}/bin'
570build='i686-pc-linux-gnu'
571build_alias=''
572build_cpu='i686'
573build_os='linux-gnu'
574build_vendor='pc'
575datadir='${prefix}/share'
576exec_prefix='${prefix}'
577host='i686-pc-linux-gnu'
578host_alias=''
579host_cpu='i686'
580host_os='linux-gnu'
581host_vendor='pc'
582includedir='${prefix}/include'
583infodir='${prefix}/info'
584libdir='${exec_prefix}/lib'
585libexecdir='${exec_prefix}/libexec'
586localstatedir='${prefix}/var'
587mandir='${prefix}/man'
588oldincludedir='/usr/include'
589prefix='/usr/local'
590program_transform_name='s,x,x,'
591sbindir='${exec_prefix}/sbin'
592sharedstatedir='${prefix}/com'
593sysconfdir='${prefix}/etc'
594target_alias=''
595
596## ----------- ##
597## confdefs.h. ##
598## ----------- ##
599
600#define HAVE_DLFCN_H 1
601#define HAVE_ICONV 1
602#define HAVE_INTTYPES_H 1
603#define HAVE_MEMORY_H 1
604#define HAVE_STDINT_H 1
605#define HAVE_STDLIB_H 1
606#define HAVE_STRINGS_H 1
607#define HAVE_STRING_H 1
608#define HAVE_SYS_STAT_H 1
609#define HAVE_SYS_TYPES_H 1
610#define HAVE_UNISTD_H 1
611#define HAVE_VSNPRINTF 1
612#define ICONV_CONST
613#define PACKAGE_BUGREPORT ""
614#define PACKAGE_NAME ""
615#define PACKAGE_STRING ""
616#define PACKAGE_TARNAME ""
617#define PACKAGE_VERSION ""
618#define STDC_HEADERS 1
619
620configure: exit 0
Note: See TracBrowser for help on using the repository browser.