Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make -j2 or higher fails to compile #3

Closed
logistiker opened this issue Jan 8, 2013 · 4 comments
Closed

make -j2 or higher fails to compile #3

logistiker opened this issue Jan 8, 2013 · 4 comments

Comments

@logistiker
Copy link

emerge libiodbc
Calculating dependencies... done!

Verifying ebuild manifests

Emerging (1 of 1) dev-db/libiodbc-3.52.8 from x-portage

  • v3.52.8.zip SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
    Unpacking source...
    Unpacking v3.52.8.zip to /var/tmp/portage/dev-db/libiodbc-3.52.8/work
    Source unpacked in /var/tmp/portage/dev-db/libiodbc-3.52.8/work
    Preparing source in /var/tmp/portage/dev-db/libiodbc-3.52.8/work/iODBC-3.52.8 ...
  • Applying libiodbc-3.52.7-debian_bug501100.patch ... [ ok ]
  • Applying libiodbc-3.52.7-debian_bug508480.patch ... [ ok ]
  • Applying libiodbc-3.52.7-gtk.patch ... [ ok ]
  • Applying libiodbc-3.52.7-multilib.patch ... [ ok ]
  • Applying libiodbc-3.52.7-unicode_includes.patch ... [ ok ]
  • Running eautoreconf in '/var/tmp/portage/dev-db/libiodbc-3.52.8/work/iODBC-3.52.8' ...
  • Running libtoolize --install --copy --force --automake ... [ ok ]
  • Running aclocal -I admin ... [ ok ]
  • Running autoconf ... [ ok ]
  • Running autoheader ... [ ok ]
  • Running automake --add-missing --copy ... [ ok ]
  • Running elibtoolize in: iODBC-3.52.8/admin/
  • Applying portage/1.2.0 patch ...
  • Applying sed/1.5.6 patch ...
  • Applying as-needed/2.2.6 patch ...
    Source prepared.
    Configuring source in /var/tmp/portage/dev-db/libiodbc-3.52.8/work/iODBC-3.52.8 ...
  • econf: updating iODBC-3.52.8/admin/config.guess with /usr/share/gnuconfig/config.guess
  • econf: updating iODBC-3.52.8/admin/config.sub with /usr/share/gnuconfig/config.sub
    ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-dependency-tracking --with-layout=gentoo --with-iodbc-inidir=yes --enable-gui --disable-static
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking build system type... x86_64-pc-linux-gnu
    checking host system type... x86_64-pc-linux-gnu
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking cached information... ok
    creating config.nice
    checking for iODBC installation layout... Gentoo
    checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
    checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of x86_64-pc-linux-gnu-gcc... none
    checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
    checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... -std=gnu99
    checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
    checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -std=gnu99 -E
    checking for an ANSI C-conforming const... yes
    checking whether ln -s works... yes
    checking whether make sets $(MAKE)... (cached) yes
    checking how to print strings... printf
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by x86_64-pc-linux-gnu-gcc -std=gnu99... /usr/x86_64-pc-linux-gnu/bin/ld
    checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
    checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
    checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
    checking how to recognize dependent libraries... pass_all
    checking for x86_64-pc-linux-gnu-dlltool... no
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
    checking for archiver @file support... @
    checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
    checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
    checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc -std=gnu99 object... ok
    checking for sysroot... no
    checking for x86_64-pc-linux-gnu-mt... no
    checking for mt... no
    checking if : is a manifest tool... no
    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 for dlfcn.h... yes
    checking for objdir... .libs
    checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
    checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
    checking if x86_64-pc-linux-gnu-gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
    checking if x86_64-pc-linux-gnu-gcc -std=gnu99 static flag -static works... yes
    checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -c -o file.o... yes
    checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -c -o file.o... (cached) yes
    checking whether the x86_64-pc-linux-gnu-gcc -std=gnu99 linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) 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 for shl_load... no
    checking for shl_load in -ldld... no
    checking for dlopen... no
    checking for dlopen in -ldl... yes
    checking whether a program can dlopen itself... yes
    checking whether a statically linked program can dlopen itself... no
    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... no
    checking for ANSI C header files... (cached) yes
    checking whether time.h and sys/time.h may both be included... yes
    checking wchar.h usability... yes
    checking wchar.h presence... yes
    checking for wchar.h... yes
    checking for strerror... yes
    checking for setenv... yes
    checking for asprintf... yes
    checking for snprintf... yes
    checking for gettimeofday... yes
    checking for localtime_r... yes
    checking for wcslen... yes
    checking for wcscpy... yes
    checking for wcsncpy... yes
    checking for wcschr... yes
    checking for wcscat... yes
    checking for wcscmp... yes
    checking for towlower... yes
    checking for wcsncasecmp... yes
    checking for pkg-config... /usr/bin/pkg-config
    checking for GTK+ - version >= 2.0.0... yes (version 2.24.12)
    checking for dlfcn.h... (cached) yes
    checking dl.h usability... no
    checking dl.h presence... no
    checking for dl.h... no
    checking dld.h usability... no
    checking dld.h presence... no
    checking for dld.h... no
    checking for dlopen in -ldl... (cached) yes
    checking for shl_load... (cached) no
    checking for shl_load in -ldld... (cached) no
    checking for dld_link in -ldld... no
    checking for NSCreateObjectFileImageFromFile... no
    checking for underscore before symbols... no
    checking for dladdr... no
    checking for dladdr in -ldl... yes
    checking for Dl_info... no
    checking for iODBC mode... ODBC 3.x compatible mode
    checking system config directory... /etc
    checking for iODBC ini directory... /etc
    checking for FILEDSN default directory... /etc/ODBCDataSources
    checking for libodbc.so link... false
    checking for thread model... enabled pthread support
    checking for OS dependent thread flags... none
    checking pthread.h usability... yes
    checking pthread.h presence... yes
    checking for pthread.h... yes
    checking for pthread_mutex_lock... yes
    checking for OS dependent libraries and link flags... none
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating admin/Makefile
    config.status: creating admin/libiodbc.spec
    config.status: creating admin/libiodbc.pc
    config.status: creating bin/Makefile
    config.status: creating bin/iodbc-config
    config.status: WARNING: 'bin/iodbc-config.in' seems to ignore the --datarootdir setting
    config.status: creating etc/Makefile
    config.status: creating man/Makefile
    config.status: creating man/iodbc-config.1
    config.status: creating man/iodbctest.1
    config.status: creating man/iodbctestw.1
    config.status: creating man/iodbcadm-gtk.1
    config.status: creating include/Makefile
    config.status: creating iodbc/Makefile
    config.status: creating iodbc/trace/Makefile
    config.status: creating iodbcinst/Makefile
    config.status: creating iodbcadm/Makefile
    config.status: creating iodbcadm/gtk/Makefile
    config.status: creating drvproxy/Makefile
    config.status: creating drvproxy/gtk/Makefile
    config.status: creating samples/Makefile
    config.status: creating include/config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    config.status: executing default commands

iODBC Driver Manager 3.52.8 configuration summary

Installation variables
layout Gentoo
prefix /usr
exec_prefix ${prefix}

Installation paths
programs ${exec_prefix}/bin
include files ${prefix}/include/iodbc
libraries /usr/lib64
manual pages /usr/share/man

Configuration files
odbc.ini /etc/odbc.ini
odbcinst.ini /etc/odbcinst.ini
default FILEDSN path /etc/ODBCDataSources

Extensions
ODBC Version 3
GUI Extensions true
ThreadSafe true
Install libodbc.so false

Source configured.
Compiling source in /var/tmp/portage/dev-db/libiodbc-3.52.8/work/iODBC-3.52.8 ...
make -j6
Making all in admin
make[1]: Entering directory /var/tmp/portage/dev-db/libiodbc-3.52.8/work/iODBC-3.52.8/admin' make[1]: Nothing to be done forall'.
make[1]: Leaving directory /var/tmp/portage/dev-db/libiodbc-3.52.8/work/iODBC-3.52.8/admin' Making all in bin make[1]: Entering directory/var/tmp/portage/dev-db/libiodbc-3.52.8/work/iODBC-3.52.8/bin'
make[1]: Nothing to be done for all'. make[1]: Leaving directory/var/tmp/portage/dev-db/libiodbc-3.52.8/work/iODBC-3.52.8/bin'
Making all in etc
make[1]: Entering directory /var/tmp/portage/dev-db/libiodbc-3.52.8/work/iODBC-3.52.8/etc' make[1]: Nothing to be done forall'.
make[1]: Leaving directory /var/tmp/portage/dev-db/libiodbc-3.52.8/work/iODBC-3.52.8/etc' Making all in man make[1]: Entering directory/var/tmp/portage/dev-db/libiodbc-3.52.8/work/iODBC-3.52.8/man'
make[1]: Nothing to be done for all'. make[1]: Leaving directory/var/tmp/portage/dev-db/libiodbc-3.52.8/work/iODBC-3.52.8/man'
Making all in include
make[1]: Entering directory /var/tmp/portage/dev-db/libiodbc-3.52.8/work/iODBC-3.52.8/include' make all-am make[2]: Entering directory/var/tmp/portage/dev-db/libiodbc-3.52.8/work/iODBC-3.52.8/include'
make[2]: Leaving directory /var/tmp/portage/dev-db/libiodbc-3.52.8/work/iODBC-3.52.8/include' make[1]: Leaving directory/var/tmp/portage/dev-db/libiodbc-3.52.8/work/iODBC-3.52.8/include'
Making all in iodbcinst
make[1]: Entering directory /var/tmp/portage/dev-db/libiodbc-3.52.8/work/iODBC-3.52.8/iodbcinst' /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLConfigDataSource.lo SQLConfigDataSource.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLConfigDriver.lo SQLConfigDriver.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLGetAvailableDrivers.lo SQLGetAvailableDrivers.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLGetInstalledDrivers.lo SQLGetInstalledDrivers.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLInstallDriver.lo SQLInstallDriver.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLRemoveDSNFromIni.lo SQLRemoveDSNFromIni.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLConfigDataSource.c -fPIC -DPIC -o .libs/SQLConfigDataSource.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLConfigDriver.c -fPIC -DPIC -o .libs/SQLConfigDriver.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLGetInstalledDrivers.c -fPIC -DPIC -o .libs/SQLGetInstalledDrivers.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLInstallDriver.c -fPIC -DPIC -o .libs/SQLInstallDriver.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLGetAvailableDrivers.c -fPIC -DPIC -o .libs/SQLGetAvailableDrivers.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLRemoveDSNFromIni.c -fPIC -DPIC -o .libs/SQLRemoveDSNFromIni.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLRemoveDriver.lo SQLRemoveDriver.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLWriteDSNToIni.lo SQLWriteDSNToIni.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLInstallDriverEx.lo SQLInstallDriverEx.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLRemoveDriver.c -fPIC -DPIC -o .libs/SQLRemoveDriver.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLInstallODBC.lo SQLInstallODBC.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLInstallDriverEx.c -fPIC -DPIC -o .libs/SQLInstallDriverEx.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLWriteDSNToIni.c -fPIC -DPIC -o .libs/SQLWriteDSNToIni.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLInstallODBC.c -fPIC -DPIC -o .libs/SQLInstallODBC.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLInstallTranslator.lo SQLInstallTranslator.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLInstallTranslator.c -fPIC -DPIC -o .libs/SQLInstallTranslator.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLCreateDataSource.lo SQLCreateDataSource.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLManageDataSource.lo SQLManageDataSource.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLRemoveTranslator.lo SQLRemoveTranslator.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLCreateDataSource.c -fPIC -DPIC -o .libs/SQLCreateDataSource.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLRemoveDefaultDataSource.lo SQLRemoveDefaultDataSource.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLManageDataSource.c -fPIC -DPIC -o .libs/SQLManageDataSource.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLRemoveTranslator.c -fPIC -DPIC -o .libs/SQLRemoveTranslator.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLRemoveDefaultDataSource.c -fPIC -DPIC -o .libs/SQLRemoveDefaultDataSource.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLInstallDriverManager.lo SQLInstallDriverManager.c SQLCreateDataSource.c: In function ‘CreateDataSource’: SQLCreateDataSource.c:164:7: warning: passing argument 2 of ‘pDrvConnW’ from incompatible pointer type SQLCreateDataSource.c:164:7: note: expected ‘LPWSTR’ but argument is of type ‘char *’ /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLRemoveDriverManager.lo SQLRemoveDriverManager.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLInstallDriverManager.c -fPIC -DPIC -o .libs/SQLInstallDriverManager.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLInstallTranslatorEx.lo SQLInstallTranslatorEx.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLInstallerError.lo SQLInstallerError.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLPostInstallerError.lo SQLPostInstallerError.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLGetTranslator.lo SQLGetTranslator.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLInstallTranslatorEx.c -fPIC -DPIC -o .libs/SQLInstallTranslatorEx.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLRemoveDriverManager.c -fPIC -DPIC -o .libs/SQLRemoveDriverManager.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLPostInstallerError.c -fPIC -DPIC -o .libs/SQLPostInstallerError.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o Info.lo Info.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLInstallerError.c -fPIC -DPIC -o .libs/SQLInstallerError.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLGetTranslator.c -fPIC -DPIC -o .libs/SQLGetTranslator.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c Info.c -fPIC -DPIC -o .libs/Info.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLGetConfigMode.lo SQLGetConfigMode.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLGetPrivateProfileString.lo SQLGetPrivateProfileString.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLSetConfigMode.lo SQLSetConfigMode.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLValidDSN.lo SQLValidDSN.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLWritePrivateProfileString.lo SQLWritePrivateProfileString.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLGetConfigMode.c -fPIC -DPIC -o .libs/SQLGetConfigMode.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLSetConfigMode.c -fPIC -DPIC -o .libs/SQLSetConfigMode.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLValidDSN.c -fPIC -DPIC -o .libs/SQLValidDSN.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLGetPrivateProfileString.c -fPIC -DPIC -o .libs/SQLGetPrivateProfileString.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLWritePrivateProfileString.c -fPIC -DPIC -o .libs/SQLWritePrivateProfileString.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLReadFileDSN.lo SQLReadFileDSN.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o SQLWriteFileDSN.lo SQLWriteFileDSN.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLReadFileDSN.c -fPIC -DPIC -o .libs/SQLReadFileDSN.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o dlf.lo dlf.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c SQLWriteFileDSN.c -fPIC -DPIC -o .libs/SQLWriteFileDSN.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o inifile.lo inifile.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c dlf.c -fPIC -DPIC -o .libs/dlf.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o iodbc_error.lo iodbc_error.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o misc.lo misc.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c inifile.c -fPIC -DPIC -o .libs/inifile.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o unicode.lo unicode.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c iodbc_error.c -fPIC -DPIC -o .libs/iodbc_error.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c misc.c -fPIC -DPIC -o .libs/misc.o inifile.c: In function ‘_iodbcdm_list_entries’: inifile.c:1024:3: warning: passing argument 2 of ‘_iodbcdm_cfg_find’ discards qualifiers from pointer target type inifile.c:600:1: note: expected ‘char *’ but argument is of type ‘LPCSTR’ libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c unicode.c -fPIC -DPIC -o .libs/unicode.o /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libiodbc_common.la SQLGetConfigMode.lo SQLGetPrivateProfileString.lo SQLSetConfigMode.lo SQLValidDSN.lo SQLWritePrivateProfileString.lo SQLReadFileDSN.lo SQLWriteFileDSN.lo dlf.lo inifile.lo iodbc_error.lo misc.lo unicode.lo libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libiodbc_common.a .libs/SQLGetConfigMode.o .libs/SQLGetPrivateProfileString.o .libs/SQLSetConfigMode.o .libs/SQLValidDSN.o .libs/SQLWritePrivateProfileString.o .libs/SQLReadFileDSN.o .libs/SQLWriteFileDSN.o .libs/dlf.o .libs/inifile.o .libs/iodbc_error.o .libs/misc.o .libs/unicode.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libiodbc_common.a libtool: link: ( cd ".libs" && rm -f "libiodbc_common.la" && ln -s "../libiodbc_common.la" "libiodbc_common.la" ) /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -version-info 3:20:1 -export-symbols ./iodbcinst.exp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libiodbcinst.la -rpath /usr/lib64 SQLConfigDataSource.lo SQLConfigDriver.lo SQLGetAvailableDrivers.lo SQLGetInstalledDrivers.lo SQLInstallDriver.lo SQLRemoveDSNFromIni.lo SQLRemoveDriver.lo SQLWriteDSNToIni.lo SQLInstallDriverEx.lo SQLInstallODBC.lo SQLInstallTranslator.lo SQLCreateDataSource.lo SQLManageDataSource.lo SQLRemoveTranslator.lo SQLRemoveDefaultDataSource.lo SQLInstallDriverManager.lo SQLRemoveDriverManager.lo SQLInstallTranslatorEx.lo SQLInstallerError.lo SQLPostInstallerError.lo SQLGetTranslator.lo Info.lo libiodbc_common.la -ldl libtool: link: echo "{ global:" > .libs/libiodbcinst.ver libtool: link: cat ./iodbcinst.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libiodbcinst.ver libtool: link: echo "local: *; };" >> .libs/libiodbcinst.ver libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -shared -fPIC -DPIC .libs/SQLConfigDataSource.o .libs/SQLConfigDriver.o .libs/SQLGetAvailableDrivers.o .libs/SQLGetInstalledDrivers.o .libs/SQLInstallDriver.o .libs/SQLRemoveDSNFromIni.o .libs/SQLRemoveDriver.o .libs/SQLWriteDSNToIni.o .libs/SQLInstallDriverEx.o .libs/SQLInstallODBC.o .libs/SQLInstallTranslator.o .libs/SQLCreateDataSource.o .libs/SQLManageDataSource.o .libs/SQLRemoveTranslator.o .libs/SQLRemoveDefaultDataSource.o .libs/SQLInstallDriverManager.o .libs/SQLRemoveDriverManager.o .libs/SQLInstallTranslatorEx.o .libs/SQLInstallerError.o .libs/SQLPostInstallerError.o .libs/SQLGetTranslator.o .libs/Info.o -Wl,--whole-archive ./.libs/libiodbc_common.a -Wl,--no-whole-archive -Wl,--as-needed -ldl -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -Wl,-soname -Wl,libiodbcinst.so.2 -Wl,-version-script -Wl,.libs/libiodbcinst.ver -o .libs/libiodbcinst.so.2.1.20 libtool: link: (cd ".libs" && rm -f "libiodbcinst.so.2" && ln -s "libiodbcinst.so.2.1.20" "libiodbcinst.so.2") libtool: link: (cd ".libs" && rm -f "libiodbcinst.so" && ln -s "libiodbcinst.so.2.1.20" "libiodbcinst.so") libtool: link: ( cd ".libs" && rm -f "libiodbcinst.la" && ln -s "../libiodbcinst.la" "libiodbcinst.la" ) make[1]: Leaving directory/var/tmp/portage/dev-db/libiodbc-3.52.8/work/iODBC-3.52.8/iodbcinst'
Making all in iodbc
make[1]: Entering directory /var/tmp/portage/dev-db/libiodbc-3.52.8/work/iODBC-3.52.8/iodbc' Making all in trace make[2]: Entering directory/var/tmp/portage/dev-db/libiodbc-3.52.8/work/iODBC-3.52.8/iodbc/trace'
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o AllocConnect.lo AllocConnect.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o AllocEnv.lo AllocEnv.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o AllocHandle.lo AllocHandle.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o AllocStmt.lo AllocStmt.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o BindCol.lo BindCol.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o BindParameter.lo BindParameter.c
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c AllocStmt.c -fPIC -DPIC -o .libs/AllocStmt.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c BindParameter.c -fPIC -DPIC -o .libs/BindParameter.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c AllocHandle.c -fPIC -DPIC -o .libs/AllocHandle.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c AllocEnv.c -fPIC -DPIC -o .libs/AllocEnv.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c AllocConnect.c -fPIC -DPIC -o .libs/AllocConnect.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c BindCol.c -fPIC -DPIC -o .libs/BindCol.o
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o BrowseConnect.lo BrowseConnect.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o BulkOperations.lo BulkOperations.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o Cancel.lo Cancel.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o CloseCursor.lo CloseCursor.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o ColAttribute.lo ColAttribute.c
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c BrowseConnect.c -fPIC -DPIC -o .libs/BrowseConnect.o
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o ColumnPrivileges.lo ColumnPrivileges.c
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c CloseCursor.c -fPIC -DPIC -o .libs/CloseCursor.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c Cancel.c -fPIC -DPIC -o .libs/Cancel.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c BulkOperations.c -fPIC -DPIC -o .libs/BulkOperations.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c ColumnPrivileges.c -fPIC -DPIC -o .libs/ColumnPrivileges.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c ColAttribute.c -fPIC -DPIC -o .libs/ColAttribute.o
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o Columns.lo Columns.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o Connect.lo Connect.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o CopyDesc.lo CopyDesc.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o DataSources.lo DataSources.c
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c Columns.c -fPIC -DPIC -o .libs/Columns.o
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o DescribeCol.lo DescribeCol.c
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c DataSources.c -fPIC -DPIC -o .libs/DataSources.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c CopyDesc.c -fPIC -DPIC -o .libs/CopyDesc.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c Connect.c -fPIC -DPIC -o .libs/Connect.o
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o DescribeParam.lo DescribeParam.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o Disconnect.lo Disconnect.c
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c DescribeCol.c -fPIC -DPIC -o .libs/DescribeCol.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c DescribeParam.c -fPIC -DPIC -o .libs/DescribeParam.o
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o DriverConnect.lo DriverConnect.c
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c Disconnect.c -fPIC -DPIC -o .libs/Disconnect.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c DriverConnect.c -fPIC -DPIC -o .libs/DriverConnect.o
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o Drivers.lo Drivers.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o EndTran.lo EndTran.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o Error.lo Error.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o ExecDirect.lo ExecDirect.c
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c Drivers.c -fPIC -DPIC -o .libs/Drivers.o
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o Execute.lo Execute.c
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c EndTran.c -fPIC -DPIC -o .libs/EndTran.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c Error.c -fPIC -DPIC -o .libs/Error.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c ExecDirect.c -fPIC -DPIC -o .libs/ExecDirect.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c Execute.c -fPIC -DPIC -o .libs/Execute.o
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o ExtendedFetch.lo ExtendedFetch.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o Fetch.lo Fetch.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o FetchScroll.lo FetchScroll.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o ForeignKeys.lo ForeignKeys.c
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c ExtendedFetch.c -fPIC -DPIC -o .libs/ExtendedFetch.o
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o FreeConnect.lo FreeConnect.c
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c Fetch.c -fPIC -DPIC -o .libs/Fetch.o
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o FreeEnv.lo FreeEnv.c
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c FetchScroll.c -fPIC -DPIC -o .libs/FetchScroll.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c ForeignKeys.c -fPIC -DPIC -o .libs/ForeignKeys.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c FreeConnect.c -fPIC -DPIC -o .libs/FreeConnect.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c FreeEnv.c -fPIC -DPIC -o .libs/FreeEnv.o
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o FreeHandle.lo FreeHandle.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o FreeStmt.lo FreeStmt.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o GetConnectAttr.lo GetConnectAttr.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o GetConnectOption.lo GetConnectOption.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o GetCursorName.lo GetCursorName.c
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c FreeHandle.c -fPIC -DPIC -o .libs/FreeHandle.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c FreeStmt.c -fPIC -DPIC -o .libs/FreeStmt.o
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o GetData.lo GetData.c
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c GetCursorName.c -fPIC -DPIC -o .libs/GetCursorName.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c GetConnectAttr.c -fPIC -DPIC -o .libs/GetConnectAttr.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c GetConnectOption.c -fPIC -DPIC -o .libs/GetConnectOption.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c GetData.c -fPIC -DPIC -o .libs/GetData.o
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o GetDescField.lo GetDescField.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o GetDescRec.lo GetDescRec.c
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c GetDescField.c -fPIC -DPIC -o .libs/GetDescField.o
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o GetDiagField.lo GetDiagField.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o GetDiagRec.lo GetDiagRec.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o GetEnvAttr.lo GetEnvAttr.c
/bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c -o GetFunctions.lo GetFunctions.c
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -march=core2 -O2 -pipe -fomit-frame-pointer -DODBCVER=0x0350 -DIODBC_BUILD=8120326 -c GetDescRec.c -fPIC -DPIC -o .libs/GetDescRec.o
libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.

@logistiker
Copy link
Author

Bug is also documented here: https://bugs.gentoo.org/show_bug.cgi?id=405029

@logistiker
Copy link
Author

This only happens if --enable-gui flag is used. --disable-gui works fine.

@openlink
Copy link
Owner

openlink commented Jan 8, 2013

I will have a look at this issue shortly.

@openlink
Copy link
Owner

openlink commented Jan 8, 2013

Please check if this patch solves the problem on your machine:

09a33bd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants