Thread: [Sqlrelay-discussion] Install problems on Fedora Core 3
Brought to you by:
mused
|
From: Adam K. <ka...@li...> - 2005-09-14 16:26:56
|
Hi all, I have attempted to install sqlrelay-0.36.4 on a fedora core 3 machine but have received errors regarding mysql, as if it is not finding mysql on the machine (even when I specify the mysql prefix path in the configure options.. any suggestions would be appreciated. thanks. here are the errors I am receving: configure command output for mysql: ***** MySQL ****************** checking for mysql_real_connect... no checking for mysql_select_db... no checking for mysql_ping... no checking for mysql_change_user... no checking for mysql_commit... no checking for mysql_rollback... no checking for mysql_autocommit... no checking for mysql_prepare... no checking for CR_SERVER_GONE_ERROR... no checking for CR_SERVER_LOST... no checking for FIELD_TYPE_YEAR... no checking for FIELD_TYPE_NEWDATE... no checking for FIELD_TYPE_ENUM... no checking for FIELD_TYPE_SET... no mysql includes... -I/usr/include -mcpu=pentiumpro mysql libs... -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lc -lnss_files -lnss_dns -lresolv -lc -lnss_files -lnss_dns -lresolv ****************************** Make command errors: (cd .libs && rm -f libsqlrconnection_debug.la && ln -s ../libsqlrconnection_debug.la libsqlrconnection_debug.la) make[2]: Leaving directory `/usr/local/src/sqlrelay-0.36.4/src/connection' make -C connections all make[2]: Entering directory `/usr/local/src/sqlrelay-0.36.4/src/connections' make -C mysql all make[3]: Entering directory `/usr/local/src/sqlrelay-0.36.4/src/connections/mysql' /bin/sh ../../../libtool --mode=compile g++ -Wall -pipe -I./ -I../../../ -I../../../src/common -I../../../src/util -I../../../src/connection -I/usr/local/firstworks/include -I/usr/kerberos/include -I/usr/include/pcre -I/usr/include -mcpu=pentiumpro -c mysqlconnection.C -o mysqlconnection.lo mkdir .libs g++ -Wall -pipe -I./ -I../../../ -I../../../src/common -I../../../src/util -I../../../src/connection -I/usr/local/firstworks/include -I/usr/kerberos/include -I/usr/include/pcre -I/usr/include -mcpu=pentiumpro -c mysqlconnection.C -fPIC -DPIC -o .libs/mysqlconnection.o In file included from mysqlconnection.C:5: ./mysqlconnection.h:11:19: mysql.h: No such file or directory In file included from mysqlconnection.C:5: ./mysqlconnection.h:32: error: ISO C++ forbids declaration of `MYSQL_RES' with no type ./mysqlconnection.h:32: error: expected `;' before '*' token ./mysqlconnection.h:33: error: ISO C++ forbids declaration of `MYSQL_FIELD' with no type ./mysqlconnection.h:33: error: expected `;' before '*' token ./mysqlconnection.h:34: error: `MYSQL_ROW' does not name a type ./mysqlconnection.h:68: error: `MYSQL' does not name a type mysqlconnection.C: In member function `virtual bool mysqlconnection::logIn()': mysqlconnection.C:73: error: `mysql' undeclared (first use this function) mysqlconnection.C:73: error: (Each undeclared identifier is reported only once for each function it appears in.) mysqlconnection.C:73: error: `mysql_connect' undeclared (first use this function) mysqlconnection.C:75: error: `mysql_error' undeclared (first use this function) mysqlconnection.C:49: warning: unused variable 'dbval' mysqlconnection.C: In member function `virtual void mysqlconnection::logOut()': mysqlconnection.C:110: error: `mysql' undeclared (first use this function) mysqlconnection.C:110: error: `mysql_close' undeclared (first use this function) mysqlconnection.C: In constructor `mysqlcursor::mysqlcursor(sqlrconnection*)': mysqlconnection.C:165: error: `mysqlresult' undeclared (first use this function) mysqlconnection.C: In member function `virtual bool mysqlcursor::executeQuery(const char*, long int, bool)': mysqlconnection.C:175: error: `mysqlresult' undeclared (first use this function) mysqlconnection.C:182: error: 'class mysqlconnection' has no member named 'mysql' mysqlconnection.C:184: error: `mysql_real_query' undeclared (first use this function) mysqlconnection.C:190: error: 'class mysqlconnection' has no member named 'mysql' mysqlconnection.C:199: error: 'class mysqlconnection' has no member named 'mysql' mysqlconnection.C:199: error: `mysql_affected_rows' undeclared (first use this function) mysqlconnection.C:202: error: 'class mysqlconnection' has no member named 'mysql' mysqlconnection.C:202: error: `mysql_store_result' undeclared (first use this function) mysqlconnection.C:203: error: `MYSQL_RES' undeclared (first use this function) mysqlconnection.C:203: error: expected primary-expression before ')' token mysqlconnection.C:203: error: expected `)' before "" mysqlconnection.C:207: error: 'class mysqlconnection' has no member named 'mysql' mysqlconnection.C:207: error: `mysql_error' undeclared (first use this function) mysqlconnection.C:216: error: `mysql_num_fields' undeclared (first use this function) mysqlconnection.C:219: error: `mysql_num_rows' undeclared (first use this function) mysqlconnection.C: In member function `virtual const char* mysqlcursor::getErrorMessage(bool*)': mysqlconnection.C:227: error: 'class mysqlconnection' has no member named 'mysql' mysqlconnection.C:227: error: `mysql_error' undeclared (first use this function) mysqlconnection.C: In member function `virtual void mysqlcursor::returnColumnInfo()': mysqlconnection.C:268: error: `mysqlresult' undeclared (first use this function) mysqlconnection.C:277: error: `mysql_field_seek' undeclared (first use this function) mysqlconnection.C:283: error: `mysqlfield' undeclared (first use this function) mysqlconnection.C:283: error: `mysql_fetch_field' undeclared (first use this function) mysqlconnection.C:286: error: `FIELD_TYPE_STRING' undeclared (first use this function) mysqlconnection.C:289: error: `FIELD_TYPE_VAR_STRING' undeclared (first use this function) mysqlconnection.C:292: error: `FIELD_TYPE_DECIMAL' undeclared (first use this function) mysqlconnection.C:302: error: `FIELD_TYPE_TINY' undeclared (first use this function) mysqlconnection.C:305: error: `FIELD_TYPE_SHORT' undeclared (first use this function) mysqlconnection.C:308: error: `FIELD_TYPE_LONG' undeclared (first use this function) mysqlconnection.C:311: error: `FIELD_TYPE_FLOAT' undeclared (first use this function) mysqlconnection.C:318: error: `FIELD_TYPE_DOUBLE' undeclared (first use this function) mysqlconnection.C:321: error: `FIELD_TYPE_LONGLONG' undeclared (first use this function) mysqlconnection.C:324: error: `FIELD_TYPE_INT24' undeclared (first use this function) mysqlconnection.C:327: error: `FIELD_TYPE_TIMESTAMP' undeclared (first use this function) mysqlconnection.C:330: error: `FIELD_TYPE_DATE' undeclared (first use this function) mysqlconnection.C:333: error: `FIELD_TYPE_TIME' undeclared (first use this function) mysqlconnection.C:336: error: `FIELD_TYPE_DATETIME' undeclared (first use this function) mysqlconnection.C:349: error: `FIELD_TYPE_NULL' undeclared (first use this function) mysqlconnection.C:375: error: `FIELD_TYPE_TINY_BLOB' undeclared (first use this function) mysqlconnection.C:378: error: `FIELD_TYPE_MEDIUM_BLOB' undeclared (first use this function) mysqlconnection.C:381: error: `FIELD_TYPE_LONG_BLOB' undeclared (first use this function) mysqlconnection.C:384: error: `FIELD_TYPE_BLOB' undeclared (first use this function) mysqlconnection.C:404: error: `IS_NOT_NULL' undeclared (first use this function) mysqlconnection.C:405: error: `IS_PRI_KEY' undeclared (first use this function) mysqlconnection.C:406: error: `UNIQUE_KEY_FLAG' undeclared (first use this function) mysqlconnection.C:407: error: `MULTIPLE_KEY_FLAG' undeclared (first use this function) mysqlconnection.C:408: error: `UNSIGNED_FLAG' undeclared (first use this function) mysqlconnection.C:409: error: `ZEROFILL_FLAG' undeclared (first use this function) mysqlconnection.C: In member function `virtual bool mysqlcursor::noRowsToReturn()': mysqlconnection.C:426: error: `mysqlresult' undeclared (first use this function) mysqlconnection.C: In member function `virtual bool mysqlcursor::fetchRow()': mysqlconnection.C:434: error: `mysqlrow' undeclared (first use this function) mysqlconnection.C:434: error: `mysqlresult' undeclared (first use this function) mysqlconnection.C:434: error: `mysql_fetch_row' undeclared (first use this function) mysqlconnection.C: In member function `virtual void mysqlcursor::returnRow()': mysqlconnection.C:441: error: `mysqlrow' undeclared (first use this function) mysqlconnection.C: In member function `virtual void mysqlcursor::cleanUpData(bool, bool)': mysqlconnection.C:451: error: `mysqlresult' undeclared (first use this function) mysqlconnection.C:451: error: `MYSQL_RES' undeclared (first use this function) mysqlconnection.C:451: error: expected primary-expression before ')' token mysqlconnection.C:451: error: expected `)' before "" mysqlconnection.C:452: error: `mysql_free_result' undeclared (first use this function) make[3]: *** [mysqlconnection.lo] Error 1 make[3]: Leaving directory `/usr/local/src/sqlrelay-0.36.4/src/connections/mysql' make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/local/src/sqlrelay-0.36.4/src/connections' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/local/src/sqlrelay-0.36.4/src' make: *** [all] Error 2 |
|
From: David M. <dav...@fi...> - 2005-09-16 02:11:55
|
I remember seeing this bug, but I don't remember what the fix was for it :) Could you send me your config.log, it should have enough info for me to remember. David Muse dav...@fi... On Wed, 2005-09-14 at 09:27 -0700, Adam Kane wrote: > Hi all, > > I have attempted to install sqlrelay-0.36.4 on a fedora core 3 machine > but have received errors regarding mysql, as if it is not finding > mysql on the machine (even when I specify the mysql prefix path in the > configure options.. > > any suggestions would be appreciated. thanks. > > here are the errors I am receving: > > > configure command output for mysql: > > ***** MySQL ****************** > checking for mysql_real_connect... no > checking for mysql_select_db... no > checking for mysql_ping... no > checking for mysql_change_user... no > checking for mysql_commit... no > checking for mysql_rollback... no > checking for mysql_autocommit... no > checking for mysql_prepare... no > checking for CR_SERVER_GONE_ERROR... no > checking for CR_SERVER_LOST... no > checking for FIELD_TYPE_YEAR... no > checking for FIELD_TYPE_NEWDATE... no > checking for FIELD_TYPE_ENUM... no > checking for FIELD_TYPE_SET... no > mysql includes... -I/usr/include -mcpu=pentiumpro > mysql libs... -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lc > -lnss_files -lnss_dns -lresolv -lc -lnss_files -lnss_dns -lresolv > ****************************** > > Make command errors: > > (cd .libs && rm -f libsqlrconnection_debug.la && ln -s > ../libsqlrconnection_debug.la libsqlrconnection_debug.la) > make[2]: Leaving directory `/usr/local/src/sqlrelay-0.36.4/src/connection' > make -C connections all > make[2]: Entering directory `/usr/local/src/sqlrelay-0.36.4/src/connections' > make -C mysql all > make[3]: Entering directory > `/usr/local/src/sqlrelay-0.36.4/src/connections/mysql' > /bin/sh ../../../libtool --mode=compile g++ -Wall -pipe -I./ -I../../../ > -I../../../src/common -I../../../src/util -I../../../src/connection > -I/usr/local/firstworks/include -I/usr/kerberos/include -I/usr/include/pcre > -I/usr/include -mcpu=pentiumpro -c mysqlconnection.C -o mysqlconnection.lo > mkdir .libs > g++ -Wall -pipe -I./ -I../../../ -I../../../src/common -I../../../src/util > -I../../../src/connection -I/usr/local/firstworks/include > -I/usr/kerberos/include -I/usr/include/pcre -I/usr/include -mcpu=pentiumpro > -c mysqlconnection.C -fPIC -DPIC -o .libs/mysqlconnection.o > In file included from mysqlconnection.C:5: > ./mysqlconnection.h:11:19: mysql.h: No such file or directory > In file included from mysqlconnection.C:5: > ./mysqlconnection.h:32: error: ISO C++ forbids declaration of `MYSQL_RES' > with no type > ./mysqlconnection.h:32: error: expected `;' before '*' token > ./mysqlconnection.h:33: error: ISO C++ forbids declaration of `MYSQL_FIELD' > with no type > ./mysqlconnection.h:33: error: expected `;' before '*' token > ./mysqlconnection.h:34: error: `MYSQL_ROW' does not name a type > ./mysqlconnection.h:68: error: `MYSQL' does not name a type > mysqlconnection.C: In member function `virtual bool > mysqlconnection::logIn()': > mysqlconnection.C:73: error: `mysql' undeclared (first use this function) > mysqlconnection.C:73: error: (Each undeclared identifier is reported only > once for each function it appears in.) > mysqlconnection.C:73: error: `mysql_connect' undeclared (first use this > function) > mysqlconnection.C:75: error: `mysql_error' undeclared (first use this > function) > mysqlconnection.C:49: warning: unused variable 'dbval' > mysqlconnection.C: In member function `virtual void > mysqlconnection::logOut()': > mysqlconnection.C:110: error: `mysql' undeclared (first use this function) > mysqlconnection.C:110: error: `mysql_close' undeclared (first use this > function) > mysqlconnection.C: In constructor > `mysqlcursor::mysqlcursor(sqlrconnection*)': > mysqlconnection.C:165: error: `mysqlresult' undeclared (first use this > function) > mysqlconnection.C: In member function `virtual bool > mysqlcursor::executeQuery(const char*, long int, bool)': > mysqlconnection.C:175: error: `mysqlresult' undeclared (first use this > function) > mysqlconnection.C:182: error: 'class mysqlconnection' has no member named > 'mysql' > mysqlconnection.C:184: error: `mysql_real_query' undeclared (first use this > function) > mysqlconnection.C:190: error: 'class mysqlconnection' has no member named > 'mysql' > mysqlconnection.C:199: error: 'class mysqlconnection' has no member named > 'mysql' > mysqlconnection.C:199: error: `mysql_affected_rows' undeclared (first use > this function) > mysqlconnection.C:202: error: 'class mysqlconnection' has no member named > 'mysql' > mysqlconnection.C:202: error: `mysql_store_result' undeclared (first use > this function) > mysqlconnection.C:203: error: `MYSQL_RES' undeclared (first use this > function) > mysqlconnection.C:203: error: expected primary-expression before ')' token > mysqlconnection.C:203: error: expected `)' before "" > mysqlconnection.C:207: error: 'class mysqlconnection' has no member named > 'mysql' > mysqlconnection.C:207: error: `mysql_error' undeclared (first use this > function) > mysqlconnection.C:216: error: `mysql_num_fields' undeclared (first use this > function) > mysqlconnection.C:219: error: `mysql_num_rows' undeclared (first use this > function) > mysqlconnection.C: In member function `virtual const char* > mysqlcursor::getErrorMessage(bool*)': > mysqlconnection.C:227: error: 'class mysqlconnection' has no member named > 'mysql' > mysqlconnection.C:227: error: `mysql_error' undeclared (first use this > function) > mysqlconnection.C: In member function `virtual void > mysqlcursor::returnColumnInfo()': > mysqlconnection.C:268: error: `mysqlresult' undeclared (first use this > function) > mysqlconnection.C:277: error: `mysql_field_seek' undeclared (first use this > function) > mysqlconnection.C:283: error: `mysqlfield' undeclared (first use this > function) > mysqlconnection.C:283: error: `mysql_fetch_field' undeclared (first use this > function) > mysqlconnection.C:286: error: `FIELD_TYPE_STRING' undeclared (first use this > function) > mysqlconnection.C:289: error: `FIELD_TYPE_VAR_STRING' undeclared (first use > this function) > mysqlconnection.C:292: error: `FIELD_TYPE_DECIMAL' undeclared (first use > this function) > mysqlconnection.C:302: error: `FIELD_TYPE_TINY' undeclared (first use this > function) > mysqlconnection.C:305: error: `FIELD_TYPE_SHORT' undeclared (first use this > function) > mysqlconnection.C:308: error: `FIELD_TYPE_LONG' undeclared (first use this > function) > mysqlconnection.C:311: error: `FIELD_TYPE_FLOAT' undeclared (first use this > function) > mysqlconnection.C:318: error: `FIELD_TYPE_DOUBLE' undeclared (first use this > function) > mysqlconnection.C:321: error: `FIELD_TYPE_LONGLONG' undeclared (first use > this function) > mysqlconnection.C:324: error: `FIELD_TYPE_INT24' undeclared (first use this > function) > mysqlconnection.C:327: error: `FIELD_TYPE_TIMESTAMP' undeclared (first use > this function) > mysqlconnection.C:330: error: `FIELD_TYPE_DATE' undeclared (first use this > function) > mysqlconnection.C:333: error: `FIELD_TYPE_TIME' undeclared (first use this > function) > mysqlconnection.C:336: error: `FIELD_TYPE_DATETIME' undeclared (first use > this function) > mysqlconnection.C:349: error: `FIELD_TYPE_NULL' undeclared (first use this > function) > mysqlconnection.C:375: error: `FIELD_TYPE_TINY_BLOB' undeclared (first use > this function) > mysqlconnection.C:378: error: `FIELD_TYPE_MEDIUM_BLOB' undeclared (first use > this function) > mysqlconnection.C:381: error: `FIELD_TYPE_LONG_BLOB' undeclared (first use > this function) > mysqlconnection.C:384: error: `FIELD_TYPE_BLOB' undeclared (first use this > function) > mysqlconnection.C:404: error: `IS_NOT_NULL' undeclared (first use this > function) > mysqlconnection.C:405: error: `IS_PRI_KEY' undeclared (first use this > function) > mysqlconnection.C:406: error: `UNIQUE_KEY_FLAG' undeclared (first use this > function) > mysqlconnection.C:407: error: `MULTIPLE_KEY_FLAG' undeclared (first use this > function) > mysqlconnection.C:408: error: `UNSIGNED_FLAG' undeclared (first use this > function) > mysqlconnection.C:409: error: `ZEROFILL_FLAG' undeclared (first use this > function) > mysqlconnection.C: In member function `virtual bool > mysqlcursor::noRowsToReturn()': > mysqlconnection.C:426: error: `mysqlresult' undeclared (first use this > function) > mysqlconnection.C: In member function `virtual bool > mysqlcursor::fetchRow()': > mysqlconnection.C:434: error: `mysqlrow' undeclared (first use this > function) > mysqlconnection.C:434: error: `mysqlresult' undeclared (first use this > function) > mysqlconnection.C:434: error: `mysql_fetch_row' undeclared (first use this > function) > mysqlconnection.C: In member function `virtual void > mysqlcursor::returnRow()': > mysqlconnection.C:441: error: `mysqlrow' undeclared (first use this > function) > mysqlconnection.C: In member function `virtual void > mysqlcursor::cleanUpData(bool, bool)': > mysqlconnection.C:451: error: `mysqlresult' undeclared (first use this > function) > mysqlconnection.C:451: error: `MYSQL_RES' undeclared (first use this > function) > mysqlconnection.C:451: error: expected primary-expression before ')' token > mysqlconnection.C:451: error: expected `)' before "" > mysqlconnection.C:452: error: `mysql_free_result' undeclared (first use this > function) > make[3]: *** [mysqlconnection.lo] Error 1 > make[3]: Leaving directory > `/usr/local/src/sqlrelay-0.36.4/src/connections/mysql' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/usr/local/src/sqlrelay-0.36.4/src/connections' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/usr/local/src/sqlrelay-0.36.4/src' > make: *** [all] Error 2 |
|
From: Adam K. <ka...@li...> - 2005-09-19 15:08:25
|
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = linuxpower2
uname -m = i686
uname -r = 2.6.12-1.1376_FC3smp
uname -s = Linux
uname -v = #1 SMP Fri Aug 26 23:50:33 EDT 2005
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /root/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2275: checking for gcc
configure:2291: found /usr/bin/gcc
configure:2301: result: gcc
configure:2545: checking for C compiler version
configure:2548: gcc --version </dev/null >&5
gcc (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
Copyright (C) 2004 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:2551: $? = 0
configure:2553: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
configure:2556: $? = 0
configure:2558: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2561: $? = 1
configure:2584: checking for C compiler default output file name
configure:2587: gcc -Wall conftest.c >&5
configure:2590: $? = 0
configure:2636: result: a.out
configure:2641: checking whether the C compiler works
configure:2647: ./a.out
configure:2650: $? = 0
configure:2667: result: yes
configure:2674: checking whether we are cross compiling
configure:2676: result: no
configure:2679: checking for suffix of executables
configure:2681: gcc -o conftest -Wall conftest.c >&5
configure:2684: $? = 0
configure:2709: result:
configure:2715: checking for suffix of object files
configure:2736: gcc -c -Wall conftest.c >&5
configure:2739: $? = 0
configure:2761: result: o
configure:2765: checking whether we are using the GNU C compiler
configure:2789: gcc -c -Wall conftest.c >&5
configure:2795: $? = 0
configure:2799: test -z
|| test ! -s conftest.err
configure:2802: $? = 0
configure:2805: test -s conftest.o
configure:2808: $? = 0
configure:2821: result: yes
configure:2827: checking whether gcc accepts -g
configure:2848: gcc -c -g conftest.c >&5
configure:2854: $? = 0
configure:2858: test -z
|| test ! -s conftest.err
configure:2861: $? = 0
configure:2864: test -s conftest.o
configure:2867: $? = 0
configure:2878: result: yes
configure:2895: checking for gcc option to accept ANSI C
configure:2965: gcc -c -Wall conftest.c >&5
configure:2971: $? = 0
configure:2975: test -z
|| test ! -s conftest.err
configure:2978: $? = 0
configure:2981: test -s conftest.o
configure:2984: $? = 0
configure:3002: result: none needed
configure:3020: gcc -c -Wall conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:3026: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3211: checking for g++
configure:3227: found /usr/bin/g++
configure:3237: result: g++
configure:3253: checking for C++ compiler version
configure:3256: g++ --version </dev/null >&5
g++ (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
Copyright (C) 2004 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:3259: $? = 0
configure:3261: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
configure:3264: $? = 0
configure:3266: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:3269: $? = 1
configure:3272: checking whether we are using the GNU C++ compiler
configure:3296: g++ -c -Wall conftest.cc >&5
configure:3302: $? = 0
configure:3306: test -z
|| test ! -s conftest.err
configure:3309: $? = 0
configure:3312: test -s conftest.o
configure:3315: $? = 0
configure:3328: result: yes
configure:3334: checking whether g++ accepts -g
configure:3355: g++ -c -g conftest.cc >&5
configure:3361: $? = 0
configure:3365: test -z
|| test ! -s conftest.err
configure:3368: $? = 0
configure:3371: test -s conftest.o
configure:3374: $? = 0
configure:3385: result: yes
configure:3427: g++ -c -Wall conftest.cc >&5
configure:3433: $? = 0
configure:3437: test -z
|| test ! -s conftest.err
configure:3440: $? = 0
configure:3443: test -s conftest.o
configure:3446: $? = 0
configure:3472: g++ -c -Wall conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:14: error: `exit' undeclared (first use this function)
conftest.cc:14: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:3478: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define DMALLOC 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3427: g++ -c -Wall conftest.cc >&5
configure:3433: $? = 0
configure:3437: test -z
|| test ! -s conftest.err
configure:3440: $? = 0
configure:3443: test -s conftest.o
configure:3446: $? = 0
configure:3472: g++ -c -Wall conftest.cc >&5
configure:3478: $? = 0
configure:3482: test -z
|| test ! -s conftest.err
configure:3485: $? = 0
configure:3488: test -s conftest.o
configure:3491: $? = 0
configure:3519: checking how to run the C preprocessor
configure:3554: gcc -E conftest.c
configure:3560: $? = 0
configure:3592: gcc -E conftest.c
conftest.c:13:28: ac_nonexistent.h: No such file or directory
configure:3598: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define DMALLOC 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3637: result: gcc -E
configure:3661: gcc -E conftest.c
configure:3667: $? = 0
configure:3699: gcc -E conftest.c
conftest.c:13:28: ac_nonexistent.h: No such file or directory
configure:3705: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define DMALLOC 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3786: checking for a BSD-compatible install
configure:3841: result: /usr/bin/install -c
configure:3852: checking whether ln -s works
configure:3856: result: yes
configure:3863: checking whether make sets $(MAKE)
configure:3883: result: yes
configure:3985: checking build system type
configure:4003: result: i686-pc-linux-gnu
configure:4011: checking host system type
configure:4025: result: i686-pc-linux-gnu
configure:4033: checking for a sed that does not truncate output
configure:4087: result: /bin/sed
configure:4090: checking for egrep
configure:4100: result: grep -E
configure:4116: checking for ld used by g++
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:4228: checking for BSD-compatible nm
configure:4270: result: /usr/bin/nm -B
configure:4274: checking how to recognise dependent libraries
configure:4474: result: pass_all
configure:4926: checking for ANSI C header files
configure:4951: g++ -c -Wall conftest.cc >&5
configure:4957: $? = 0
configure:4961: test -z
|| test ! -s conftest.err
configure:4964: $? = 0
configure:4967: test -s conftest.o
configure:4970: $? = 0
./configure: line 4992: conftest.cc: command not found
configure:5082: result: no
configure:5106: checking for sys/types.h
configure:5122: g++ -c -Wall conftest.cc >&5
configure:5128: $? = 0
configure:5132: test -z
|| test ! -s conftest.err
configure:5135: $? = 0
configure:5138: test -s conftest.o
configure:5141: $? = 0
configure:5152: result: yes
configure:5106: checking for sys/stat.h
configure:5122: g++ -c -Wall conftest.cc >&5
configure:5128: $? = 0
configure:5132: test -z
|| test ! -s conftest.err
configure:5135: $? = 0
configure:5138: test -s conftest.o
configure:5141: $? = 0
configure:5152: result: yes
configure:5106: checking for stdlib.h
configure:5122: g++ -c -Wall conftest.cc >&5
configure:5128: $? = 0
configure:5132: test -z
|| test ! -s conftest.err
configure:5135: $? = 0
configure:5138: test -s conftest.o
configure:5141: $? = 0
configure:5152: result: yes
configure:5106: checking for string.h
configure:5122: g++ -c -Wall conftest.cc >&5
configure:5128: $? = 0
configure:5132: test -z
|| test ! -s conftest.err
configure:5135: $? = 0
configure:5138: test -s conftest.o
configure:5141: $? = 0
configure:5152: result: yes
configure:5106: checking for memory.h
configure:5122: g++ -c -Wall conftest.cc >&5
configure:5128: $? = 0
configure:5132: test -z
|| test ! -s conftest.err
configure:5135: $? = 0
configure:5138: test -s conftest.o
configure:5141: $? = 0
configure:5152: result: yes
configure:5106: checking for strings.h
configure:5122: g++ -c -Wall conftest.cc >&5
configure:5128: $? = 0
configure:5132: test -z
|| test ! -s conftest.err
configure:5135: $? = 0
configure:5138: test -s conftest.o
configure:5141: $? = 0
configure:5152: result: yes
configure:5106: checking for inttypes.h
configure:5122: g++ -c -Wall conftest.cc >&5
configure:5128: $? = 0
configure:5132: test -z
|| test ! -s conftest.err
configure:5135: $? = 0
configure:5138: test -s conftest.o
configure:5141: $? = 0
configure:5152: result: yes
configure:5106: checking for stdint.h
configure:5122: g++ -c -Wall conftest.cc >&5
configure:5128: $? = 0
configure:5132: test -z
|| test ! -s conftest.err
configure:5135: $? = 0
configure:5138: test -s conftest.o
configure:5141: $? = 0
configure:5152: result: yes
configure:5106: checking for unistd.h
configure:5122: g++ -c -Wall conftest.cc >&5
configure:5128: $? = 0
configure:5132: test -z
|| test ! -s conftest.err
configure:5135: $? = 0
configure:5138: test -s conftest.o
configure:5141: $? = 0
configure:5152: result: yes
configure:5178: checking dlfcn.h usability
configure:5190: g++ -c -Wall conftest.cc >&5
configure:5196: $? = 0
configure:5200: test -z
|| test ! -s conftest.err
configure:5203: $? = 0
configure:5206: test -s conftest.o
configure:5209: $? = 0
configure:5219: result: yes
configure:5223: checking dlfcn.h presence
configure:5233: conftest.cc
./configure: line 5234: conftest.cc: command not found
configure:5239: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define DMALLOC 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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
| /* end confdefs.h. */
| #include <dlfcn.h>
configure:5259: result: no
configure:5265: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!
configure:5267: WARNING: dlfcn.h: proceeding with the compiler's result
configure:5294: checking for dlfcn.h
configure:5301: result: yes
configure:5319: checking how to run the C++ preprocessor
configure:5350: g++ -E conftest.cc
configure:5356: $? = 0
configure:5388: g++ -E conftest.cc
conftest.cc:23:28: ac_nonexistent.h: No such file or directory
configure:5394: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define DMALLOC 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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:5433: result: g++ -E
configure:5457: g++ -E conftest.cc
configure:5463: $? = 0
configure:5495: g++ -E conftest.cc
conftest.cc:23:28: ac_nonexistent.h: No such file or directory
configure:5501: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define DMALLOC 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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:5596: checking for g77
configure:5612: found /usr/bin/g77
configure:5622: result: g77
configure:5637: checking for Fortran 77 compiler version
configure:5640: g77 --version </dev/null >&5
GNU Fortran (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
Copyright (C) 2004 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:5643: $? = 0
configure:5645: g77 -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
configure:5648: $? = 0
configure:5650: g77 -V </dev/null >&5
g77: `-V' option must have argument
configure:5653: $? = 1
configure:5661: checking whether we are using the GNU Fortran 77 compiler
configure:5675: g77 -c conftest.F >&5
configure:5681: $? = 0
configure:5685: test -z
|| test ! -s conftest.err
configure:5688: $? = 0
configure:5691: test -s conftest.o
configure:5694: $? = 0
configure:5707: result: yes
configure:5713: checking whether g77 accepts -g
configure:5725: g77 -c -g conftest.f >&5
configure:5731: $? = 0
configure:5735: test -z
|| test ! -s conftest.err
configure:5738: $? = 0
configure:5741: test -s conftest.o
configure:5744: $? = 0
configure:5756: result: yes
configure:5786: checking the maximum length of command line arguments
configure:5845: result: 32768
configure:5856: checking command to parse /usr/bin/nm -B output from g++ object
configure:5945: g++ -c -Wall conftest.cc >&5
configure:5948: $? = 0
configure:5952: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:5955: $? = 0
configure:6007: g++ -o conftest -Wall conftest.cc conftstm.o >&5
configure:6010: $? = 0
configure:6048: result: ok
configure:6052: checking for objdir
configure:6067: result: .libs
configure:6157: checking for ar
configure:6173: found /usr/bin/ar
configure:6184: result: ar
configure:6237: checking for ranlib
configure:6253: found /usr/bin/ranlib
configure:6264: result: ranlib
configure:6317: checking for strip
configure:6333: found /usr/bin/strip
configure:6344: result: strip
configure:6606: checking if g++ static flag works
configure:6629: result: yes
configure:6650: checking if g++ supports -fno-rtti -fno-exceptions
configure:6668: g++ -c -Wall -fno-rtti -fno-exceptions conftest.c >&5
configure:6672: $? = 0
configure:6683: result: yes
configure:6698: checking for g++ option to produce PIC
configure:6875: result: -fPIC
configure:6882: checking if g++ PIC flag -fPIC works
configure:6900: g++ -c -Wall -fPIC -DPIC conftest.c >&5
configure:6904: $? = 0
configure:6915: result: yes
configure:6939: checking if g++ supports -c -o file.o
configure:6967: g++ -c -Wall -o out/conftest2.o conftest.c >&5
configure:6971: $? = 0
configure:6988: result: yes
configure:7014: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:7828: result: yes
configure:7854: checking whether -lc should be explicitly linked in
configure:7859: g++ -c -Wall conftest.c >&5
configure:7862: $? = 0
configure:7876: g++ -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:7879: $? = 0
configure:7891: result: no
configure:7899: checking how to hardcode library paths into programs
configure:7924: result: immediate
configure:7938: checking whether stripping libraries is possible
configure:7943: result: yes
configure:7965: checking dynamic linker characteristics
configure:8476: result: GNU/Linux ld.so
configure:9288: checking if libtool supports shared libraries
configure:9290: result: yes
configure:9293: checking whether to build shared libraries
configure:9342: result: yes
configure:9345: checking whether to build static libraries
configure:9349: result: yes
configure:9440: creating libtool
configure:9984: checking for ld used by g++
configure:10051: result: /usr/bin/ld
configure:10060: checking if the linker (/usr/bin/ld) is GNU ld
configure:10075: result: yes
configure:10126: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:10941: result: yes
configure:10963: g++ -c -Wall conftest.cc >&5
configure:10966: $? = 0
configure:11062: checking for g++ option to produce PIC
configure:11314: result: -fPIC
configure:11321: checking if g++ PIC flag -fPIC works
configure:11339: g++ -c -Wall -fPIC -DPIC conftest.cc >&5
configure:11343: $? = 0
configure:11354: result: yes
configure:11378: checking if g++ supports -c -o file.o
configure:11406: g++ -c -Wall -o out/conftest2.o conftest.cc >&5
configure:11410: $? = 0
configure:11427: result: yes
configure:11453: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11478: result: yes
configure:11549: checking how to hardcode library paths into programs
configure:11574: result: immediate
configure:11588: checking whether stripping libraries is possible
configure:11593: result: yes
configure:11615: checking dynamic linker characteristics
configure:12126: result: GNU/Linux ld.so
configure:13411: checking if libtool supports shared libraries
configure:13413: result: yes
configure:13416: checking whether to build shared libraries
configure:13434: result: yes
configure:13437: checking whether to build static libraries
configure:13441: result: yes
configure:13453: checking for g77 option to produce PIC
configure:13630: result: -fPIC
configure:13637: checking if g77 PIC flag -fPIC works
configure:13655: g77 -c -g -O2 -fPIC conftest.f >&5
configure:13659: $? = 0
configure:13670: result: yes
configure:13694: checking if g77 supports -c -o file.o
configure:13722: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:13726: $? = 0
configure:13743: result: yes
configure:13769: checking whether the g77 linker (/usr/bin/ld) supports shared libraries
configure:14563: result: yes
configure:14634: checking how to hardcode library paths into programs
configure:14659: result: immediate
configure:14673: checking whether stripping libraries is possible
configure:14678: result: yes
configure:14700: checking dynamic linker characteristics
configure:15211: result: GNU/Linux ld.so
configure:19225: checking for -ar
configure:19252: result: ar
configure:19295: checking for dynamic library extension
configure:19308: result: so
configure:19312: checking for library directory
configure:19318: result: lib
configure:19323: checking whether ld -rpath works
configure:19330: result: yes
configure:19340: checking whether ps aux works
configure:19352: result: yes
configure:19363: checking for -pipe option
configure:19389: g++ -o conftest -Wall -pipe conftest.cc >&5
configure:19395: $? = 0
configure:19399: test -z
|| test ! -s conftest.err
configure:19402: $? = 0
configure:19405: test -s conftest
configure:19408: $? = 0
configure:19426: result: yes
configure:19435: checking for -Wno-long-double option
configure:19461: g++ -o conftest -Wall -Wno-long-double conftest.cc >&5
cc1plus: error: unrecognized command line option "-Wno-long-double"
configure:19467: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define DMALLOC 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 <stdio.h>
| int
| main ()
| {
| printf("hello");
| ;
| return 0;
| }
configure:19501: result: no
configure:19513: checking inline
configure:19528: result: yes
configure:19858: checking for tgetnum in -ltermcap
configure:19888: g++ -o conftest -Wall conftest.cc -ltermcap >&5
configure:19894: $? = 0
configure:19898: test -z
|| test ! -s conftest.err
configure:19901: $? = 0
configure:19904: test -s conftest
configure:19907: $? = 0
configure:19920: result: yes
configure:19931: checking for add_history in -lhistory
configure:19961: g++ -o conftest -Wall conftest.cc -lhistory -ltermcap >&5
configure:19967: $? = 0
configure:19971: test -z
|| test ! -s conftest.err
configure:19974: $? = 0
configure:19977: test -s conftest
configure:19980: $? = 0
configure:19993: result: yes
configure:20005: checking for readline in -lreadline
configure:20035: g++ -o conftest -Wall conftest.cc -lreadline -lhistory -ltermcap >&5
configure:20041: $? = 0
configure:20045: test -z
|| test ! -s conftest.err
configure:20048: $? = 0
configure:20051: test -s conftest
configure:20054: $? = 0
configure:20067: result: yes
configure:20103: checking no extra libraries are required for socket-related calls
configure:20130: gcc -o conftest -Wall conftest.c >&5
conftest.c: In function `main':
conftest.c:29: warning: implicit declaration of function `connect'
conftest.c:29: warning: implicit declaration of function `listen'
conftest.c:29: warning: implicit declaration of function `bind'
conftest.c:29: warning: implicit declaration of function `accept'
conftest.c:29: warning: implicit declaration of function `send'
conftest.c:29: warning: implicit declaration of function `sendto'
conftest.c:29: warning: implicit declaration of function `sendmsg'
conftest.c:29: warning: implicit declaration of function `gethostbyname'
configure:20136: $? = 0
configure:20140: test -z
|| test ! -s conftest.err
configure:20143: $? = 0
configure:20146: test -s conftest
configure:20149: $? = 0
configure:20151: result: yes
configure:20188: checking for dlopen in -ldl
configure:20218: g++ -o conftest -Wall conftest.cc -ldl >&5
configure:20224: $? = 0
configure:20228: test -z
|| test ! -s conftest.err
configure:20231: $? = 0
configure:20234: test -s conftest
configure:20237: $? = 0
configure:20250: result: yes
configure:20259: checking for aioread in -laio
configure:20289: g++ -o conftest -Wall conftest.cc -laio >&5
/usr/bin/ld: cannot find -laio
collect2: ld returned 1 exit status
configure:20295: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define DMALLOC 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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
| #define INLINE inline
| #define HAVE_READLINE 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char aioread ();
| int
| main ()
| {
| aioread ();
| ;
| return 0;
| }
configure:20321: result: no
configure:20342: checking features.h usability
configure:20354: g++ -c -Wall conftest.cc >&5
configure:20360: $? = 0
configure:20364: test -z
|| test ! -s conftest.err
configure:20367: $? = 0
configure:20370: test -s conftest.o
configure:20373: $? = 0
configure:20383: result: yes
configure:20387: checking features.h presence
configure:20397: g++ -E conftest.cc
configure:20403: $? = 0
configure:20423: result: yes
configure:20458: checking for features.h
configure:20465: result: yes
configure:20479: checking for broken glibc-2.3
configure:20502: g++ -o conftest -Wall conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:31: error: `__ctype_toupper' undeclared (first use this function)
conftest.cc:31: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:20508: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define DMALLOC 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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
| #define INLINE inline
| #define HAVE_READLINE 1
| /* end confdefs.h. */
| #include <ctype.h>
| #include <features.h>
| int
| main ()
| {
| #if __GLIBC__==2 && __GLIBC_MINOR__==3
| __ctype_toupper('a');
| #endif
| ;
| return 0;
| }
configure:20529: result: yes
configure:20639: checking for oracle includes and libraries
configure:20912: result: no
configure:21690: WARNING: Oracle support will not be built.
configure:22217: checking for mysql_real_connect
configure:22244: g++ -o conftest -Wall -I/usr/include -mcpu=pentiumpro conftest.cc -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lc -lnss_files -lnss_dns -lresolv -lc -lnss_files -lnss_dns -lresolv >&5
conftest.cc:26:19: mysql.h: No such file or directory
conftest.cc: In function `int main()':
conftest.cc:31: error: `mysql_real_connect' undeclared (first use this function)
conftest.cc:31: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:22250: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define DMALLOC 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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
| #define INLINE inline
| #define HAVE_READLINE 1
| #define NEED_REDHAT_9_GLIBC_2_3_2_HACK 1
| /* end confdefs.h. */
| #include <mysql.h>
| #include <stdlib.h>
| int
| main ()
| {
| mysql_real_connect(NULL,NULL,NULL,NULL,NULL,0,NULL,0);
| ;
| return 0;
| }
configure:22275: result: no
configure:22286: checking for mysql_select_db
configure:22313: g++ -o conftest -Wall -I/usr/include -mcpu=pentiumpro conftest.cc -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lc -lnss_files -lnss_dns -lresolv -lc -lnss_files -lnss_dns -lresolv >&5
conftest.cc:26:19: mysql.h: No such file or directory
conftest.cc: In function `int main()':
conftest.cc:31: error: `mysql_select_db' undeclared (first use this function)
conftest.cc:31: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:22319: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define DMALLOC 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define...
[truncated message content] |