Build of libiodbc with clang_glibc toolchain

The build took 00h 05m 49s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
59,040 ansic
11,209 sh
7,087 makefile
721 objc
78,057 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libiodbc 3.52.10-1 (Thu Apr 13 12:50:04 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) chrpath-0.16-1
#
# Total Installed Size: 0.09 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing chrpath...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking cached information... ok
# creating config.nice
# checking for iODBC installation layout... default
# checking for x86_64-unknown-linux-gcc... clang
# 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 clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether clang and cc understand -c and -o together... yes
# checking for clang option to accept ISO C99... none needed
# checking for clang option to accept ISO Standard C... (cached) none needed
# checking how to run the C preprocessor... clang -E
# checking for an ANSI C-conforming const... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# 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 clang... /usr/bin/ld
# checking if the linker (/usr/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 for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# 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 clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/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 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 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... yes
# checking for shl_load... no
# checking for shl_load in -ldld... 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.10 configuration summary
# ==================================================
#
# Installation variables
# layout default
# prefix /usr
# exec_prefix ${prefix}
#
# Installation paths
# programs ${exec_prefix}/bin
# include files /usr/include/libiodbc
# libraries ${exec_prefix}/lib
# manual pages ${datarootdir}/man
#
# Configuration files
# odbc.ini /etc/odbc.ini
# odbcinst.ini /etc/odbcinst.ini
# default FILEDSN path /etc/ODBCDataSources
#
# Extensions
# ODBC Version 3
# GUI Extensions false
# ThreadSafe true
# Install libodbc.so false
#
# Making all in admin
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/admin'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/admin'
# Making all in bin
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/bin'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/bin'
# Making all in etc
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/etc'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/etc'
# Making all in man
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/man'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/man'
# Making all in include
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/include'
# make all-am
# make[2]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/include'
# make[2]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/include'
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/include'
# Making all in iodbcinst
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbcinst'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLConfigDataSource.lo -MD -MP -MF .deps/SQLConfigDataSource.Tpo -c -o SQLConfigDataSource.lo SQLConfigDataSource.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLConfigDataSource.lo -MD -MP -MF .deps/SQLConfigDataSource.Tpo -c SQLConfigDataSource.c -fPIC -DPIC -o .libs/SQLConfigDataSource.o
# SQLConfigDataSource.c:307:8: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# CALL_CONFIG_DSNW (pCfg->value);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# SQLConfigDataSource.c:145:50: note: expanded from macro 'CALL_CONFIG_DSNW'
# dm_StrCopyOut2_W2A (ptr, ptr_u8, WCSLEN (ptr) * UTF8_MAX_CHAR_LEN, NULL); \
# ^~~~~~
# ./unicode.h:117:53: note: passing argument to parameter 'outStr' here
# int dm_StrCopyOut2_W2A (SQLWCHAR * inStr, SQLCHAR * outStr, SQLSMALLINT size,
# ^
# SQLConfigDataSource.c:318:8: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# CALL_CONFIG_DSNW (pCfg->value);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# SQLConfigDataSource.c:145:50: note: expanded from macro 'CALL_CONFIG_DSNW'
# dm_StrCopyOut2_W2A (ptr, ptr_u8, WCSLEN (ptr) * UTF8_MAX_CHAR_LEN, NULL); \
# ^~~~~~
# ./unicode.h:117:53: note: passing argument to parameter 'outStr' here
# int dm_StrCopyOut2_W2A (SQLWCHAR * inStr, SQLCHAR * outStr, SQLSMALLINT size,
# ^
# SQLConfigDataSource.c:329:8: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# CALL_CONFIG_DSNW (_drv_u8);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~
# SQLConfigDataSource.c:145:50: note: expanded from macro 'CALL_CONFIG_DSNW'
# dm_StrCopyOut2_W2A (ptr, ptr_u8, WCSLEN (ptr) * UTF8_MAX_CHAR_LEN, NULL); \
# ^~~~~~
# ./unicode.h:117:53: note: passing argument to parameter 'outStr' here
# int dm_StrCopyOut2_W2A (SQLWCHAR * inStr, SQLCHAR * outStr, SQLSMALLINT size,
# ^
# SQLConfigDataSource.c:340:8: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# CALL_CONFIG_DSNW (pCfg->value);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# SQLConfigDataSource.c:145:50: note: expanded from macro 'CALL_CONFIG_DSNW'
# dm_StrCopyOut2_W2A (ptr, ptr_u8, WCSLEN (ptr) * UTF8_MAX_CHAR_LEN, NULL); \
# ^~~~~~
# ./unicode.h:117:53: note: passing argument to parameter 'outStr' here
# int dm_StrCopyOut2_W2A (SQLWCHAR * inStr, SQLCHAR * outStr, SQLSMALLINT size,
# ^
# SQLConfigDataSource.c:351:8: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# CALL_CONFIG_DSNW (pCfg->value);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# SQLConfigDataSource.c:145:50: note: expanded from macro 'CALL_CONFIG_DSNW'
# dm_StrCopyOut2_W2A (ptr, ptr_u8, WCSLEN (ptr) * UTF8_MAX_CHAR_LEN, NULL); \
# ^~~~~~
# ./unicode.h:117:53: note: passing argument to parameter 'outStr' here
# int dm_StrCopyOut2_W2A (SQLWCHAR * inStr, SQLCHAR * outStr, SQLSMALLINT size,
# ^
# SQLConfigDataSource.c:373:8: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# CALL_CONFIG_DSNW (pCfg->value);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# SQLConfigDataSource.c:145:50: note: expanded from macro 'CALL_CONFIG_DSNW'
# dm_StrCopyOut2_W2A (ptr, ptr_u8, WCSLEN (ptr) * UTF8_MAX_CHAR_LEN, NULL); \
# ^~~~~~
# ./unicode.h:117:53: note: passing argument to parameter 'outStr' here
# int dm_StrCopyOut2_W2A (SQLWCHAR * inStr, SQLCHAR * outStr, SQLSMALLINT size,
# ^
# SQLConfigDataSource.c:384:8: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# CALL_CONFIG_DSNW (pCfg->value);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# SQLConfigDataSource.c:145:50: note: expanded from macro 'CALL_CONFIG_DSNW'
# dm_StrCopyOut2_W2A (ptr, ptr_u8, WCSLEN (ptr) * UTF8_MAX_CHAR_LEN, NULL); \
# ^~~~~~
# ./unicode.h:117:53: note: passing argument to parameter 'outStr' here
# int dm_StrCopyOut2_W2A (SQLWCHAR * inStr, SQLCHAR * outStr, SQLSMALLINT size,
# ^
# SQLConfigDataSource.c:395:8: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# CALL_CONFIG_DSNW (_drv_u8);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~
# SQLConfigDataSource.c:145:50: note: expanded from macro 'CALL_CONFIG_DSNW'
# dm_StrCopyOut2_W2A (ptr, ptr_u8, WCSLEN (ptr) * UTF8_MAX_CHAR_LEN, NULL); \
# ^~~~~~
# ./unicode.h:117:53: note: passing argument to parameter 'outStr' here
# int dm_StrCopyOut2_W2A (SQLWCHAR * inStr, SQLCHAR * outStr, SQLSMALLINT size,
# ^
# SQLConfigDataSource.c:406:8: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# CALL_CONFIG_DSNW (pCfg->value);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# SQLConfigDataSource.c:145:50: note: expanded from macro 'CALL_CONFIG_DSNW'
# dm_StrCopyOut2_W2A (ptr, ptr_u8, WCSLEN (ptr) * UTF8_MAX_CHAR_LEN, NULL); \
# ^~~~~~
# ./unicode.h:117:53: note: passing argument to parameter 'outStr' here
# int dm_StrCopyOut2_W2A (SQLWCHAR * inStr, SQLCHAR * outStr, SQLSMALLINT size,
# ^
# SQLConfigDataSource.c:417:8: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# CALL_CONFIG_DSNW (pCfg->value);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# SQLConfigDataSource.c:145:50: note: expanded from macro 'CALL_CONFIG_DSNW'
# dm_StrCopyOut2_W2A (ptr, ptr_u8, WCSLEN (ptr) * UTF8_MAX_CHAR_LEN, NULL); \
# ^~~~~~
# ./unicode.h:117:53: note: passing argument to parameter 'outStr' here
# int dm_StrCopyOut2_W2A (SQLWCHAR * inStr, SQLCHAR * outStr, SQLSMALLINT size,
# ^
# SQLConfigDataSource.c:459:7: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# CALL_CONFIG_DSNW ("libdrvproxy.so.2");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# SQLConfigDataSource.c:145:50: note: expanded from macro 'CALL_CONFIG_DSNW'
# dm_StrCopyOut2_W2A (ptr, ptr_u8, WCSLEN (ptr) * UTF8_MAX_CHAR_LEN, NULL); \
# ^~~~~~
# ./unicode.h:117:53: note: passing argument to parameter 'outStr' here
# int dm_StrCopyOut2_W2A (SQLWCHAR * inStr, SQLCHAR * outStr, SQLSMALLINT size,
# ^
# 11 warnings generated.
# mv -f .deps/SQLConfigDataSource.Tpo .deps/SQLConfigDataSource.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLConfigDriver.lo -MD -MP -MF .deps/SQLConfigDriver.Tpo -c -o SQLConfigDriver.lo SQLConfigDriver.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLConfigDriver.lo -MD -MP -MF .deps/SQLConfigDriver.Tpo -c SQLConfigDriver.c -fPIC -DPIC -o .libs/SQLConfigDriver.o
# mv -f .deps/SQLConfigDriver.Tpo .deps/SQLConfigDriver.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLGetAvailableDrivers.lo -MD -MP -MF .deps/SQLGetAvailableDrivers.Tpo -c -o SQLGetAvailableDrivers.lo SQLGetAvailableDrivers.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLGetAvailableDrivers.lo -MD -MP -MF .deps/SQLGetAvailableDrivers.Tpo -c SQLGetAvailableDrivers.c -fPIC -DPIC -o .libs/SQLGetAvailableDrivers.o
# SQLGetAvailableDrivers.c:238:16: warning: assigning to 'SQLCHAR *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# for (ptr = _buffer_u8, ptrW = lpszBuf; *ptr;
# ^ ~~~~~~~~~~
# 1 warning generated.
# mv -f .deps/SQLGetAvailableDrivers.Tpo .deps/SQLGetAvailableDrivers.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLGetInstalledDrivers.lo -MD -MP -MF .deps/SQLGetInstalledDrivers.Tpo -c -o SQLGetInstalledDrivers.lo SQLGetInstalledDrivers.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLGetInstalledDrivers.lo -MD -MP -MF .deps/SQLGetInstalledDrivers.Tpo -c SQLGetInstalledDrivers.c -fPIC -DPIC -o .libs/SQLGetInstalledDrivers.o
# mv -f .deps/SQLGetInstalledDrivers.Tpo .deps/SQLGetInstalledDrivers.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLInstallDriver.lo -MD -MP -MF .deps/SQLInstallDriver.Tpo -c -o SQLInstallDriver.lo SQLInstallDriver.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLInstallDriver.lo -MD -MP -MF .deps/SQLInstallDriver.Tpo -c SQLInstallDriver.c -fPIC -DPIC -o .libs/SQLInstallDriver.o
# SQLInstallDriver.c:359:29: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# dm_StrCopyOut2_U8toW (_path_u8, lpszPath, cbPathMax, pcbPathOut);
# ^~~~~~~~
# ./unicode.h:115:37: note: passing argument to parameter 'inStr' here
# int dm_StrCopyOut2_U8toW (SQLCHAR * inStr, SQLWCHAR * outStr, size_t size,
# ^
# 1 warning generated.
# mv -f .deps/SQLInstallDriver.Tpo .deps/SQLInstallDriver.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLRemoveDSNFromIni.lo -MD -MP -MF .deps/SQLRemoveDSNFromIni.Tpo -c -o SQLRemoveDSNFromIni.lo SQLRemoveDSNFromIni.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLRemoveDSNFromIni.lo -MD -MP -MF .deps/SQLRemoveDSNFromIni.Tpo -c SQLRemoveDSNFromIni.c -fPIC -DPIC -o .libs/SQLRemoveDSNFromIni.o
# mv -f .deps/SQLRemoveDSNFromIni.Tpo .deps/SQLRemoveDSNFromIni.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLRemoveDriver.lo -MD -MP -MF .deps/SQLRemoveDriver.Tpo -c -o SQLRemoveDriver.lo SQLRemoveDriver.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLRemoveDriver.lo -MD -MP -MF .deps/SQLRemoveDriver.Tpo -c SQLRemoveDriver.c -fPIC -DPIC -o .libs/SQLRemoveDriver.o
# mv -f .deps/SQLRemoveDriver.Tpo .deps/SQLRemoveDriver.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLWriteDSNToIni.lo -MD -MP -MF .deps/SQLWriteDSNToIni.Tpo -c -o SQLWriteDSNToIni.lo SQLWriteDSNToIni.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLWriteDSNToIni.lo -MD -MP -MF .deps/SQLWriteDSNToIni.Tpo -c SQLWriteDSNToIni.c -fPIC -DPIC -o .libs/SQLWriteDSNToIni.o
# SQLWriteDSNToIni.c:201:13: warning: assigning to 'char *' from 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# _dsn_u8 = (SQLCHAR *) lpszDSN;
# ^ ~~~~~~~~~~~~~~~~~~~
# SQLWriteDSNToIni.c:213:16: warning: assigning to 'char *' from 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# _driver_u8 = (SQLCHAR *) lpszDriver;
# ^ ~~~~~~~~~~~~~~~~~~~~~~
# 2 warnings generated.
# mv -f .deps/SQLWriteDSNToIni.Tpo .deps/SQLWriteDSNToIni.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLInstallDriverEx.lo -MD -MP -MF .deps/SQLInstallDriverEx.Tpo -c -o SQLInstallDriverEx.lo SQLInstallDriverEx.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLInstallDriverEx.lo -MD -MP -MF .deps/SQLInstallDriverEx.Tpo -c SQLInstallDriverEx.c -fPIC -DPIC -o .libs/SQLInstallDriverEx.o
# SQLInstallDriverEx.c:351:31: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# dm_StrCopyOut2_W2A (ptr, ptr_u8, WCSLEN (ptr) * UTF8_MAX_CHAR_LEN,
# ^~~~~~
# ./unicode.h:117:53: note: passing argument to parameter 'outStr' here
# int dm_StrCopyOut2_W2A (SQLWCHAR * inStr, SQLCHAR * outStr, SQLSMALLINT size,
# ^
# SQLInstallDriverEx.c:388:29: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# dm_StrCopyOut2_U8toW (_pathout_u8, lpszPathOut, cbPathOutMax,
# ^~~~~~~~~~~
# ./unicode.h:115:37: note: passing argument to parameter 'inStr' here
# int dm_StrCopyOut2_U8toW (SQLCHAR * inStr, SQLWCHAR * outStr, size_t size,
# ^
# 2 warnings generated.
# mv -f .deps/SQLInstallDriverEx.Tpo .deps/SQLInstallDriverEx.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLInstallODBC.lo -MD -MP -MF .deps/SQLInstallODBC.Tpo -c -o SQLInstallODBC.lo SQLInstallODBC.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLInstallODBC.lo -MD -MP -MF .deps/SQLInstallODBC.Tpo -c SQLInstallODBC.c -fPIC -DPIC -o .libs/SQLInstallODBC.o
# mv -f .deps/SQLInstallODBC.Tpo .deps/SQLInstallODBC.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLInstallTranslator.lo -MD -MP -MF .deps/SQLInstallTranslator.Tpo -c -o SQLInstallTranslator.lo SQLInstallTranslator.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLInstallTranslator.lo -MD -MP -MF .deps/SQLInstallTranslator.Tpo -c SQLInstallTranslator.c -fPIC -DPIC -o .libs/SQLInstallTranslator.o
# SQLInstallTranslator.c:264:29: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# dm_StrCopyOut2_U8toW (_pathout_u8, lpszPathOut, cbPathOutMax,
# ^~~~~~~~~~~
# ./unicode.h:115:37: note: passing argument to parameter 'inStr' here
# int dm_StrCopyOut2_U8toW (SQLCHAR * inStr, SQLWCHAR * outStr, size_t size,
# ^
# 1 warning generated.
# mv -f .deps/SQLInstallTranslator.Tpo .deps/SQLInstallTranslator.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLCreateDataSource.lo -MD -MP -MF .deps/SQLCreateDataSource.Tpo -c -o SQLCreateDataSource.lo SQLCreateDataSource.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLCreateDataSource.lo -MD -MP -MF .deps/SQLCreateDataSource.Tpo -c SQLCreateDataSource.c -fPIC -DPIC -o .libs/SQLCreateDataSource.o
# mv -f .deps/SQLCreateDataSource.Tpo .deps/SQLCreateDataSource.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLManageDataSource.lo -MD -MP -MF .deps/SQLManageDataSource.Tpo -c -o SQLManageDataSource.lo SQLManageDataSource.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLManageDataSource.lo -MD -MP -MF .deps/SQLManageDataSource.Tpo -c SQLManageDataSource.c -fPIC -DPIC -o .libs/SQLManageDataSource.o
# mv -f .deps/SQLManageDataSource.Tpo .deps/SQLManageDataSource.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLRemoveTranslator.lo -MD -MP -MF .deps/SQLRemoveTranslator.Tpo -c -o SQLRemoveTranslator.lo SQLRemoveTranslator.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLRemoveTranslator.lo -MD -MP -MF .deps/SQLRemoveTranslator.Tpo -c SQLRemoveTranslator.c -fPIC -DPIC -o .libs/SQLRemoveTranslator.o
# mv -f .deps/SQLRemoveTranslator.Tpo .deps/SQLRemoveTranslator.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLRemoveDefaultDataSource.lo -MD -MP -MF .deps/SQLRemoveDefaultDataSource.Tpo -c -o SQLRemoveDefaultDataSource.lo SQLRemoveDefaultDataSource.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLRemoveDefaultDataSource.lo -MD -MP -MF .deps/SQLRemoveDefaultDataSource.Tpo -c SQLRemoveDefaultDataSource.c -fPIC -DPIC -o .libs/SQLRemoveDefaultDataSource.o
# mv -f .deps/SQLRemoveDefaultDataSource.Tpo .deps/SQLRemoveDefaultDataSource.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLInstallDriverManager.lo -MD -MP -MF .deps/SQLInstallDriverManager.Tpo -c -o SQLInstallDriverManager.lo SQLInstallDriverManager.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLInstallDriverManager.lo -MD -MP -MF .deps/SQLInstallDriverManager.Tpo -c SQLInstallDriverManager.c -fPIC -DPIC -o .libs/SQLInstallDriverManager.o
# SQLInstallDriverManager.c:129:29: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# dm_StrCopyOut2_U8toW (_path_u8, lpszPath, cbPathMax, pcbPathOut);
# ^~~~~~~~
# ./unicode.h:115:37: note: passing argument to parameter 'inStr' here
# int dm_StrCopyOut2_U8toW (SQLCHAR * inStr, SQLWCHAR * outStr, size_t size,
# ^
# 1 warning generated.
# mv -f .deps/SQLInstallDriverManager.Tpo .deps/SQLInstallDriverManager.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLRemoveDriverManager.lo -MD -MP -MF .deps/SQLRemoveDriverManager.Tpo -c -o SQLRemoveDriverManager.lo SQLRemoveDriverManager.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLRemoveDriverManager.lo -MD -MP -MF .deps/SQLRemoveDriverManager.Tpo -c SQLRemoveDriverManager.c -fPIC -DPIC -o .libs/SQLRemoveDriverManager.o
# mv -f .deps/SQLRemoveDriverManager.Tpo .deps/SQLRemoveDriverManager.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLInstallTranslatorEx.lo -MD -MP -MF .deps/SQLInstallTranslatorEx.Tpo -c -o SQLInstallTranslatorEx.lo SQLInstallTranslatorEx.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLInstallTranslatorEx.lo -MD -MP -MF .deps/SQLInstallTranslatorEx.Tpo -c SQLInstallTranslatorEx.c -fPIC -DPIC -o .libs/SQLInstallTranslatorEx.o
# SQLInstallTranslatorEx.c:226:31: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# dm_StrCopyOut2_W2A (ptr, ptr_u8, WCSLEN (ptr) * UTF8_MAX_CHAR_LEN,
# ^~~~~~
# ./unicode.h:117:53: note: passing argument to parameter 'outStr' here
# int dm_StrCopyOut2_W2A (SQLWCHAR * inStr, SQLCHAR * outStr, SQLSMALLINT size,
# ^
# SQLInstallTranslatorEx.c:264:29: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# dm_StrCopyOut2_U8toW (_pathout_u8, lpszPathOut, cbPathOutMax,
# ^~~~~~~~~~~
# ./unicode.h:115:37: note: passing argument to parameter 'inStr' here
# int dm_StrCopyOut2_U8toW (SQLCHAR * inStr, SQLWCHAR * outStr, size_t size,
# ^
# 2 warnings generated.
# mv -f .deps/SQLInstallTranslatorEx.Tpo .deps/SQLInstallTranslatorEx.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLInstallerError.lo -MD -MP -MF .deps/SQLInstallerError.Tpo -c -o SQLInstallerError.lo SQLInstallerError.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLInstallerError.lo -MD -MP -MF .deps/SQLInstallerError.Tpo -c SQLInstallerError.c -fPIC -DPIC -o .libs/SQLInstallerError.o
# SQLInstallerError.c:177:29: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# dm_StrCopyOut2_U8toW (_errormsg_u8, lpszErrorMsg, cbErrorMsgMax,
# ^~~~~~~~~~~~
# ./unicode.h:115:37: note: passing argument to parameter 'inStr' here
# int dm_StrCopyOut2_U8toW (SQLCHAR * inStr, SQLWCHAR * outStr, size_t size,
# ^
# 1 warning generated.
# mv -f .deps/SQLInstallerError.Tpo .deps/SQLInstallerError.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLPostInstallerError.lo -MD -MP -MF .deps/SQLPostInstallerError.Tpo -c -o SQLPostInstallerError.lo SQLPostInstallerError.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLPostInstallerError.lo -MD -MP -MF .deps/SQLPostInstallerError.Tpo -c SQLPostInstallerError.c -fPIC -DPIC -o .libs/SQLPostInstallerError.o
# mv -f .deps/SQLPostInstallerError.Tpo .deps/SQLPostInstallerError.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLGetTranslator.lo -MD -MP -MF .deps/SQLGetTranslator.Tpo -c -o SQLGetTranslator.lo SQLGetTranslator.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLGetTranslator.lo -MD -MP -MF .deps/SQLGetTranslator.Tpo -c SQLGetTranslator.c -fPIC -DPIC -o .libs/SQLGetTranslator.o
# SQLGetTranslator.c:322:29: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# dm_StrCopyOut2_U8toW (_name_u8, lpszName, cbNameMax, pcbNameOut);
# ^~~~~~~~
# ./unicode.h:115:37: note: passing argument to parameter 'inStr' here
# int dm_StrCopyOut2_U8toW (SQLCHAR * inStr, SQLWCHAR * outStr, size_t size,
# ^
# SQLGetTranslator.c:323:29: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# dm_StrCopyOut2_U8toW (_path_u8, lpszPath, cbPathMax, pcbPathOut);
# ^~~~~~~~
# ./unicode.h:115:37: note: passing argument to parameter 'inStr' here
# int dm_StrCopyOut2_U8toW (SQLCHAR * inStr, SQLWCHAR * outStr, size_t size,
# ^
# 2 warnings generated.
# mv -f .deps/SQLGetTranslator.Tpo .deps/SQLGetTranslator.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Info.lo -MD -MP -MF .deps/Info.Tpo -c -o Info.lo Info.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Info.lo -MD -MP -MF .deps/Info.Tpo -c Info.c -fPIC -DPIC -o .libs/Info.o
# mv -f .deps/Info.Tpo .deps/Info.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLGetConfigMode.lo -MD -MP -MF .deps/SQLGetConfigMode.Tpo -c -o SQLGetConfigMode.lo SQLGetConfigMode.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLGetConfigMode.lo -MD -MP -MF .deps/SQLGetConfigMode.Tpo -c SQLGetConfigMode.c -fPIC -DPIC -o .libs/SQLGetConfigMode.o
# mv -f .deps/SQLGetConfigMode.Tpo .deps/SQLGetConfigMode.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLGetPrivateProfileString.lo -MD -MP -MF .deps/SQLGetPrivateProfileString.Tpo -c -o SQLGetPrivateProfileString.lo SQLGetPrivateProfileString.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLGetPrivateProfileString.lo -MD -MP -MF .deps/SQLGetPrivateProfileString.Tpo -c SQLGetPrivateProfileString.c -fPIC -DPIC -o .libs/SQLGetPrivateProfileString.o
# SQLGetPrivateProfileString.c:323:13: warning: assigning to 'SQLCHAR *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# for (ptr = _buffer_u8, ptrW = lpszRetBuffer; *ptr;
# ^ ~~~~~~~~~~
# SQLGetPrivateProfileString.c:327:5: warning: passing 'SQLSMALLINT *' (aka 'short *') to parameter of type 'u_short *' (aka 'unsigned short *') converts between pointers to integer types with different sign [-Wpointer-sign]
# &len);
# ^~~~
# ./unicode.h:116:15: note: passing argument to parameter 'result' here
# u_short * result);
# ^
# SQLGetPrivateProfileString.c:336:26: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# dm_StrCopyOut2_U8toW (_buffer_u8, lpszRetBuffer, cbRetBuffer,
# ^~~~~~~~~~
# ./unicode.h:115:37: note: passing argument to parameter 'inStr' here
# int dm_StrCopyOut2_U8toW (SQLCHAR * inStr, SQLWCHAR * outStr, size_t size,
# ^
# SQLGetPrivateProfileString.c:337:8: warning: passing 'SQLSMALLINT *' (aka 'short *') to parameter of type 'u_short *' (aka 'unsigned short *') converts between pointers to integer types with different sign [-Wpointer-sign]
# &length);
# ^~~~~~~
# ./unicode.h:116:15: note: passing argument to parameter 'result' here
# u_short * result);
# ^
# SQLGetPrivateProfileString.c:342:29: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# dm_StrCopyOut2_U8toW (_buffer_u8, lpszRetBuffer, cbRetBuffer, &length);
# ^~~~~~~~~~
# ./unicode.h:115:37: note: passing argument to parameter 'inStr' here
# int dm_StrCopyOut2_U8toW (SQLCHAR * inStr, SQLWCHAR * outStr, size_t size,
# ^
# SQLGetPrivateProfileString.c:342:69: warning: passing 'SQLSMALLINT *' (aka 'short *') to parameter of type 'u_short *' (aka 'unsigned short *') converts between pointers to integer types with different sign [-Wpointer-sign]
# dm_StrCopyOut2_U8toW (_buffer_u8, lpszRetBuffer, cbRetBuffer, &length);
# ^~~~~~~
# ./unicode.h:116:15: note: passing argument to parameter 'result' here
# u_short * result);
# ^
# 6 warnings generated.
# mv -f .deps/SQLGetPrivateProfileString.Tpo .deps/SQLGetPrivateProfileString.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLSetConfigMode.lo -MD -MP -MF .deps/SQLSetConfigMode.Tpo -c -o SQLSetConfigMode.lo SQLSetConfigMode.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLSetConfigMode.lo -MD -MP -MF .deps/SQLSetConfigMode.Tpo -c SQLSetConfigMode.c -fPIC -DPIC -o .libs/SQLSetConfigMode.o
# mv -f .deps/SQLSetConfigMode.Tpo .deps/SQLSetConfigMode.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLValidDSN.lo -MD -MP -MF .deps/SQLValidDSN.Tpo -c -o SQLValidDSN.lo SQLValidDSN.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLValidDSN.lo -MD -MP -MF .deps/SQLValidDSN.Tpo -c SQLValidDSN.c -fPIC -DPIC -o .libs/SQLValidDSN.o
# mv -f .deps/SQLValidDSN.Tpo .deps/SQLValidDSN.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLWritePrivateProfileString.lo -MD -MP -MF .deps/SQLWritePrivateProfileString.Tpo -c -o SQLWritePrivateProfileString.lo SQLWritePrivateProfileString.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLWritePrivateProfileString.lo -MD -MP -MF .deps/SQLWritePrivateProfileString.Tpo -c SQLWritePrivateProfileString.c -fPIC -DPIC -o .libs/SQLWritePrivateProfileString.o
# mv -f .deps/SQLWritePrivateProfileString.Tpo .deps/SQLWritePrivateProfileString.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLReadFileDSN.lo -MD -MP -MF .deps/SQLReadFileDSN.Tpo -c -o SQLReadFileDSN.lo SQLReadFileDSN.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLReadFileDSN.lo -MD -MP -MF .deps/SQLReadFileDSN.Tpo -c SQLReadFileDSN.c -fPIC -DPIC -o .libs/SQLReadFileDSN.o
# SQLReadFileDSN.c:190:29: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# dm_StrCopyOut2_U8toW (_string_u8, lpszString, cbString, pcbString);
# ^~~~~~~~~~
# ./unicode.h:115:37: note: passing argument to parameter 'inStr' here
# int dm_StrCopyOut2_U8toW (SQLCHAR * inStr, SQLWCHAR * outStr, size_t size,
# ^
# 1 warning generated.
# mv -f .deps/SQLReadFileDSN.Tpo .deps/SQLReadFileDSN.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLWriteFileDSN.lo -MD -MP -MF .deps/SQLWriteFileDSN.Tpo -c -o SQLWriteFileDSN.lo SQLWriteFileDSN.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SQLWriteFileDSN.lo -MD -MP -MF .deps/SQLWriteFileDSN.Tpo -c SQLWriteFileDSN.c -fPIC -DPIC -o .libs/SQLWriteFileDSN.o
# mv -f .deps/SQLWriteFileDSN.Tpo .deps/SQLWriteFileDSN.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT dlf.lo -MD -MP -MF .deps/dlf.Tpo -c -o dlf.lo dlf.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT dlf.lo -MD -MP -MF .deps/dlf.Tpo -c dlf.c -fPIC -DPIC -o .libs/dlf.o
# mv -f .deps/dlf.Tpo .deps/dlf.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT inifile.lo -MD -MP -MF .deps/inifile.Tpo -c -o inifile.lo inifile.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT inifile.lo -MD -MP -MF .deps/inifile.Tpo -c inifile.c -fPIC -DPIC -o .libs/inifile.o
# mv -f .deps/inifile.Tpo .deps/inifile.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT iodbc_error.lo -MD -MP -MF .deps/iodbc_error.Tpo -c -o iodbc_error.lo iodbc_error.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT iodbc_error.lo -MD -MP -MF .deps/iodbc_error.Tpo -c iodbc_error.c -fPIC -DPIC -o .libs/iodbc_error.o
# mv -f .deps/iodbc_error.Tpo .deps/iodbc_error.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo misc.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -fPIC -DPIC -o .libs/misc.o
# mv -f .deps/misc.Tpo .deps/misc.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c -o unicode.lo unicode.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbc -I../iodbcinst -I../iodbcadm -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c unicode.c -fPIC -DPIC -o .libs/unicode.o
# unicode.c:266:11: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# if (len < 0)
# ~~~ ^ ~
# unicode.c:294:11: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# if (len < 0)
# ~~~ ^ ~
# 2 warnings generated.
# mv -f .deps/unicode.Tpo .deps/unicode.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -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: 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
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: 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 clang -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -version-info 3:22:1 -export-symbols ./iodbcinst.exp -o libiodbcinst.la -rpath /usr/lib 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: clang -shared .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 -ldl -Wl,-soname -Wl,libiodbcinst.so.2 -Wl,-version-script -Wl,.libs/libiodbcinst.ver -o .libs/libiodbcinst.so.2.1.22
# libtool: link: (cd ".libs" && rm -f "libiodbcinst.so.2" && ln -s "libiodbcinst.so.2.1.22" "libiodbcinst.so.2")
# libtool: link: (cd ".libs" && rm -f "libiodbcinst.so" && ln -s "libiodbcinst.so.2.1.22" "libiodbcinst.so")
# libtool: link: ( cd ".libs" && rm -f "libiodbcinst.la" && ln -s "../libiodbcinst.la" "libiodbcinst.la" )
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbcinst'
# Making all in iodbc
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbc'
# Making all in trace
# make[2]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbc/trace'
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT AllocConnect.lo -MD -MP -MF .deps/AllocConnect.Tpo -c -o AllocConnect.lo AllocConnect.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT AllocConnect.lo -MD -MP -MF .deps/AllocConnect.Tpo -c AllocConnect.c -fPIC -DPIC -o .libs/AllocConnect.o
# mv -f .deps/AllocConnect.Tpo .deps/AllocConnect.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT AllocEnv.lo -MD -MP -MF .deps/AllocEnv.Tpo -c -o AllocEnv.lo AllocEnv.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT AllocEnv.lo -MD -MP -MF .deps/AllocEnv.Tpo -c AllocEnv.c -fPIC -DPIC -o .libs/AllocEnv.o
# mv -f .deps/AllocEnv.Tpo .deps/AllocEnv.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT AllocHandle.lo -MD -MP -MF .deps/AllocHandle.Tpo -c -o AllocHandle.lo AllocHandle.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT AllocHandle.lo -MD -MP -MF .deps/AllocHandle.Tpo -c AllocHandle.c -fPIC -DPIC -o .libs/AllocHandle.o
# mv -f .deps/AllocHandle.Tpo .deps/AllocHandle.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT AllocStmt.lo -MD -MP -MF .deps/AllocStmt.Tpo -c -o AllocStmt.lo AllocStmt.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT AllocStmt.lo -MD -MP -MF .deps/AllocStmt.Tpo -c AllocStmt.c -fPIC -DPIC -o .libs/AllocStmt.o
# mv -f .deps/AllocStmt.Tpo .deps/AllocStmt.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT BindCol.lo -MD -MP -MF .deps/BindCol.Tpo -c -o BindCol.lo BindCol.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT BindCol.lo -MD -MP -MF .deps/BindCol.Tpo -c BindCol.c -fPIC -DPIC -o .libs/BindCol.o
# mv -f .deps/BindCol.Tpo .deps/BindCol.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT BindParameter.lo -MD -MP -MF .deps/BindParameter.Tpo -c -o BindParameter.lo BindParameter.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT BindParameter.lo -MD -MP -MF .deps/BindParameter.Tpo -c BindParameter.c -fPIC -DPIC -o .libs/BindParameter.o
# mv -f .deps/BindParameter.Tpo .deps/BindParameter.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT BrowseConnect.lo -MD -MP -MF .deps/BrowseConnect.Tpo -c -o BrowseConnect.lo BrowseConnect.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT BrowseConnect.lo -MD -MP -MF .deps/BrowseConnect.Tpo -c BrowseConnect.c -fPIC -DPIC -o .libs/BrowseConnect.o
# mv -f .deps/BrowseConnect.Tpo .deps/BrowseConnect.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT BulkOperations.lo -MD -MP -MF .deps/BulkOperations.Tpo -c -o BulkOperations.lo BulkOperations.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT BulkOperations.lo -MD -MP -MF .deps/BulkOperations.Tpo -c BulkOperations.c -fPIC -DPIC -o .libs/BulkOperations.o
# mv -f .deps/BulkOperations.Tpo .deps/BulkOperations.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Cancel.lo -MD -MP -MF .deps/Cancel.Tpo -c -o Cancel.lo Cancel.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Cancel.lo -MD -MP -MF .deps/Cancel.Tpo -c Cancel.c -fPIC -DPIC -o .libs/Cancel.o
# mv -f .deps/Cancel.Tpo .deps/Cancel.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT CloseCursor.lo -MD -MP -MF .deps/CloseCursor.Tpo -c -o CloseCursor.lo CloseCursor.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT CloseCursor.lo -MD -MP -MF .deps/CloseCursor.Tpo -c CloseCursor.c -fPIC -DPIC -o .libs/CloseCursor.o
# mv -f .deps/CloseCursor.Tpo .deps/CloseCursor.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT ColAttribute.lo -MD -MP -MF .deps/ColAttribute.Tpo -c -o ColAttribute.lo ColAttribute.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT ColAttribute.lo -MD -MP -MF .deps/ColAttribute.Tpo -c ColAttribute.c -fPIC -DPIC -o .libs/ColAttribute.o
# mv -f .deps/ColAttribute.Tpo .deps/ColAttribute.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT ColumnPrivileges.lo -MD -MP -MF .deps/ColumnPrivileges.Tpo -c -o ColumnPrivileges.lo ColumnPrivileges.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT ColumnPrivileges.lo -MD -MP -MF .deps/ColumnPrivileges.Tpo -c ColumnPrivileges.c -fPIC -DPIC -o .libs/ColumnPrivileges.o
# mv -f .deps/ColumnPrivileges.Tpo .deps/ColumnPrivileges.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Columns.lo -MD -MP -MF .deps/Columns.Tpo -c -o Columns.lo Columns.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Columns.lo -MD -MP -MF .deps/Columns.Tpo -c Columns.c -fPIC -DPIC -o .libs/Columns.o
# mv -f .deps/Columns.Tpo .deps/Columns.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Connect.lo -MD -MP -MF .deps/Connect.Tpo -c -o Connect.lo Connect.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Connect.lo -MD -MP -MF .deps/Connect.Tpo -c Connect.c -fPIC -DPIC -o .libs/Connect.o
# mv -f .deps/Connect.Tpo .deps/Connect.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT CopyDesc.lo -MD -MP -MF .deps/CopyDesc.Tpo -c -o CopyDesc.lo CopyDesc.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT CopyDesc.lo -MD -MP -MF .deps/CopyDesc.Tpo -c CopyDesc.c -fPIC -DPIC -o .libs/CopyDesc.o
# mv -f .deps/CopyDesc.Tpo .deps/CopyDesc.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT DataSources.lo -MD -MP -MF .deps/DataSources.Tpo -c -o DataSources.lo DataSources.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT DataSources.lo -MD -MP -MF .deps/DataSources.Tpo -c DataSources.c -fPIC -DPIC -o .libs/DataSources.o
# mv -f .deps/DataSources.Tpo .deps/DataSources.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT DescribeCol.lo -MD -MP -MF .deps/DescribeCol.Tpo -c -o DescribeCol.lo DescribeCol.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT DescribeCol.lo -MD -MP -MF .deps/DescribeCol.Tpo -c DescribeCol.c -fPIC -DPIC -o .libs/DescribeCol.o
# mv -f .deps/DescribeCol.Tpo .deps/DescribeCol.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT DescribeParam.lo -MD -MP -MF .deps/DescribeParam.Tpo -c -o DescribeParam.lo DescribeParam.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT DescribeParam.lo -MD -MP -MF .deps/DescribeParam.Tpo -c DescribeParam.c -fPIC -DPIC -o .libs/DescribeParam.o
# mv -f .deps/DescribeParam.Tpo .deps/DescribeParam.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Disconnect.lo -MD -MP -MF .deps/Disconnect.Tpo -c -o Disconnect.lo Disconnect.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Disconnect.lo -MD -MP -MF .deps/Disconnect.Tpo -c Disconnect.c -fPIC -DPIC -o .libs/Disconnect.o
# mv -f .deps/Disconnect.Tpo .deps/Disconnect.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT DriverConnect.lo -MD -MP -MF .deps/DriverConnect.Tpo -c -o DriverConnect.lo DriverConnect.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT DriverConnect.lo -MD -MP -MF .deps/DriverConnect.Tpo -c DriverConnect.c -fPIC -DPIC -o .libs/DriverConnect.o
# mv -f .deps/DriverConnect.Tpo .deps/DriverConnect.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Drivers.lo -MD -MP -MF .deps/Drivers.Tpo -c -o Drivers.lo Drivers.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Drivers.lo -MD -MP -MF .deps/Drivers.Tpo -c Drivers.c -fPIC -DPIC -o .libs/Drivers.o
# mv -f .deps/Drivers.Tpo .deps/Drivers.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT EndTran.lo -MD -MP -MF .deps/EndTran.Tpo -c -o EndTran.lo EndTran.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT EndTran.lo -MD -MP -MF .deps/EndTran.Tpo -c EndTran.c -fPIC -DPIC -o .libs/EndTran.o
# mv -f .deps/EndTran.Tpo .deps/EndTran.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Error.lo -MD -MP -MF .deps/Error.Tpo -c -o Error.lo Error.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Error.lo -MD -MP -MF .deps/Error.Tpo -c Error.c -fPIC -DPIC -o .libs/Error.o
# mv -f .deps/Error.Tpo .deps/Error.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT ExecDirect.lo -MD -MP -MF .deps/ExecDirect.Tpo -c -o ExecDirect.lo ExecDirect.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT ExecDirect.lo -MD -MP -MF .deps/ExecDirect.Tpo -c ExecDirect.c -fPIC -DPIC -o .libs/ExecDirect.o
# mv -f .deps/ExecDirect.Tpo .deps/ExecDirect.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Execute.lo -MD -MP -MF .deps/Execute.Tpo -c -o Execute.lo Execute.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Execute.lo -MD -MP -MF .deps/Execute.Tpo -c Execute.c -fPIC -DPIC -o .libs/Execute.o
# mv -f .deps/Execute.Tpo .deps/Execute.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT ExtendedFetch.lo -MD -MP -MF .deps/ExtendedFetch.Tpo -c -o ExtendedFetch.lo ExtendedFetch.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT ExtendedFetch.lo -MD -MP -MF .deps/ExtendedFetch.Tpo -c ExtendedFetch.c -fPIC -DPIC -o .libs/ExtendedFetch.o
# mv -f .deps/ExtendedFetch.Tpo .deps/ExtendedFetch.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Fetch.lo -MD -MP -MF .deps/Fetch.Tpo -c -o Fetch.lo Fetch.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Fetch.lo -MD -MP -MF .deps/Fetch.Tpo -c Fetch.c -fPIC -DPIC -o .libs/Fetch.o
# mv -f .deps/Fetch.Tpo .deps/Fetch.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT FetchScroll.lo -MD -MP -MF .deps/FetchScroll.Tpo -c -o FetchScroll.lo FetchScroll.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT FetchScroll.lo -MD -MP -MF .deps/FetchScroll.Tpo -c FetchScroll.c -fPIC -DPIC -o .libs/FetchScroll.o
# mv -f .deps/FetchScroll.Tpo .deps/FetchScroll.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT ForeignKeys.lo -MD -MP -MF .deps/ForeignKeys.Tpo -c -o ForeignKeys.lo ForeignKeys.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT ForeignKeys.lo -MD -MP -MF .deps/ForeignKeys.Tpo -c ForeignKeys.c -fPIC -DPIC -o .libs/ForeignKeys.o
# mv -f .deps/ForeignKeys.Tpo .deps/ForeignKeys.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT FreeConnect.lo -MD -MP -MF .deps/FreeConnect.Tpo -c -o FreeConnect.lo FreeConnect.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT FreeConnect.lo -MD -MP -MF .deps/FreeConnect.Tpo -c FreeConnect.c -fPIC -DPIC -o .libs/FreeConnect.o
# mv -f .deps/FreeConnect.Tpo .deps/FreeConnect.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT FreeEnv.lo -MD -MP -MF .deps/FreeEnv.Tpo -c -o FreeEnv.lo FreeEnv.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT FreeEnv.lo -MD -MP -MF .deps/FreeEnv.Tpo -c FreeEnv.c -fPIC -DPIC -o .libs/FreeEnv.o
# mv -f .deps/FreeEnv.Tpo .deps/FreeEnv.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT FreeHandle.lo -MD -MP -MF .deps/FreeHandle.Tpo -c -o FreeHandle.lo FreeHandle.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT FreeHandle.lo -MD -MP -MF .deps/FreeHandle.Tpo -c FreeHandle.c -fPIC -DPIC -o .libs/FreeHandle.o
# mv -f .deps/FreeHandle.Tpo .deps/FreeHandle.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT FreeStmt.lo -MD -MP -MF .deps/FreeStmt.Tpo -c -o FreeStmt.lo FreeStmt.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT FreeStmt.lo -MD -MP -MF .deps/FreeStmt.Tpo -c FreeStmt.c -fPIC -DPIC -o .libs/FreeStmt.o
# mv -f .deps/FreeStmt.Tpo .deps/FreeStmt.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetConnectAttr.lo -MD -MP -MF .deps/GetConnectAttr.Tpo -c -o GetConnectAttr.lo GetConnectAttr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetConnectAttr.lo -MD -MP -MF .deps/GetConnectAttr.Tpo -c GetConnectAttr.c -fPIC -DPIC -o .libs/GetConnectAttr.o
# mv -f .deps/GetConnectAttr.Tpo .deps/GetConnectAttr.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetConnectOption.lo -MD -MP -MF .deps/GetConnectOption.Tpo -c -o GetConnectOption.lo GetConnectOption.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetConnectOption.lo -MD -MP -MF .deps/GetConnectOption.Tpo -c GetConnectOption.c -fPIC -DPIC -o .libs/GetConnectOption.o
# mv -f .deps/GetConnectOption.Tpo .deps/GetConnectOption.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetCursorName.lo -MD -MP -MF .deps/GetCursorName.Tpo -c -o GetCursorName.lo GetCursorName.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetCursorName.lo -MD -MP -MF .deps/GetCursorName.Tpo -c GetCursorName.c -fPIC -DPIC -o .libs/GetCursorName.o
# mv -f .deps/GetCursorName.Tpo .deps/GetCursorName.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetData.lo -MD -MP -MF .deps/GetData.Tpo -c -o GetData.lo GetData.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetData.lo -MD -MP -MF .deps/GetData.Tpo -c GetData.c -fPIC -DPIC -o .libs/GetData.o
# mv -f .deps/GetData.Tpo .deps/GetData.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetDescField.lo -MD -MP -MF .deps/GetDescField.Tpo -c -o GetDescField.lo GetDescField.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetDescField.lo -MD -MP -MF .deps/GetDescField.Tpo -c GetDescField.c -fPIC -DPIC -o .libs/GetDescField.o
# mv -f .deps/GetDescField.Tpo .deps/GetDescField.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetDescRec.lo -MD -MP -MF .deps/GetDescRec.Tpo -c -o GetDescRec.lo GetDescRec.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetDescRec.lo -MD -MP -MF .deps/GetDescRec.Tpo -c GetDescRec.c -fPIC -DPIC -o .libs/GetDescRec.o
# mv -f .deps/GetDescRec.Tpo .deps/GetDescRec.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetDiagField.lo -MD -MP -MF .deps/GetDiagField.Tpo -c -o GetDiagField.lo GetDiagField.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetDiagField.lo -MD -MP -MF .deps/GetDiagField.Tpo -c GetDiagField.c -fPIC -DPIC -o .libs/GetDiagField.o
# mv -f .deps/GetDiagField.Tpo .deps/GetDiagField.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetDiagRec.lo -MD -MP -MF .deps/GetDiagRec.Tpo -c -o GetDiagRec.lo GetDiagRec.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetDiagRec.lo -MD -MP -MF .deps/GetDiagRec.Tpo -c GetDiagRec.c -fPIC -DPIC -o .libs/GetDiagRec.o
# mv -f .deps/GetDiagRec.Tpo .deps/GetDiagRec.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetEnvAttr.lo -MD -MP -MF .deps/GetEnvAttr.Tpo -c -o GetEnvAttr.lo GetEnvAttr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetEnvAttr.lo -MD -MP -MF .deps/GetEnvAttr.Tpo -c GetEnvAttr.c -fPIC -DPIC -o .libs/GetEnvAttr.o
# mv -f .deps/GetEnvAttr.Tpo .deps/GetEnvAttr.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetFunctions.lo -MD -MP -MF .deps/GetFunctions.Tpo -c -o GetFunctions.lo GetFunctions.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetFunctions.lo -MD -MP -MF .deps/GetFunctions.Tpo -c GetFunctions.c -fPIC -DPIC -o .libs/GetFunctions.o
# GetFunctions.c:182:24: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# trace_emit_string (ptr, SQL_NTS, 0);
# ^~~
# ./proto.h:633:35: note: passing argument to parameter 'str' here
# void trace_emit_string (SQLCHAR * str, ssize_t len, int is_utf8);
# ^
# 1 warning generated.
# mv -f .deps/GetFunctions.Tpo .deps/GetFunctions.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetStmtAttr.lo -MD -MP -MF .deps/GetStmtAttr.Tpo -c -o GetStmtAttr.lo GetStmtAttr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetStmtAttr.lo -MD -MP -MF .deps/GetStmtAttr.Tpo -c GetStmtAttr.c -fPIC -DPIC -o .libs/GetStmtAttr.o
# mv -f .deps/GetStmtAttr.Tpo .deps/GetStmtAttr.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetStmtOption.lo -MD -MP -MF .deps/GetStmtOption.Tpo -c -o GetStmtOption.lo GetStmtOption.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetStmtOption.lo -MD -MP -MF .deps/GetStmtOption.Tpo -c GetStmtOption.c -fPIC -DPIC -o .libs/GetStmtOption.o
# mv -f .deps/GetStmtOption.Tpo .deps/GetStmtOption.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetTypeInfo.lo -MD -MP -MF .deps/GetTypeInfo.Tpo -c -o GetTypeInfo.lo GetTypeInfo.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT GetTypeInfo.lo -MD -MP -MF .deps/GetTypeInfo.Tpo -c GetTypeInfo.c -fPIC -DPIC -o .libs/GetTypeInfo.o
# mv -f .deps/GetTypeInfo.Tpo .deps/GetTypeInfo.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Info.lo -MD -MP -MF .deps/Info.Tpo -c -o Info.lo Info.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Info.lo -MD -MP -MF .deps/Info.Tpo -c Info.c -fPIC -DPIC -o .libs/Info.o
# mv -f .deps/Info.Tpo .deps/Info.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT MoreResults.lo -MD -MP -MF .deps/MoreResults.Tpo -c -o MoreResults.lo MoreResults.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT MoreResults.lo -MD -MP -MF .deps/MoreResults.Tpo -c MoreResults.c -fPIC -DPIC -o .libs/MoreResults.o
# mv -f .deps/MoreResults.Tpo .deps/MoreResults.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT NativeSql.lo -MD -MP -MF .deps/NativeSql.Tpo -c -o NativeSql.lo NativeSql.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT NativeSql.lo -MD -MP -MF .deps/NativeSql.Tpo -c NativeSql.c -fPIC -DPIC -o .libs/NativeSql.o
# mv -f .deps/NativeSql.Tpo .deps/NativeSql.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT NumParams.lo -MD -MP -MF .deps/NumParams.Tpo -c -o NumParams.lo NumParams.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT NumParams.lo -MD -MP -MF .deps/NumParams.Tpo -c NumParams.c -fPIC -DPIC -o .libs/NumParams.o
# mv -f .deps/NumParams.Tpo .deps/NumParams.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT NumResultCols.lo -MD -MP -MF .deps/NumResultCols.Tpo -c -o NumResultCols.lo NumResultCols.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT NumResultCols.lo -MD -MP -MF .deps/NumResultCols.Tpo -c NumResultCols.c -fPIC -DPIC -o .libs/NumResultCols.o
# mv -f .deps/NumResultCols.Tpo .deps/NumResultCols.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT ParamData.lo -MD -MP -MF .deps/ParamData.Tpo -c -o ParamData.lo ParamData.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT ParamData.lo -MD -MP -MF .deps/ParamData.Tpo -c ParamData.c -fPIC -DPIC -o .libs/ParamData.o
# mv -f .deps/ParamData.Tpo .deps/ParamData.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT ParamOptions.lo -MD -MP -MF .deps/ParamOptions.Tpo -c -o ParamOptions.lo ParamOptions.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT ParamOptions.lo -MD -MP -MF .deps/ParamOptions.Tpo -c ParamOptions.c -fPIC -DPIC -o .libs/ParamOptions.o
# mv -f .deps/ParamOptions.Tpo .deps/ParamOptions.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Prepare.lo -MD -MP -MF .deps/Prepare.Tpo -c -o Prepare.lo Prepare.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Prepare.lo -MD -MP -MF .deps/Prepare.Tpo -c Prepare.c -fPIC -DPIC -o .libs/Prepare.o
# mv -f .deps/Prepare.Tpo .deps/Prepare.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT PrimaryKeys.lo -MD -MP -MF .deps/PrimaryKeys.Tpo -c -o PrimaryKeys.lo PrimaryKeys.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT PrimaryKeys.lo -MD -MP -MF .deps/PrimaryKeys.Tpo -c PrimaryKeys.c -fPIC -DPIC -o .libs/PrimaryKeys.o
# mv -f .deps/PrimaryKeys.Tpo .deps/PrimaryKeys.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT ProcedureColumns.lo -MD -MP -MF .deps/ProcedureColumns.Tpo -c -o ProcedureColumns.lo ProcedureColumns.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT ProcedureColumns.lo -MD -MP -MF .deps/ProcedureColumns.Tpo -c ProcedureColumns.c -fPIC -DPIC -o .libs/ProcedureColumns.o
# mv -f .deps/ProcedureColumns.Tpo .deps/ProcedureColumns.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Procedures.lo -MD -MP -MF .deps/Procedures.Tpo -c -o Procedures.lo Procedures.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Procedures.lo -MD -MP -MF .deps/Procedures.Tpo -c Procedures.c -fPIC -DPIC -o .libs/Procedures.o
# mv -f .deps/Procedures.Tpo .deps/Procedures.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT PutData.lo -MD -MP -MF .deps/PutData.Tpo -c -o PutData.lo PutData.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT PutData.lo -MD -MP -MF .deps/PutData.Tpo -c PutData.c -fPIC -DPIC -o .libs/PutData.o
# mv -f .deps/PutData.Tpo .deps/PutData.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT RowCount.lo -MD -MP -MF .deps/RowCount.Tpo -c -o RowCount.lo RowCount.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT RowCount.lo -MD -MP -MF .deps/RowCount.Tpo -c RowCount.c -fPIC -DPIC -o .libs/RowCount.o
# mv -f .deps/RowCount.Tpo .deps/RowCount.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SetConnectAttr.lo -MD -MP -MF .deps/SetConnectAttr.Tpo -c -o SetConnectAttr.lo SetConnectAttr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SetConnectAttr.lo -MD -MP -MF .deps/SetConnectAttr.Tpo -c SetConnectAttr.c -fPIC -DPIC -o .libs/SetConnectAttr.o
# mv -f .deps/SetConnectAttr.Tpo .deps/SetConnectAttr.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SetConnectOption.lo -MD -MP -MF .deps/SetConnectOption.Tpo -c -o SetConnectOption.lo SetConnectOption.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SetConnectOption.lo -MD -MP -MF .deps/SetConnectOption.Tpo -c SetConnectOption.c -fPIC -DPIC -o .libs/SetConnectOption.o
# mv -f .deps/SetConnectOption.Tpo .deps/SetConnectOption.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SetCursorName.lo -MD -MP -MF .deps/SetCursorName.Tpo -c -o SetCursorName.lo SetCursorName.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SetCursorName.lo -MD -MP -MF .deps/SetCursorName.Tpo -c SetCursorName.c -fPIC -DPIC -o .libs/SetCursorName.o
# mv -f .deps/SetCursorName.Tpo .deps/SetCursorName.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SetDescField.lo -MD -MP -MF .deps/SetDescField.Tpo -c -o SetDescField.lo SetDescField.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SetDescField.lo -MD -MP -MF .deps/SetDescField.Tpo -c SetDescField.c -fPIC -DPIC -o .libs/SetDescField.o
# mv -f .deps/SetDescField.Tpo .deps/SetDescField.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SetDescRec.lo -MD -MP -MF .deps/SetDescRec.Tpo -c -o SetDescRec.lo SetDescRec.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SetDescRec.lo -MD -MP -MF .deps/SetDescRec.Tpo -c SetDescRec.c -fPIC -DPIC -o .libs/SetDescRec.o
# mv -f .deps/SetDescRec.Tpo .deps/SetDescRec.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SetEnvAttr.lo -MD -MP -MF .deps/SetEnvAttr.Tpo -c -o SetEnvAttr.lo SetEnvAttr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SetEnvAttr.lo -MD -MP -MF .deps/SetEnvAttr.Tpo -c SetEnvAttr.c -fPIC -DPIC -o .libs/SetEnvAttr.o
# mv -f .deps/SetEnvAttr.Tpo .deps/SetEnvAttr.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SetPos.lo -MD -MP -MF .deps/SetPos.Tpo -c -o SetPos.lo SetPos.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SetPos.lo -MD -MP -MF .deps/SetPos.Tpo -c SetPos.c -fPIC -DPIC -o .libs/SetPos.o
# mv -f .deps/SetPos.Tpo .deps/SetPos.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SetScrollOptions.lo -MD -MP -MF .deps/SetScrollOptions.Tpo -c -o SetScrollOptions.lo SetScrollOptions.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SetScrollOptions.lo -MD -MP -MF .deps/SetScrollOptions.Tpo -c SetScrollOptions.c -fPIC -DPIC -o .libs/SetScrollOptions.o
# mv -f .deps/SetScrollOptions.Tpo .deps/SetScrollOptions.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SetStmtAttr.lo -MD -MP -MF .deps/SetStmtAttr.Tpo -c -o SetStmtAttr.lo SetStmtAttr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SetStmtAttr.lo -MD -MP -MF .deps/SetStmtAttr.Tpo -c SetStmtAttr.c -fPIC -DPIC -o .libs/SetStmtAttr.o
# mv -f .deps/SetStmtAttr.Tpo .deps/SetStmtAttr.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SetStmtOption.lo -MD -MP -MF .deps/SetStmtOption.Tpo -c -o SetStmtOption.lo SetStmtOption.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SetStmtOption.lo -MD -MP -MF .deps/SetStmtOption.Tpo -c SetStmtOption.c -fPIC -DPIC -o .libs/SetStmtOption.o
# mv -f .deps/SetStmtOption.Tpo .deps/SetStmtOption.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SpecialColumns.lo -MD -MP -MF .deps/SpecialColumns.Tpo -c -o SpecialColumns.lo SpecialColumns.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT SpecialColumns.lo -MD -MP -MF .deps/SpecialColumns.Tpo -c SpecialColumns.c -fPIC -DPIC -o .libs/SpecialColumns.o
# mv -f .deps/SpecialColumns.Tpo .deps/SpecialColumns.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Statistics.lo -MD -MP -MF .deps/Statistics.Tpo -c -o Statistics.lo Statistics.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Statistics.lo -MD -MP -MF .deps/Statistics.Tpo -c Statistics.c -fPIC -DPIC -o .libs/Statistics.o
# mv -f .deps/Statistics.Tpo .deps/Statistics.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT TablePrivileges.lo -MD -MP -MF .deps/TablePrivileges.Tpo -c -o TablePrivileges.lo TablePrivileges.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT TablePrivileges.lo -MD -MP -MF .deps/TablePrivileges.Tpo -c TablePrivileges.c -fPIC -DPIC -o .libs/TablePrivileges.o
# mv -f .deps/TablePrivileges.Tpo .deps/TablePrivileges.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Tables.lo -MD -MP -MF .deps/Tables.Tpo -c -o Tables.lo Tables.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Tables.lo -MD -MP -MF .deps/Tables.Tpo -c Tables.c -fPIC -DPIC -o .libs/Tables.o
# mv -f .deps/Tables.Tpo .deps/Tables.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Transact.lo -MD -MP -MF .deps/Transact.Tpo -c -o Transact.lo Transact.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT Transact.lo -MD -MP -MF .deps/Transact.Tpo -c Transact.c -fPIC -DPIC -o .libs/Transact.o
# mv -f .deps/Transact.Tpo .deps/Transact.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT trace.lo -MD -MP -MF .deps/trace.Tpo -c -o trace.lo trace.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../iodbc -I../../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT trace.lo -MD -MP -MF .deps/trace.Tpo -c trace.c -fPIC -DPIC -o .libs/trace.o
# mv -f .deps/trace.Tpo .deps/trace.Plo
# /bin/sh ../../libtool --tag=CC --mode=link clang -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -o libiodbctrace.la AllocConnect.lo AllocEnv.lo AllocHandle.lo AllocStmt.lo BindCol.lo BindParameter.lo BrowseConnect.lo BulkOperations.lo Cancel.lo CloseCursor.lo ColAttribute.lo ColumnPrivileges.lo Columns.lo Connect.lo CopyDesc.lo DataSources.lo DescribeCol.lo DescribeParam.lo Disconnect.lo DriverConnect.lo Drivers.lo EndTran.lo Error.lo ExecDirect.lo Execute.lo ExtendedFetch.lo Fetch.lo FetchScroll.lo ForeignKeys.lo FreeConnect.lo FreeEnv.lo FreeHandle.lo FreeStmt.lo GetConnectAttr.lo GetConnectOption.lo GetCursorName.lo GetData.lo GetDescField.lo GetDescRec.lo GetDiagField.lo GetDiagRec.lo GetEnvAttr.lo GetFunctions.lo GetStmtAttr.lo GetStmtOption.lo GetTypeInfo.lo Info.lo MoreResults.lo NativeSql.lo NumParams.lo NumResultCols.lo ParamData.lo ParamOptions.lo Prepare.lo PrimaryKeys.lo ProcedureColumns.lo Procedures.lo PutData.lo RowCount.lo SetConnectAttr.lo SetConnectOption.lo SetCursorName.lo SetDescField.lo SetDescRec.lo SetEnvAttr.lo SetPos.lo SetScrollOptions.lo SetStmtAttr.lo SetStmtOption.lo SpecialColumns.lo Statistics.lo TablePrivileges.lo Tables.lo Transact.lo trace.lo
# libtool: link: ar cru .libs/libiodbctrace.a .libs/AllocConnect.o .libs/AllocEnv.o .libs/AllocHandle.o .libs/AllocStmt.o .libs/BindCol.o .libs/BindParameter.o .libs/BrowseConnect.o .libs/BulkOperations.o .libs/Cancel.o .libs/CloseCursor.o .libs/ColAttribute.o .libs/ColumnPrivileges.o .libs/Columns.o .libs/Connect.o .libs/CopyDesc.o .libs/DataSources.o .libs/DescribeCol.o .libs/DescribeParam.o .libs/Disconnect.o .libs/DriverConnect.o .libs/Drivers.o .libs/EndTran.o .libs/Error.o .libs/ExecDirect.o .libs/Execute.o .libs/ExtendedFetch.o .libs/Fetch.o .libs/FetchScroll.o .libs/ForeignKeys.o .libs/FreeConnect.o .libs/FreeEnv.o .libs/FreeHandle.o .libs/FreeStmt.o .libs/GetConnectAttr.o .libs/GetConnectOption.o .libs/GetCursorName.o .libs/GetData.o .libs/GetDescField.o .libs/GetDescRec.o .libs/GetDiagField.o .libs/GetDiagRec.o .libs/GetEnvAttr.o .libs/GetFunctions.o .libs/GetStmtAttr.o .libs/GetStmtOption.o .libs/GetTypeInfo.o .libs/Info.o .libs/MoreResults.o .libs/NativeSql.o .libs/NumParams.o .libs/NumResultCols.o .libs/ParamData.o .libs/ParamOptions.o .libs/Prepare.o .libs/PrimaryKeys.o .libs/ProcedureColumns.o .libs/Procedures.o .libs/PutData.o .libs/RowCount.o .libs/SetConnectAttr.o .libs/SetConnectOption.o .libs/SetCursorName.o .libs/SetDescField.o .libs/SetDescRec.o .libs/SetEnvAttr.o .libs/SetPos.o .libs/SetScrollOptions.o .libs/SetStmtAttr.o .libs/SetStmtOption.o .libs/SpecialColumns.o .libs/Statistics.o .libs/TablePrivileges.o .libs/Tables.o .libs/Transact.o .libs/trace.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libiodbctrace.a
# libtool: link: ( cd ".libs" && rm -f "libiodbctrace.la" && ln -s "../libiodbctrace.la" "libiodbctrace.la" )
# make[2]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbc/trace'
# Making all in .
# make[2]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbc'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT catalog.lo -MD -MP -MF .deps/catalog.Tpo -c -o catalog.lo catalog.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT catalog.lo -MD -MP -MF .deps/catalog.Tpo -c catalog.c -fPIC -DPIC -o .libs/catalog.o
# mv -f .deps/catalog.Tpo .deps/catalog.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT connect.lo -MD -MP -MF .deps/connect.Tpo -c -o connect.lo connect.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT connect.lo -MD -MP -MF .deps/connect.Tpo -c connect.c -fPIC -DPIC -o .libs/connect.o
# connect.c:1737:37: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# SQLWCHAR *_in = dm_SQL_U8toW (buf, SQL_NTS);
# ^~~
# ../iodbcinst/unicode.h:110:35: note: passing argument to parameter 'inStr' here
# SQLWCHAR *dm_SQL_U8toW (SQLCHAR * inStr, SQLSMALLINT size);
# ^
# connect.c:1916:47: warning: passing 'SQLCHAR *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# retcode = _iodbcdm_pool_get_conn (pdbc, _dsn, _uid, _pwd, NULL);
# ^~~~
# connect.c:773:22: note: passing argument to parameter 'dsn' here
# HDBC hdbc, char *dsn, char *uid, char *pwd, char *connstr)
# ^
# connect.c:1985:31: warning: passing 'SQLCHAR *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# pdbc->cp_dsn = strdup (_dsn);
# ^~~~
# /usr/include/string.h:171:34: note: passing argument to parameter '__s' here
# extern char *strdup (const char *__s)
# ^
# connect.c:2057:34: warning: passing 'SQLCHAR *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# retcode = _iodbcdm_driverload (_dsn, (char *)driver, pdbc, thread_safe, unload_safe, waMode);
# ^~~~
# connect.c:991:12: note: passing argument to parameter 'dsn' here
# char * dsn,
# ^
# connect.c:2349:16: warning: assigning to 'SQLCHAR *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# savefile = strdup (pconfig->value);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~
# connect.c:2491:19: warning: assigning to 'SQLCHAR *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# filedsn = strdup (pconfig->value);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~
# connect.c:2506:48: warning: passing 'SQLCHAR *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (_iodbcdm_cfg_merge_filedsn (pconfig, filedsn,
# ^~~~~~~
# connect.c:1660:58: note: passing argument to parameter 'filedsn' here
# _iodbcdm_cfg_merge_filedsn (PCONFIG pconfig, const char *filedsn,
# ^
# connect.c:2659:13: warning: assigning to 'SQLCHAR *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# dsn = pconfig->value;
# ^ ~~~~~~~~~~~~~~
# connect.c:2697:2: warning: passing 'SQLCHAR [1024]' to parameter of type 'LPSTR' (aka 'char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# buf, sizeof (buf), "odbc.ini")
# ^~~
# ../include/odbcinst.h:466:11: note: passing argument to parameter 'lpszRetBuffer' here
# LPSTR lpszRetBuffer,
# ^
# connect.c:2710:2: warning: passing 'SQLCHAR [1024]' to parameter of type 'LPSTR' (aka 'char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# buf, sizeof (buf), "odbc.ini")
# ^~~
# ../include/odbcinst.h:466:11: note: passing argument to parameter 'lpszRetBuffer' here
# LPSTR lpszRetBuffer,
# ^
# connect.c:2736:28: warning: passing 'SQLCHAR *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# _iodbcdm_driverload (dsn, (char *) drv, pdbc, thread_safe, unload_safe,
# ^~~
# connect.c:991:12: note: passing argument to parameter 'dsn' here
# char * dsn,
# ^
# connect.c:2856:47: warning: passing 'SQLCHAR *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# _iodbcdm_strlcat (szConnStrOut, filedsn, cbConnStrOutMax);
# ^~~~~~~
# ../iodbcinst/misc.h:86:48: note: passing argument to parameter 'src' here
# size_t _iodbcdm_strlcat(char *dst, const char *src, size_t siz);
# ^
# connect.c:2877:47: warning: passing 'SQLCHAR *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# _iodbcdm_strlcat (szConnStrOut, savefile, cbConnStrOutMax);
# ^~~~~~~~
# ../iodbcinst/misc.h:86:48: note: passing argument to parameter 'src' here
# size_t _iodbcdm_strlcat(char *dst, const char *src, size_t siz);
# ^
# connect.c:2916:34: warning: passing 'SQLCHAR *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (_iodbcdm_cfg_savefile (savefile, connStrOut,
# ^~~~~~~~
# connect.c:1761:36: note: passing argument to parameter 'savefile' here
# _iodbcdm_cfg_savefile (const char *savefile, void *conn_str, int wide)
# ^
# 14 warnings generated.
# mv -f .deps/connect.Tpo .deps/connect.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT dlproc.lo -MD -MP -MF .deps/dlproc.Tpo -c -o dlproc.lo dlproc.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT dlproc.lo -MD -MP -MF .deps/dlproc.Tpo -c dlproc.c -fPIC -DPIC -o .libs/dlproc.o
# mv -f .deps/dlproc.Tpo .deps/dlproc.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c -o execute.lo execute.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT execute.lo -MD -MP -MF .deps/execute.Tpo -c execute.c -fPIC -DPIC -o .libs/execute.o
# mv -f .deps/execute.Tpo .deps/execute.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT fetch.lo -MD -MP -MF .deps/fetch.Tpo -c -o fetch.lo fetch.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT fetch.lo -MD -MP -MF .deps/fetch.Tpo -c fetch.c -fPIC -DPIC -o .libs/fetch.o
# mv -f .deps/fetch.Tpo .deps/fetch.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT hdbc.lo -MD -MP -MF .deps/hdbc.Tpo -c -o hdbc.lo hdbc.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT hdbc.lo -MD -MP -MF .deps/hdbc.Tpo -c hdbc.c -fPIC -DPIC -o .libs/hdbc.o
# mv -f .deps/hdbc.Tpo .deps/hdbc.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT henv.lo -MD -MP -MF .deps/henv.Tpo -c -o henv.lo henv.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT henv.lo -MD -MP -MF .deps/henv.Tpo -c henv.c -fPIC -DPIC -o .libs/henv.o
# mv -f .deps/henv.Tpo .deps/henv.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT herr.lo -MD -MP -MF .deps/herr.Tpo -c -o herr.lo herr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT herr.lo -MD -MP -MF .deps/herr.Tpo -c herr.c -fPIC -DPIC -o .libs/herr.o
# mv -f .deps/herr.Tpo .deps/herr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT hstmt.lo -MD -MP -MF .deps/hstmt.Tpo -c -o hstmt.lo hstmt.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT hstmt.lo -MD -MP -MF .deps/hstmt.Tpo -c hstmt.c -fPIC -DPIC -o .libs/hstmt.o
# mv -f .deps/hstmt.Tpo .deps/hstmt.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT info.lo -MD -MP -MF .deps/info.Tpo -c -o info.lo info.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.c -fPIC -DPIC -o .libs/info.o
# info.c:407:52: warning: passing 'SQLSMALLINT *' (aka 'short *') to parameter of type 'u_short *' (aka 'unsigned short *') converts between pointers to integer types with different sign [-Wpointer-sign]
# dm_StrCopyOut2_U8toW (_DSN, szDSN, cbDSNMax, pcbDSN);
# ^~~~~~
# ../iodbcinst/unicode.h:116:15: note: passing argument to parameter 'result' here
# u_short * result);
# ^
# info.c:408:55: warning: passing 'SQLSMALLINT *' (aka 'short *') to parameter of type 'u_short *' (aka 'unsigned short *') converts between pointers to integer types with different sign [-Wpointer-sign]
# dm_StrCopyOut2_U8toW (_Desc, szDesc, cbDescMax, pcbDesc);
# ^~~~~~~
# ../iodbcinst/unicode.h:116:15: note: passing argument to parameter 'result' here
# u_short * result);
# ^
# info.c:695:63: warning: passing 'SQLSMALLINT *' (aka 'short *') to parameter of type 'u_short *' (aka 'unsigned short *') converts between pointers to integer types with different sign [-Wpointer-sign]
# dm_StrCopyOut2_U8toW (_Driver, szDrvDesc, cbDrvDescMax, pcbDrvDesc);
# ^~~~~~~~~~
# ../iodbcinst/unicode.h:116:15: note: passing argument to parameter 'result' here
# u_short * result);
# ^
# info.c:696:62: warning: passing 'SQLSMALLINT *' (aka 'short *') to parameter of type 'u_short *' (aka 'unsigned short *') converts between pointers to integer types with different sign [-Wpointer-sign]
# dm_StrCopyOut2_U8toW (_Attrs, szDrvAttr, cbDrvAttrMax, pcbDrvAttr);
# ^~~~~~~~~~
# ../iodbcinst/unicode.h:116:15: note: passing argument to parameter 'result' here
# u_short * result);
# ^
# 4 warnings generated.
# mv -f .deps/info.Tpo .deps/info.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo misc.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -fPIC -DPIC -o .libs/misc.o
# mv -f .deps/misc.Tpo .deps/misc.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT prepare.lo -MD -MP -MF .deps/prepare.Tpo -c -o prepare.lo prepare.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT prepare.lo -MD -MP -MF .deps/prepare.Tpo -c prepare.c -fPIC -DPIC -o .libs/prepare.o
# mv -f .deps/prepare.Tpo .deps/prepare.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT result.lo -MD -MP -MF .deps/result.Tpo -c -o result.lo result.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT result.lo -MD -MP -MF .deps/result.Tpo -c result.c -fPIC -DPIC -o .libs/result.o
# mv -f .deps/result.Tpo .deps/result.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT odbc3.lo -MD -MP -MF .deps/odbc3.Tpo -c -o odbc3.lo odbc3.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I../include -I../include -I../iodbcinst -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT odbc3.lo -MD -MP -MF .deps/odbc3.Tpo -c odbc3.c -fPIC -DPIC -o .libs/odbc3.o
# mv -f .deps/odbc3.Tpo .deps/odbc3.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -version-info 3:22:1 -export-symbols ./iodbc.exp -o libiodbc.la -rpath /usr/lib catalog.lo connect.lo dlproc.lo execute.lo fetch.lo hdbc.lo henv.lo herr.lo hstmt.lo info.lo misc.lo prepare.lo result.lo odbc3.lo trace/libiodbctrace.la ../iodbcinst/libiodbc_common.la -ldl
# libtool: link: echo "{ global:" > .libs/libiodbc.ver
# libtool: link: cat ./iodbc.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libiodbc.ver
# libtool: link: echo "local: *; };" >> .libs/libiodbc.ver
# libtool: link: clang -shared .libs/catalog.o .libs/connect.o .libs/dlproc.o .libs/execute.o .libs/fetch.o .libs/hdbc.o .libs/henv.o .libs/herr.o .libs/hstmt.o .libs/info.o .libs/misc.o .libs/prepare.o .libs/result.o .libs/odbc3.o -Wl,--whole-archive trace/.libs/libiodbctrace.a ../iodbcinst/.libs/libiodbc_common.a -Wl,--no-whole-archive -ldl -Wl,-soname -Wl,libiodbc.so.2 -Wl,-version-script -Wl,.libs/libiodbc.ver -o .libs/libiodbc.so.2.1.22
# libtool: link: (cd ".libs" && rm -f "libiodbc.so.2" && ln -s "libiodbc.so.2.1.22" "libiodbc.so.2")
# libtool: link: (cd ".libs" && rm -f "libiodbc.so" && ln -s "libiodbc.so.2.1.22" "libiodbc.so")
# libtool: link: ( cd ".libs" && rm -f "libiodbc.la" && ln -s "../libiodbc.la" "libiodbc.la" )
# make[2]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbc'
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbc'
# Making all in iodbcadm
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbcadm'
# make[2]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbcadm'
# make[2]: Nothing to be done for 'all-am'.
# make[2]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbcadm'
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbcadm'
# Making all in drvproxy
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/drvproxy'
# make[2]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/drvproxy'
# make[2]: Nothing to be done for 'all-am'.
# make[2]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/drvproxy'
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/drvproxy'
# Making all in samples
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/samples'
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -DNO_FRAMEWORKS -DWITH_PTHREADS -D_REENTRANT -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT iodbctest.o -MD -MP -MF .deps/iodbctest.Tpo -c -o iodbctest.o iodbctest.c
# iodbctest.c:945:20: warning: field width should have type 'int', but argument has type 'size_t' (aka 'unsigned long') [-Wformat]
# printf ("%-*.*s", displayWidth, displayWidth, colName);
# ~~~^~~ ~~~~~~~~~~~~
# iodbctest.c:1016:17: warning: field width should have type 'int', but argument has type 'size_t' (aka 'unsigned long') [-Wformat]
# printf ("%-*.*s", displayWidths[colNum - 1],
# ~~~^~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
# 2 warnings generated.
# mv -f .deps/iodbctest.Tpo .deps/iodbctest.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -static -o iodbctest iodbctest.o ../iodbc/libiodbc.la
# libtool: link: clang -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -o iodbctest iodbctest.o ../iodbc/.libs/libiodbc.so -ldl -Wl,-rpath -Wl,/tmp/libiodbc/src/libiodbc-3.52.10/iodbc/.libs
# clang -DHAVE_CONFIG_H -I. -I../include -I../include -DNO_FRAMEWORKS -DWITH_PTHREADS -D_REENTRANT -DUNICODE -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -MT iodbctestw-iodbctest.o -MD -MP -MF .deps/iodbctestw-iodbctest.Tpo -c -o iodbctestw-iodbctest.o `test -f 'iodbctest.c' || echo './'`iodbctest.c
# iodbctest.c:943:20: warning: field width should have type 'int', but argument has type 'size_t' (aka 'unsigned long') [-Wformat]
# printf ("%-*.*S", displayWidth, displayWidth, colName);
# ~~~^~~ ~~~~~~~~~~~~
# iodbctest.c:1013:17: warning: field width should have type 'int', but argument has type 'size_t' (aka 'unsigned long') [-Wformat]
# printf ("%-*.*S", displayWidths[colNum - 1],
# ~~~^~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
# 2 warnings generated.
# mv -f .deps/iodbctestw-iodbctest.Tpo .deps/iodbctestw-iodbctest.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -DUNICODE -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -static -o iodbctestw iodbctestw-iodbctest.o ../iodbc/libiodbc.la
# libtool: link: clang -DUNICODE -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -o iodbctestw iodbctestw-iodbctest.o ../iodbc/.libs/libiodbc.so -ldl -Wl,-rpath -Wl,/tmp/libiodbc/src/libiodbc-3.52.10/iodbc/.libs
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/samples'
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in admin
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/admin'
# make[2]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/admin'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/tmp/libiodbc/pkg/libiodbc/usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 libiodbc.pc '/tmp/libiodbc/pkg/libiodbc/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/admin'
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/admin'
# Making install in bin
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/bin'
# make[2]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/bin'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/libiodbc/pkg/libiodbc/usr/bin"
# /usr/bin/install -c iodbc-config '/tmp/libiodbc/pkg/libiodbc/usr/bin'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/bin'
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/bin'
# Making install in etc
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/etc'
# make[2]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/etc'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/etc'
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/etc'
# Making install in man
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/man'
# make[2]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/man'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/tmp/libiodbc/pkg/libiodbc/usr/share/man/man1"
# /usr/bin/install -c -m 644 iodbc-config.1 iodbctest.1 iodbctestw.1 '/tmp/libiodbc/pkg/libiodbc/usr/share/man/man1'
# make[2]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/man'
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/man'
# Making install in include
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/include'
# make[2]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/include'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/include/libiodbc" || /usr/bin/mkdir -p "/tmp/libiodbc/pkg/libiodbc/usr/include/libiodbc"
# /usr/bin/install -c -m 644 isql.h isqlext.h isqltypes.h sql.h sqlext.h sqlucode.h sqltypes.h odbcinst.h iodbcunix.h iodbcinst.h iodbcext.h '/tmp/libiodbc/pkg/libiodbc/usr/include/libiodbc'
# make[2]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/include'
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/include'
# Making install in iodbcinst
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbcinst'
# make[2]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbcinst'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/libiodbc/pkg/libiodbc/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c libiodbcinst.la '/tmp/libiodbc/pkg/libiodbc/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libiodbcinst.so.2.1.22 /tmp/libiodbc/pkg/libiodbc/usr/lib/libiodbcinst.so.2.1.22
# libtool: install: (cd /tmp/libiodbc/pkg/libiodbc/usr/lib && { ln -s -f libiodbcinst.so.2.1.22 libiodbcinst.so.2 || { rm -f libiodbcinst.so.2 && ln -s libiodbcinst.so.2.1.22 libiodbcinst.so.2; }; })
# libtool: install: (cd /tmp/libiodbc/pkg/libiodbc/usr/lib && { ln -s -f libiodbcinst.so.2.1.22 libiodbcinst.so || { rm -f libiodbcinst.so && ln -s libiodbcinst.so.2.1.22 libiodbcinst.so; }; })
# libtool: install: /usr/bin/install -c .libs/libiodbcinst.lai /tmp/libiodbc/pkg/libiodbc/usr/lib/libiodbcinst.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbcinst'
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbcinst'
# Making install in iodbc
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbc'
# Making install in trace
# make[2]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbc/trace'
# make[3]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbc/trace'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbc/trace'
# make[2]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbc/trace'
# Making install in .
# make[2]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbc'
# make[3]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbc'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/libiodbc/pkg/libiodbc/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c libiodbc.la '/tmp/libiodbc/pkg/libiodbc/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libiodbc.so.2.1.22 /tmp/libiodbc/pkg/libiodbc/usr/lib/libiodbc.so.2.1.22
# libtool: install: (cd /tmp/libiodbc/pkg/libiodbc/usr/lib && { ln -s -f libiodbc.so.2.1.22 libiodbc.so.2 || { rm -f libiodbc.so.2 && ln -s libiodbc.so.2.1.22 libiodbc.so.2; }; })
# libtool: install: (cd /tmp/libiodbc/pkg/libiodbc/usr/lib && { ln -s -f libiodbc.so.2.1.22 libiodbc.so || { rm -f libiodbc.so && ln -s libiodbc.so.2.1.22 libiodbc.so; }; })
# libtool: install: /usr/bin/install -c .libs/libiodbc.lai /tmp/libiodbc/pkg/libiodbc/usr/lib/libiodbc.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make install-exec-hook
# make[4]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbc'
# make[4]: Nothing to be done for 'install-exec-hook'.
# make[4]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbc'
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbc'
# make[2]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbc'
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbc'
# Making install in iodbcadm
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbcadm'
# make[2]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbcadm'
# make[3]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbcadm'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/libiodbc/pkg/libiodbc/usr/lib"
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/libiodbc/pkg/libiodbc/usr/bin"
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbcadm'
# make[2]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbcadm'
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/iodbcadm'
# Making install in drvproxy
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/drvproxy'
# make[2]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/drvproxy'
# make[3]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/drvproxy'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/libiodbc/pkg/libiodbc/usr/lib"
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/drvproxy'
# make[2]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/drvproxy'
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/drvproxy'
# Making install in samples
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/samples'
# make[2]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/samples'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/libiodbc/pkg/libiodbc/usr/bin"
# /bin/sh ../libtool --mode=install /usr/bin/install -c iodbctest iodbctestw '/tmp/libiodbc/pkg/libiodbc/usr/bin'
# libtool: install: /usr/bin/install -c iodbctest /tmp/libiodbc/pkg/libiodbc/usr/bin/iodbctest
# libtool: install: /usr/bin/install -c iodbctestw /tmp/libiodbc/pkg/libiodbc/usr/bin/iodbctestw
# make install-exec-hook
# make[3]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10/samples'
# /bin/sh ../admin/mkinstalldirs /tmp/libiodbc/pkg/libiodbc/usr/share/libiodbc/samples
# mkdir -p -- /tmp/libiodbc/pkg/libiodbc/usr/share/libiodbc/samples
# cp ./iodbctest.c /tmp/libiodbc/pkg/libiodbc/usr/share/libiodbc/samples/iodbctest.c
# cp ./Makefile.sample /tmp/libiodbc/pkg/libiodbc/usr/share/libiodbc/samples/Makefile
# make[3]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/samples'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/samples'
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10/samples'
# make[1]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10'
# make[2]: Entering directory '/tmp/libiodbc/src/libiodbc-3.52.10'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10'
# make[1]: Leaving directory '/tmp/libiodbc/src/libiodbc-3.52.10'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libiodbc"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libiodbc 3.52.10-1 (Thu Apr 13 12:51:41 UTC 2017)

CMD: pacman --query --file libiodbc-3.52.10-1-x86_64.pkg.tar.xz
# libiodbc 3.52.10-1

Creating hybrid package for 'libiodbc'

Trying to find vanilla package 'libiodbc'...

CMD: pacman --query --file /mirror/libiodbc-3.52.10-1.pkg.tar.xz
# libiodbc 3.52.10-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/lib/libiodbcinst.so.2
# /usr/lib/libiodbcinst.so
# /usr/lib/libiodbc.so.2
# /usr/lib/libiodbc.so
# /usr/lib/libiodbcinst.so.2.1.22
# /usr/lib/libiodbc.so.2.1.22
# /usr/lib/pkgconfig/libiodbc.pc
# /usr/bin/iodbc-config
# /usr/bin/iodbctest
# /usr/bin/iodbctestw
# /usr/share/man/man1/iodbc-config.1.gz
# /usr/share/man/man1/iodbctest.1.gz
# /usr/share/man/man1/iodbctestw.1.gz
# /usr/include/libiodbc/isql.h
# /usr/include/libiodbc/isqlext.h
# /usr/include/libiodbc/isqltypes.h
# /usr/include/libiodbc/sql.h
# /usr/include/libiodbc/sqlext.h
# /usr/include/libiodbc/sqlucode.h
# /usr/include/libiodbc/sqltypes.h
# /usr/include/libiodbc/odbcinst.h
# /usr/include/libiodbc/iodbcunix.h
# /usr/include/libiodbc/iodbcinst.h
# /usr/include/libiodbc/iodbcext.h
# /sysroot/usr/lib/libiodbcinst.so.2.1.22
# /sysroot/usr/lib/libiodbcinst.so.2
# /sysroot/usr/lib/libiodbcinst.so
# /sysroot/usr/lib/libiodbcinst.la
# /sysroot/usr/lib/libiodbc.so.2.1.22
# /sysroot/usr/lib/libiodbc.so.2
# /sysroot/usr/lib/libiodbc.so
# /sysroot/usr/lib/libiodbc.la
# /sysroot/usr/lib/pkgconfig/libiodbc.pc
# /sysroot/usr/include/libiodbc/isql.h
# /sysroot/usr/include/libiodbc/isqlext.h
# /sysroot/usr/include/libiodbc/isqltypes.h
# /sysroot/usr/include/libiodbc/sql.h
# /sysroot/usr/include/libiodbc/sqlext.h
# /sysroot/usr/include/libiodbc/sqlucode.h
# /sysroot/usr/include/libiodbc/sqltypes.h
# /sysroot/usr/include/libiodbc/odbcinst.h
# /sysroot/usr/include/libiodbc/iodbcunix.h
# /sysroot/usr/include/libiodbc/iodbcinst.h
# /sysroot/usr/include/libiodbc/iodbcext.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf libiodbc.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libiodbc.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libiodbc.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 2311

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libiodbc.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libiodbc.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/libiodbc/src/libiodbc-3.52.10/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by iODBC Driver Manager configure 3.52.10, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-static --includedir=/usr/include/libiodbc --disable-gui --disable-libodbc
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 393dd6fe3c28
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2127: checking for a BSD-compatible install
# configure:2195: result: /usr/bin/install -c
# configure:2206: checking whether build environment is sane
# configure:2266: result: yes
# configure:2315: checking for x86_64-unknown-linux-strip
# configure:2345: result: no
# configure:2355: checking for strip
# configure:2371: found /usr/bin/strip
# configure:2382: result: strip
# configure:2407: checking for a thread-safe mkdir -p
# configure:2446: result: /usr/bin/mkdir -p
# configure:2459: checking for gawk
# configure:2475: found /usr/bin/gawk
# configure:2486: result: gawk
# configure:2497: checking whether make sets $(MAKE)
# configure:2519: result: yes
# configure:2607: checking build system type
# configure:2625: result: x86_64-unknown-linux-gnu
# configure:2647: checking host system type
# configure:2662: result: x86_64-unknown-linux-gnu
# configure:2685: checking whether to enable maintainer-specific portions of Makefiles
# configure:2694: result: no
# configure:2734: checking cached information
# configure:2755: result: ok
# configure:2790: checking for iODBC installation layout
# configure:2873: result: default
# configure:2890: checking for x86_64-unknown-linux-gcc
# configure:2917: result: clang
# configure:3189: checking for C compiler version
# configure:3197: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3201: $? = 0
# configure:3208: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3212: $? = 0
# configure:3219: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3223: $? = 1
# configure:3246: checking for C compiler default output file name
# configure:3268: clang conftest.c >&5
# configure:3272: $? = 0
# configure:3310: result: a.out
# configure:3329: checking whether the C compiler works
# configure:3339: ./a.out
# configure:3343: $? = 0
# configure:3362: result: yes
# configure:3369: checking whether we are cross compiling
# configure:3371: result: no
# configure:3374: checking for suffix of executables
# configure:3381: clang -o conftest conftest.c >&5
# configure:3385: $? = 0
# configure:3411: result:
# configure:3417: checking for suffix of object files
# configure:3443: clang -c conftest.c >&5
# configure:3447: $? = 0
# configure:3472: result: o
# configure:3476: checking whether we are using the GNU C compiler
# configure:3505: clang -c conftest.c >&5
# configure:3512: $? = 0
# configure:3529: result: yes
# configure:3538: checking whether clang accepts -g
# configure:3568: clang -c -g conftest.c >&5
# configure:3575: $? = 0
# configure:3676: result: yes
# configure:3693: checking for clang option to accept ISO C89
# configure:3767: clang -c conftest.c >&5
# configure:3774: $? = 0
# configure:3797: result: none needed
# configure:3826: checking for style of include used by make
# configure:3854: result: GNU
# configure:3879: checking dependency style of clang
# configure:3989: result: gcc3
# configure:4005: checking whether clang and cc understand -c and -o together
# configure:4040: clang -c conftest.c -o conftest2.o >&5
# configure:4044: $? = 0
# configure:4050: clang -c conftest.c -o conftest2.o >&5
# configure:4054: $? = 0
# configure:4065: cc -c conftest.c >&5
# configure:4069: $? = 0
# configure:4077: cc -c conftest.c -o conftest2.o >&5
# configure:4081: $? = 0
# configure:4087: cc -c conftest.c -o conftest2.o >&5
# configure:4091: $? = 0
# configure:4109: result: yes
# configure:4138: checking for clang option to accept ISO C99
# configure:4297: clang -c conftest.c >&5
# configure:4304: $? = 0
# configure:4327: result: none needed
# configure:4465: checking for clang option to accept ISO Standard C
# configure:4474: result: none needed
# configure:4486: checking how to run the C preprocessor
# configure:4526: clang -E conftest.c
# configure:4533: $? = 0
# configure:4564: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4571: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "iODBC Driver Manager"
# | #define PACKAGE_TARNAME "libiodbc"
# | #define PACKAGE_VERSION "3.52.10"
# | #define PACKAGE_STRING "iODBC Driver Manager 3.52.10"
# | #define PACKAGE_BUGREPORT "iodbc@openlinksw.com"
# | #define PACKAGE "libiodbc"
# | #define VERSION "3.52.10"
# | /* end confdefs.h. */
# | #include
# configure:4604: result: clang -E
# configure:4633: clang -E conftest.c
# configure:4640: $? = 0
# configure:4671: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4678: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "iODBC Driver Manager"
# | #define PACKAGE_TARNAME "libiodbc"
# | #define PACKAGE_VERSION "3.52.10"
# | #define PACKAGE_STRING "iODBC Driver Manager 3.52.10"
# | #define PACKAGE_BUGREPORT "iodbc@openlinksw.com"
# | #define PACKAGE "libiodbc"
# | #define VERSION "3.52.10"
# | /* end confdefs.h. */
# | #include
# configure:4724: checking for an ANSI C-conforming const
# configure:4799: clang -c conftest.c >&5
# configure:4806: $? = 0
# configure:4821: result: yes
# configure:4852: checking for a BSD-compatible install
# configure:4920: result: /usr/bin/install -c
# configure:4931: checking whether ln -s works
# configure:4935: result: yes
# configure:4942: checking whether make sets $(MAKE)
# configure:4964: result: yes
# configure:4998: checking for a sed that does not truncate output
# configure:5064: result: /usr/bin/sed
# configure:5082: checking for grep that handles long lines and -e
# configure:5142: result: /usr/bin/grep
# configure:5147: checking for egrep
# configure:5211: result: /usr/bin/grep -E
# configure:5216: checking for fgrep
# configure:5280: result: /usr/bin/grep -F
# configure:5315: checking for ld used by clang
# configure:5382: result: /usr/bin/ld
# configure:5391: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5406: result: yes
# configure:5418: checking for BSD- or MS-compatible name lister (nm)
# configure:5467: result: /usr/bin/nm -B
# configure:5585: checking the name lister (/usr/bin/nm -B) interface
# configure:5592: clang -c conftest.c >&5
# configure:5595: /usr/bin/nm -B "conftest.o"
# configure:5598: output
# 0000000000000000 B some_variable
# configure:5605: result: BSD nm
# configure:5609: checking the maximum length of command line arguments
# configure:5729: result: 1572864
# configure:5746: checking whether the shell understands some XSI constructs
# configure:5756: result: yes
# configure:5760: checking whether the shell understands "+="
# configure:5766: result: yes
# configure:5801: checking for /usr/bin/ld option to reload object files
# configure:5808: result: -r
# configure:5837: checking for x86_64-unknown-linux-objdump
# configure:5867: result: no
# configure:5877: checking for objdump
# configure:5893: found /usr/bin/objdump
# configure:5904: result: objdump
# configure:5936: checking how to recognize dependent libraries
# configure:6132: result: pass_all
# configure:6152: checking for x86_64-unknown-linux-ar
# configure:6182: result: no
# configure:6192: checking for ar
# configure:6208: found /usr/bin/ar
# configure:6219: result: ar
# configure:6257: checking for x86_64-unknown-linux-strip
# configure:6284: result: strip
# configure:6356: checking for x86_64-unknown-linux-ranlib
# configure:6386: result: no
# configure:6396: checking for ranlib
# configure:6412: found /usr/bin/ranlib
# configure:6423: result: ranlib
# configure:6513: checking command to parse /usr/bin/nm -B output from clang object
# configure:6631: clang -c conftest.c >&5
# configure:6634: $? = 0
# configure:6638: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6641: $? = 0
# configure:6695: clang -o conftest conftest.c conftstm.o >&5
# configure:6698: $? = 0
# configure:6736: result: ok
# configure:6831: clang -c conftest.c >&5
# configure:6834: $? = 0
# configure:7598: checking for ANSI C header files
# configure:7628: clang -c conftest.c >&5
# configure:7635: $? = 0
# configure:7734: clang -o conftest conftest.c >&5
# configure:7738: $? = 0
# configure:7744: ./conftest
# configure:7748: $? = 0
# configure:7766: result: yes
# configure:7790: checking for sys/types.h
# configure:7811: clang -c conftest.c >&5
# configure:7818: $? = 0
# configure:7835: result: yes
# configure:7790: checking for sys/stat.h
# configure:7811: clang -c conftest.c >&5
# configure:7818: $? = 0
# configure:7835: result: yes
# configure:7790: checking for stdlib.h
# configure:7811: clang -c conftest.c >&5
# configure:7818: $? = 0
# configure:7835: result: yes
# configure:7790: checking for string.h
# configure:7811: clang -c conftest.c >&5
# configure:7818: $? = 0
# configure:7835: result: yes
# configure:7790: checking for memory.h
# configure:7811: clang -c conftest.c >&5
# configure:7818: $? = 0
# configure:7835: result: yes
# configure:7790: checking for strings.h
# configure:7811: clang -c conftest.c >&5
# configure:7818: $? = 0
# configure:7835: result: yes
# configure:7790: checking for inttypes.h
# configure:7811: clang -c conftest.c >&5
# configure:7818: $? = 0
# configure:7835: result: yes
# configure:7790: checking for stdint.h
# configure:7811: clang -c conftest.c >&5
# configure:7818: $? = 0
# configure:7835: result: yes
# configure:7790: checking for unistd.h
# configure:7811: clang -c conftest.c >&5
# configure:7818: $? = 0
# configure:7835: result: yes
# configure:7853: checking for dlfcn.h
# configure:7874: clang -c conftest.c >&5
# configure:7881: $? = 0
# configure:7898: result: yes
# configure:8084: checking for objdir
# configure:8099: result: .libs
# configure:8395: checking if clang supports -fno-rtti -fno-exceptions
# configure:8413: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8417: $? = 0
# configure:8430: result: yes
# configure:8450: checking for clang option to produce PIC
# configure:8722: result: -fPIC -DPIC
# configure:8734: checking if clang PIC flag -fPIC -DPIC works
# configure:8752: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8756: $? = 0
# configure:8769: result: yes
# configure:8793: checking if clang static flag -static works
# configure:8821: result: yes
# configure:8836: checking if clang supports -c -o file.o
# configure:8857: clang -c -o out/conftest2.o conftest.c >&5
# configure:8861: $? = 0
# configure:8883: result: yes
# configure:8891: checking if clang supports -c -o file.o
# configure:8938: result: yes
# configure:8971: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10045: result: yes
# configure:10082: checking whether -lc should be explicitly linked in
# configure:10087: clang -c conftest.c >&5
# configure:10090: $? = 0
# configure:10105: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10108: $? = 0
# configure:10120: result: no
# configure:10284: checking dynamic linker characteristics
# configure:10727: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10734: $? = 0
# configure:10970: result: GNU/Linux ld.so
# configure:11072: checking how to hardcode library paths into programs
# configure:11097: result: immediate
# configure:11930: checking whether stripping libraries is possible
# configure:11935: result: yes
# configure:11970: checking if libtool supports shared libraries
# configure:11972: result: yes
# configure:11975: checking whether to build shared libraries
# configure:11996: result: yes
# configure:11999: checking whether to build static libraries
# configure:12003: result: no
# configure:12045: checking for ANSI C header files
# configure:12213: result: yes
# configure:12223: checking whether time.h and sys/time.h may both be included
# configure:12253: clang -c conftest.c >&5
# configure:12260: $? = 0
# configure:12275: result: yes
# configure:12301: checking wchar.h usability
# configure:12318: clang -c conftest.c >&5
# configure:12325: $? = 0
# configure:12339: result: yes
# configure:12343: checking wchar.h presence
# configure:12358: clang -E conftest.c
# configure:12365: $? = 0
# configure:12379: result: yes
# configure:12412: checking for wchar.h
# configure:12421: result: yes
# configure:12452: checking for strerror
# configure:12508: clang -o conftest conftest.c >&5
# conftest.c:48:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:48:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:12515: $? = 0
# configure:12537: result: yes
# configure:12452: checking for setenv
# configure:12508: clang -o conftest conftest.c >&5
# configure:12515: $? = 0
# configure:12537: result: yes
# configure:12452: checking for asprintf
# configure:12508: clang -o conftest conftest.c >&5
# conftest.c:61:18: warning: format string missing [-Wformat]
# return asprintf ();
# ~~~~~~~~ ^
# 1 warning generated.
# configure:12515: $? = 0
# configure:12537: result: yes
# configure:12452: checking for snprintf
# configure:12508: clang -o conftest conftest.c >&5
# conftest.c:51:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:51:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:12515: $? = 0
# configure:12537: result: yes
# configure:12452: checking for gettimeofday
# configure:12508: clang -o conftest conftest.c >&5
# configure:12515: $? = 0
# configure:12537: result: yes
# configure:12452: checking for localtime_r
# configure:12508: clang -o conftest conftest.c >&5
# configure:12515: $? = 0
# configure:12537: result: yes
# configure:12561: checking for wcslen
# configure:12617: clang -o conftest conftest.c >&5
# configure:12624: $? = 0
# configure:12646: result: yes
# configure:12561: checking for wcscpy
# configure:12617: clang -o conftest conftest.c >&5
# configure:12624: $? = 0
# configure:12646: result: yes
# configure:12561: checking for wcsncpy
# configure:12617: clang -o conftest conftest.c >&5
# configure:12624: $? = 0
# configure:12646: result: yes
# configure:12561: checking for wcschr
# configure:12617: clang -o conftest conftest.c >&5
# configure:12624: $? = 0
# configure:12646: result: yes
# configure:12561: checking for wcscat
# configure:12617: clang -o conftest conftest.c >&5
# configure:12624: $? = 0
# configure:12646: result: yes
# configure:12561: checking for wcscmp
# configure:12617: clang -o conftest conftest.c >&5
# configure:12624: $? = 0
# configure:12646: result: yes
# configure:12561: checking for towlower
# configure:12617: clang -o conftest conftest.c >&5
# configure:12624: $? = 0
# configure:12646: result: yes
# configure:12561: checking for wcsncasecmp
# configure:12617: clang -o conftest conftest.c >&5
# configure:12624: $? = 0
# configure:12646: result: yes
# configure:13401: checking for dlfcn.h
# configure:13408: result: yes
# configure:13412: checking dl.h usability
# configure:13429: clang -c conftest.c >&5
# conftest.c:73:10: fatal error: 'dl.h' file not found
# #include
# ^
# 1 error generated.
# configure:13436: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "iODBC Driver Manager"
# | #define PACKAGE_TARNAME "libiodbc"
# | #define PACKAGE_VERSION "3.52.10"
# | #define PACKAGE_STRING "iODBC Driver Manager 3.52.10"
# | #define PACKAGE_BUGREPORT "iodbc@openlinksw.com"
# | #define PACKAGE "libiodbc"
# | #define VERSION "3.52.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETENV 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSCPY 1
# | #define HAVE_WCSNCPY 1
# | #define HAVE_WCSCHR 1
# | #define HAVE_WCSCAT 1
# | #define HAVE_WCSCMP 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_WCSNCASECMP 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:13450: result: no
# configure:13454: checking dl.h presence
# configure:13469: clang -E conftest.c
# conftest.c:40:10: fatal error: 'dl.h' file not found
# #include
# ^
# 1 error generated.
# configure:13476: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "iODBC Driver Manager"
# | #define PACKAGE_TARNAME "libiodbc"
# | #define PACKAGE_VERSION "3.52.10"
# | #define PACKAGE_STRING "iODBC Driver Manager 3.52.10"
# | #define PACKAGE_BUGREPORT "iodbc@openlinksw.com"
# | #define PACKAGE "libiodbc"
# | #define VERSION "3.52.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETENV 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSCPY 1
# | #define HAVE_WCSNCPY 1
# | #define HAVE_WCSCHR 1
# | #define HAVE_WCSCAT 1
# | #define HAVE_WCSCMP 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_WCSNCASECMP 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:13490: result: no
# configure:13523: checking for dl.h
# configure:13532: result: no
# configure:13412: checking dld.h usability
# configure:13429: clang -c conftest.c >&5
# conftest.c:73:10: fatal error: 'dld.h' file not found
# #include
# ^
# 1 error generated.
# configure:13436: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "iODBC Driver Manager"
# | #define PACKAGE_TARNAME "libiodbc"
# | #define PACKAGE_VERSION "3.52.10"
# | #define PACKAGE_STRING "iODBC Driver Manager 3.52.10"
# | #define PACKAGE_BUGREPORT "iodbc@openlinksw.com"
# | #define PACKAGE "libiodbc"
# | #define VERSION "3.52.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETENV 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSCPY 1
# | #define HAVE_WCSNCPY 1
# | #define HAVE_WCSCHR 1
# | #define HAVE_WCSCAT 1
# | #define HAVE_WCSCMP 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_WCSNCASECMP 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:13450: result: no
# configure:13454: checking dld.h presence
# configure:13469: clang -E conftest.c
# conftest.c:40:10: fatal error: 'dld.h' file not found
# #include
# ^
# 1 error generated.
# configure:13476: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "iODBC Driver Manager"
# | #define PACKAGE_TARNAME "libiodbc"
# | #define PACKAGE_VERSION "3.52.10"
# | #define PACKAGE_STRING "iODBC Driver Manager 3.52.10"
# | #define PACKAGE_BUGREPORT "iodbc@openlinksw.com"
# | #define PACKAGE "libiodbc"
# | #define VERSION "3.52.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETENV 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSCPY 1
# | #define HAVE_WCSNCPY 1
# | #define HAVE_WCSCHR 1
# | #define HAVE_WCSCAT 1
# | #define HAVE_WCSCMP 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_WCSNCASECMP 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:13490: result: no
# configure:13523: checking for dld.h
# configure:13532: result: no
# configure:13550: checking for dlopen in -ldl
# configure:13585: clang -o conftest conftest.c -ldl >&5
# configure:13592: $? = 0
# configure:13613: result: yes
# configure:13735: checking for shl_load
# configure:13791: clang -o conftest conftest.c >&5
# /tmp/conftest-281e3c.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `shl_load'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13798: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "iODBC Driver Manager"
# | #define PACKAGE_TARNAME "libiodbc"
# | #define PACKAGE_VERSION "3.52.10"
# | #define PACKAGE_STRING "iODBC Driver Manager 3.52.10"
# | #define PACKAGE_BUGREPORT "iodbc@openlinksw.com"
# | #define PACKAGE "libiodbc"
# | #define VERSION "3.52.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETENV 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSCPY 1
# | #define HAVE_WCSNCPY 1
# | #define HAVE_WCSCHR 1
# | #define HAVE_WCSCAT 1
# | #define HAVE_WCSCMP 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_WCSNCASECMP 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_LIBDL 1
# | /* end confdefs.h. */
# | /* Define shl_load to an innocuous variant, in case declares shl_load.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define shl_load innocuous_shl_load
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char shl_load (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef shl_load
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char shl_load ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_shl_load || defined __stub___shl_load
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:13818: result: no
# configure:13827: checking for shl_load in -ldld
# configure:13862: clang -o conftest conftest.c -ldld >&5
# /usr/bin/ld: cannot find -ldld
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13869: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "iODBC Driver Manager"
# | #define PACKAGE_TARNAME "libiodbc"
# | #define PACKAGE_VERSION "3.52.10"
# | #define PACKAGE_STRING "iODBC Driver Manager 3.52.10"
# | #define PACKAGE_BUGREPORT "iodbc@openlinksw.com"
# | #define PACKAGE "libiodbc"
# | #define VERSION "3.52.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETENV 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSCPY 1
# | #define HAVE_WCSNCPY 1
# | #define HAVE_WCSCHR 1
# | #define HAVE_WCSCAT 1
# | #define HAVE_WCSCMP 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_WCSNCASECMP 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_LIBDL 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char shl_load ();
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:13890: result: no
# configure:13904: checking for dld_link in -ldld
# configure:13939: clang -o conftest conftest.c -ldld >&5
# /usr/bin/ld: cannot find -ldld
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13946: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "iODBC Driver Manager"
# | #define PACKAGE_TARNAME "libiodbc"
# | #define PACKAGE_VERSION "3.52.10"
# | #define PACKAGE_STRING "iODBC Driver Manager 3.52.10"
# | #define PACKAGE_BUGREPORT "iodbc@openlinksw.com"
# | #define PACKAGE "libiodbc"
# | #define VERSION "3.52.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETENV 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSCPY 1
# | #define HAVE_WCSNCPY 1
# | #define HAVE_WCSCHR 1
# | #define HAVE_WCSCAT 1
# | #define HAVE_WCSCMP 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_WCSNCASECMP 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_LIBDL 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char dld_link ();
# | int
# | main ()
# | {
# | return dld_link ();
# | ;
# | return 0;
# | }
# configure:13967: result: no
# configure:13978: checking for NSCreateObjectFileImageFromFile
# configure:14034: clang -o conftest conftest.c >&5
# /tmp/conftest-a4d528.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `NSCreateObjectFileImageFromFile'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14041: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "iODBC Driver Manager"
# | #define PACKAGE_TARNAME "libiodbc"
# | #define PACKAGE_VERSION "3.52.10"
# | #define PACKAGE_STRING "iODBC Driver Manager 3.52.10"
# | #define PACKAGE_BUGREPORT "iodbc@openlinksw.com"
# | #define PACKAGE "libiodbc"
# | #define VERSION "3.52.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETENV 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSCPY 1
# | #define HAVE_WCSNCPY 1
# | #define HAVE_WCSCHR 1
# | #define HAVE_WCSCAT 1
# | #define HAVE_WCSCMP 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_WCSNCASECMP 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_LIBDL 1
# | /* end confdefs.h. */
# | /* Define NSCreateObjectFileImageFromFile to an innocuous variant, in case declares NSCreateObjectFileImageFromFile.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define NSCreateObjectFileImageFromFile innocuous_NSCreateObjectFileImageFromFile
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char NSCreateObjectFileImageFromFile (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef NSCreateObjectFileImageFromFile
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char NSCreateObjectFileImageFromFile ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_NSCreateObjectFileImageFromFile || defined __stub___NSCreateObjectFileImageFromFile
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return NSCreateObjectFileImageFromFile ();
# | ;
# | return 0;
# | }
# configure:14061: result: no
# configure:14074: checking for underscore before symbols
# configure:14090: result: no
# configure:14231: checking for dladdr
# configure:14287: clang -o conftest conftest.c >&5
# /tmp/conftest-daa9ce.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dladdr'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14294: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "iODBC Driver Manager"
# | #define PACKAGE_TARNAME "libiodbc"
# | #define PACKAGE_VERSION "3.52.10"
# | #define PACKAGE_STRING "iODBC Driver Manager 3.52.10"
# | #define PACKAGE_BUGREPORT "iodbc@openlinksw.com"
# | #define PACKAGE "libiodbc"
# | #define VERSION "3.52.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETENV 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSCPY 1
# | #define HAVE_WCSNCPY 1
# | #define HAVE_WCSCHR 1
# | #define HAVE_WCSCAT 1
# | #define HAVE_WCSCMP 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_WCSNCASECMP 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_LIBDL 1
# | /* end confdefs.h. */
# | /* Define dladdr to an innocuous variant, in case declares dladdr.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define dladdr innocuous_dladdr
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dladdr (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef dladdr
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char dladdr ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_dladdr || defined __stub___dladdr
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return dladdr ();
# | ;
# | return 0;
# | }
# configure:14314: result: no
# configure:14323: checking for dladdr in -ldl
# configure:14358: clang -o conftest conftest.c -ldl >&5
# configure:14365: $? = 0
# configure:14386: result: yes
# configure:14400: checking for Dl_info
# configure:14430: clang -c conftest.c >&5
# conftest.c:48:13: error: use of undeclared identifier 'Dl_info'
# if (sizeof (Dl_info))
# ^
# 1 error generated.
# configure:14437: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "iODBC Driver Manager"
# | #define PACKAGE_TARNAME "libiodbc"
# | #define PACKAGE_VERSION "3.52.10"
# | #define PACKAGE_STRING "iODBC Driver Manager 3.52.10"
# | #define PACKAGE_BUGREPORT "iodbc@openlinksw.com"
# | #define PACKAGE "libiodbc"
# | #define VERSION "3.52.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SETENV 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_WCSLEN 1
# | #define HAVE_WCSCPY 1
# | #define HAVE_WCSNCPY 1
# | #define HAVE_WCSCHR 1
# | #define HAVE_WCSCAT 1
# | #define HAVE_WCSCMP 1
# | #define HAVE_TOWLOWER 1
# | #define HAVE_WCSNCASECMP 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_LIBDL 1
# | #define HAVE_DLADDR 1
# | /* end confdefs.h. */
# | #include
# |
# |
# | int
# | main ()
# | {
# | if (sizeof (Dl_info))
# | return 0;
# | ;
# | return 0;
# | }
# configure:14496: result: no
# configure:14514: checking for iODBC mode
# configure:14542: result: ODBC 3.x compatible mode
# configure:14564: checking system config directory
# configure:14578: result: /etc
# configure:14584: checking for iODBC ini directory
# configure:14601: result: /etc
# configure:14620: checking for FILEDSN default directory
# configure:14637: result: /etc/ODBCDataSources
# configure:14654: checking for libodbc.so link
# configure:14668: result: false
# configure:14699: checking for thread model
# configure:14718: result: enabled pthread support
# configure:14723: checking for OS dependent thread flags
# configure:14775: result: none
# configure:14793: checking pthread.h usability
# configure:14810: clang -c -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -DWITH_PTHREADS -D_REENTRANT conftest.c >&5
# configure:14817: $? = 0
# configure:14831: result: yes
# configure:14835: checking pthread.h presence
# configure:14850: clang -E -DWITH_PTHREADS -D_REENTRANT conftest.c
# configure:14857: $? = 0
# configure:14871: result: yes
# configure:14904: checking for pthread.h
# configure:14911: result: yes
# configure:14929: checking for pthread_mutex_lock
# configure:14985: clang -o conftest -DODBCVER=0x0350 -DIODBC_BUILD=10150210 -DWITH_PTHREADS -D_REENTRANT conftest.c >&5
# configure:14992: $? = 0
# configure:15012: result: yes
# configure:15186: checking for OS dependent libraries and link flags
# configure:15217: result: none
# configure:15399: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by iODBC Driver Manager config.status 3.52.10, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 393dd6fe3c28
#
# config.status:1048: creating Makefile
# config.status:1048: creating admin/Makefile
# config.status:1048: creating admin/libiodbc.spec
# config.status:1048: creating admin/libiodbc.pc
# config.status:1048: creating bin/Makefile
# config.status:1048: creating bin/iodbc-config
# config.status:1200: WARNING: 'bin/iodbc-config.in' seems to ignore the --datarootdir setting
# config.status:1048: creating etc/Makefile
# config.status:1048: creating man/Makefile
# config.status:1048: creating man/iodbc-config.1
# config.status:1048: creating man/iodbctest.1
# config.status:1048: creating man/iodbctestw.1
# config.status:1048: creating man/iodbcadm-gtk.1
# config.status:1048: creating include/Makefile
# config.status:1048: creating iodbc/Makefile
# config.status:1048: creating iodbc/trace/Makefile
# config.status:1048: creating iodbcinst/Makefile
# config.status:1048: creating iodbcadm/Makefile
# config.status:1048: creating iodbcadm/gtk/Makefile
# config.status:1048: creating drvproxy/Makefile
# config.status:1048: creating drvproxy/gtk/Makefile
# config.status:1048: creating samples/Makefile
# config.status:1048: creating include/config.h
# config.status:1322: executing depfiles commands
# config.status:1322: executing libtool commands
# config.status:1322: executing default commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_NSCreateObjectFileImageFromFile=no
# ac_cv_func_asprintf=yes
# ac_cv_func_dladdr=no
# ac_cv_func_gettimeofday=yes
# ac_cv_func_localtime_r=yes
# ac_cv_func_pthread_mutex_lock=yes
# ac_cv_func_setenv=yes
# ac_cv_func_shl_load=no
# ac_cv_func_snprintf=yes
# ac_cv_func_strerror=yes
# ac_cv_func_towlower=yes
# ac_cv_func_wcscat=yes
# ac_cv_func_wcschr=yes
# ac_cv_func_wcscmp=yes
# ac_cv_func_wcscpy=yes
# ac_cv_func_wcslen=yes
# ac_cv_func_wcsncasecmp=yes
# ac_cv_func_wcsncpy=yes
# ac_cv_header_dl_h=no
# ac_cv_header_dld_h=no
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_pthread_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_wchar_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_hostcheck=x86_64-unknown-linux-gnu
# ac_cv_lib_dl_dladdr=yes
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_dld_dld_link=no
# ac_cv_lib_dld_shl_load=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=
# ac_cv_prog_cc_clang_c_o=yes
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_make_make_set=yes
# ac_cv_type_Dl_info=no
# am_cv_CC_dependencies_compiler_type=gcc3
# libltdl_cv_uscore=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libiodbc/src/libiodbc-3.52.10/admin/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/libiodbc/src/libiodbc-3.52.10/admin/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libiodbc/src/libiodbc-3.52.10/admin/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/libiodbc/src/libiodbc-3.52.10/admin/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/libiodbc/src/libiodbc-3.52.10/admin/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -DODBCVER=0x0350 -DIODBC_BUILD=10150210'
# CPP='clang -E'
# CPPFLAGS=' -DWITH_PTHREADS -D_REENTRANT'
# CYGPATH_W='echo'
# DARWIN_FALSE=''
# DARWIN_TRUE='#'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# GTK_CFLAGS=''
# GTK_CONFIG=''
# GTK_FALSE=''
# GTK_LIBS=''
# GTK_TRUE='#'
# GUI_FALSE=''
# GUI_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_LIBODBC_FALSE=''
# INSTALL_LIBODBC_TRUE='#'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBADD_DL='-ldl'
# LIBADD_OS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/libiodbc/src/libiodbc-3.52.10/admin/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libiodbc'
# PACKAGE_BUGREPORT='iodbc@openlinksw.com'
# PACKAGE_NAME='iODBC Driver Manager'
# PACKAGE_STRING='iODBC Driver Manager 3.52.10'
# PACKAGE_TARNAME='libiodbc'
# PACKAGE_VERSION='3.52.10'
# PATH_SEPARATOR=':'
# PKG_CONFIG=''
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='3.52.10'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# filedsnpath='/etc/ODBCDataSources'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='/usr/include/libiodbc'
# infodir='${datarootdir}/info'
# inidir='/etc'
# install_sh='${SHELL} /tmp/libiodbc/src/libiodbc-3.52.10/admin/install-sh'
# lib_version='3:22:1'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_ECHO='echo'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# odbcmode='3'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "iODBC Driver Manager"
# #define PACKAGE_TARNAME "libiodbc"
# #define PACKAGE_VERSION "3.52.10"
# #define PACKAGE_STRING "iODBC Driver Manager 3.52.10"
# #define PACKAGE_BUGREPORT "iodbc@openlinksw.com"
# #define PACKAGE "libiodbc"
# #define VERSION "3.52.10"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define STDC_HEADERS 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_WCHAR_H 1
# #define HAVE_STRERROR 1
# #define HAVE_SETENV 1
# #define HAVE_ASPRINTF 1
# #define HAVE_SNPRINTF 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_LOCALTIME_R 1
# #define HAVE_WCSLEN 1
# #define HAVE_WCSCPY 1
# #define HAVE_WCSNCPY 1
# #define HAVE_WCSCHR 1
# #define HAVE_WCSCAT 1
# #define HAVE_WCSCMP 1
# #define HAVE_TOWLOWER 1
# #define HAVE_WCSNCASECMP 1
# #define HAVE_DLFCN_H 1
# #define HAVE_LIBDL 1
# #define HAVE_DLADDR 1
# #define SYS_ODBC_INI "/etc/odbc.ini"
# #define SYS_ODBCINST_INI "/etc/odbcinst.ini"
# #define DEFAULT_FILEDSNPATH "/etc/ODBCDataSources"
#
# configure: exit 0