I recently upgraded my notebook. Trying to re-compiling myodbc as part of the world produced this: IgorsGentooOnNetwork igor # emerge myodbc * IMPORTANT: 3 news items need reading for repository 'gentoo'. * Use eselect news to read news items. Calculating dependencies... done! >>> Verifying ebuild manifests >>> Emerging (1 of 1) dev-db/myodbc-3.51.12 * mysql-connector-odbc-3.51.12.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] >>> Unpacking source... >>> Unpacking mysql-connector-odbc-3.51.12.tar.gz to /var/tmp/portage/dev-db/myodbc-3.51.12/work >>> Source unpacked in /var/tmp/portage/dev-db/myodbc-3.51.12/work >>> Compiling source in /var/tmp/portage/dev-db/myodbc-3.51.12/work/mysql-connector-odbc-3.51.12 ... * econf: updating mysql-connector-odbc-3.51.12/config.guess with /usr/share/gnuconfig/config.guess * econf: updating mysql-connector-odbc-3.51.12/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libexecdir=/usr/sbin --sysconfdir=/etc/myodbc --localstatedir=/var/lib/myodbc --with-mysql-libs=/usr/lib/mysql --with-mysql-includes=/usr/include/mysql --with-odbc-ini=/etc/unixODBC/odbc.ini --with-unixODBC=/usr --enable-myodbc3i --enable-myodbc3m --disable-test --without-samples --enable-static --enable-shared --without-docs --with-debug --disable-gui checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gawk... (cached) gawk checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for a sed that does not truncate output... /bin/sed checking for egrep... grep -E checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/i686-pc-linux-gnu-nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether i686-pc-linux-gnu-g++ accepts -g... yes checking dependency style of i686-pc-linux-gnu-g++... gcc3 checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E checking for i686-pc-linux-gnu-g77... no checking for i686-pc-linux-gnu-f77... no checking for i686-pc-linux-gnu-xlf... no checking for i686-pc-linux-gnu-frt... no checking for i686-pc-linux-gnu-pgf77... no checking for i686-pc-linux-gnu-fort77... no checking for i686-pc-linux-gnu-fl32... no checking for i686-pc-linux-gnu-af77... no checking for i686-pc-linux-gnu-f90... no checking for i686-pc-linux-gnu-xlf90... no checking for i686-pc-linux-gnu-pgf90... no checking for i686-pc-linux-gnu-epcf90... no checking for i686-pc-linux-gnu-f95... no checking for i686-pc-linux-gnu-fort... no checking for i686-pc-linux-gnu-xlf95... no checking for i686-pc-linux-gnu-ifc... no checking for i686-pc-linux-gnu-efc... no checking for i686-pc-linux-gnu-pgf95... no checking for i686-pc-linux-gnu-lf95... no checking for i686-pc-linux-gnu-gfortran... no checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/i686-pc-linux-gnu-nm -B output from i686-pc-linux-gnu-gcc object... ok checking for objdir... .libs checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip checking if i686-pc-linux-gnu-gcc static flag works... yes checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC checking if i686-pc-linux-gnu-gcc PIC flag -fPIC works... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by i686-pc-linux-gnu-g++... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for i686-pc-linux-gnu-g++ option to produce PIC... -fPIC checking if i686-pc-linux-gnu-g++ PIC flag -fPIC works... yes checking if i686-pc-linux-gnu-g++ supports -c -o file.o... yes checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking for compress in -lz... yes checking if building of thread safe library is enabled... true checking for lt_dlinit in -lltdl... yes ./configure: line 19969: 0: command not found checking for X... libraries , headers checking for uname... /bin/uname checking operating system... Linux checking for localtime_r in -lc... yes checking for perl... /usr/bin/perl MySQL CONFIGURATION - CLIENT LIBS AND HEADERS checking for mysql_real_query... yes checking for mysql_real_query... (cached) yes END OF MYSQL CONFIGURATION ODBC DRIVER MANAGER CONFIGURATION - LIBRARIES AND HEADERS checking for isql... /usr/local/bin/isql checking for unixODBC version... unixODBC 2.2.12 checking sql.h usability... yes checking sql.h presence... yes checking for sql.h... yes checking sqlext.h usability... yes checking sqlext.h presence... yes checking for sqlext.h... yes checking sqltypes.h usability... yes checking sqltypes.h presence... yes checking for sqltypes.h... yes checking odbcinst.h usability... yes checking odbcinst.h presence... yes checking for odbcinst.h... yes checking for SQLGetPrivateProfileString in -lodbcinst... yes checking for SQLHENV... yes checking for SQLHDBC... yes checking for SQLHSTMT... yes checking for SQLINTEGER... yes checking for SQLUINTEGER... yes checking for SQLSMALLINT... yes checking for SQLUSMALLINT... yes checking for SQLPOINTER... yes checking for SQLHWND... yes checking for SQLRETURN... yes checking for SQLCHAR... yes END OF DRIVER MANAGER CONFIGURATION checking if debug mode is enabled... yes checking if building of samples is enabled... no checking if building of test is enabled... no checking if linking of test library is specified... no configure: creating ./config.status config.status: creating Makefile config.status: creating util/Makefile config.status: creating driver/Makefile config.status: creating driver_r/Makefile config.status: creating setup/Makefile config.status: creating MYODBCConfig/Makefile config.status: creating myodbcinst/Makefile config.status: creating imyodbc/Makefile config.status: creating samples/Makefile config.status: creating test/Makefile config.status: creating scripts/Makefile config.status: creating driver/myconf.h config.status: executing depfiles commands Success!! -------------------------------------------------------------------- | Remember to check the MyODBC FAQ for detailed installation and | | setup instructions from: | | http://www.mysql.com/products/myodbc/faq_toc.html | | | | MyODBC Home page: | | http://www.mysql.com/products/myodbc/ | | | | MySQL/MyODBC Mail archive: | | http://lists.mysql.com/ | | | | If you have any questions or improvements to driver, then send a | | detailed mail to 'myodbc@lists.mysql.com' | -------------------------------------------------------------------- make -j2 Making all in util make[1]: Entering directory `/var/tmp/portage/dev-db/myodbc-3.51.12/work/mysql-connector-odbc-3.51.12/util' if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilAllocDataSource.lo -MD -MP -MF ".deps/MYODBCUtilAllocDataSource.Tpo" -c -o MYODBCUtilAllocDataSource.lo MYODBCUtilAllocDataSource.c; \ then mv -f ".deps/MYODBCUtilAllocDataSource.Tpo" ".deps/MYODBCUtilAllocDataSource.Plo"; else rm -f ".deps/MYODBCUtilAllocDataSource.Tpo"; exit 1; fi if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilAllocDriver.lo -MD -MP -MF ".deps/MYODBCUtilAllocDriver.Tpo" -c -o MYODBCUtilAllocDriver.lo MYODBCUtilAllocDriver.c; \ then mv -f ".deps/MYODBCUtilAllocDriver.Tpo" ".deps/MYODBCUtilAllocDriver.Plo"; else rm -f ".deps/MYODBCUtilAllocDriver.Tpo"; exit 1; fi mkdir .libs i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilAllocDataSource.lo -MD -MP -MF .deps/MYODBCUtilAllocDataSource.Tpo -c MYODBCUtilAllocDataSource.c -fPIC -DPIC -o .libs/MYODBCUtilAllocDataSource.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilAllocDriver.lo -MD -MP -MF .deps/MYODBCUtilAllocDriver.Tpo -c MYODBCUtilAllocDriver.c -fPIC -DPIC -o .libs/MYODBCUtilAllocDriver.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilAllocDataSource.lo -MD -MP -MF .deps/MYODBCUtilAllocDataSource.Tpo -c MYODBCUtilAllocDataSource.c -o MYODBCUtilAllocDataSource.o >/dev/null 2>&1 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilAllocDriver.lo -MD -MP -MF .deps/MYODBCUtilAllocDriver.Tpo -c MYODBCUtilAllocDriver.c -o MYODBCUtilAllocDriver.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilClearDataSource.lo -MD -MP -MF ".deps/MYODBCUtilClearDataSource.Tpo" -c -o MYODBCUtilClearDataSource.lo MYODBCUtilClearDataSource.c; \ then mv -f ".deps/MYODBCUtilClearDataSource.Tpo" ".deps/MYODBCUtilClearDataSource.Plo"; else rm -f ".deps/MYODBCUtilClearDataSource.Tpo"; exit 1; fi if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilClearDriver.lo -MD -MP -MF ".deps/MYODBCUtilClearDriver.Tpo" -c -o MYODBCUtilClearDriver.lo MYODBCUtilClearDriver.c; \ then mv -f ".deps/MYODBCUtilClearDriver.Tpo" ".deps/MYODBCUtilClearDriver.Plo"; else rm -f ".deps/MYODBCUtilClearDriver.Tpo"; exit 1; fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilClearDataSource.lo -MD -MP -MF .deps/MYODBCUtilClearDataSource.Tpo -c MYODBCUtilClearDataSource.c -fPIC -DPIC -o .libs/MYODBCUtilClearDataSource.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilClearDataSource.lo -MD -MP -MF .deps/MYODBCUtilClearDataSource.Tpo -c MYODBCUtilClearDataSource.c -o MYODBCUtilClearDataSource.o >/dev/null 2>&1 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilClearDriver.lo -MD -MP -MF .deps/MYODBCUtilClearDriver.Tpo -c MYODBCUtilClearDriver.c -fPIC -DPIC -o .libs/MYODBCUtilClearDriver.o if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilDefaultDataSource.lo -MD -MP -MF ".deps/MYODBCUtilDefaultDataSource.Tpo" -c -o MYODBCUtilDefaultDataSource.lo MYODBCUtilDefaultDataSource.c; \ then mv -f ".deps/MYODBCUtilDefaultDataSource.Tpo" ".deps/MYODBCUtilDefaultDataSource.Plo"; else rm -f ".deps/MYODBCUtilDefaultDataSource.Tpo"; exit 1; fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilClearDriver.lo -MD -MP -MF .deps/MYODBCUtilClearDriver.Tpo -c MYODBCUtilClearDriver.c -o MYODBCUtilClearDriver.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilGetDataSourceNames.lo -MD -MP -MF ".deps/MYODBCUtilGetDataSourceNames.Tpo" -c -o MYODBCUtilGetDataSourceNames.lo MYODBCUtilGetDataSourceNames.c; \ then mv -f ".deps/MYODBCUtilGetDataSourceNames.Tpo" ".deps/MYODBCUtilGetDataSourceNames.Plo"; else rm -f ".deps/MYODBCUtilGetDataSourceNames.Tpo"; exit 1; fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilDefaultDataSource.lo -MD -MP -MF .deps/MYODBCUtilDefaultDataSource.Tpo -c MYODBCUtilDefaultDataSource.c -fPIC -DPIC -o .libs/MYODBCUtilDefaultDataSource.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilDefaultDataSource.lo -MD -MP -MF .deps/MYODBCUtilDefaultDataSource.Tpo -c MYODBCUtilDefaultDataSource.c -o MYODBCUtilDefaultDataSource.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilGetDriverNames.lo -MD -MP -MF ".deps/MYODBCUtilGetDriverNames.Tpo" -c -o MYODBCUtilGetDriverNames.lo MYODBCUtilGetDriverNames.c; \ then mv -f ".deps/MYODBCUtilGetDriverNames.Tpo" ".deps/MYODBCUtilGetDriverNames.Plo"; else rm -f ".deps/MYODBCUtilGetDriverNames.Tpo"; exit 1; fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilGetDataSourceNames.lo -MD -MP -MF .deps/MYODBCUtilGetDataSourceNames.Tpo -c MYODBCUtilGetDataSourceNames.c -fPIC -DPIC -o .libs/MYODBCUtilGetDataSourceNames.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilGetDataSourceNames.lo -MD -MP -MF .deps/MYODBCUtilGetDataSourceNames.Tpo -c MYODBCUtilGetDataSourceNames.c -o MYODBCUtilGetDataSourceNames.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilGetIniFileName.lo -MD -MP -MF ".deps/MYODBCUtilGetIniFileName.Tpo" -c -o MYODBCUtilGetIniFileName.lo MYODBCUtilGetIniFileName.c; \ then mv -f ".deps/MYODBCUtilGetIniFileName.Tpo" ".deps/MYODBCUtilGetIniFileName.Plo"; else rm -f ".deps/MYODBCUtilGetIniFileName.Tpo"; exit 1; fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilGetDriverNames.lo -MD -MP -MF .deps/MYODBCUtilGetDriverNames.Tpo -c MYODBCUtilGetDriverNames.c -fPIC -DPIC -o .libs/MYODBCUtilGetDriverNames.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilGetDriverNames.lo -MD -MP -MF .deps/MYODBCUtilGetDriverNames.Tpo -c MYODBCUtilGetDriverNames.c -o MYODBCUtilGetDriverNames.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilDSNExists.lo -MD -MP -MF ".deps/MYODBCUtilDSNExists.Tpo" -c -o MYODBCUtilDSNExists.lo MYODBCUtilDSNExists.c; \ then mv -f ".deps/MYODBCUtilDSNExists.Tpo" ".deps/MYODBCUtilDSNExists.Plo"; else rm -f ".deps/MYODBCUtilDSNExists.Tpo"; exit 1; fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilGetIniFileName.lo -MD -MP -MF .deps/MYODBCUtilGetIniFileName.Tpo -c MYODBCUtilGetIniFileName.c -fPIC -DPIC -o .libs/MYODBCUtilGetIniFileName.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilGetIniFileName.lo -MD -MP -MF .deps/MYODBCUtilGetIniFileName.Tpo -c MYODBCUtilGetIniFileName.c -o MYODBCUtilGetIniFileName.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilFreeDataSource.lo -MD -MP -MF ".deps/MYODBCUtilFreeDataSource.Tpo" -c -o MYODBCUtilFreeDataSource.lo MYODBCUtilFreeDataSource.c; \ then mv -f ".deps/MYODBCUtilFreeDataSource.Tpo" ".deps/MYODBCUtilFreeDataSource.Plo"; else rm -f ".deps/MYODBCUtilFreeDataSource.Tpo"; exit 1; fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilDSNExists.lo -MD -MP -MF .deps/MYODBCUtilDSNExists.Tpo -c MYODBCUtilDSNExists.c -fPIC -DPIC -o .libs/MYODBCUtilDSNExists.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilDSNExists.lo -MD -MP -MF .deps/MYODBCUtilDSNExists.Tpo -c MYODBCUtilDSNExists.c -o MYODBCUtilDSNExists.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilFreeDriver.lo -MD -MP -MF ".deps/MYODBCUtilFreeDriver.Tpo" -c -o MYODBCUtilFreeDriver.lo MYODBCUtilFreeDriver.c; \ then mv -f ".deps/MYODBCUtilFreeDriver.Tpo" ".deps/MYODBCUtilFreeDriver.Plo"; else rm -f ".deps/MYODBCUtilFreeDriver.Tpo"; exit 1; fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilFreeDataSource.lo -MD -MP -MF .deps/MYODBCUtilFreeDataSource.Tpo -c MYODBCUtilFreeDataSource.c -fPIC -DPIC -o .libs/MYODBCUtilFreeDataSource.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilFreeDataSource.lo -MD -MP -MF .deps/MYODBCUtilFreeDataSource.Tpo -c MYODBCUtilFreeDataSource.c -o MYODBCUtilFreeDataSource.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilInsertStr.lo -MD -MP -MF ".deps/MYODBCUtilInsertStr.Tpo" -c -o MYODBCUtilInsertStr.lo MYODBCUtilInsertStr.c; \ then mv -f ".deps/MYODBCUtilInsertStr.Tpo" ".deps/MYODBCUtilInsertStr.Plo"; else rm -f ".deps/MYODBCUtilInsertStr.Tpo"; exit 1; fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilFreeDriver.lo -MD -MP -MF .deps/MYODBCUtilFreeDriver.Tpo -c MYODBCUtilFreeDriver.c -fPIC -DPIC -o .libs/MYODBCUtilFreeDriver.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilFreeDriver.lo -MD -MP -MF .deps/MYODBCUtilFreeDriver.Tpo -c MYODBCUtilFreeDriver.c -o MYODBCUtilFreeDriver.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilReadConnectStr.lo -MD -MP -MF ".deps/MYODBCUtilReadConnectStr.Tpo" -c -o MYODBCUtilReadConnectStr.lo MYODBCUtilReadConnectStr.c; \ then mv -f ".deps/MYODBCUtilReadConnectStr.Tpo" ".deps/MYODBCUtilReadConnectStr.Plo"; else rm -f ".deps/MYODBCUtilReadConnectStr.Tpo"; exit 1; fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilInsertStr.lo -MD -MP -MF .deps/MYODBCUtilInsertStr.Tpo -c MYODBCUtilInsertStr.c -fPIC -DPIC -o .libs/MYODBCUtilInsertStr.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilInsertStr.lo -MD -MP -MF .deps/MYODBCUtilInsertStr.Tpo -c MYODBCUtilInsertStr.c -o MYODBCUtilInsertStr.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilReadDataSource.lo -MD -MP -MF ".deps/MYODBCUtilReadDataSource.Tpo" -c -o MYODBCUtilReadDataSource.lo MYODBCUtilReadDataSource.c; \ then mv -f ".deps/MYODBCUtilReadDataSource.Tpo" ".deps/MYODBCUtilReadDataSource.Plo"; else rm -f ".deps/MYODBCUtilReadDataSource.Tpo"; exit 1; fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilReadConnectStr.lo -MD -MP -MF .deps/MYODBCUtilReadConnectStr.Tpo -c MYODBCUtilReadConnectStr.c -fPIC -DPIC -o .libs/MYODBCUtilReadConnectStr.o MYODBCUtilReadConnectStr.c: In function 'MYODBCUtilReadConnectStr': MYODBCUtilReadConnectStr.c:64: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadConnectStr.c:105: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadConnectStr.c:110: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadConnectStr.c:116: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadConnectStr.c:124: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadConnectStr.c:131: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadConnectStr.c:141: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadConnectStr.c:146: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadConnectStr.c:151: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadConnectStr.c:156: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadConnectStr.c:161: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadConnectStr.c:171: warning: incompatible implicit declaration of built-in function 'strndup' i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilReadConnectStr.lo -MD -MP -MF .deps/MYODBCUtilReadConnectStr.Tpo -c MYODBCUtilReadConnectStr.c -o MYODBCUtilReadConnectStr.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilReadDataSourceStr.lo -MD -MP -MF ".deps/MYODBCUtilReadDataSourceStr.Tpo" -c -o MYODBCUtilReadDataSourceStr.lo MYODBCUtilReadDataSourceStr.c; \ then mv -f ".deps/MYODBCUtilReadDataSourceStr.Tpo" ".deps/MYODBCUtilReadDataSourceStr.Plo"; else rm -f ".deps/MYODBCUtilReadDataSourceStr.Tpo"; exit 1; fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilReadDataSource.lo -MD -MP -MF .deps/MYODBCUtilReadDataSource.Tpo -c MYODBCUtilReadDataSource.c -fPIC -DPIC -o .libs/MYODBCUtilReadDataSource.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilReadDataSource.lo -MD -MP -MF .deps/MYODBCUtilReadDataSource.Tpo -c MYODBCUtilReadDataSource.c -o MYODBCUtilReadDataSource.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilReadDriver.lo -MD -MP -MF ".deps/MYODBCUtilReadDriver.Tpo" -c -o MYODBCUtilReadDriver.lo MYODBCUtilReadDriver.c; \ then mv -f ".deps/MYODBCUtilReadDriver.Tpo" ".deps/MYODBCUtilReadDriver.Plo"; else rm -f ".deps/MYODBCUtilReadDriver.Tpo"; exit 1; fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilReadDataSourceStr.lo -MD -MP -MF .deps/MYODBCUtilReadDataSourceStr.Tpo -c MYODBCUtilReadDataSourceStr.c -fPIC -DPIC -o .libs/MYODBCUtilReadDataSourceStr.o MYODBCUtilReadDataSourceStr.c: In function 'MYODBCUtilReadDataSourceStr': MYODBCUtilReadDataSourceStr.c:132: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadDataSourceStr.c:163: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadDataSourceStr.c:168: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadDataSourceStr.c:173: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadDataSourceStr.c:178: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadDataSourceStr.c:183: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadDataSourceStr.c:193: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadDataSourceStr.c:198: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadDataSourceStr.c:203: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadDataSourceStr.c:208: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadDataSourceStr.c:213: warning: incompatible implicit declaration of built-in function 'strndup' MYODBCUtilReadDataSourceStr.c:223: warning: incompatible implicit declaration of built-in function 'strndup' i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilReadDataSourceStr.lo -MD -MP -MF .deps/MYODBCUtilReadDataSourceStr.Tpo -c MYODBCUtilReadDataSourceStr.c -o MYODBCUtilReadDataSourceStr.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilWriteConnectStr.lo -MD -MP -MF ".deps/MYODBCUtilWriteConnectStr.Tpo" -c -o MYODBCUtilWriteConnectStr.lo MYODBCUtilWriteConnectStr.c; \ then mv -f ".deps/MYODBCUtilWriteConnectStr.Tpo" ".deps/MYODBCUtilWriteConnectStr.Plo"; else rm -f ".deps/MYODBCUtilWriteConnectStr.Tpo"; exit 1; fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilReadDriver.lo -MD -MP -MF .deps/MYODBCUtilReadDriver.Tpo -c MYODBCUtilReadDriver.c -fPIC -DPIC -o .libs/MYODBCUtilReadDriver.o MYODBCUtilReadDriver.c: In function 'MYODBCUtilReadDriver': MYODBCUtilReadDriver.c:46: warning: assignment discards qualifiers from pointer target type i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilReadDriver.lo -MD -MP -MF .deps/MYODBCUtilReadDriver.Tpo -c MYODBCUtilReadDriver.c -o MYODBCUtilReadDriver.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilWriteDataSource.lo -MD -MP -MF ".deps/MYODBCUtilWriteDataSource.Tpo" -c -o MYODBCUtilWriteDataSource.lo MYODBCUtilWriteDataSource.c; \ then mv -f ".deps/MYODBCUtilWriteDataSource.Tpo" ".deps/MYODBCUtilWriteDataSource.Plo"; else rm -f ".deps/MYODBCUtilWriteDataSource.Tpo"; exit 1; fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilWriteConnectStr.lo -MD -MP -MF .deps/MYODBCUtilWriteConnectStr.Tpo -c MYODBCUtilWriteConnectStr.c -fPIC -DPIC -o .libs/MYODBCUtilWriteConnectStr.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilWriteConnectStr.lo -MD -MP -MF .deps/MYODBCUtilWriteConnectStr.Tpo -c MYODBCUtilWriteConnectStr.c -o MYODBCUtilWriteConnectStr.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilWriteDataSourceStr.lo -MD -MP -MF ".deps/MYODBCUtilWriteDataSourceStr.Tpo" -c -o MYODBCUtilWriteDataSourceStr.lo MYODBCUtilWriteDataSourceStr.c; \ then mv -f ".deps/MYODBCUtilWriteDataSourceStr.Tpo" ".deps/MYODBCUtilWriteDataSourceStr.Plo"; else rm -f ".deps/MYODBCUtilWriteDataSourceStr.Tpo"; exit 1; fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilWriteDataSource.lo -MD -MP -MF .deps/MYODBCUtilWriteDataSource.Tpo -c MYODBCUtilWriteDataSource.c -fPIC -DPIC -o .libs/MYODBCUtilWriteDataSource.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilWriteDataSource.lo -MD -MP -MF .deps/MYODBCUtilWriteDataSource.Tpo -c MYODBCUtilWriteDataSource.c -o MYODBCUtilWriteDataSource.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilWriteDriver.lo -MD -MP -MF ".deps/MYODBCUtilWriteDriver.Tpo" -c -o MYODBCUtilWriteDriver.lo MYODBCUtilWriteDriver.c; \ then mv -f ".deps/MYODBCUtilWriteDriver.Tpo" ".deps/MYODBCUtilWriteDriver.Plo"; else rm -f ".deps/MYODBCUtilWriteDriver.Tpo"; exit 1; fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilWriteDataSourceStr.lo -MD -MP -MF .deps/MYODBCUtilWriteDataSourceStr.Tpo -c MYODBCUtilWriteDataSourceStr.c -fPIC -DPIC -o .libs/MYODBCUtilWriteDataSourceStr.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilWriteDataSourceStr.lo -MD -MP -MF .deps/MYODBCUtilWriteDataSourceStr.Tpo -c MYODBCUtilWriteDataSourceStr.c -o MYODBCUtilWriteDataSourceStr.o >/dev/null 2>&1 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilWriteDriver.lo -MD -MP -MF .deps/MYODBCUtilWriteDriver.Tpo -c MYODBCUtilWriteDriver.c -fPIC -DPIC -o .libs/MYODBCUtilWriteDriver.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../driver -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT MYODBCUtilWriteDriver.lo -MD -MP -MF .deps/MYODBCUtilWriteDriver.Tpo -c MYODBCUtilWriteDriver.c -o MYODBCUtilWriteDriver.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -Wl,-O1 -lltdl -o libmyodbcutil.la MYODBCUtilAllocDataSource.lo MYODBCUtilAllocDriver.lo MYODBCUtilClearDataSource.lo MYODBCUtilClearDriver.lo MYODBCUtilDefaultDataSource.lo MYODBCUtilGetDataSourceNames.lo MYODBCUtilGetDriverNames.lo MYODBCUtilGetIniFileName.lo MYODBCUtilDSNExists.lo MYODBCUtilFreeDataSource.lo MYODBCUtilFreeDriver.lo MYODBCUtilInsertStr.lo MYODBCUtilReadConnectStr.lo MYODBCUtilReadDataSource.lo MYODBCUtilReadDataSourceStr.lo MYODBCUtilReadDriver.lo MYODBCUtilWriteConnectStr.lo MYODBCUtilWriteDataSource.lo MYODBCUtilWriteDataSourceStr.lo MYODBCUtilWriteDriver.lo -L/usr/lib -lz -lodbcinst i686-pc-linux-gnu-ar cru .libs/libmyodbcutil.a .libs/MYODBCUtilAllocDataSource.o .libs/MYODBCUtilAllocDriver.o .libs/MYODBCUtilClearDataSource.o .libs/MYODBCUtilClearDriver.o .libs/MYODBCUtilDefaultDataSource.o .libs/MYODBCUtilGetDataSourceNames.o .libs/MYODBCUtilGetDriverNames.o .libs/MYODBCUtilGetIniFileName.o .libs/MYODBCUtilDSNExists.o .libs/MYODBCUtilFreeDataSource.o .libs/MYODBCUtilFreeDriver.o .libs/MYODBCUtilInsertStr.o .libs/MYODBCUtilReadConnectStr.o .libs/MYODBCUtilReadDataSource.o .libs/MYODBCUtilReadDataSourceStr.o .libs/MYODBCUtilReadDriver.o .libs/MYODBCUtilWriteConnectStr.o .libs/MYODBCUtilWriteDataSource.o .libs/MYODBCUtilWriteDataSourceStr.o .libs/MYODBCUtilWriteDriver.o i686-pc-linux-gnu-ranlib .libs/libmyodbcutil.a creating libmyodbcutil.la (cd .libs && rm -f libmyodbcutil.la && ln -s ../libmyodbcutil.la libmyodbcutil.la) make[1]: Leaving directory `/var/tmp/portage/dev-db/myodbc-3.51.12/work/mysql-connector-odbc-3.51.12/util' Making all in driver make[1]: Entering directory `/var/tmp/portage/dev-db/myodbc-3.51.12/work/mysql-connector-odbc-3.51.12/driver' make all-am make[2]: Entering directory `/var/tmp/portage/dev-db/myodbc-3.51.12/work/mysql-connector-odbc-3.51.12/driver' if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT catalog.lo -MD -MP -MF ".deps/catalog.Tpo" -c -o catalog.lo catalog.c; \ then mv -f ".deps/catalog.Tpo" ".deps/catalog.Plo"; else rm -f ".deps/catalog.Tpo"; exit 1; fi if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT connect.lo -MD -MP -MF ".deps/connect.Tpo" -c -o connect.lo connect.c; \ then mv -f ".deps/connect.Tpo" ".deps/connect.Plo"; else rm -f ".deps/connect.Tpo"; exit 1; fi mkdir .libs i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT catalog.lo -MD -MP -MF .deps/catalog.Tpo -c catalog.c -fPIC -DPIC -o .libs/catalog.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT connect.lo -MD -MP -MF .deps/connect.Tpo -c connect.c -fPIC -DPIC -o .libs/connect.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -g -O -DDBUG_ON -Os -march=prescott -pipe -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -MT catalog.lo -MD -MP -MF .deps/catalog.Tpo -c catalog.c -o catalog.o >/dev/null 2>&1 In file included from ../util/MYODBCUtil.h:25, from connect.c:47: ../util/../driver/myconf.h:117:1: warning: "PACKAGE" redefined In file included from /usr/include/mysql/my_global.h:83, from myodbc3.h:65, from connect.c:41: /usr/include/mysql/my_config.h:996:1: warning: this is the location of the previous definition In file included from ../util/MYODBCUtil.h:25, from connect.c:47: ../util/../driver/myconf.h:174:1: warning: "VERSION" redefined In file included from /usr/include/mysql/my_global.h:83, from myodbc3.h:65, from connect.c:41: /usr/include/mysql/my_config.h:1130:1: warning: this is the location of the previous definition connect.c: In function 'SQLConnect': connect.c:243: error: '_db_on_' undeclared (first use in this function) connect.c:243: error: (Each undeclared identifier is reported only once connect.c:243: error: for each function it appears in.) connect.c: In function 'my_SQLDriverConnect': connect.c:420: error: '_db_on_' undeclared (first use in this function) make[2]: *** [connect.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/var/tmp/portage/dev-db/myodbc-3.51.12/work/mysql-connector-odbc-3.51.12/driver' make[1]: *** [all] Error 2 make[1]: Leaving directory `/var/tmp/portage/dev-db/myodbc-3.51.12/work/mysql-connector-odbc-3.51.12/driver' make: *** [all-recursive] Error 1 * * ERROR: dev-db/myodbc-3.51.12 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 140: Called die * The specific snippet of code: * emake || die "emake failed" * The die message: * emake failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/dev-db/myodbc-3.51.12/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-db/myodbc-3.51.12/temp/environment'. * >>> Failed to emerge dev-db/myodbc-3.51.12, Log file: >>> '/var/tmp/portage/dev-db/myodbc-3.51.12/temp/build.log' * Messages for package dev-db/myodbc-3.51.12: * * ERROR: dev-db/myodbc-3.51.12 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 140: Called die * The specific snippet of code: * emake || die "emake failed" * The die message: * emake failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/dev-db/myodbc-3.51.12/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-db/myodbc-3.51.12/temp/environment'. * * IMPORTANT: 3 news items need reading for repository 'gentoo'. * Use eselect news to read news items. Here is my emerge --info: IgorsGentooOnNetwork igor # emerge --info Portage 2.1.6.13 (default/linux/x86/2008.0, gcc-4.3.2, glibc-2.9_p20081201-r2, 2.6.30-gentoo-r6 i686) ================================================================= System uname: Linux-2.6.30-gentoo-r6-i686-Genuine_Intel-R-_CPU_T1350_@_1.86GHz-with-gentoo-1.12.11.1 Timestamp of tree: Wed, 09 Sep 2009 19:15:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p39 dev-lang/python: 2.4.4-r9, 2.5.4-r3, 2.6.2-r1 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r7 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-Os -march=prescott -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-Os -march=prescott -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://gentoo.osuosl.org/ " LDFLAGS="-Wl,-O1" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" USE="X a52 acl acpi alsa apm berkdb bzip2 cdr clamav cli cracklib crypt dri dvd dvdr freetds gdbm gnome gpm gtk gtk2 hal iconv ipv6 isdnlog lm_sensors mplayer mssql mudflap ncurses nls nptl nptlonly odbc opengl openmp pam pcre pmu pppd python readline reflection session spl ssl sybase sybase-ct symlink sysfs tcpd theora truetype unicode usb wifi wxwindows x86 xine xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev mouse keyboard synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="intel" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Reproducible: Always Thank you