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.59. Invocation command line was $ /home/alojz/Desktop/POS/Projekat/ajgotchi/configure --enable-debug=full ## --------- ## ## Platform. ## ## --------- ## hostname = linux uname -m = i686 uname -r = 2.6.13-15-default uname -s = Linux uname -v = #1 Tue Sep 13 14:56:15 UTC 2005 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/alojz/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /usr/X11R6/bin PATH: /bin PATH: /usr/games PATH: /opt/gnome/bin PATH: /opt/kde3/bin PATH: /usr/lib/mit/bin PATH: /usr/lib/mit/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1539: checking for a BSD-compatible install configure:1594: result: /usr/bin/install -c configure:1605: checking whether build environment is sane configure:1648: result: yes configure:1713: checking for gawk configure:1729: found /usr/bin/gawk configure:1739: result: gawk configure:1749: checking whether make sets $(MAKE) configure:1769: result: yes configure:1996: checking for g++ configure:2012: found /usr/bin/g++ configure:2022: result: g++ configure:2038: checking for C++ compiler version configure:2041: g++ --version &5 g++ (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux) Copyright (C) 2005 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:2044: $? = 0 configure:2046: g++ -v &5 Using built-in specs. Target: i586-suse-linux Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,f95,java,ada --disable-checking --with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-java-awt=gtk --disable-libjava-multilib --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit --without-system-libunwind --host=i586-suse-linux Thread model: posix gcc version 4.0.2 20050901 (prerelease) (SUSE Linux) configure:2049: $? = 0 configure:2051: g++ -V &5 g++: '-V' option must have argument configure:2054: $? = 1 configure:2077: checking for C++ compiler default output file name configure:2080: g++ -O0 -g3 conftest.cc >&5 configure:2083: $? = 0 configure:2129: result: a.out configure:2134: checking whether the C++ compiler works configure:2140: ./a.out configure:2143: $? = 0 configure:2160: result: yes configure:2167: checking whether we are cross compiling configure:2169: result: no configure:2172: checking for suffix of executables configure:2174: g++ -o conftest -O0 -g3 conftest.cc >&5 configure:2177: $? = 0 configure:2202: result: configure:2208: checking for suffix of object files configure:2229: g++ -c -O0 -g3 conftest.cc >&5 configure:2232: $? = 0 configure:2254: result: o configure:2258: checking whether we are using the GNU C++ compiler configure:2282: g++ -c -O0 -g3 conftest.cc >&5 configure:2288: $? = 0 configure:2292: test -z || test ! -s conftest.err configure:2295: $? = 0 configure:2298: test -s conftest.o configure:2301: $? = 0 configure:2314: result: yes configure:2320: checking whether g++ accepts -g configure:2341: g++ -c -g conftest.cc >&5 configure:2347: $? = 0 configure:2351: test -z || test ! -s conftest.err configure:2354: $? = 0 configure:2357: test -s conftest.o configure:2360: $? = 0 configure:2371: result: yes configure:2413: g++ -c -O0 -g3 conftest.cc >&5 configure:2419: $? = 0 configure:2423: test -z || test ! -s conftest.err configure:2426: $? = 0 configure:2429: test -s conftest.o configure:2432: $? = 0 configure:2458: g++ -c -O0 -g3 conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:15: error: 'exit' was not declared in this scope configure:2464: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ajgotchi" | #define VERSION "0.1" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2413: g++ -c -O0 -g3 conftest.cc >&5 configure:2419: $? = 0 configure:2423: test -z || test ! -s conftest.err configure:2426: $? = 0 configure:2429: test -s conftest.o configure:2432: $? = 0 configure:2458: g++ -c -O0 -g3 conftest.cc >&5 configure:2464: $? = 0 configure:2468: test -z || test ! -s conftest.err configure:2471: $? = 0 configure:2474: test -s conftest.o configure:2477: $? = 0 configure:2511: checking for style of include used by make configure:2539: result: GNU configure:2567: checking dependency style of g++ configure:2657: result: gcc3 configure:2752: checking build system type configure:2770: result: i686-pc-linux-gnu configure:2778: checking host system type configure:2792: result: i686-pc-linux-gnu configure:2846: checking for gcc configure:2862: found /usr/bin/gcc configure:2872: result: gcc configure:3116: checking for C compiler version configure:3119: gcc --version &5 gcc (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux) Copyright (C) 2005 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:3122: $? = 0 configure:3124: gcc -v &5 Using built-in specs. Target: i586-suse-linux Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,f95,java,ada --disable-checking --with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-java-awt=gtk --disable-libjava-multilib --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit --without-system-libunwind --host=i586-suse-linux Thread model: posix gcc version 4.0.2 20050901 (prerelease) (SUSE Linux) configure:3127: $? = 0 configure:3129: gcc -V &5 gcc: '-V' option must have argument configure:3132: $? = 1 configure:3135: checking whether we are using the GNU C compiler configure:3159: gcc -c conftest.c >&5 configure:3165: $? = 0 configure:3169: test -z || test ! -s conftest.err configure:3172: $? = 0 configure:3175: test -s conftest.o configure:3178: $? = 0 configure:3191: result: yes configure:3197: checking whether gcc accepts -g configure:3218: gcc -c -g conftest.c >&5 configure:3224: $? = 0 configure:3228: test -z || test ! -s conftest.err configure:3231: $? = 0 configure:3234: test -s conftest.o configure:3237: $? = 0 configure:3248: result: yes configure:3265: checking for gcc option to accept ANSI C configure:3335: gcc -c -g -O2 conftest.c >&5 configure:3341: $? = 0 configure:3345: test -z || test ! -s conftest.err configure:3348: $? = 0 configure:3351: test -s conftest.o configure:3354: $? = 0 configure:3372: result: none needed configure:3390: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: syntax error before 'me' configure:3396: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3531: checking dependency style of gcc configure:3621: result: gcc3 configure:3638: checking for a sed that does not truncate output configure:3692: result: /usr/bin/sed configure:3695: checking for egrep configure:3705: result: grep -E configure:3721: checking for ld used by gcc configure:3788: result: /usr/i586-suse-linux/bin/ld configure:3797: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld configure:3812: result: yes configure:3817: checking for /usr/i586-suse-linux/bin/ld option to reload object files configure:3824: result: -r configure:3842: checking for BSD-compatible nm configure:3884: result: /usr/bin/nm -B configure:3888: checking whether ln -s works configure:3892: result: yes configure:3899: checking how to recognise dependent libraries configure:4071: result: pass_all configure:4285: checking how to run the C preprocessor configure:4320: gcc -E conftest.c configure:4326: $? = 0 configure:4358: gcc -E conftest.c conftest.c:14:28: error: ac_nonexistent.h: No such file or directory configure:4364: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ajgotchi" | #define VERSION "0.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:4403: result: gcc -E configure:4427: gcc -E conftest.c configure:4433: $? = 0 configure:4465: gcc -E conftest.c conftest.c:14:28: error: ac_nonexistent.h: No such file or directory configure:4471: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ajgotchi" | #define VERSION "0.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:4515: checking for ANSI C header files configure:4540: gcc -c -g -O2 conftest.c >&5 configure:4546: $? = 0 configure:4550: test -z || test ! -s conftest.err configure:4553: $? = 0 configure:4556: test -s conftest.o configure:4559: $? = 0 configure:4648: gcc -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:31: warning: incompatible implicit declaration of built-in function 'exit' configure:4651: $? = 0 configure:4653: ./conftest configure:4656: $? = 0 configure:4671: result: yes configure:4695: checking for sys/types.h configure:4711: gcc -c -g -O2 conftest.c >&5 configure:4717: $? = 0 configure:4721: test -z || test ! -s conftest.err configure:4724: $? = 0 configure:4727: test -s conftest.o configure:4730: $? = 0 configure:4741: result: yes configure:4695: checking for sys/stat.h configure:4711: gcc -c -g -O2 conftest.c >&5 configure:4717: $? = 0 configure:4721: test -z || test ! -s conftest.err configure:4724: $? = 0 configure:4727: test -s conftest.o configure:4730: $? = 0 configure:4741: result: yes configure:4695: checking for stdlib.h configure:4711: gcc -c -g -O2 conftest.c >&5 configure:4717: $? = 0 configure:4721: test -z || test ! -s conftest.err configure:4724: $? = 0 configure:4727: test -s conftest.o configure:4730: $? = 0 configure:4741: result: yes configure:4695: checking for string.h configure:4711: gcc -c -g -O2 conftest.c >&5 configure:4717: $? = 0 configure:4721: test -z || test ! -s conftest.err configure:4724: $? = 0 configure:4727: test -s conftest.o configure:4730: $? = 0 configure:4741: result: yes configure:4695: checking for memory.h configure:4711: gcc -c -g -O2 conftest.c >&5 configure:4717: $? = 0 configure:4721: test -z || test ! -s conftest.err configure:4724: $? = 0 configure:4727: test -s conftest.o configure:4730: $? = 0 configure:4741: result: yes configure:4695: checking for strings.h configure:4711: gcc -c -g -O2 conftest.c >&5 configure:4717: $? = 0 configure:4721: test -z || test ! -s conftest.err configure:4724: $? = 0 configure:4727: test -s conftest.o configure:4730: $? = 0 configure:4741: result: yes configure:4695: checking for inttypes.h configure:4711: gcc -c -g -O2 conftest.c >&5 configure:4717: $? = 0 configure:4721: test -z || test ! -s conftest.err configure:4724: $? = 0 configure:4727: test -s conftest.o configure:4730: $? = 0 configure:4741: result: yes configure:4695: checking for stdint.h configure:4711: gcc -c -g -O2 conftest.c >&5 configure:4717: $? = 0 configure:4721: test -z || test ! -s conftest.err configure:4724: $? = 0 configure:4727: test -s conftest.o configure:4730: $? = 0 configure:4741: result: yes configure:4695: checking for unistd.h configure:4711: gcc -c -g -O2 conftest.c >&5 configure:4717: $? = 0 configure:4721: test -z || test ! -s conftest.err configure:4724: $? = 0 configure:4727: test -s conftest.o configure:4730: $? = 0 configure:4741: result: yes configure:4767: checking dlfcn.h usability configure:4779: gcc -c -g -O2 conftest.c >&5 configure:4785: $? = 0 configure:4789: test -z || test ! -s conftest.err configure:4792: $? = 0 configure:4795: test -s conftest.o configure:4798: $? = 0 configure:4808: result: yes configure:4812: checking dlfcn.h presence configure:4822: gcc -E conftest.c configure:4828: $? = 0 configure:4848: result: yes configure:4883: checking for dlfcn.h configure:4890: result: yes configure:4913: checking how to run the C++ preprocessor configure:4944: g++ -E conftest.cc configure:4950: $? = 0 configure:4982: g++ -E conftest.cc conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory configure:4988: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ajgotchi" | #define VERSION "0.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 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_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5027: result: g++ -E configure:5051: g++ -E conftest.cc configure:5057: $? = 0 configure:5089: g++ -E conftest.cc conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory configure:5095: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ajgotchi" | #define VERSION "0.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 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_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5192: checking for g77 configure:5221: result: no configure:5192: checking for f77 configure:5221: result: no configure:5192: checking for xlf configure:5221: result: no configure:5192: checking for frt configure:5221: result: no configure:5192: checking for pgf77 configure:5221: result: no configure:5192: checking for fort77 configure:5221: result: no configure:5192: checking for fl32 configure:5221: result: no configure:5192: checking for af77 configure:5221: result: no configure:5192: checking for f90 configure:5221: result: no configure:5192: checking for xlf90 configure:5221: result: no configure:5192: checking for pgf90 configure:5221: result: no configure:5192: checking for epcf90 configure:5221: result: no configure:5192: checking for f95 configure:5221: result: no configure:5192: checking for fort configure:5221: result: no configure:5192: checking for xlf95 configure:5221: result: no configure:5192: checking for ifc configure:5221: result: no configure:5192: checking for efc configure:5221: result: no configure:5192: checking for pgf95 configure:5221: result: no configure:5192: checking for lf95 configure:5221: result: no configure:5192: checking for gfortran configure:5221: result: no configure:5233: checking for Fortran 77 compiler version configure:5236: --version &5 /home/alojz/Desktop/POS/Projekat/ajgotchi/configure: line 5237: --version: command not found configure:5239: $? = 127 configure:5241: -v &5 /home/alojz/Desktop/POS/Projekat/ajgotchi/configure: line 5242: -v: command not found configure:5244: $? = 127 configure:5246: -V &5 /home/alojz/Desktop/POS/Projekat/ajgotchi/configure: line 5247: -V: command not found configure:5249: $? = 127 configure:5257: checking whether we are using the GNU Fortran 77 compiler configure:5271: -c conftest.F >&5 /home/alojz/Desktop/POS/Projekat/ajgotchi/configure: line 5272: -c: command not found configure:5277: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5303: result: no configure:5309: checking whether accepts -g configure:5321: -c -g conftest.f >&5 /home/alojz/Desktop/POS/Projekat/ajgotchi/configure: line 5322: -c: command not found configure:5327: $? = 127 configure: failed program was: | program main | | end configure:5352: result: no configure:5382: checking the maximum length of command line arguments configure:5474: result: 32768 configure:5485: checking command to parse /usr/bin/nm -B output from gcc object configure:5581: g++ -c -O0 -g3 conftest.cc >&5 configure:5584: $? = 0 configure:5588: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:5591: $? = 0 configure:5643: g++ -o conftest -O0 -g3 conftest.cc conftstm.o >&5 configure:5646: $? = 0 configure:5684: result: ok configure:5688: checking for objdir configure:5703: result: .libs configure:5793: checking for ar configure:5809: found /usr/bin/ar configure:5820: result: ar configure:5873: checking for ranlib configure:5889: found /usr/bin/ranlib configure:5900: result: ranlib configure:5953: checking for strip configure:5969: found /usr/bin/strip configure:5980: result: strip configure:6267: checking if gcc static flag works configure:6295: result: yes configure:6313: checking if gcc supports -fno-rtti -fno-exceptions configure:6331: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:6335: $? = 0 configure:6348: result: no configure:6363: checking for gcc option to produce PIC configure:6567: result: -fPIC configure:6575: checking if gcc PIC flag -fPIC works configure:6593: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 configure:6597: $? = 0 configure:6610: result: yes configure:6634: checking if gcc supports -c -o file.o configure:6655: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:6659: $? = 0 configure:6681: result: yes configure:6707: checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries configure:7603: result: yes configure:7629: checking whether -lc should be explicitly linked in configure:7634: gcc -c -g -O2 conftest.c >&5 configure:7637: $? = 0 configure:7651: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:7654: $? = 0 configure:7666: result: no configure:7674: checking dynamic linker characteristics configure:8220: result: GNU/Linux ld.so configure:8224: checking how to hardcode library paths into programs configure:8249: result: immediate configure:8263: checking whether stripping libraries is possible configure:8268: result: yes configure:9098: checking if libtool supports shared libraries configure:9100: result: yes configure:9103: checking whether to build shared libraries configure:9124: result: yes configure:9127: checking whether to build static libraries configure:9131: result: yes configure:9223: creating libtool configure:9801: checking for ld used by g++ configure:9868: result: /usr/i586-suse-linux/bin/ld configure:9877: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld configure:9892: result: yes configure:9943: checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries configure:10830: result: yes configure:10848: g++ -c -O0 -g3 conftest.cc >&5 configure:10851: $? = 0 configure:10947: checking for g++ option to produce PIC configure:11215: result: -fPIC configure:11223: checking if g++ PIC flag -fPIC works configure:11241: g++ -c -O0 -g3 -fPIC -DPIC conftest.cc >&5 configure:11245: $? = 0 configure:11258: result: yes configure:11282: checking if g++ supports -c -o file.o configure:11303: g++ -c -O0 -g3 -o out/conftest2.o conftest.cc >&5 configure:11307: $? = 0 configure:11329: result: yes configure:11355: checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries configure:11380: result: yes configure:11451: checking dynamic linker characteristics configure:11997: result: GNU/Linux ld.so configure:12001: checking how to hardcode library paths into programs configure:12026: result: immediate configure:12040: checking whether stripping libraries is possible configure:12045: result: yes configure:19669: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on linux config.status:715: creating Makefile config.status:715: creating src/Makefile config.status:812: creating config.h config.status:1100: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes 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_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-O0 -g3' ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_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= ac_cv_f77_compiler_gnu=no ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_objext=o ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ 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_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=no ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/i586-suse-linux/bin/ld lt_cv_path_LDCXX=/usr/i586-suse-linux/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/usr/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' 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'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=32768 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' 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'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/alojz/Desktop/POS/Projekat/ajgotchi/missing --run aclocal-1.9' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/alojz/Desktop/POS/Projekat/ajgotchi/missing --run tar' AR='ar' AUTOCONF='${SHELL} /home/alojz/Desktop/POS/Projekat/ajgotchi/missing --run autoconf' AUTOHEADER='${SHELL} /home/alojz/Desktop/POS/Projekat/ajgotchi/missing --run autoheader' AUTOMAKE='${SHELL} /home/alojz/Desktop/POS/Projekat/ajgotchi/missing --run automake-1.9' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-O0 -g3' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' F77='' FFLAGS='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /home/alojz/Desktop/POS/Projekat/ajgotchi/missing --run makeinfo' OBJEXT='o' PACKAGE='ajgotchi' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='0.1' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_F77='' 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='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='${prefix}' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/home/alojz/Desktop/POS/Projekat/ajgotchi/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_DLFCN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_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 PACKAGE "ajgotchi" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define VERSION "0.1" #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 0