This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by FULL-PACKAGE-NAME configure VERSION, which was generated by GNU Autoconf 2.68. Invocation command line was $ ./configure CC=gcc --no-create --no-recursion ## --------- ## ## Platform. ## ## --------- ## hostname = sterlingdesktops uname -m = x86_64 uname -r = 2.6.39.4 uname -s = Linux uname -v = #7 SMP Sun Aug 21 14:50:31 PDT 2011 /usr/bin/uname -p = Intel(R) Core(TM)2 Quad CPU Q9450 @ 2.66GHz /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/lib64/qt/bin PATH: /usr/lib64/jdk1.6.0_26/bin PATH: /usr/lib64/jdk1.6.0_26/jre/bin PATH: /usr/lib64/python2.6 PATH: /usr/lib64/java/bin PATH: /usr/lib64/java/jre/bin PATH: /usr/lib64/qt/bin PATH: /usr/lib64/qt/bin PATH: /opt/real/RealPlayer PATH: /usr/share/texmf/bin PATH: . ## ----------- ## ## Core tests. ## ## ----------- ## configure:2237: checking for a BSD-compatible install configure:2305: result: /usr/bin/ginstall -c configure:2316: checking whether build environment is sane configure:2366: result: yes configure:2507: checking for a thread-safe mkdir -p configure:2546: result: /usr/bin/mkdir -p configure:2559: checking for gawk configure:2575: found /usr/bin/gawk configure:2586: result: gawk configure:2597: checking whether make sets $(MAKE) configure:2619: result: yes configure:2752: checking for gcc configure:2779: result: gcc configure:3008: checking for C compiler version configure:3017: gcc --version >&5 gcc (GCC) 4.4.5 Copyright (C) 2010 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:3028: $? = 0 configure:3017: gcc -v >&5 Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ./configure --prefix=/usr --libdir=/usr/lib64 --enable-languages=c,ada,c++,fortran,objc,obj-c++ Thread model: posix gcc version 4.4.5 (GCC) configure:3028: $? = 0 configure:3017: gcc -V >&5 gcc: '-V' option must have argument configure:3028: $? = 1 configure:3017: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:3028: $? = 1 configure:3048: checking whether the C compiler works configure:3070: gcc conftest.c >&5 configure:3074: $? = 0 configure:3122: result: yes configure:3125: checking for C compiler default output file name configure:3127: result: a.out configure:3133: checking for suffix of executables configure:3140: gcc -o conftest conftest.c >&5 configure:3144: $? = 0 configure:3166: result: configure:3188: checking whether we are cross compiling configure:3196: gcc -o conftest conftest.c >&5 configure:3200: $? = 0 configure:3207: ./conftest configure:3211: $? = 0 configure:3226: result: no configure:3231: checking for suffix of object files configure:3253: gcc -c conftest.c >&5 configure:3257: $? = 0 configure:3278: result: o configure:3282: checking whether we are using the GNU C compiler configure:3301: gcc -c conftest.c >&5 configure:3301: $? = 0 configure:3310: result: yes configure:3319: checking whether gcc accepts -g configure:3339: gcc -c -g conftest.c >&5 configure:3339: $? = 0 configure:3380: result: yes configure:3397: checking for gcc option to accept ISO C89 configure:3461: gcc -c -g -O2 conftest.c >&5 configure:3461: $? = 0 configure:3474: result: none needed configure:3505: checking for style of include used by make configure:3533: result: GNU configure:3558: checking dependency style of gcc configure:3668: result: gcc3 configure:3683: checking whether ln -s works configure:3687: result: yes configure:3698: checking for atof in -lm configure:3723: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:3723: $? = 0 configure:3732: result: yes configure:3766: checking for pkg-config configure:3784: found /usr/bin/pkg-config configure:3797: result: /usr/bin/pkg-config configure:3819: checking for GTK+ - version >= 2.18.0 configure:3929: gcc -o conftest -g -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 conftest.c -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lm >&5 configure:3929: $? = 0 configure:3929: ./conftest configure:3929: $? = 0 configure:3943: result: yes (version 2.24.3) configure:4117: checking pkg-config is at least version 0.9.0 configure:4120: result: yes configure:4130: checking for GTK configure:4217: result: yes configure:4232: checking how to run the C preprocessor configure:4263: gcc -E conftest.c configure:4263: $? = 0 configure:4277: gcc -E conftest.c conftest.c:12:28: error: ac_nonexistent.h: No such file or directory configure:4277: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define PACKAGE_URL "" | #define PACKAGE "full-package-name" | #define VERSION "VERSION" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include configure:4302: result: gcc -E configure:4322: gcc -E conftest.c configure:4322: $? = 0 configure:4336: gcc -E conftest.c conftest.c:12:28: error: ac_nonexistent.h: No such file or directory configure:4336: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define PACKAGE_URL "" | #define PACKAGE "full-package-name" | #define VERSION "VERSION" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include configure:4365: checking for grep that handles long lines and -e configure:4423: result: /usr/bin/grep configure:4428: checking for egrep configure:4490: result: /usr/bin/grep -E configure:4495: checking for ANSI C header files configure:4515: gcc -c -g -O2 conftest.c >&5 configure:4515: $? = 0 configure:4588: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:4588: $? = 0 configure:4588: ./conftest configure:4588: $? = 0 configure:4599: result: yes configure:4612: checking for sys/types.h configure:4612: gcc -c -g -O2 conftest.c >&5 configure:4612: $? = 0 configure:4612: result: yes configure:4612: checking for sys/stat.h configure:4612: gcc -c -g -O2 conftest.c >&5 configure:4612: $? = 0 configure:4612: result: yes configure:4612: checking for stdlib.h configure:4612: gcc -c -g -O2 conftest.c >&5 configure:4612: $? = 0 configure:4612: result: yes configure:4612: checking for string.h configure:4612: gcc -c -g -O2 conftest.c >&5 configure:4612: $? = 0 configure:4612: result: yes configure:4612: checking for memory.h configure:4612: gcc -c -g -O2 conftest.c >&5 configure:4612: $? = 0 configure:4612: result: yes configure:4612: checking for strings.h configure:4612: gcc -c -g -O2 conftest.c >&5 configure:4612: $? = 0 configure:4612: result: yes configure:4612: checking for inttypes.h configure:4612: gcc -c -g -O2 conftest.c >&5 configure:4612: $? = 0 configure:4612: result: yes configure:4612: checking for stdint.h configure:4612: gcc -c -g -O2 conftest.c >&5 configure:4612: $? = 0 configure:4612: result: yes configure:4612: checking for unistd.h configure:4612: gcc -c -g -O2 conftest.c >&5 configure:4612: $? = 0 configure:4612: result: yes configure:4627: checking for stdlib.h configure:4627: result: yes configure:4627: checking for string.h configure:4627: result: yes configure:4627: checking sys/time.h usability configure:4627: gcc -c -g -O2 conftest.c >&5 configure:4627: $? = 0 configure:4627: result: yes configure:4627: checking sys/time.h presence configure:4627: gcc -E conftest.c configure:4627: $? = 0 configure:4627: result: yes configure:4627: checking for sys/time.h configure:4627: result: yes configure:4627: checking for unistd.h configure:4627: result: yes configure:4669: checking for stdbool.h that conforms to C99 configure:4736: gcc -c -g -O2 conftest.c >&5 configure:4736: $? = 0 configure:4743: result: yes configure:4745: checking for _Bool configure:4745: gcc -c -g -O2 conftest.c >&5 configure:4745: $? = 0 configure:4745: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:62: error: expected expression before ')' token configure:4745: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define PACKAGE_URL "" | #define PACKAGE "full-package-name" | #define VERSION "VERSION" | #define HAVE_LIBM 1 | #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_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((_Bool))) | return 0; | ; | return 0; | } configure:4745: result: yes configure:4763: checking for error_at_line configure:4779: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:4779: $? = 0 configure:4787: result: yes configure:4798: checking for pid_t configure:4798: gcc -c -g -O2 conftest.c >&5 configure:4798: $? = 0 configure:4798: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:64: error: expected expression before ')' token configure:4798: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define PACKAGE_URL "" | #define PACKAGE "full-package-name" | #define VERSION "VERSION" | #define HAVE_LIBM 1 | #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_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:4798: result: yes configure:4811: checking vfork.h usability configure:4811: gcc -c -g -O2 conftest.c >&5 conftest.c:61:19: error: vfork.h: No such file or directory configure:4811: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define PACKAGE_URL "" | #define PACKAGE "full-package-name" | #define VERSION "VERSION" | #define HAVE_LIBM 1 | #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_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:4811: result: no configure:4811: checking vfork.h presence configure:4811: gcc -E conftest.c conftest.c:28:19: error: vfork.h: No such file or directory configure:4811: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "FULL-PACKAGE-NAME" | #define PACKAGE_TARNAME "full-package-name" | #define PACKAGE_VERSION "VERSION" | #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" | #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" | #define PACKAGE_URL "" | #define PACKAGE "full-package-name" | #define VERSION "VERSION" | #define HAVE_LIBM 1 | #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_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include configure:4811: result: no configure:4811: checking for vfork.h configure:4811: result: no configure:4824: checking for fork configure:4824: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:51: warning: conflicting types for built-in function 'fork' configure:4824: $? = 0 configure:4824: result: yes configure:4824: checking for vfork configure:4824: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:4824: $? = 0 configure:4824: result: yes configure:4834: checking for working fork configure:4856: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:4856: $? = 0 configure:4856: ./conftest configure:4856: $? = 0 configure:4866: result: yes configure:4887: checking for working vfork configure:4997: result: yes configure:5025: checking for malloc configure:5025: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:55: warning: conflicting types for built-in function 'malloc' configure:5025: $? = 0 configure:5025: result: yes configure:5025: checking for memset configure:5025: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:56: warning: conflicting types for built-in function 'memset' configure:5025: $? = 0 configure:5025: result: yes configure:5167: creating ./config.status ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set=set ac_cv_env_CC_value=gcc 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_GTK_CFLAGS_set= ac_cv_env_GTK_CFLAGS_value= ac_cv_env_GTK_LIBS_set= ac_cv_env_GTK_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_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set=set ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/lib/pkgconfig:/usr/lib64/pkgconfig:/usr/local/lib64/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib64/pkgconfig:/usr/local/lib64/pkgconfig 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_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_malloc=yes ac_cv_func_memset=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdbool_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_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_vfork_h=no ac_cv_lib_error_at_line=yes ac_cv_lib_m_atof=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/ginstall -c' ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_type__Bool=yes ac_cv_type_pid_t=yes am_cv_CC_dependencies_compiler_type=gcc3 pkg_cv_GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 ' pkg_cv_GTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/soul/mybin/lsadl/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/soul/mybin/lsadl/missing --run tar' AUTOCONF='${SHELL} /home/soul/mybin/lsadl/missing --run autoconf' AUTOHEADER='${SHELL} /home/soul/mybin/lsadl/missing --run autoheader' AUTOMAKE='${SHELL} /home/soul/mybin/lsadl/missing --run automake-1.11' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' GLIB_MINIMUM='2.6.0' GREP='/usr/bin/grep' GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 ' GTK_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 ' GTK_MINIMUM='2.6.0' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='-lm ' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /home/soul/mybin/lsadl/missing --run makeinfo' MKDIR_P='/usr/bin/mkdir -p' OBJEXT='o' PACKAGE='full-package-name' PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS' PACKAGE_NAME='FULL-PACKAGE-NAME' PACKAGE_STRING='FULL-PACKAGE-NAME VERSION' PACKAGE_TARNAME='full-package-name' PACKAGE_URL='' PACKAGE_VERSION='VERSION' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/usr/local/lib/pkgconfig:/usr/lib64/pkgconfig:/usr/local/lib64/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib64/pkgconfig:/usr/local/lib64/pkgconfig' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='VERSION' ac_ct_CC='gcc' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_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_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/soul/mybin/lsadl/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/usr/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. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "FULL-PACKAGE-NAME" #define PACKAGE_TARNAME "full-package-name" #define PACKAGE_VERSION "VERSION" #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION" #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS" #define PACKAGE_URL "" #define PACKAGE "full-package-name" #define VERSION "VERSION" #define HAVE_LIBM 1 #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_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_MALLOC 1 #define HAVE_MEMSET 1 configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by FULL-PACKAGE-NAME config.status VERSION, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on sterlingdesktops config.status:882: creating Makefile config.status:882: creating config.h config.status:1063: config.h is unchanged config.status:1111: executing depfiles commands ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by FULL-PACKAGE-NAME config.status VERSION, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status config.h on sterlingdesktops config.status:882: creating config.h config.status:1063: config.h is unchanged