This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by pgadmin3 configure 1.18.0-alpha1, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --with-wx-version=2.8 --with-openssl ## --------- ## ## Platform. ## ## --------- ## hostname = linux-3btt.site uname -m = x86_64 uname -r = 3.9.0-1-default uname -s = Linux uname -v = #1 SMP Mon Apr 29 13:14:41 EDT 2013 /usr/bin/uname -p = x86_64 /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: /opt/ibm/ibm-java-i386-60/jre/bin PATH: /usr/local/mysql/bin PATH: /opt/ibm/ibm-java-i386-60/jre/bin PATH: /usr/local/mysql/bin PATH: /usr/local/bin/samsung PATH: /home/colin/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/bin/X11 PATH: /usr/X11R6/bin PATH: /usr/games PATH: /opt/kde3/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2260: loading site script /usr/share/site/x86_64-unknown-linux-gnu | #!/bin/sh | # Site script for configure. It is resourced via $CONFIG_SITE environment varaible. | | # If user did not specify libdir, guess the correct target: | # Use lib64 for 64 bit bi-arch targets, keep the default for the rest. | if test "$libdir" = '${exec_prefix}/lib' ; then | | ac_config_site_64bit_host=NONE | | case "$host" in | "" ) | # User did not specify host target. | # The native platform x86_64 is a bi-arch platform. | # Try to detect cross-compilation to inferior architecture. | | # We are trying to guess 32-bit target compilation. It's not as easy as | # it sounds, as there is possible several intermediate combinations. | ac_config_site_cross_to_32bit_host=NONE | | # User defined -m32 in CFLAGS or CXXFLAGS: | # (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.) | case "$CFLAGS" in | *-m32*) | ac_config_site_cross_to_32bit_host=YES | ;; | esac | case "$CXXFLAGS" in | *-m32*) | ac_config_site_cross_to_32bit_host=YES | ;; | esac | | # Running with linux32: | # (Changes detected platform, but not the toolchain target.) | case "`/bin/uname -i`" in | x86_64 | ppc64 | s390x ) | ;; | * ) | ac_config_site_cross_to_32bit_host=YES | ;; | esac | | if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then | ac_config_site_64bit_host=YES | fi | | ;; | *x86_64* | *ppc64* | *s390x* ) | ac_config_site_64bit_host=YES | ;; | esac | | if test "x$ac_config_site_64bit_host" = xYES; then | libdir='${exec_prefix}/lib64' | fi | fi | | # If user did not specify libexecdir, set the correct target: | # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib. | | if test "$libexecdir" = '${exec_prefix}/libexec' ; then | libexecdir='${exec_prefix}/lib' | fi | | # Continue with the standard behavior of configure defined in AC_SITE_LOAD: | if test "x$prefix" != xNONE; then | ac_site_file1=$prefix/share/config.site | ac_site_file2=$prefix/etc/config.site | else | ac_site_file1=$ac_default_prefix/share/config.site | ac_site_file2=$ac_default_prefix/etc/config.site | fi | for ac_site_file in "$ac_site_file1" "$ac_site_file2" | do | test "x$ac_site_file" = xNONE && continue | if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then | { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;} | sed 's/^/| /' "$ac_site_file" >&5 | . "$ac_site_file" \ | || { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;} | as_fn_error $? "failed to load site script $ac_site_file | See \`config.log' for more details" "$LINENO" 5; } | fi | done configure:2392: checking build system type configure:2406: result: x86_64-suse-linux-gnu configure:2426: checking host system type configure:2439: result: x86_64-suse-linux-gnu configure:2475: checking for a BSD-compatible install configure:2543: result: /usr/bin/install -c configure:2554: checking whether build environment is sane configure:2609: result: yes configure:2760: checking for a thread-safe mkdir -p configure:2799: result: /usr/bin/mkdir -p configure:2806: checking for gawk configure:2822: found /usr/bin/gawk configure:2833: result: gawk configure:2844: checking whether make sets $(MAKE) configure:2866: result: yes configure:2942: checking how to create a ustar tar archive configure:2955: tar --version tar (GNU tar) 1.26 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:2958: $? = 0 configure:2998: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:3001: $? = 0 configure:3005: tar -xf - &5 gcc (SUSE Linux) 4.7.2 20130108 [gcc-4_7-branch revision 195012] Copyright (C) 2012 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:3355: $? = 0 configure:3344: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.7/lto-wrapper Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.7 --enable-ssp --disable-libssp --disable-libitm --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.7 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux Thread model: posix gcc version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (SUSE Linux) configure:3355: $? = 0 configure:3344: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3355: $? = 1 configure:3344: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3355: $? = 1 configure:3375: checking whether the C compiler works configure:3397: gcc conftest.c >&5 configure:3401: $? = 0 configure:3449: result: yes configure:3452: checking for C compiler default output file name configure:3454: result: a.out configure:3460: checking for suffix of executables configure:3467: gcc -o conftest conftest.c >&5 configure:3471: $? = 0 configure:3493: result: configure:3515: checking whether we are cross compiling configure:3523: gcc -o conftest conftest.c >&5 configure:3527: $? = 0 configure:3534: ./conftest configure:3538: $? = 0 configure:3553: result: no configure:3558: checking for suffix of object files configure:3580: gcc -c conftest.c >&5 configure:3584: $? = 0 configure:3605: result: o configure:3609: checking whether we are using the GNU C compiler configure:3628: gcc -c conftest.c >&5 configure:3628: $? = 0 configure:3637: result: yes configure:3646: checking whether gcc accepts -g configure:3666: gcc -c -g conftest.c >&5 configure:3666: $? = 0 configure:3707: result: yes configure:3724: checking for gcc option to accept ISO C89 configure:3787: gcc -c -g -O2 conftest.c >&5 configure:3787: $? = 0 configure:3800: result: none needed configure:3831: checking for style of include used by make configure:3859: result: GNU configure:3885: checking dependency style of gcc configure:3996: result: gcc3 configure:4069: checking for g++ configure:4085: found /usr/bin/g++ configure:4096: result: g++ configure:4123: checking for C++ compiler version configure:4132: g++ --version >&5 g++ (SUSE Linux) 4.7.2 20130108 [gcc-4_7-branch revision 195012] Copyright (C) 2012 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:4143: $? = 0 configure:4132: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.7/lto-wrapper Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.7 --enable-ssp --disable-libssp --disable-libitm --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.7 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux Thread model: posix gcc version 4.7.2 20130108 [gcc-4_7-branch revision 195012] (SUSE Linux) configure:4143: $? = 0 configure:4132: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:4143: $? = 1 configure:4132: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:4143: $? = 1 configure:4147: checking whether we are using the GNU C++ compiler configure:4166: g++ -c conftest.cpp >&5 configure:4166: $? = 0 configure:4175: result: yes configure:4184: checking whether g++ accepts -g configure:4204: g++ -c -g conftest.cpp >&5 configure:4204: $? = 0 configure:4245: result: yes configure:4270: checking dependency style of g++ configure:4381: result: gcc3 configure:4397: checking whether gcc and cc understand -c and -o together configure:4428: gcc -c conftest.c -o conftest2.o >&5 configure:4432: $? = 0 configure:4438: gcc -c conftest.c -o conftest2.o >&5 configure:4442: $? = 0 configure:4453: cc -c conftest.c >&5 configure:4457: $? = 0 configure:4465: cc -c conftest.c -o conftest2.o >&5 configure:4469: $? = 0 configure:4475: cc -c conftest.c -o conftest2.o >&5 configure:4479: $? = 0 configure:4497: result: yes configure:4565: checking for ranlib configure:4581: found /usr/bin/ranlib configure:4592: result: ranlib configure:4659: checking how to run the C preprocessor configure:4690: gcc -E conftest.c configure:4690: $? = 0 configure:4704: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4704: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pgadmin3" | #define PACKAGE_TARNAME "pgadmin3" | #define PACKAGE_VERSION "1.18.0-alpha1" | #define PACKAGE_STRING "pgadmin3 1.18.0-alpha1" | #define PACKAGE_BUGREPORT "pgadmin-support@postgresql.org" | #define PACKAGE_URL "" | #define PACKAGE "pgadmin3" | #define VERSION "1.18.0-alpha1" | /* end confdefs.h. */ | #include configure:4729: result: gcc -E configure:4749: gcc -E conftest.c configure:4749: $? = 0 configure:4763: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4763: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pgadmin3" | #define PACKAGE_TARNAME "pgadmin3" | #define PACKAGE_VERSION "1.18.0-alpha1" | #define PACKAGE_STRING "pgadmin3 1.18.0-alpha1" | #define PACKAGE_BUGREPORT "pgadmin-support@postgresql.org" | #define PACKAGE_URL "" | #define PACKAGE "pgadmin3" | #define VERSION "1.18.0-alpha1" | /* end confdefs.h. */ | #include configure:4792: checking for grep that handles long lines and -e configure:4850: result: /usr/bin/grep configure:4855: checking for egrep configure:4917: result: /usr/bin/grep -E configure:4922: checking for ANSI C header files configure:4942: gcc -c -g -O2 conftest.c >&5 configure:4942: $? = 0 configure:5015: gcc -o conftest -g -O2 conftest.c >&5 configure:5015: $? = 0 configure:5015: ./conftest configure:5015: $? = 0 configure:5026: result: yes configure:5039: checking for sys/types.h configure:5039: gcc -c -g -O2 conftest.c >&5 configure:5039: $? = 0 configure:5039: result: yes configure:5039: checking for sys/stat.h configure:5039: gcc -c -g -O2 conftest.c >&5 configure:5039: $? = 0 configure:5039: result: yes configure:5039: checking for stdlib.h configure:5039: gcc -c -g -O2 conftest.c >&5 configure:5039: $? = 0 configure:5039: result: yes configure:5039: checking for string.h configure:5039: gcc -c -g -O2 conftest.c >&5 configure:5039: $? = 0 configure:5039: result: yes configure:5039: checking for memory.h configure:5039: gcc -c -g -O2 conftest.c >&5 configure:5039: $? = 0 configure:5039: result: yes configure:5039: checking for strings.h configure:5039: gcc -c -g -O2 conftest.c >&5 configure:5039: $? = 0 configure:5039: result: yes configure:5039: checking for inttypes.h configure:5039: gcc -c -g -O2 conftest.c >&5 configure:5039: $? = 0 configure:5039: result: yes configure:5039: checking for stdint.h configure:5039: gcc -c -g -O2 conftest.c >&5 configure:5039: $? = 0 configure:5039: result: yes configure:5039: checking for unistd.h configure:5039: gcc -c -g -O2 conftest.c >&5 configure:5039: $? = 0 configure:5039: result: yes configure:5054: checking arpa/inet.h usability configure:5054: gcc -c -g -O2 conftest.c >&5 configure:5054: $? = 0 configure:5054: result: yes configure:5054: checking arpa/inet.h presence configure:5054: gcc -E conftest.c configure:5054: $? = 0 configure:5054: result: yes configure:5054: checking for arpa/inet.h configure:5054: result: yes configure:5054: checking netdb.h usability configure:5054: gcc -c -g -O2 conftest.c >&5 configure:5054: $? = 0 configure:5054: result: yes configure:5054: checking netdb.h presence configure:5054: gcc -E conftest.c configure:5054: $? = 0 configure:5054: result: yes configure:5054: checking for netdb.h configure:5054: result: yes configure:5054: checking netinet/in.h usability configure:5054: gcc -c -g -O2 conftest.c >&5 configure:5054: $? = 0 configure:5054: result: yes configure:5054: checking netinet/in.h presence configure:5054: gcc -E conftest.c configure:5054: $? = 0 configure:5054: result: yes configure:5054: checking for netinet/in.h configure:5054: result: yes configure:5054: checking for stdlib.h configure:5054: result: yes configure:5067: checking errno.h usability configure:5067: gcc -c -g -O2 conftest.c >&5 configure:5067: $? = 0 configure:5067: result: yes configure:5067: checking errno.h presence configure:5067: gcc -E conftest.c configure:5067: $? = 0 configure:5067: result: yes configure:5067: checking for errno.h configure:5067: result: yes configure:5067: checking fcntl.h usability configure:5067: gcc -c -g -O2 conftest.c >&5 configure:5067: $? = 0 configure:5067: result: yes configure:5067: checking fcntl.h presence configure:5067: gcc -E conftest.c configure:5067: $? = 0 configure:5067: result: yes configure:5067: checking for fcntl.h configure:5067: result: yes configure:5067: checking stdio.h usability configure:5067: gcc -c -g -O2 conftest.c >&5 configure:5067: $? = 0 configure:5067: result: yes configure:5067: checking stdio.h presence configure:5067: gcc -E conftest.c configure:5067: $? = 0 configure:5067: result: yes configure:5067: checking for stdio.h configure:5067: result: yes configure:5067: checking for unistd.h configure:5067: result: yes configure:5067: checking sys/uio.h usability configure:5067: gcc -c -g -O2 conftest.c >&5 configure:5067: $? = 0 configure:5067: result: yes configure:5067: checking sys/uio.h presence configure:5067: gcc -E conftest.c configure:5067: $? = 0 configure:5067: result: yes configure:5067: checking for sys/uio.h configure:5067: result: yes configure:5080: checking sys/select.h usability configure:5080: gcc -c -g -O2 conftest.c >&5 configure:5080: $? = 0 configure:5080: result: yes configure:5080: checking sys/select.h presence configure:5080: gcc -E conftest.c configure:5080: $? = 0 configure:5080: result: yes configure:5080: checking for sys/select.h configure:5080: result: yes configure:5080: checking sys/socket.h usability configure:5080: gcc -c -g -O2 conftest.c >&5 configure:5080: $? = 0 configure:5080: result: yes configure:5080: checking sys/socket.h presence configure:5080: gcc -E conftest.c configure:5080: $? = 0 configure:5080: result: yes configure:5080: checking for sys/socket.h configure:5080: result: yes configure:5080: checking sys/ioctl.h usability configure:5080: gcc -c -g -O2 conftest.c >&5 configure:5080: $? = 0 configure:5080: result: yes configure:5080: checking sys/ioctl.h presence configure:5080: gcc -E conftest.c configure:5080: $? = 0 configure:5080: result: yes configure:5080: checking for sys/ioctl.h configure:5080: result: yes configure:5080: checking sys/time.h usability configure:5080: gcc -c -g -O2 conftest.c >&5 configure:5080: $? = 0 configure:5080: result: yes configure:5080: checking sys/time.h presence configure:5080: gcc -E conftest.c configure:5080: $? = 0 configure:5080: result: yes configure:5080: checking for sys/time.h configure:5080: result: yes configure:5092: checking sys/un.h usability configure:5092: gcc -c -g -O2 conftest.c >&5 configure:5092: $? = 0 configure:5092: result: yes configure:5092: checking sys/un.h presence configure:5092: gcc -E conftest.c configure:5092: $? = 0 configure:5092: result: yes configure:5092: checking for sys/un.h configure:5092: result: yes configure:5116: checking for stdbool.h that conforms to C99 configure:5183: gcc -c -g -O2 conftest.c >&5 configure:5183: $? = 0 configure:5190: result: yes configure:5192: checking for _Bool configure:5192: gcc -c -g -O2 conftest.c >&5 configure:5192: $? = 0 configure:5192: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:71:20: error: expected expression before ')' token configure:5192: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pgadmin3" | #define PACKAGE_TARNAME "pgadmin3" | #define PACKAGE_VERSION "1.18.0-alpha1" | #define PACKAGE_STRING "pgadmin3 1.18.0-alpha1" | #define PACKAGE_BUGREPORT "pgadmin-support@postgresql.org" | #define PACKAGE_URL "" | #define PACKAGE "pgadmin3" | #define VERSION "1.18.0-alpha1" | #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_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_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:5192: result: yes configure:5209: checking for an ANSI C-conforming const configure:5275: gcc -c -g -O2 conftest.c >&5 configure:5275: $? = 0 configure:5282: result: yes configure:5290: checking for size_t configure:5290: gcc -c -g -O2 conftest.c >&5 configure:5290: $? = 0 configure:5290: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:73:21: error: expected expression before ')' token configure:5290: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pgadmin3" | #define PACKAGE_TARNAME "pgadmin3" | #define PACKAGE_VERSION "1.18.0-alpha1" | #define PACKAGE_STRING "pgadmin3 1.18.0-alpha1" | #define PACKAGE_BUGREPORT "pgadmin-support@postgresql.org" | #define PACKAGE_URL "" | #define PACKAGE "pgadmin3" | #define VERSION "1.18.0-alpha1" | #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_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_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 ((size_t))) | return 0; | ; | return 0; | } configure:5290: result: yes configure:5301: checking whether time.h and sys/time.h may both be included configure:5321: gcc -c -g -O2 conftest.c >&5 configure:5321: $? = 0 configure:5328: result: yes configure:5338: checking for working strtod configure:5379: gcc -o conftest -g -O2 conftest.c >&5 configure:5379: $? = 0 configure:5379: ./conftest configure:5379: $? = 0 configure:5389: result: yes configure:5454: checking for gethostbyname configure:5454: gcc -o conftest -g -O2 conftest.c >&5 configure:5454: $? = 0 configure:5454: result: yes configure:5454: checking for inet_ntoa configure:5454: gcc -o conftest -g -O2 conftest.c >&5 configure:5454: $? = 0 configure:5454: result: yes configure:5454: checking for memmove configure:5454: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:63:6: warning: conflicting types for built-in function 'memmove' [enabled by default] configure:5454: $? = 0 configure:5454: result: yes configure:5454: checking for memset configure:5454: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:64:6: warning: conflicting types for built-in function 'memset' [enabled by default] configure:5454: $? = 0 configure:5454: result: yes configure:5454: checking for strchr configure:5454: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:65:6: warning: conflicting types for built-in function 'strchr' [enabled by default] configure:5454: $? = 0 configure:5454: result: yes configure:5673: checking for SSL_library_init in -lssl configure:5698: gcc -o conftest -g -O2 conftest.c -lssl >&5 configure:5698: $? = 0 configure:5707: result: yes configure:5729: checking for krb5_sendauth in -lkrb5 configure:5754: gcc -o conftest -g -O2 conftest.c -lkrb5 >&5 /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: cannot find -lkrb5 collect2: error: ld returned 1 exit status configure:5754: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pgadmin3" | #define PACKAGE_TARNAME "pgadmin3" | #define PACKAGE_VERSION "1.18.0-alpha1" | #define PACKAGE_STRING "pgadmin3 1.18.0-alpha1" | #define PACKAGE_BUGREPORT "pgadmin-support@postgresql.org" | #define PACKAGE_URL "" | #define PACKAGE "pgadmin3" | #define VERSION "1.18.0-alpha1" | #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_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_INET_NTOA 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCHR 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char krb5_sendauth (); | int | main () | { | return krb5_sendauth (); | ; | return 0; | } configure:5763: result: no configure:5818: checking for PQexec in -lpq configure:5843: gcc -o conftest -g -O2 -L/usr/lib/postgresql92/lib64 conftest.c -lpq >&5 configure:5843: $? = 0 configure:5852: result: yes configure:5891: checking for PQconninfoParse in -lpq configure:5916: gcc -o conftest -g -O2 -L/usr/lib/postgresql92/lib64 conftest.c -lpq >&5 configure:5916: $? = 0 configure:5925: result: yes configure:5982: checking for SSL_connect in -lpq configure:6007: gcc -o conftest -g -O2 -L/usr/lib/postgresql92/lib64 conftest.c -lpq -lssl >&5 configure:6007: $? = 0 configure:6016: result: yes configure:6171: checking libpq-fe.h usability configure:6171: gcc -c -g -O2 -I/usr/include/pgsql -I/usr/include/pgsql/server -I/usr/include/pgsql conftest.c >&5 configure:6171: $? = 0 configure:6171: result: yes configure:6171: checking libpq-fe.h presence configure:6171: gcc -E -I/usr/include/pgsql -I/usr/include/pgsql/server -I/usr/include/pgsql conftest.c configure:6171: $? = 0 configure:6171: result: yes configure:6171: checking for libpq-fe.h configure:6171: result: yes configure:6188: checking PostgreSQL in /usr configure:6190: result: ok configure:6253: checking for PQgetOutResult in -lpq configure:6278: gcc -o conftest -g -O2 -I/usr/include/pgsql -I/usr/include/pgsql/server -I/usr/include/pgsql -DPG_SSL -DHAVE_CONNINFO_PARSE -L/usr/lib/postgresql92/lib64 -Wl,-as-needed conftest.c -lpq -L/usr/lib/postgresql92/lib64 -lpq >&5 /tmp/ccUw99r5.o: In function `main': /home/colin/pgadmin3/conftest.c:54: undefined reference to `PQgetOutResult' collect2: error: ld returned 1 exit status configure:6278: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pgadmin3" | #define PACKAGE_TARNAME "pgadmin3" | #define PACKAGE_VERSION "1.18.0-alpha1" | #define PACKAGE_STRING "pgadmin3 1.18.0-alpha1" | #define PACKAGE_BUGREPORT "pgadmin-support@postgresql.org" | #define PACKAGE_URL "" | #define PACKAGE "pgadmin3" | #define VERSION "1.18.0-alpha1" | #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_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_INET_NTOA 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCHR 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char PQgetOutResult (); | int | main () | { | return PQgetOutResult (); | ; | return 0; | } configure:6287: result: no configure:6471: checking wxWidgets version configure:6488: result: ok configure:6519: checking wxWidgets in /usr configure:6527: result: ok configure:6656: checking libxml2 in /usr configure:6664: result: ok configure:6672: checking libxml2 version configure:6687: result: ok configure:6783: checking libxslt in /usr configure:6791: result: ok configure:6867: checking for ld used by GCC configure:6931: result: /usr/x86_64-suse-linux/bin/ld configure:6938: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld configure:6951: result: yes configure:6958: checking for shared library run path origin configure:6971: result: done configure:7546: checking for libssl configure:7568: gcc -o conftest -O2 -I/usr/include/pgsql -I/usr/include/pgsql/server -I/usr/include/pgsql -DPG_SSL -DHAVE_CONNINFO_PARSE -I/usr/lib64/wx-2.8-wxcontainer/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DEMBED_XRC -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/lib/postgresql92/lib64 -Wl,-as-needed -L/usr/lib conftest.c -L/usr/lib/postgresql92/lib64 -lpq -lssl -lcrypto >&5 configure:7568: $? = 0 configure:7578: result: yes configure:7585: checking how to link with libssl configure:7587: result: -lssl -lcrypto configure:8206: checking for EVP_aes_128_ctr configure:8206: gcc -o conftest -O2 -I/usr/include/pgsql -I/usr/include/pgsql/server -I/usr/include/pgsql -DPG_SSL -DHAVE_CONNINFO_PARSE -I/usr/lib64/wx-2.8-wxcontainer/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DEMBED_XRC -I/usr/include/libxml2 -I/usr/include/libxml2 -DHAVE_OPENSSL_CRYPTO -L/usr/lib/postgresql92/lib64 -Wl,-as-needed -L/usr/lib -lssl -lcrypto -lssl -lcrypto conftest.c -L/usr/lib/postgresql92/lib64 -lpq >&5 /tmp/cc2b1aBO.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `EVP_aes_128_ctr' collect2: error: ld returned 1 exit status configure:8206: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pgadmin3" | #define PACKAGE_TARNAME "pgadmin3" | #define PACKAGE_VERSION "1.18.0-alpha1" | #define PACKAGE_STRING "pgadmin3 1.18.0-alpha1" | #define PACKAGE_BUGREPORT "pgadmin-support@postgresql.org" | #define PACKAGE_URL "" | #define PACKAGE "pgadmin3" | #define VERSION "1.18.0-alpha1" | #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_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_INET_NTOA 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCHR 1 | #define HAVE_LIBSSL 1 | /* end confdefs.h. */ | /* Define EVP_aes_128_ctr to an innocuous variant, in case declares EVP_aes_128_ctr. | For example, HP-UX 11i declares gettimeofday. */ | #define EVP_aes_128_ctr innocuous_EVP_aes_128_ctr | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char EVP_aes_128_ctr (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef EVP_aes_128_ctr | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char EVP_aes_128_ctr (); | /* 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_EVP_aes_128_ctr || defined __stub___EVP_aes_128_ctr | choke me | #endif | | int | main () | { | return EVP_aes_128_ctr (); | ; | return 0; | } configure:8206: result: no configure:8713: checking for libz configure:8735: gcc -o conftest -O2 -I/usr/include/pgsql -I/usr/include/pgsql/server -I/usr/include/pgsql -DPG_SSL -DHAVE_CONNINFO_PARSE -I/usr/lib64/wx-2.8-wxcontainer/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DEMBED_XRC -I/usr/include/libxml2 -I/usr/include/libxml2 -DHAVE_OPENSSL_CRYPTO -L/usr/lib/postgresql92/lib64 -Wl,-as-needed -L/usr/lib -lssl -lcrypto conftest.c -L/usr/lib/postgresql92/lib64 -lpq -lz >&5 configure:8735: $? = 0 configure:8745: result: yes configure:8752: checking how to link with libz configure:8754: result: -lz configure:8784: checking non-blocking sockets style configure:8821: gcc -c -O2 -I/usr/include/pgsql -I/usr/include/pgsql/server -I/usr/include/pgsql -DPG_SSL -DHAVE_CONNINFO_PARSE -I/usr/lib64/wx-2.8-wxcontainer/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DEMBED_XRC -I/usr/include/libxml2 -I/usr/include/libxml2 -DHAVE_OPENSSL_CRYPTO conftest.c >&5 configure:8821: $? = 0 configure:8977: result: O_NONBLOCK configure:9015: checking for sphinx-build configure:9048: result: no configure:9015: checking for sphinx-build-2.7 configure:9048: result: no configure:9015: checking for sphinx-build-2.6 configure:9048: result: no configure:9059: WARNING: Could not find your sphinx-build executable. You might need to use the --with-sphinx-build=FILE configure option configure:9188: checking that generated files are newer than configure configure:9194: result: done configure:9261: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by pgadmin3 config.status 1.18.0-alpha1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on linux-3btt.site config.status:963: creating Makefile config.status:963: creating branding/Makefile config.status:963: creating i18n/Makefile config.status:963: creating plugins.d/Makefile config.status:963: creating pgadmin/Makefile config.status:963: creating pkg/Makefile config.status:963: creating pkg/debian/Makefile config.status:963: creating pkg/mac/Makefile config.status:963: creating pkg/mandrake/Makefile config.status:963: creating pkg/redhat/Makefile config.status:963: creating pkg/slackware/Makefile config.status:963: creating pkg/src/Makefile config.status:963: creating pkg/suse/Makefile config.status:963: creating pkg/win32/Makefile config.status:963: creating xtra/Makefile config.status:963: creating xtra/png2c/Makefile config.status:963: creating xtra/pgscript/Makefile config.status:963: creating xtra/pgscript/lib/Makefile config.status:963: creating xtra/pgscript/bin/Makefile config.status:963: creating xtra/pgscript/test/Makefile config.status:963: creating xtra/wx-build/Makefile config.status:963: creating config.h config.status:1144: config.h is unchanged config.status:963: creating pgadmin/include/libssh2/libssh2_config.h config.status:1144: pgadmin/include/libssh2/libssh2_config.h is unchanged config.status:1192: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-suse-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=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_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_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_EVP_aes_128_ctr=no ac_cv_func_gethostbyname=yes ac_cv_func_inet_ntoa=yes ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_strchr=yes ac_cv_func_strtod=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_libpq_fe_h=yes ac_cv_header_memory_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_stdbool_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_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_sys_uio_h=yes ac_cv_header_sys_un_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-suse-linux-gnu ac_cv_lib_krb5_krb5_sendauth=no ac_cv_lib_pq_PQconninfoParse=yes ac_cv_lib_pq_PQexec=yes ac_cv_lib_pq_PQgetOutResult=no ac_cv_lib_pq_SSL_connect=yes ac_cv_lib_ssl_SSL_library_init=yes ac_cv_libssl=yes ac_cv_libz=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_install='/usr/bin/install -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_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib 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_make_make_set=yes ac_cv_type__Bool=yes ac_cv_type_size_t=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_libname_spec='lib$name' acl_cv_library_names_spec='$libname$shrext' acl_cv_path_LD=/usr/x86_64-suse-linux/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_prog_tar_ustar=gnutar ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/colin/pgadmin3/config/missing --run aclocal-1.12' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' APPBUNDLE_FALSE='' APPBUNDLE_TRUE='#' AUTOCONF='${SHELL} /home/colin/pgadmin3/config/missing --run autoconf' AUTOHEADER='${SHELL} /home/colin/pgadmin3/config/missing --run autoheader' AUTOMAKE='${SHELL} /home/colin/pgadmin3/config/missing --run automake-1.12' AWK='gawk' BUILD_DEBUG='no' BUILD_DEBUG_FALSE='' BUILD_DEBUG_TRUE='#' BUILD_SSH_TUNNEL_FALSE='#' BUILD_SSH_TUNNEL_TRUE='' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-O2' CPP='gcc -E' CPPFLAGS=' -I/usr/include/pgsql -I/usr/include/pgsql/server -I/usr/include/pgsql -DPG_SSL -DHAVE_CONNINFO_PARSE -I/usr/lib64/wx-2.8-wxcontainer/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DEMBED_XRC -I/usr/include/libxml2 -I/usr/include/libxml2 -DHAVE_OPENSSL_CRYPTO' CXX='g++' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-O2' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EDB_LIBPQ='no' EDB_LIBPQ_FALSE='' EDB_LIBPQ_TRUE='#' EGREP='/usr/bin/grep -E' EXEEXT='' GREP='/usr/bin/grep' HAVE_DATABASEDESIGNER='no' HAVE_LIBGCRYPT='' HAVE_LIBSSL='yes' HAVE_LIBZ='yes' HAVE_SYS_UN_H_FALSE='#' HAVE_SYS_UN_H_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_DOCS_FALSE='' INSTALL_DOCS_TRUE='#' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS=' -L/usr/lib/postgresql92/lib64 -Wl,-as-needed -L/usr/lib -lssl -lcrypto -lz' LIBGCRYPT='' LIBGCRYPT_FALSE='' LIBGCRYPT_PREFIX='' LIBGCRYPT_TRUE='#' LIBOBJS='' LIBS=' -L/usr/lib/postgresql92/lib64 -lpq' LIBSREQUIRED='libssl,libcrypto' LIBSSL='-lssl -lcrypto' LIBSSL_PREFIX='' LIBZ='-lz' LIBZ_PREFIX='' LTLIBGCRYPT='' LTLIBOBJS='' LTLIBSSL='-lssl -lcrypto' LTLIBZ='-lz' MAKEINFO='${SHELL} /home/colin/pgadmin3/config/missing --run makeinfo' MKDIR_P='/usr/bin/mkdir -p' OBJEXT='o' PACKAGE='pgadmin3' PACKAGE_BUGREPORT='pgadmin-support@postgresql.org' PACKAGE_NAME='pgadmin3' PACKAGE_STRING='pgadmin3 1.18.0-alpha1' PACKAGE_TARNAME='pgadmin3' PACKAGE_URL='' PACKAGE_VERSION='1.18.0-alpha1' PATH_SEPARATOR=':' PG_CONFIG='/usr/bin/pg_config' POW_LIB='' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' SPHINX_BUILD='' SPHINX_BUILD_FALSE='' SPHINX_BUILD_TRUE='#' STRIP='' SUN_CC_FALSE='' SUN_CC_TRUE='#' SUN_CXX_FALSE='' SUN_CXX_TRUE='#' VERSION='1.18.0-alpha1' WX_CONFIG='/usr/bin/wx-config' XML2_CONFIG='/usr/bin/xml2-config' XSLT_CONFIG='/usr/bin/xslt-config' ac_ct_CC='gcc' ac_ct_CXX='g++' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='tar --format=ustar -chf - "$$tardir"' am__untar='tar -xf -' bindir='${exec_prefix}/bin' build='x86_64-suse-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='suse' bundledir='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-suse-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='suse' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/colin/pgadmin3/config/install-sh' libdir='${exec_prefix}/lib64' libexecdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/usr/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' pgScript_LDADD='-L/usr/lib64/wx-2.8-wxcontainer -pthread -Wl,-rpath,/usr/lib64/wx-2.8-wxcontainer -L/usr/lib64 -Wl,-rpath,/usr/lib64/wx-2.8-wxcontainer -lwx_baseu-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 ' pgadmin3_LDADD='-L/usr/lib64/wx-2.8-wxcontainer -pthread -Wl,-rpath,/usr/lib64/wx-2.8-wxcontainer -L/usr/lib64 -Wl,-rpath,/usr/lib64/wx-2.8-wxcontainer -lwx_gtk2u_stc-2.8 -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 -lxml2 -lz -lm -ldl -lxslt' pgsTest_LDADD='-L/usr/lib64/wx-2.8-wxcontainer -pthread -Wl,-rpath,/usr/lib64/wx-2.8-wxcontainer -L/usr/lib64 -Wl,-rpath,/usr/lib64/wx-2.8-wxcontainer -lwx_baseu-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 ' png2c_LDADD='' prefix='/usr/local/pgadmin3' 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 "pgadmin3" #define PACKAGE_TARNAME "pgadmin3" #define PACKAGE_VERSION "1.18.0-alpha1" #define PACKAGE_STRING "pgadmin3 1.18.0-alpha1" #define PACKAGE_BUGREPORT "pgadmin-support@postgresql.org" #define PACKAGE_URL "" #define PACKAGE "pgadmin3" #define VERSION "1.18.0-alpha1" #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_ARPA_INET_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_STDLIB_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_STDIO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_UN_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_INET_NTOA 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMSET 1 #define HAVE_STRCHR 1 #define HAVE_LIBSSL 1 #define HAVE_LIBZ 1 #define LIBSSH2_HAVE_ZLIB 1 #define HAVE_O_NONBLOCK 1 configure: exit 0