This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by geekast configure 0.1.3, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --enable-maintainer-mode
## --------- ##
## Platform. ##
## --------- ##
hostname = shiva
uname -m = i686
uname -r = 2.6.22-14-generic
uname -s = Linux
uname -v = #1 SMP Tue Dec 18 08:02:57 UTC 2007
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/fred/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1995: checking for a BSD-compatible install
configure:2051: result: /usr/bin/install -c
configure:2062: checking whether build environment is sane
configure:2105: result: yes
configure:2133: checking for a thread-safe mkdir -p
configure:2172: result: /bin/mkdir -p
configure:2185: checking for gawk
configure:2201: found /usr/bin/gawk
configure:2212: result: gawk
configure:2223: checking whether make sets $(MAKE)
configure:2244: result: yes
configure:2481: checking for gcc
configure:2497: found /usr/bin/gcc
configure:2508: result: gcc
configure:2746: checking for C compiler version
configure:2753: gcc --version >&5
gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
Copyright (C) 2006 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:2756: $? = 0
configure:2763: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
configure:2766: $? = 0
configure:2773: gcc -V >&5
gcc: '-V' option must have argument
configure:2776: $? = 1
configure:2799: checking for C compiler default output file name
configure:2826: gcc conftest.c >&5
configure:2829: $? = 0
configure:2867: result: a.out
configure:2884: checking whether the C compiler works
configure:2894: ./a.out
configure:2897: $? = 0
configure:2914: result: yes
configure:2921: checking whether we are cross compiling
configure:2923: result: no
configure:2926: checking for suffix of executables
configure:2933: gcc -o conftest conftest.c >&5
configure:2936: $? = 0
configure:2960: result:
configure:2966: checking for suffix of object files
configure:2992: gcc -c conftest.c >&5
configure:2995: $? = 0
configure:3018: result: o
configure:3022: checking whether we are using the GNU C compiler
configure:3051: gcc -c conftest.c >&5
configure:3057: $? = 0
configure:3074: result: yes
configure:3079: checking whether gcc accepts -g
configure:3109: gcc -c -g conftest.c >&5
configure:3115: $? = 0
configure:3214: result: yes
configure:3231: checking for gcc option to accept ISO C89
configure:3305: gcc -c -g -O2 conftest.c >&5
configure:3311: $? = 0
configure:3334: result: none needed
configure:3363: checking for style of include used by make
configure:3391: result: GNU
configure:3416: checking dependency style of gcc
configure:3507: result: gcc3
configure:3524: checking whether gcc and cc understand -c and -o together
configure:3559: gcc -c conftest.c -o conftest2.o >&5
configure:3562: $? = 0
configure:3568: gcc -c conftest.c -o conftest2.o >&5
configure:3571: $? = 0
configure:3582: cc -c conftest.c >&5
configure:3585: $? = 0
configure:3593: cc -c conftest.c -o conftest2.o >&5
configure:3596: $? = 0
configure:3602: cc -c conftest.c -o conftest2.o >&5
configure:3605: $? = 0
configure:3623: result: yes
configure:3662: checking for a BSD-compatible install
configure:3718: result: /usr/bin/install -c
configure:3807: checking build system type
configure:3825: result: i686-pc-linux-gnu
configure:3847: checking host system type
configure:3862: result: i686-pc-linux-gnu
configure:3884: checking for a sed that does not truncate output
configure:3940: result: /bin/sed
configure:3943: checking for grep that handles long lines and -e
configure:4017: result: /bin/grep
configure:4022: checking for egrep
configure:4100: result: /bin/grep -E
configure:4116: checking for ld used by gcc
configure:4183: result: /usr/bin/ld
configure:4192: checking if the linker (/usr/bin/ld) is GNU ld
configure:4207: result: yes
configure:4212: checking for /usr/bin/ld option to reload object files
configure:4219: result: -r
configure:4237: checking for BSD-compatible nm
configure:4286: result: /usr/bin/nm -B
configure:4290: checking whether ln -s works
configure:4294: result: yes
configure:4301: checking how to recognize dependent libraries
configure:4487: result: pass_all
configure:4728: checking how to run the C preprocessor
configure:4768: gcc -E conftest.c
configure:4774: $? = 0
configure:4805: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4811: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "geekast"
| #define PACKAGE_TARNAME "geekast"
| #define PACKAGE_VERSION "0.1.3"
| #define PACKAGE_STRING "geekast 0.1.3"
| #define PACKAGE_BUGREPORT "fredix@gmail.com"
| #define PACKAGE "geekast"
| #define VERSION "0.1.3"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4844: result: gcc -E
configure:4873: gcc -E conftest.c
configure:4879: $? = 0
configure:4910: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4916: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "geekast"
| #define PACKAGE_TARNAME "geekast"
| #define PACKAGE_VERSION "0.1.3"
| #define PACKAGE_STRING "geekast 0.1.3"
| #define PACKAGE_BUGREPORT "fredix@gmail.com"
| #define PACKAGE "geekast"
| #define VERSION "0.1.3"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4954: checking for ANSI C header files
configure:4984: gcc -c -g -O2 conftest.c >&5
configure:4990: $? = 0
configure:5089: gcc -o conftest -g -O2 conftest.c >&5
configure:5092: $? = 0
configure:5098: ./conftest
configure:5101: $? = 0
configure:5118: result: yes
configure:5142: checking for sys/types.h
configure:5163: gcc -c -g -O2 conftest.c >&5
configure:5169: $? = 0
configure:5185: result: yes
configure:5142: checking for sys/stat.h
configure:5163: gcc -c -g -O2 conftest.c >&5
configure:5169: $? = 0
configure:5185: result: yes
configure:5142: checking for stdlib.h
configure:5163: gcc -c -g -O2 conftest.c >&5
configure:5169: $? = 0
configure:5185: result: yes
configure:5142: checking for string.h
configure:5163: gcc -c -g -O2 conftest.c >&5
configure:5169: $? = 0
configure:5185: result: yes
configure:5142: checking for memory.h
configure:5163: gcc -c -g -O2 conftest.c >&5
configure:5169: $? = 0
configure:5185: result: yes
configure:5142: checking for strings.h
configure:5163: gcc -c -g -O2 conftest.c >&5
configure:5169: $? = 0
configure:5185: result: yes
configure:5142: checking for inttypes.h
configure:5163: gcc -c -g -O2 conftest.c >&5
configure:5169: $? = 0
configure:5185: result: yes
configure:5142: checking for stdint.h
configure:5163: gcc -c -g -O2 conftest.c >&5
configure:5169: $? = 0
configure:5185: result: yes
configure:5142: checking for unistd.h
configure:5163: gcc -c -g -O2 conftest.c >&5
configure:5169: $? = 0
configure:5185: result: yes
configure:5212: checking dlfcn.h usability
configure:5229: gcc -c -g -O2 conftest.c >&5
configure:5235: $? = 0
configure:5249: result: yes
configure:5253: checking dlfcn.h presence
configure:5268: gcc -E conftest.c
configure:5274: $? = 0
configure:5288: result: yes
configure:5321: checking for dlfcn.h
configure:5329: result: yes
configure:5400: checking for g++
configure:5416: found /usr/bin/g++
configure:5427: result: g++
configure:5458: checking for C++ compiler version
configure:5465: g++ --version >&5
g++ (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
Copyright (C) 2006 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:5468: $? = 0
configure:5475: g++ -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
configure:5478: $? = 0
configure:5485: g++ -V >&5
g++: '-V' option must have argument
configure:5488: $? = 1
configure:5491: checking whether we are using the GNU C++ compiler
configure:5520: g++ -c conftest.cpp >&5
configure:5526: $? = 0
configure:5543: result: yes
configure:5548: checking whether g++ accepts -g
configure:5578: g++ -c -g conftest.cpp >&5
configure:5584: $? = 0
configure:5683: result: yes
configure:5708: checking dependency style of g++
configure:5799: result: gcc3
configure:5824: checking how to run the C++ preprocessor
configure:5860: g++ -E conftest.cpp
configure:5866: $? = 0
configure:5897: g++ -E conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:5903: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "geekast"
| #define PACKAGE_TARNAME "geekast"
| #define PACKAGE_VERSION "0.1.3"
| #define PACKAGE_STRING "geekast 0.1.3"
| #define PACKAGE_BUGREPORT "fredix@gmail.com"
| #define PACKAGE "geekast"
| #define VERSION "0.1.3"
| #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 <ac_nonexistent.h>
configure:5936: result: g++ -E
configure:5965: g++ -E conftest.cpp
configure:5971: $? = 0
configure:6002: g++ -E conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:6008: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "geekast"
| #define PACKAGE_TARNAME "geekast"
| #define PACKAGE_VERSION "0.1.3"
| #define PACKAGE_STRING "geekast 0.1.3"
| #define PACKAGE_BUGREPORT "fredix@gmail.com"
| #define PACKAGE "geekast"
| #define VERSION "0.1.3"
| #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 <ac_nonexistent.h>
configure:6101: checking for g77
configure:6131: result: no
configure:6101: checking for xlf
configure:6131: result: no
configure:6101: checking for f77
configure:6131: result: no
configure:6101: checking for frt
configure:6131: result: no
configure:6101: checking for pgf77
configure:6131: result: no
configure:6101: checking for cf77
configure:6131: result: no
configure:6101: checking for fort77
configure:6131: result: no
configure:6101: checking for fl32
configure:6131: result: no
configure:6101: checking for af77
configure:6131: result: no
configure:6101: checking for xlf90
configure:6131: result: no
configure:6101: checking for f90
configure:6131: result: no
configure:6101: checking for pgf90
configure:6131: result: no
configure:6101: checking for pghpf
configure:6131: result: no
configure:6101: checking for epcf90
configure:6131: result: no
configure:6101: checking for gfortran
configure:6131: result: no
configure:6101: checking for g95
configure:6131: result: no
configure:6101: checking for xlf95
configure:6131: result: no
configure:6101: checking for f95
configure:6131: result: no
configure:6101: checking for fort
configure:6131: result: no
configure:6101: checking for ifort
configure:6131: result: no
configure:6101: checking for ifc
configure:6131: result: no
configure:6101: checking for efc
configure:6131: result: no
configure:6101: checking for pgf95
configure:6131: result: no
configure:6101: checking for lf95
configure:6131: result: no
configure:6101: checking for ftn
configure:6131: result: no
configure:6158: checking for Fortran 77 compiler version
configure:6165: --version >&5
./configure: line 6166: --version: command not found
configure:6168: $? = 127
configure:6175: -v >&5
./configure: line 6176: -v: command not found
configure:6178: $? = 127
configure:6185: -V >&5
./configure: line 6186: -V: command not found
configure:6188: $? = 127
configure:6196: checking whether we are using the GNU Fortran 77 compiler
configure:6215: -c conftest.F >&5
./configure: line 6216: -c: command not found
configure:6221: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:6238: result: no
configure:6244: checking whether accepts -g
configure:6261: -c -g conftest.f >&5
./configure: line 6262: -c: command not found
configure:6267: $? = 127
configure: failed program was:
| program main
|
| end
configure:6283: result: no
configure:6313: checking the maximum length of command line arguments
configure:6425: result: 98304
configure:6437: checking command to parse /usr/bin/nm -B output from gcc object
configure:6542: gcc -c -g -O2 conftest.c >&5
configure:6545: $? = 0
configure:6549: /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:6552: $? = 0
configure:6604: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6607: $? = 0
configure:6645: result: ok
configure:6649: checking for objdir
configure:6664: result: .libs
configure:6756: checking for ar
configure:6772: found /usr/bin/ar
configure:6783: result: ar
configure:6852: checking for ranlib
configure:6868: found /usr/bin/ranlib
configure:6879: result: ranlib
configure:6948: checking for strip
configure:6964: found /usr/bin/strip
configure:6975: result: strip
configure:7261: checking if gcc supports -fno-rtti -fno-exceptions
configure:7279: 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:7283: $? = 0
configure:7296: result: no
configure:7311: checking for gcc option to produce PIC
configure:7543: result: -fPIC
configure:7551: checking if gcc PIC flag -fPIC works
configure:7569: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:7573: $? = 0
configure:7586: result: yes
configure:7614: checking if gcc static flag -static works
configure:7642: result: yes
configure:7652: checking if gcc supports -c -o file.o
configure:7673: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:7677: $? = 0
configure:7699: result: yes
configure:7725: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:8706: result: yes
configure:8727: checking whether -lc should be explicitly linked in
configure:8732: gcc -c -g -O2 conftest.c >&5
configure:8735: $? = 0
configure:8750: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:8753: $? = 0
configure:8765: result: no
configure:8773: checking dynamic linker characteristics
configure:9387: result: GNU/Linux ld.so
configure:9396: checking how to hardcode library paths into programs
configure:9421: result: immediate
configure:9435: checking whether stripping libraries is possible
configure:9440: result: yes
configure:10242: checking if libtool supports shared libraries
configure:10244: result: yes
configure:10247: checking whether to build shared libraries
configure:10268: result: yes
configure:10271: checking whether to build static libraries
configure:10275: result: yes
configure:10368: creating libtool
configure:10956: checking for ld used by g++
configure:11023: result: /usr/bin/ld
configure:11032: checking if the linker (/usr/bin/ld) is GNU ld
configure:11047: result: yes
configure:11098: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:12072: result: yes
configure:12090: g++ -c -g -O2 conftest.cpp >&5
configure:12093: $? = 0
configure:12245: checking for g++ option to produce PIC
configure:12529: result: -fPIC
configure:12537: checking if g++ PIC flag -fPIC works
configure:12555: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5
configure:12559: $? = 0
configure:12572: result: yes
configure:12600: checking if g++ static flag -static works
configure:12628: result: yes
configure:12638: checking if g++ supports -c -o file.o
configure:12659: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:12663: $? = 0
configure:12685: result: yes
configure:12711: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:12739: result: yes
configure:12806: checking dynamic linker characteristics
configure:13368: result: GNU/Linux ld.so
configure:13377: checking how to hardcode library paths into programs
configure:13402: result: immediate
configure:19653: checking for pkg-config
configure:19671: found /usr/bin/pkg-config
configure:19683: result: /usr/bin/pkg-config
configure:19712: checking pkg-config is at least version 0.9.0
configure:19715: result: yes
configure:19726: checking for GNOME
configure:19734: $PKG_CONFIG --exists --print-errors "$GNOME_MODULES"
configure:19737: $? = 0
configure:19752: $PKG_CONFIG --exists --print-errors "$GNOME_MODULES"
configure:19755: $? = 0
configure:19831: result: yes
configure:19842: checking for GLADE
configure:19850: $PKG_CONFIG --exists --print-errors "$GLADE_MODULES"
configure:19853: $? = 0
configure:19868: $PKG_CONFIG --exists --print-errors "$GLADE_MODULES"
configure:19871: $? = 0
configure:19947: result: yes
configure:20081: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by geekast config.status 0.1.3, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on shiva
config.status:669: creating Makefile
config.status:669: creating src/Makefile
config.status:669: creating tests/Makefile
config.status:669: creating config.h
config.status:896: config.h is unchanged
config.status:942: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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=
ac_cv_env_CXXFLAGS_value=
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_GLADE_CFLAGS_set=
ac_cv_env_GLADE_CFLAGS_value=
ac_cv_env_GLADE_LIBS_set=
ac_cv_env_GLADE_LIBS_value=
ac_cv_env_GNOME_CFLAGS_set=
ac_cv_env_GNOME_CFLAGS_value=
ac_cv_env_GNOME_LIBS_set=
ac_cv_env_GNOME_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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_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_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
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_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
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/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/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=98304
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'\''"'
pkg_cv_GLADE_CFLAGS='-I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 '
pkg_cv_GLADE_LIBS='-lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 '
pkg_cv_GNOME_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 '
pkg_cv_GNOME_LIBS='-pthread -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgconf-2 -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0 '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/fred/dev/gnome/geekast_ng/build-aux/missing --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/fred/dev/gnome/geekast_ng/build-aux/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/fred/dev/gnome/geekast_ng/build-aux/missing --run autoconf'
AUTOHEADER='${SHELL} /home/fred/dev/gnome/geekast_ng/build-aux/missing --run autoheader'
AUTOMAKE='${SHELL} /home/fred/dev/gnome/geekast_ng/build-aux/missing --run automake-1.10'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
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='/bin/grep -E'
EXEEXT=''
F77=''
FFLAGS=''
GLADE_CFLAGS='-I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 '
GLADE_LIBS='-lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 '
GNOME_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 '
GNOME_LIBS='-pthread -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgconf-2 -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0 '
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/fred/dev/gnome/geekast_ng/build-aux/missing --run makeinfo'
OBJEXT='o'
PACKAGE='geekast'
PACKAGE_BUGREPORT='fredix@gmail.com'
PACKAGE_NAME='geekast'
PACKAGE_STRING='geekast 0.1.3'
PACKAGE_TARNAME='geekast'
PACKAGE_VERSION='0.1.3'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
VERSION='0.1.3'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
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='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /home/fred/dev/gnome/geekast_ng/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "geekast"
#define PACKAGE_TARNAME "geekast"
#define PACKAGE_VERSION "0.1.3"
#define PACKAGE_STRING "geekast 0.1.3"
#define PACKAGE_BUGREPORT "fredix@gmail.com"
#define PACKAGE "geekast"
#define VERSION "0.1.3"
#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
configure: exit 0