MySQL Control Center Code
Status: Beta
Brought to you by:
this213
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.53. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = sem.semitekie.com
uname -m = i686
uname -r = 2.6.17-1.2187_FC5
uname -s = Linux
uname -v = #1 Mon Sep 11 01:17:06 EDT 2006
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /opt/jdk1.5.0_08/jre/bin
PATH: /usr/lib/qt-3.3/bin
PATH: /usr/kerberos/bin
PATH: /opt/jdk1.5.0_08/jre/bin
PATH: /usr/lib/ccache
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /home/this213/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1236: checking build system type
configure:1254: result: i686-pc-linux-g++
configure:1262: checking host system type
configure:1276: result: i686-pc-linux-g++
configure:1330: checking for gcc
configure:1346: found /usr/lib/ccache/gcc
configure:1356: result: gcc
configure:1600: checking for C compiler version
configure:1603: gcc --version </dev/null >&5
gcc (GCC) 4.1.1 20060525 (Red Hat 4.1.1-1)
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:1606: $? = 0
configure:1608: gcc -v </dev/null >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.1 20060525 (Red Hat 4.1.1-1)
configure:1611: $? = 0
configure:1613: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:1616: $? = 1
configure:1642: checking for C compiler default output
configure:1645: gcc conftest.c >&5
configure:1648: $? = 0
configure:1681: result: a.out
configure:1686: checking whether the C compiler works
configure:1692: ./a.out
configure:1695: $? = 0
configure:1710: result: yes
configure:1717: checking whether we are cross compiling
configure:1719: result: no
configure:1722: checking for suffix of executables
configure:1724: gcc -o conftest conftest.c >&5
configure:1727: $? = 0
configure:1749: result:
configure:1755: checking for suffix of object files
configure:1779: gcc -c conftest.c >&5
configure:1782: $? = 0
configure:1801: result: o
configure:1805: checking whether we are using the GNU C compiler
configure:1832: gcc -c conftest.c >&5
configure:1835: $? = 0
configure:1838: test -s conftest.o
configure:1841: $? = 0
configure:1853: result: yes
configure:1859: checking whether gcc accepts -g
configure:1883: gcc -c -g conftest.c >&5
configure:1886: $? = 0
configure:1889: test -s conftest.o
configure:1892: $? = 0
configure:1902: result: yes
configure:1929: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:1932: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:2094: checking for g++
configure:2110: found /usr/lib/ccache/g++
configure:2120: result: g++
configure:2136: checking for C++ compiler version
configure:2139: g++ --version </dev/null >&5
g++ (GCC) 4.1.1 20060525 (Red Hat 4.1.1-1)
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:2142: $? = 0
configure:2144: g++ -v </dev/null >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.1 20060525 (Red Hat 4.1.1-1)
configure:2147: $? = 0
configure:2149: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:2152: $? = 1
configure:2155: checking whether we are using the GNU C++ compiler
configure:2182: g++ -c conftest.cc >&5
configure:2185: $? = 0
configure:2188: test -s conftest.o
configure:2191: $? = 0
configure:2203: result: yes
configure:2209: checking whether g++ accepts -g
configure:2233: g++ -c -g conftest.cc >&5
configure:2236: $? = 0
configure:2239: test -s conftest.o
configure:2242: $? = 0
configure:2252: result: yes
configure:2298: g++ -c -g -O2 conftest.cc >&5
configure:2301: $? = 0
configure:2304: test -s conftest.o
configure:2307: $? = 0
configure:2335: g++ -c -g -O2 conftest.cc >&5
configure: In function 'int main()':
configure:2327: error: 'exit' was not declared in this scope
configure:2338: $? = 1
configure: failed program was:
#line 2316 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
exit (42);
;
return 0;
}
configure:2298: g++ -c -g -O2 conftest.cc >&5
configure:2301: $? = 0
configure:2304: test -s conftest.o
configure:2307: $? = 0
configure:2335: g++ -c -g -O2 conftest.cc >&5
configure:2338: $? = 0
configure:2341: test -s conftest.o
configure:2344: $? = 0
configure:2369: checking for compress in -lz
configure:2402: gcc -o conftest -g -O2 conftest.c -lz >&5
configure:2405: $? = 0
configure:2408: test -s conftest
configure:2411: $? = 0
configure:2422: result: yes
configure:2444: checking for libmysqlclient
configure:2446: result:
configure:2461: checking for "/usr/lib/libmysqlclient.so"
configure:2476: result: no
configure:2461: checking for "/usr/lib/mysql/libmysqlclient.so"
configure:2476: result: yes
configure:2489: checking for mysql_real_connect in -lmysqlclient
configure:2522: gcc -o conftest -g -O2 conftest.c -lmysqlclient -L/usr/lib/mysql -lz >&5
configure:2525: $? = 0
configure:2528: test -s conftest
configure:2531: $? = 0
configure:2542: result: yes
configure:2566: checking how to run the C preprocessor
configure:2592: gcc -E conftest.c
configure:2598: $? = 0
configure:2625: gcc -E conftest.c
configure:2621:28: error: ac_nonexistent.h: No such file or directory
configure:2631: $? = 1
configure: failed program was:
#line 2620 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2668: result: gcc -E
configure:2683: gcc -E conftest.c
configure:2689: $? = 0
configure:2716: gcc -E conftest.c
configure:2712:28: error: ac_nonexistent.h: No such file or directory
configure:2722: $? = 1
configure: failed program was:
#line 2711 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2762: checking for ANSI C header files
configure:2776: gcc -E conftest.c
configure:2782: $? = 0
configure:2869: gcc -o conftest -g -O2 conftest.c -L/usr/lib/mysql -lz >&5
configure: In function 'main':
configure:2860: warning: incompatible implicit declaration of built-in function 'exit'
configure:2872: $? = 0
configure:2874: ./conftest
configure:2877: $? = 0
configure:2891: result: yes
configure:2915: checking for sys/types.h
configure:2928: gcc -c -g -O2 conftest.c >&5
configure:2931: $? = 0
configure:2934: test -s conftest.o
configure:2937: $? = 0
configure:2947: result: yes
configure:2915: checking for sys/stat.h
configure:2928: gcc -c -g -O2 conftest.c >&5
configure:2931: $? = 0
configure:2934: test -s conftest.o
configure:2937: $? = 0
configure:2947: result: yes
configure:2915: checking for stdlib.h
configure:2928: gcc -c -g -O2 conftest.c >&5
configure:2931: $? = 0
configure:2934: test -s conftest.o
configure:2937: $? = 0
configure:2947: result: yes
configure:2915: checking for string.h
configure:2928: gcc -c -g -O2 conftest.c >&5
configure:2931: $? = 0
configure:2934: test -s conftest.o
configure:2937: $? = 0
configure:2947: result: yes
configure:2915: checking for memory.h
configure:2928: gcc -c -g -O2 conftest.c >&5
configure:2931: $? = 0
configure:2934: test -s conftest.o
configure:2937: $? = 0
configure:2947: result: yes
configure:2915: checking for strings.h
configure:2928: gcc -c -g -O2 conftest.c >&5
configure:2931: $? = 0
configure:2934: test -s conftest.o
configure:2937: $? = 0
configure:2947: result: yes
configure:2915: checking for inttypes.h
configure:2928: gcc -c -g -O2 conftest.c >&5
configure:2931: $? = 0
configure:2934: test -s conftest.o
configure:2937: $? = 0
configure:2947: result: yes
configure:2915: checking for stdint.h
configure:2928: gcc -c -g -O2 conftest.c >&5
configure:2931: $? = 0
configure:2934: test -s conftest.o
configure:2937: $? = 0
configure:2947: result: yes
configure:2915: checking for unistd.h
configure:2928: gcc -c -g -O2 conftest.c >&5
configure:2931: $? = 0
configure:2934: test -s conftest.o
configure:2937: $? = 0
configure:2947: result: yes
configure:2969: checking for mysql.h
configure:2971: result:
configure:2993: checking /usr/include/mysql.h usability
configure:3002: gcc -c -g -O2 conftest.c >&5
configure:3030:32: error: /usr/include/mysql.h: No such file or directory
configure:3005: $? = 1
configure: failed program was:
#line 2995 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include </usr/include/mysql.h>
configure:3020: result: no
configure:3024: checking /usr/include/mysql.h presence
configure:3031: gcc -E conftest.c
configure:3027:32: error: /usr/include/mysql.h: No such file or directory
configure:3037: $? = 1
configure: failed program was:
#line 3026 "configure"
#include "confdefs.h"
#include </usr/include/mysql.h>
configure:3055: result: no
configure:3073: checking for /usr/include/mysql.h
configure:3080: result: no
configure:2993: checking /usr/include/mysql/mysql.h usability
configure:3002: gcc -c -g -O2 conftest.c >&5
configure:3005: $? = 0
configure:3008: test -s conftest.o
configure:3011: $? = 0
configure:3020: result: yes
configure:3024: checking /usr/include/mysql/mysql.h presence
configure:3031: gcc -E conftest.c
configure:3037: $? = 0
configure:3055: result: yes
configure:3073: checking for /usr/include/mysql/mysql.h
configure:3080: result: yes
configure:3093: checking "if MySQL Version /usr/include/mysql is >= 4.0.0"
configure:3106: gcc -E -I/usr/include/mysql conftest.c
configure:3112: $? = 0
configure:3136: result: yes
configure:3185: checking "if Qt Version in /usr/lib/qt-3.3 is >= 3.0.5"
configure:3198: gcc -E -I/usr/include/mysql -I/usr/lib/qt-3.3/include conftest.c
configure:3204: $? = 0
configure:3223: result: yes
configure:3362: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.53. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on sem.semitekie.com
config.status:565: creating mysqlcc.pro
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-g++
ac_cv_build_alias=i686-pc-linux-g++
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_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_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_file__usr_lib_libmysqlclient_so=no
ac_cv_file__usr_lib_mysql_libmysqlclient_so=yes
ac_cv_header__usr_include_mysql_h=no
ac_cv_header__usr_include_mysql_mysql_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-g++
ac_cv_host_alias=i686-pc-linux-g++
ac_cv_lib_mysqlclient_mysql_real_connect=yes
ac_cv_lib_z_compress=yes
ac_cv_objext=o
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#ifdef __cplusplus
#include <stdlib.h>
#endif
#define HAVE_LIBZ 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
configure: exit 0