This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by TRE configure 0.6.4, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --disable-agrep --disable-shared --disable-system-abi --disable-wchar --disable-multibyte --prefix=/usr/src/Unreal3.2/extras/regexp ## --------- ## ## Platform. ## ## --------- ## hostname = free.bsd.net uname -m = i386 uname -r = 4.9-RELEASE uname -s = FreeBSD uname -v = FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC /usr/bin/uname -p = i386 /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: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1568: checking build system type configure:1586: result: i386-unknown-freebsd4.9 configure:1594: checking host system type configure:1608: result: i386-unknown-freebsd4.9 configure:1616: checking target system type configure:1630: result: i386-unknown-freebsd4.9 configure:1658: checking for a BSD-compatible install configure:1713: result: /usr/bin/install -c configure:1724: checking whether build environment is sane configure:1767: result: yes configure:1818: checking for gawk configure:1847: result: no configure:1818: checking for mawk configure:1847: result: no configure:1818: checking for nawk configure:1834: found /usr/bin/nawk configure:1844: result: nawk configure:1854: checking whether make sets $(MAKE) configure:1874: result: yes configure:2086: checking for gcc configure:2102: found /usr/bin/gcc configure:2112: result: gcc configure:2356: checking for C compiler version configure:2359: gcc --version &5 gcc (GCC) 3.3 Copyright (C) 2003 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:2362: $? = 0 configure:2364: gcc -v &5 Reading specs from /usr/lib/gcc-lib/i386-unknown-freebsd4.9/3.3/specs Configured with: ./configure : (reconfigured) ./configure --prefix=/ : (reconfigured) ./configure --prefix=/ : (reconfigured) ./configure --enable-shared --prefix=/usr Thread model: posix gcc version 3.3 configure:2367: $? = 0 configure:2369: gcc -V &5 gcc: `-V' option must have argument configure:2372: $? = 1 configure:2395: checking for C compiler default output file name configure:2398: gcc conftest.c >&5 configure:2401: $? = 0 configure:2447: result: a.out configure:2452: checking whether the C compiler works configure:2458: ./a.out configure:2461: $? = 0 configure:2478: result: yes configure:2485: checking whether we are cross compiling configure:2487: result: no configure:2490: checking for suffix of executables configure:2492: gcc -o conftest conftest.c >&5 configure:2495: $? = 0 configure:2520: result: configure:2526: checking for suffix of object files configure:2547: gcc -c conftest.c >&5 configure:2550: $? = 0 configure:2572: result: o configure:2576: checking whether we are using the GNU C compiler configure:2600: gcc -c conftest.c >&5 configure:2606: $? = 0 configure:2610: test -z || test ! -s conftest.err configure:2613: $? = 0 configure:2616: test -s conftest.o configure:2619: $? = 0 configure:2632: result: yes configure:2638: checking whether gcc accepts -g configure:2659: gcc -c -g conftest.c >&5 configure:2665: $? = 0 configure:2669: test -z || test ! -s conftest.err configure:2672: $? = 0 configure:2675: test -s conftest.o configure:2678: $? = 0 configure:2689: result: yes configure:2706: checking for gcc option to accept ANSI C configure:2776: gcc -c -g -O2 conftest.c >&5 configure:2782: $? = 0 configure:2786: test -z || test ! -s conftest.err configure:2789: $? = 0 configure:2792: test -s conftest.o configure:2795: $? = 0 configure:2813: result: none needed configure:2831: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2837: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2981: checking for style of include used by make configure:3009: result: GNU configure:3037: checking dependency style of gcc configure:3120: result: gcc3 configure:3142: checking how to run the C preprocessor configure:3177: gcc -E conftest.c configure:3183: $? = 0 configure:3215: gcc -E conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:3221: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TRE" | #define PACKAGE_TARNAME "tre" | #define PACKAGE_VERSION "0.6.4" | #define PACKAGE_STRING "TRE 0.6.4" | #define PACKAGE_BUGREPORT "Ville Laurikari " | #define PACKAGE "tre" | #define VERSION "0.6.4" | /* end confdefs.h. */ | #include configure:3260: result: gcc -E configure:3284: gcc -E conftest.c configure:3290: $? = 0 configure:3322: gcc -E conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:3328: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TRE" | #define PACKAGE_TARNAME "tre" | #define PACKAGE_VERSION "0.6.4" | #define PACKAGE_STRING "TRE 0.6.4" | #define PACKAGE_BUGREPORT "Ville Laurikari " | #define PACKAGE "tre" | #define VERSION "0.6.4" | /* end confdefs.h. */ | #include configure:3384: checking for a BSD-compatible install configure:3439: result: /usr/bin/install -c configure:3547: checking for the best optimization flags configure:3564: result: unknown configure:3593: checking for C compiler warning flags configure:3686: result: -Wall configure:3761: checking for an ANSI C-conforming const configure:3828: gcc -c -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:44: warning: unused variable `s' conftest.c:64: warning: unused variable `foo' conftest.c:25: warning: unused variable `x' conftest.c:31: warning: unused variable `zero' conftest.c:43: warning: `t' might be used uninitialized in this function conftest.c:61: warning: `b' might be used uninitialized in this function configure:3834: $? = 0 configure:3838: test -z || test ! -s conftest.err configure:3841: $? = 0 configure:3844: test -s conftest.o configure:3847: $? = 0 configure:3858: result: yes configure:3868: checking for inline configure:3889: gcc -c -g -O2 -Wall conftest.c >&5 configure:3895: $? = 0 configure:3899: test -z || test ! -s conftest.err configure:3902: $? = 0 configure:3905: test -s conftest.o configure:3908: $? = 0 configure:3920: result: inline configure:3941: checking for egrep configure:3951: result: grep -E configure:3956: checking for ANSI C header files configure:3981: gcc -c -g -O2 -Wall conftest.c >&5 configure:3987: $? = 0 configure:3991: test -z || test ! -s conftest.err configure:3994: $? = 0 configure:3997: test -s conftest.o configure:4000: $? = 0 configure:4089: gcc -o conftest -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:34: warning: implicit declaration of function `exit' configure:4092: $? = 0 configure:4094: ./conftest configure:4097: $? = 0 configure:4112: result: yes configure:4135: checking for working alloca.h configure:4156: gcc -o conftest -g -O2 -Wall conftest.c >&5 conftest.c:18:20: alloca.h: No such file or directory conftest.c: In function `main': conftest.c:22: warning: implicit declaration of function `alloca' conftest.c:22: warning: unused variable `p' configure:4162: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TRE" | #define PACKAGE_TARNAME "tre" | #define PACKAGE_VERSION "0.6.4" | #define PACKAGE_STRING "TRE 0.6.4" | #define PACKAGE_BUGREPORT "Ville Laurikari " | #define PACKAGE "tre" | #define VERSION "0.6.4" | #define TRE_VERSION "0.6.4" | #define TRE_VERSION_1 0 | #define TRE_VERSION_2 6 | #define TRE_VERSION_3 4 | #define NDEBUG 1 | #define TRE_APPROX 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include | int | main () | { | char *p = (char *) alloca (2 * sizeof (int)); | ; | return 0; | } configure:4187: result: no configure:4197: checking for alloca configure:4238: gcc -o conftest -g -O2 -Wall conftest.c >&5 conftest.c: In function `main': conftest.c:42: warning: unused variable `p' configure:4244: $? = 0 configure:4248: test -z || test ! -s conftest.err configure:4251: $? = 0 configure:4254: test -s conftest configure:4257: $? = 0 configure:4269: result: yes configure:4515: checking for sys/types.h configure:4531: gcc -c -g -O2 -Wall conftest.c >&5 configure:4537: $? = 0 configure:4541: test -z || test ! -s conftest.err configure:4544: $? = 0 configure:4547: test -s conftest.o configure:4550: $? = 0 configure:4561: result: yes configure:4515: checking for sys/stat.h configure:4531: gcc -c -g -O2 -Wall conftest.c >&5 configure:4537: $? = 0 configure:4541: test -z || test ! -s conftest.err configure:4544: $? = 0 configure:4547: test -s conftest.o configure:4550: $? = 0 configure:4561: result: yes configure:4515: checking for stdlib.h configure:4531: gcc -c -g -O2 -Wall conftest.c >&5 configure:4537: $? = 0 configure:4541: test -z || test ! -s conftest.err configure:4544: $? = 0 configure:4547: test -s conftest.o configure:4550: $? = 0 configure:4561: result: yes configure:4515: checking for string.h configure:4531: gcc -c -g -O2 -Wall conftest.c >&5 configure:4537: $? = 0 configure:4541: test -z || test ! -s conftest.err configure:4544: $? = 0 configure:4547: test -s conftest.o configure:4550: $? = 0 configure:4561: result: yes configure:4515: checking for memory.h configure:4531: gcc -c -g -O2 -Wall conftest.c >&5 configure:4537: $? = 0 configure:4541: test -z || test ! -s conftest.err configure:4544: $? = 0 configure:4547: test -s conftest.o configure:4550: $? = 0 configure:4561: result: yes configure:4515: checking for strings.h configure:4531: gcc -c -g -O2 -Wall conftest.c >&5 configure:4537: $? = 0 configure:4541: test -z || test ! -s conftest.err configure:4544: $? = 0 configure:4547: test -s conftest.o configure:4550: $? = 0 configure:4561: result: yes configure:4515: checking for inttypes.h configure:4531: gcc -c -g -O2 -Wall conftest.c >&5 configure:4537: $? = 0 configure:4541: test -z || test ! -s conftest.err configure:4544: $? = 0 configure:4547: test -s conftest.o configure:4550: $? = 0 configure:4561: result: yes configure:4515: checking for stdint.h configure:4531: gcc -c -g -O2 -Wall conftest.c >&5 conftest.c:62:20: stdint.h: No such file or directory configure:4537: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TRE" | #define PACKAGE_TARNAME "tre" | #define PACKAGE_VERSION "0.6.4" | #define PACKAGE_STRING "TRE 0.6.4" | #define PACKAGE_BUGREPORT "Ville Laurikari " | #define PACKAGE "tre" | #define VERSION "0.6.4" | #define TRE_VERSION "0.6.4" | #define TRE_VERSION_1 0 | #define TRE_VERSION_2 6 | #define TRE_VERSION_3 4 | #define NDEBUG 1 | #define TRE_APPROX 1 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA 1 | #define TRE_USE_ALLOCA 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 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4561: result: no configure:4515: checking for unistd.h configure:4531: gcc -c -g -O2 -Wall conftest.c >&5 configure:4537: $? = 0 configure:4541: test -z || test ! -s conftest.err configure:4544: $? = 0 configure:4547: test -s conftest.o configure:4550: $? = 0 configure:4561: result: yes configure:4587: checking getopt.h usability configure:4599: gcc -c -g -O2 -Wall conftest.c >&5 conftest.c:62:20: getopt.h: No such file or directory configure:4605: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TRE" | #define PACKAGE_TARNAME "tre" | #define PACKAGE_VERSION "0.6.4" | #define PACKAGE_STRING "TRE 0.6.4" | #define PACKAGE_BUGREPORT "Ville Laurikari " | #define PACKAGE "tre" | #define VERSION "0.6.4" | #define TRE_VERSION "0.6.4" | #define TRE_VERSION_1 0 | #define TRE_VERSION_2 6 | #define TRE_VERSION_3 4 | #define NDEBUG 1 | #define TRE_APPROX 1 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA 1 | #define TRE_USE_ALLOCA 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_UNISTD_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4628: result: no configure:4632: checking getopt.h presence configure:4642: gcc -E conftest.c conftest.c:28:20: getopt.h: No such file or directory configure:4648: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TRE" | #define PACKAGE_TARNAME "tre" | #define PACKAGE_VERSION "0.6.4" | #define PACKAGE_STRING "TRE 0.6.4" | #define PACKAGE_BUGREPORT "Ville Laurikari " | #define PACKAGE "tre" | #define VERSION "0.6.4" | #define TRE_VERSION "0.6.4" | #define TRE_VERSION_1 0 | #define TRE_VERSION_2 6 | #define TRE_VERSION_3 4 | #define NDEBUG 1 | #define TRE_APPROX 1 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA 1 | #define TRE_USE_ALLOCA 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_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:4668: result: no configure:4703: checking for getopt.h configure:4710: result: no configure:4728: checking for getopt_long configure:4785: gcc -o conftest -g -O2 -Wall conftest.c >&5 /var/tmp//ccmeL7tW.o: In function `main': /usr/src/Unreal3.2/extras/tre-0.6.4/conftest.c:68: undefined reference to `getopt_long' /usr/src/Unreal3.2/extras/tre-0.6.4/conftest.c:67: undefined reference to `getopt_long' collect2: ld returned 1 exit status configure:4791: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TRE" | #define PACKAGE_TARNAME "tre" | #define PACKAGE_VERSION "0.6.4" | #define PACKAGE_STRING "TRE 0.6.4" | #define PACKAGE_BUGREPORT "Ville Laurikari " | #define PACKAGE "tre" | #define VERSION "0.6.4" | #define TRE_VERSION "0.6.4" | #define TRE_VERSION_1 0 | #define TRE_VERSION_2 6 | #define TRE_VERSION_3 4 | #define NDEBUG 1 | #define TRE_APPROX 1 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA 1 | #define TRE_USE_ALLOCA 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_UNISTD_H 1 | /* end confdefs.h. */ | /* Define getopt_long to an innocuous variant, in case declares getopt_long. | For example, HP-UX 11i declares gettimeofday. */ | #define getopt_long innocuous_getopt_long | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getopt_long (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getopt_long | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char getopt_long (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_getopt_long) || defined (__stub___getopt_long) | choke me | #else | char (*f) () = getopt_long; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != getopt_long; | ; | return 0; | } configure:4816: result: no configure:4825: checking for getopt_long in -lgnugetopt configure:4855: gcc -o conftest -g -O2 -Wall conftest.c -lgnugetopt >&5 /usr/libexec/elf/ld: cannot find -lgnugetopt collect2: ld returned 1 exit status configure:4861: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TRE" | #define PACKAGE_TARNAME "tre" | #define PACKAGE_VERSION "0.6.4" | #define PACKAGE_STRING "TRE 0.6.4" | #define PACKAGE_BUGREPORT "Ville Laurikari " | #define PACKAGE "tre" | #define VERSION "0.6.4" | #define TRE_VERSION "0.6.4" | #define TRE_VERSION_1 0 | #define TRE_VERSION_2 6 | #define TRE_VERSION_3 4 | #define NDEBUG 1 | #define TRE_APPROX 1 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA 1 | #define TRE_USE_ALLOCA 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_UNISTD_H 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char getopt_long (); | int | main () | { | getopt_long (); | ; | return 0; | } configure:4887: result: no configure:5414: checking for isascii configure:5471: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:5477: $? = 0 configure:5481: test -z || test ! -s conftest.err configure:5484: $? = 0 configure:5487: test -s conftest configure:5490: $? = 0 configure:5502: result: yes configure:5414: checking for isblank configure:5471: gcc -o conftest -g -O2 -Wall conftest.c >&5 configure:5477: $? = 0 configure:5481: test -z || test ! -s conftest.err configure:5484: $? = 0 configure:5487: test -s conftest configure:5490: $? = 0 configure:5502: result: yes configure:6375: checking whether NLS is requested configure:6384: result: yes configure:6422: checking for msgfmt configure:6453: result: /usr/bin/msgfmt configure:6462: checking for gmsgfmt configure:6493: result: /usr/bin/msgfmt configure:6532: checking for xgettext configure:6563: result: /usr/bin/xgettext configure:6603: checking for msgmerge configure:6633: result: /usr/bin/msgmerge configure:6708: checking for ld used by GCC configure:6771: result: /usr/bin/ld configure:6780: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.12.1 [FreeBSD] 2002-07-20 configure:6792: result: yes configure:6798: checking for shared library run path origin configure:6811: result: done configure:7227: checking whether NLS is requested configure:7236: result: yes configure:7254: checking for GNU gettext in libc configure:7278: gcc -o conftest -g -O2 -Wall conftest.c >&5 /var/tmp//cclOdhoX.o: In function `main': /usr/src/Unreal3.2/extras/tre-0.6.4/conftest.c:37: undefined reference to `libintl_bindtextdomain' /usr/src/Unreal3.2/extras/tre-0.6.4/conftest.c:38: undefined reference to `libintl_gettext' /usr/src/Unreal3.2/extras/tre-0.6.4/conftest.c:38: undefined reference to `_nl_msg_cat_cntr' /usr/src/Unreal3.2/extras/tre-0.6.4/conftest.c:38: undefined reference to `_nl_domain_bindings' collect2: ld returned 1 exit status configure:7284: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TRE" | #define PACKAGE_TARNAME "tre" | #define PACKAGE_VERSION "0.6.4" | #define PACKAGE_STRING "TRE 0.6.4" | #define PACKAGE_BUGREPORT "Ville Laurikari " | #define PACKAGE "tre" | #define VERSION "0.6.4" | #define TRE_VERSION "0.6.4" | #define TRE_VERSION_1 0 | #define TRE_VERSION_2 6 | #define TRE_VERSION_3 4 | #define NDEBUG 1 | #define TRE_APPROX 1 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA 1 | #define TRE_USE_ALLOCA 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_UNISTD_H 1 | #define TRE_REGEX_T_FIELD value | #define HAVE_ISASCII 1 | #define HAVE_ISBLANK 1 | /* end confdefs.h. */ | #include | extern int _nl_msg_cat_cntr; | extern int *_nl_domain_bindings; | int | main () | { | bindtextdomain ("", ""); | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings | ; | return 0; | } configure:7309: result: no configure:7343: checking for iconv configure:7370: gcc -o conftest -g -O2 -Wall conftest.c >&5 /var/tmp//cclkA7F8.o: In function `main': /usr/src/Unreal3.2/extras/tre-0.6.4/conftest.c:36: undefined reference to `libiconv_open' /usr/src/Unreal3.2/extras/tre-0.6.4/conftest.c:37: undefined reference to `libiconv' /usr/src/Unreal3.2/extras/tre-0.6.4/conftest.c:38: undefined reference to `libiconv_close' collect2: ld returned 1 exit status configure:7376: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TRE" | #define PACKAGE_TARNAME "tre" | #define PACKAGE_VERSION "0.6.4" | #define PACKAGE_STRING "TRE 0.6.4" | #define PACKAGE_BUGREPORT "Ville Laurikari " | #define PACKAGE "tre" | #define VERSION "0.6.4" | #define TRE_VERSION "0.6.4" | #define TRE_VERSION_1 0 | #define TRE_VERSION_2 6 | #define TRE_VERSION_3 4 | #define NDEBUG 1 | #define TRE_APPROX 1 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA 1 | #define TRE_USE_ALLOCA 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_UNISTD_H 1 | #define TRE_REGEX_T_FIELD value | #define HAVE_ISASCII 1 | #define HAVE_ISBLANK 1 | /* end confdefs.h. */ | #include | #include | int | main () | { | iconv_t cd = iconv_open("",""); | iconv(cd,NULL,NULL,NULL,NULL); | iconv_close(cd); | ; | return 0; | } configure:7421: gcc -o conftest -g -O2 -Wall conftest.c -liconv >&5 configure:7427: $? = 0 configure:7431: test -z || test ! -s conftest.err configure:7434: $? = 0 configure:7437: test -s conftest configure:7440: $? = 0 configure:7455: result: yes configure:7465: checking how to link with libiconv configure:7467: result: -liconv configure:7856: checking for GNU gettext in libintl configure:7888: gcc -o conftest -g -O2 -Wall conftest.c -lintl >&5 configure:7894: $? = 0 configure:7898: test -z || test ! -s conftest.err configure:7901: $? = 0 configure:7904: test -s conftest configure:7907: $? = 0 configure:7979: result: yes configure:8008: checking whether to use NLS configure:8010: result: yes configure:8013: checking where the gettext function comes from configure:8024: result: external libintl configure:8032: checking how to link with libintl configure:8034: result: -lintl configure:8157: checking for a sed that does not truncate output configure:8211: result: /usr/bin/sed configure:8225: checking for ld used by gcc configure:8292: result: /usr/bin/ld configure:8301: checking if the linker (/usr/bin/ld) is GNU ld configure:8316: result: yes configure:8321: checking for /usr/bin/ld option to reload object files configure:8328: result: -r configure:8337: checking for BSD-compatible nm configure:8379: result: /usr/bin/nm -B configure:8383: checking whether ln -s works configure:8387: result: yes configure:8394: checking how to recognise dependent libraries configure:8594: result: pass_all configure:8816: checking dlfcn.h usability configure:8828: gcc -c -g -O2 -Wall conftest.c >&5 configure:8834: $? = 0 configure:8838: test -z || test ! -s conftest.err configure:8841: $? = 0 configure:8844: test -s conftest.o configure:8847: $? = 0 configure:8857: result: yes configure:8861: checking dlfcn.h presence configure:8871: gcc -E conftest.c configure:8877: $? = 0 configure:8897: result: yes configure:8932: checking for dlfcn.h configure:8939: result: yes configure:9004: checking for g++ configure:9020: found /usr/bin/g++ configure:9030: result: g++ configure:9046: checking for C++ compiler version configure:9049: g++ --version &5 g++ (GCC) 3.3 Copyright (C) 2003 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:9052: $? = 0 configure:9054: g++ -v &5 Reading specs from /usr/lib/gcc-lib/i386-unknown-freebsd4.9/3.3/specs Configured with: ./configure --enable-shared --prefix=/usr Thread model: posix gcc version 3.3 configure:9057: $? = 0 configure:9059: g++ -V &5 g++: `-V' option must have argument configure:9062: $? = 1 configure:9065: checking whether we are using the GNU C++ compiler configure:9089: g++ -c conftest.cc >&5 configure:9095: $? = 0 configure:9099: test -z || test ! -s conftest.err configure:9102: $? = 0 configure:9105: test -s conftest.o configure:9108: $? = 0 configure:9121: result: yes configure:9127: checking whether g++ accepts -g configure:9148: g++ -c -g conftest.cc >&5 configure:9154: $? = 0 configure:9158: test -z || test ! -s conftest.err configure:9161: $? = 0 configure:9164: test -s conftest.o configure:9167: $? = 0 configure:9178: result: yes configure:9220: g++ -c -g -O2 conftest.cc >&5 configure:9226: $? = 0 configure:9230: test -z || test ! -s conftest.err configure:9233: $? = 0 configure:9236: test -s conftest.o configure:9239: $? = 0 configure:9265: g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:40: error: `exit' undeclared (first use this function) conftest.cc:40: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:9271: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TRE" | #define PACKAGE_TARNAME "tre" | #define PACKAGE_VERSION "0.6.4" | #define PACKAGE_STRING "TRE 0.6.4" | #define PACKAGE_BUGREPORT "Ville Laurikari " | #define PACKAGE "tre" | #define VERSION "0.6.4" | #define TRE_VERSION "0.6.4" | #define TRE_VERSION_1 0 | #define TRE_VERSION_2 6 | #define TRE_VERSION_3 4 | #define NDEBUG 1 | #define TRE_APPROX 1 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA 1 | #define TRE_USE_ALLOCA 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_UNISTD_H 1 | #define TRE_REGEX_T_FIELD value | #define HAVE_ISASCII 1 | #define HAVE_ISBLANK 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:9220: g++ -c -g -O2 conftest.cc >&5 configure:9226: $? = 0 configure:9230: test -z || test ! -s conftest.err configure:9233: $? = 0 configure:9236: test -s conftest.o configure:9239: $? = 0 configure:9265: g++ -c -g -O2 conftest.cc >&5 configure:9271: $? = 0 configure:9275: test -z || test ! -s conftest.err configure:9278: $? = 0 configure:9281: test -s conftest.o configure:9284: $? = 0 configure:9309: checking dependency style of g++ configure:9392: result: gcc3 configure:9414: checking how to run the C++ preprocessor configure:9445: g++ -E conftest.cc configure:9451: $? = 0 configure:9483: g++ -E conftest.cc conftest.cc:39:28: ac_nonexistent.h: No such file or directory configure:9489: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TRE" | #define PACKAGE_TARNAME "tre" | #define PACKAGE_VERSION "0.6.4" | #define PACKAGE_STRING "TRE 0.6.4" | #define PACKAGE_BUGREPORT "Ville Laurikari " | #define PACKAGE "tre" | #define VERSION "0.6.4" | #define TRE_VERSION "0.6.4" | #define TRE_VERSION_1 0 | #define TRE_VERSION_2 6 | #define TRE_VERSION_3 4 | #define NDEBUG 1 | #define TRE_APPROX 1 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA 1 | #define TRE_USE_ALLOCA 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_UNISTD_H 1 | #define TRE_REGEX_T_FIELD value | #define HAVE_ISASCII 1 | #define HAVE_ISBLANK 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:9528: result: g++ -E configure:9552: g++ -E conftest.cc configure:9558: $? = 0 configure:9590: g++ -E conftest.cc conftest.cc:39:28: ac_nonexistent.h: No such file or directory configure:9596: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TRE" | #define PACKAGE_TARNAME "tre" | #define PACKAGE_VERSION "0.6.4" | #define PACKAGE_STRING "TRE 0.6.4" | #define PACKAGE_BUGREPORT "Ville Laurikari " | #define PACKAGE "tre" | #define VERSION "0.6.4" | #define TRE_VERSION "0.6.4" | #define TRE_VERSION_1 0 | #define TRE_VERSION_2 6 | #define TRE_VERSION_3 4 | #define NDEBUG 1 | #define TRE_APPROX 1 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA 1 | #define TRE_USE_ALLOCA 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_UNISTD_H 1 | #define TRE_REGEX_T_FIELD value | #define HAVE_ISASCII 1 | #define HAVE_ISBLANK 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:9691: checking for g77 configure:9707: found /usr/bin/g77 configure:9717: result: g77 configure:9732: checking for Fortran 77 compiler version configure:9735: g77 --version &5 GNU Fortran (GCC) 3.3 Copyright (C) 2002 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING or type the command `info -f g77 Copying'. configure:9738: $? = 0 configure:9740: g77 -v &5 Reading specs from /usr/lib/gcc-lib/i386-unknown-freebsd4.9/3.3/specs Configured with: ./configure : (reconfigured) ./configure --prefix=/ : (reconfigured) ./configure --prefix=/ : (reconfigured) ./configure --enable-shared --prefix=/usr Thread model: posix gcc version 3.3 configure:9743: $? = 0 configure:9745: g77 -V &5 g77: `-V' option must have argument configure:9748: $? = 1 configure:9756: checking whether we are using the GNU Fortran 77 compiler configure:9770: g77 -c conftest.F >&5 configure:9776: $? = 0 configure:9780: test -z || test ! -s conftest.err configure:9783: $? = 0 configure:9786: test -s conftest.o configure:9789: $? = 0 configure:9802: result: yes configure:9808: checking whether g77 accepts -g configure:9820: g77 -c -g conftest.f >&5 configure:9826: $? = 0 configure:9830: test -z || test ! -s conftest.err configure:9833: $? = 0 configure:9836: test -s conftest.o configure:9839: $? = 0 configure:9851: result: yes configure:9881: checking the maximum length of command line arguments configure:9940: result: 16384 configure:9951: checking command to parse /usr/bin/nm -B output from gcc object configure:10040: gcc -c -g -O2 -Wall conftest.c >&5 configure:10043: $? = 0 configure:10047: /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 configure:10050: $? = 0 configure:10102: gcc -o conftest -g -O2 -Wall conftest.c conftstm.o >&5 configure:10105: $? = 0 configure:10143: result: ok configure:10147: checking for objdir configure:10162: result: .libs configure:10252: checking for ar configure:10268: found /usr/bin/ar configure:10279: result: ar configure:10332: checking for ranlib configure:10348: found /usr/bin/ranlib configure:10359: result: ranlib configure:10412: checking for strip configure:10428: found /usr/bin/strip configure:10439: result: strip configure:10701: checking if gcc static flag works configure:10724: result: yes configure:10741: checking if gcc supports -fno-rtti -fno-exceptions configure:10759: gcc -c -g -O2 -Wall -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: "-frtti" is valid for C++ but not for C/ObjC configure:10763: $? = 0 configure:10774: result: no configure:10789: checking for gcc option to produce PIC configure:10966: result: -fPIC configure:10973: checking if gcc PIC flag -fPIC works configure:10991: gcc -c -g -O2 -Wall -fPIC -DPIC conftest.c >&5 configure:10995: $? = 0 configure:11006: result: yes configure:11030: checking if gcc supports -c -o file.o configure:11058: gcc -c -g -O2 -Wall -o out/conftest2.o conftest.c >&5 configure:11062: $? = 0 configure:11079: result: yes configure:11105: checking whether the gcc linker (/usr/bin/ld) supports shared libraries configure:11919: result: yes configure:11990: checking how to hardcode library paths into programs configure:12015: result: immediate configure:12029: checking whether stripping libraries is possible configure:12034: result: yes configure:12056: checking dynamic linker characteristics configure:12567: result: freebsd4.9 ld.so configure:13379: checking if libtool supports shared libraries configure:13381: result: yes configure:13384: checking whether to build shared libraries configure:13433: result: no configure:13436: checking whether to build static libraries configure:13440: result: yes configure:13531: creating libtool configure:14075: checking for ld used by g++ configure:14142: result: /usr/bin/ld configure:14151: checking if the linker (/usr/bin/ld) is GNU ld configure:14166: result: yes configure:14217: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:15032: result: yes configure:15050: g++ -c -g -O2 conftest.cc >&5 configure:15053: $? = 0 configure:15149: checking for g++ option to produce PIC configure:15401: result: -fPIC configure:15408: checking if g++ PIC flag -fPIC works configure:15426: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5 configure:15430: $? = 0 configure:15441: result: yes configure:15465: checking if g++ supports -c -o file.o configure:15493: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5 configure:15497: $? = 0 configure:15514: result: yes configure:15540: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:15565: result: yes configure:15636: checking how to hardcode library paths into programs configure:15661: result: immediate configure:15675: checking whether stripping libraries is possible configure:15680: result: yes configure:15702: checking dynamic linker characteristics configure:16213: result: freebsd4.9 ld.so configure:17498: checking if libtool supports shared libraries configure:17500: result: yes configure:17503: checking whether to build shared libraries configure:17521: result: no configure:17524: checking whether to build static libraries configure:17528: result: yes configure:17540: checking for g77 option to produce PIC configure:17717: result: -fPIC configure:17724: checking if g77 PIC flag -fPIC works configure:17742: g77 -c -g -O2 -fPIC conftest.f >&5 configure:17746: $? = 0 configure:17757: result: yes configure:17781: checking if g77 supports -c -o file.o configure:17809: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:17813: $? = 0 configure:17830: result: yes configure:17856: checking whether the g77 linker (/usr/bin/ld) supports shared libraries configure:18650: result: yes configure:18721: checking how to hardcode library paths into programs configure:18746: result: immediate configure:18760: checking whether stripping libraries is possible configure:18765: result: yes configure:18787: checking dynamic linker characteristics configure:19298: result: freebsd4.9 ld.so configure:23469: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by TRE config.status 0.6.4, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on free.bsd.net config.status:24272: creating Makefile config.status:24272: creating lib/Makefile config.status:24272: creating src/Makefile config.status:24272: creating tests/Makefile config.status:24272: creating po/Makefile.in config.status:24272: creating m4/Makefile config.status:24272: creating utils/Makefile config.status:24272: creating tre.pc config.status:24272: creating tre.spec config.status:24375: creating config.h config.status:24517: config.h is unchanged config.status:24375: creating lib/tre-config.h config.status:24517: lib/tre-config.h is unchanged config.status:24699: executing depfiles commands config.status:24699: executing default-1 commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGISTW][ABCDGISTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"' ac_cv_prog_ac_ct_F77=g77 am_cv_CC_dependencies_compiler_type=gcc3 ac_cv_prog_CXXCPP='g++ -E' ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_env_CXXFLAGS_value= lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' ac_cv_f77_compiler_gnu=yes ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_env_F77_value= lt_cv_file_magic_cmd='$MAGIC_CMD' ac_cv_func_getopt_long=no ac_cv_header_stdlib_h=yes lt_cv_prog_gnu_ldcxx=yes acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' ac_cv_prog_cc_g=yes ac_cv_env_CXXCPP_set= ac_cv_env_LDFLAGS_set= lt_cv_prog_compiler_c_o_CXX=yes ac_cv_prog_ac_ct_AR=ar acl_cv_path_LD=/usr/bin/ld ac_cv_c_compiler_gnu=yes ac_cv_exeext= ac_cv_path_install='/usr/bin/install -c' ac_cv_env_CFLAGS_set= lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' gt_cv_func_gnugettext1_libc=no lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' lt_cv_sys_max_cmd_len=16384 ac_cv_env_FFLAGS_set= acl_cv_shlibext=so vl_cv_prog_cc_warnings=-Wall ac_cv_env_CPP_value= ac_cv_env_CPPFLAGS_set= acl_cv_hardcode_minus_L=no acl_cv_hardcode_libdir_separator= ac_cv_cxx_compiler_gnu=yes ac_cv_env_CXX_set= lt_lt_cv_prog_compiler_c_o_CXX='"yes"' ac_cv_env_host_alias_set= lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_c_const=yes lt_cv_ld_reload_flag=-r ac_cv_working_alloca_h=no lt_cv_prog_gnu_ld=yes ac_cv_header_sys_stat_h=yes ac_cv_env_build_alias_set= lt_cv_prog_compiler_c_o=yes ac_cv_prog_f77_g=yes ac_cv_env_CXXCPP_value= ac_cv_env_LDFLAGS_value= ac_cv_env_target_alias_set= ac_cv_header_getopt_h=no ac_cv_func_alloca_works=yes ac_cv_prog_cc_stdc= ac_cv_host_alias=i386-unknown-freebsd4.9 ac_cv_env_CFLAGS_value= ac_cv_env_CC_set= lt_cv_prog_compiler_c_o_F77=yes ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_header_sys_types_h=yes ac_cv_header_stdc=yes lt_cv_path_SED=/usr/bin/sed ac_cv_header_strings_h=yes ac_cv_header_stdint_h=no ac_cv_header_inttypes_h=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_make_make_set=yes ac_cv_env_FFLAGS_value= lt_cv_path_LD=/usr/bin/ld lt_cv_prog_compiler_rtti_exceptions=no ac_cv_prog_ac_ct_CXX=g++ ac_cv_header_unistd_h=yes ac_cv_header_string_h=yes ac_cv_c_inline=inline ac_cv_build_alias=i386-unknown-freebsd4.9 ac_cv_env_CPPFLAGS_value= acl_cv_libext=a ac_cv_func_isblank=yes lt_lt_cv_prog_compiler_c_o='"yes"' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_func_isascii=yes ac_cv_header_memory_h=yes ac_cv_target_alias=i386-unknown-freebsd4.9 ac_cv_env_CXXFLAGS_set= ac_cv_env_CXX_value= ac_cv_prog_ac_ct_STRIP=strip ac_cv_host=i386-unknown-freebsd4.9 ac_cv_env_F77_set= ac_cv_env_host_alias_value= lt_lt_cv_prog_compiler_c_o_F77='"yes"' lt_cv_objdir=.libs ac_cv_prog_cxx_g=yes lt_cv_file_magic_test_file= am_cv_CXX_dependencies_compiler_type=gcc3 ac_cv_prog_CPP='gcc -E' ac_cv_prog_AWK=nawk ac_cv_build=i386-unknown-freebsd4.9 ac_cv_env_build_alias_value= lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_deplibs_check_method=pass_all ac_cv_prog_ac_ct_CC=gcc lt_cv_path_LDCXX=/usr/bin/ld am_cv_lib_iconv=yes am_cv_func_iconv=yes acl_cv_wl=-Wl, ac_cv_target=i386-unknown-freebsd4.9 ac_cv_env_target_alias_value= ac_cv_lib_gnugetopt_getopt_long=no ac_cv_env_CC_value= lt_cv_path_NM='/usr/bin/nm -B' ac_cv_env_CPP_set= ac_cv_header_dlfcn_h=yes gt_cv_func_gnugettext1_libintl=yes acl_cv_hardcode_direct=no acl_cv_rpath=done acl_cv_prog_gnu_ld=yes ac_cv_objext=o ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/src/Unreal3.2/extras/tre-0.6.4/utils/missing --run aclocal-1.8' ALLOCA='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/src/Unreal3.2/extras/tre-0.6.4/utils/missing --run tar' AR='ar' AUTOCONF='${SHELL} /usr/src/Unreal3.2/extras/tre-0.6.4/utils/missing --run autoconf' AUTOHEADER='${SHELL} /usr/src/Unreal3.2/extras/tre-0.6.4/utils/missing --run autoheader' AUTOMAKE='${SHELL} /usr/src/Unreal3.2/extras/tre-0.6.4/utils/missing --run automake-1.8' AWK='nawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -Wall' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' F77='g77' FFLAGS='-g -O2' GMSGFMT='/usr/bin/msgfmt' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' INTLLIBS='-lintl' LDFLAGS='' LIBICONV='-liconv' LIBINTL='-lintl' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBICONV='-liconv' LTLIBINTL='-lintl' LTLIBOBJS='' MAKEINFO='${SHELL} /usr/src/Unreal3.2/extras/tre-0.6.4/utils/missing --run makeinfo' MKINSTALLDIRS='$(top_builddir)/utils/mkinstalldirs' MSGFMT='/usr/bin/msgfmt' MSGMERGE='/usr/bin/msgmerge' OBJEXT='o' PACKAGE='tre' PACKAGE_BUGREPORT='Ville Laurikari ' PACKAGE_NAME='TRE' PACKAGE_STRING='TRE 0.6.4' PACKAGE_TARNAME='tre' PACKAGE_VERSION='0.6.4' PATH_SEPARATOR=':' POSUB='po' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/bash' STRIP='strip' TRE_AGREP_FALSE='' TRE_AGREP_TRUE='#' TRE_APPROX_FALSE='#' TRE_APPROX_TRUE='' TRE_DEBUG_FALSE='' TRE_DEBUG_TRUE='#' TRE_PROFILE_FALSE='' TRE_PROFILE_TRUE='#' TRE_VERSION='0.6.4' USE_NLS='yes' VERSION='0.6.4' XGETTEXT='/usr/bin/xgettext' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_F77='g77' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__leading_dot='.' am__quote='' bindir='${exec_prefix}/bin' build='i386-unknown-freebsd4.9' build_alias='' build_cpu='i386' build_os='freebsd4.9' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='${prefix}' host='i386-unknown-freebsd4.9' host_alias='' host_cpu='i386' host_os='freebsd4.9' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/usr/src/Unreal3.2/extras/tre-0.6.4/utils/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -m 0755 -p --' oldincludedir='/usr/include' prefix='/usr/src/Unreal3.2/extras/regexp' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i386-unknown-freebsd4.9' target_alias='' target_cpu='i386' target_os='freebsd4.9' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define ENABLE_NLS 1 #define HAVE_ALLOCA 1 #define HAVE_DCGETTEXT 1 #define HAVE_DLFCN_H 1 #define HAVE_GETTEXT 1 #define HAVE_ICONV 1 #define HAVE_INTTYPES_H 1 #define HAVE_ISASCII 1 #define HAVE_ISBLANK 1 #define HAVE_MEMORY_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define NDEBUG 1 #define PACKAGE "tre" #define PACKAGE_BUGREPORT "Ville Laurikari " #define PACKAGE_NAME "TRE" #define PACKAGE_STRING "TRE 0.6.4" #define PACKAGE_TARNAME "tre" #define PACKAGE_VERSION "0.6.4" #define STDC_HEADERS 1 #define TRE_APPROX 1 #define TRE_REGEX_T_FIELD value #define TRE_USE_ALLOCA 1 #define TRE_VERSION "0.6.4" #define TRE_VERSION_1 0 #define TRE_VERSION_2 6 #define TRE_VERSION_3 4 #define VERSION "0.6.4" #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 0