Build of unixodbc with clang_glibc toolchain

The build took 00h 03m 31s and was SUCCESSFUL.

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

SLOCLanguage
90,901 ansic
20,482 makefile
16,220 sh
969 yacc
128,572 total

The process tree of the build process is here.

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: unixodbc 2.3.4-1 (Thu Apr 13 20:41:09 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> 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 for gawk... (cached) gawk
# checking for bison... bison -y
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking dependency style of clang... (cached) gcc3
# checking for flex... flex
# checking lex output file root... lex.yy
# checking lex library... none needed
# checking whether yytext is a pointer... no
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# 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 sys/sem.h usability... yes
# checking sys/sem.h presence... yes
# checking for sys/sem.h... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# 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 how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... dlltool
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# 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 sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# 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 for shl_load... no
# checking for shl_load in -ldld... no
# checking for dlopen... no
# checking for dlopen in -ldl... yes
# checking whether a program can dlopen itself... yes
# checking whether a statically linked program can dlopen itself... no
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking which extension is used for runtime loadable modules... .so
# checking which variable specifies run-time module search path... LD_LIBRARY_PATH
# checking for the default library search path... /lib /usr/lib /usr/lib/R/lib /usr/lib/libfakeroot
# checking for library containing dlopen... -ldl
# checking for dlerror... yes
# checking for shl_load... (cached) no
# checking for shl_load in -ldld... (cached) no
# checking for dld_link in -ldld... no
# checking for _ prefix in compiled symbols... no
# checking whether deplibs are loaded by dlopen... yes
# checking for argz.h... yes
# checking for error_t... yes
# checking for argz_add... yes
# checking for argz_append... yes
# checking for argz_count... yes
# checking for argz_create_sep... yes
# checking for argz_insert... yes
# checking for argz_next... yes
# checking for argz_stringify... yes
# checking if argz actually works... yes
# checking whether libtool supports -dlopen/-dlpreopen... yes
# checking for ltdl.h... yes
# checking whether lt_dlinterface_register is declared... yes
# checking for lt_dladvise_preload in -lltdl... yes
# checking where to find libltdl headers...
# checking where to find libltdl library... -lltdl
# checking for unistd.h... (cached) yes
# checking for dl.h... no
# checking for sys/dl.h... no
# checking for dld.h... no
# checking for mach-o/dyld.h... no
# checking for dirent.h... yes
# checking for closedir... yes
# checking for opendir... yes
# checking for readdir... yes
# checking for strlcat... no
# checking for strlcpy... no
# checking for shared lib extension... .so
# checking for iconv... yes
# checking for iconv declaration...
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# checking for encoding to use for CHAR representations ... auto-search
# checking for encoding to use for UNICODE representations ... auto-search
# checking for crypt in -lcrypt... yes
# checking for pow in -lm... yes
# checking for readline in -lreadline ... yes
# checking readline/history.h usability... yes
# checking readline/history.h presence... yes
# checking for readline/history.h... yes
# checking Are we using ini caching ... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking size of long... 8
# checking if platform is 64 bit... Yes
# checking for long long... yes
# checking size of long int... 8
# checking for strcasecmp... yes
# checking for strncasecmp... yes
# checking for vsnprintf... yes
# checking for strtol... yes
# checking for atoll... yes
# checking for strtoll... yes
# checking for endpwent... yes
# checking for gettimeofday... yes
# checking for ftime... yes
# checking for time... yes
# checking for stricmp... no
# checking for strnicmp... no
# checking for getuid... yes
# checking for getpwuid... yes
# checking for nl_langinfo... yes
# checking for nl_langinfo and CODESET... yes
# checking if os is AIX ... no - enable check for libthread
# checking for mutex_lock in -lthread ... no
# checking for pthread_mutex_lock in -lpthread... yes
# checking if compiler accepts -pthread... yes
# checking for localtime_r in -lc... yes
# checking for ANSI C header files... (cached) yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking for unistd.h... (cached) yes
# checking pwd.h usability... yes
# checking pwd.h presence... yes
# checking for pwd.h... yes
# checking crypt.h usability... yes
# checking crypt.h presence... yes
# checking for crypt.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking synch.h usability... no
# checking synch.h presence... no
# checking for synch.h... no
# checking for strings.h... (cached) yes
# checking for string.h... (cached) yes
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking sys/malloc.h usability... no
# checking sys/malloc.h presence... no
# checking for sys/malloc.h... no
# checking for sys/types.h... (cached) yes
# checking for sys/sem.h... (cached) yes
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking varargs.h usability... no
# checking varargs.h presence... no
# checking for varargs.h... no
# checking for sys/time.h... (cached) yes
# checking sys/timeb.h usability... yes
# checking sys/timeb.h presence... yes
# checking for sys/timeb.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking langinfo.h usability... yes
# checking langinfo.h presence... yes
# checking for langinfo.h... yes
# checking msql.h usability... no
# checking msql.h presence... no
# checking for msql.h... no
# checking for an ANSI C-conforming const... yes
# checking for size_t... yes
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking for uid_t in sys/types.h... yes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for vprintf... yes
# checking for _doprnt... no
# checking for putenv... yes
# checking for socket... yes
# checking for strdup... yes
# checking for strstr... yes
# checking for setenv... yes
# checking for setlocale... yes
# checking for strchr... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating extras/Makefile
# config.status: creating log/Makefile
# config.status: creating lst/Makefile
# config.status: creating ini/Makefile
# config.status: creating odbcinst/Makefile
# config.status: creating cur/Makefile
# config.status: creating DriverManager/Makefile
# config.status: creating exe/Makefile
# config.status: creating DRVConfig/Makefile
# config.status: creating DRVConfig/drvcfg1/Makefile
# config.status: creating DRVConfig/drvcfg2/Makefile
# config.status: creating DRVConfig/PostgreSQL/Makefile
# config.status: creating DRVConfig/MiniSQL/Makefile
# config.status: creating DRVConfig/MySQL/Makefile
# config.status: creating DRVConfig/nn/Makefile
# config.status: creating DRVConfig/esoob/Makefile
# config.status: creating DRVConfig/oplodbc/Makefile
# config.status: creating DRVConfig/template/Makefile
# config.status: creating DRVConfig/tds/Makefile
# config.status: creating DRVConfig/txt/Makefile
# config.status: creating DRVConfig/Oracle/Makefile
# config.status: creating DRVConfig/sapdb/Makefile
# config.status: creating DRVConfig/Mimer/Makefile
# config.status: creating Drivers/Makefile
# config.status: creating Drivers/Postgre7.1/Makefile
# config.status: creating Drivers/nn/Makefile
# config.status: creating Drivers/template/Makefile
# config.status: creating Drivers/MiniSQL/Makefile
# config.status: creating include/Makefile
# config.status: creating man/Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/AdministratorManual/Makefile
# config.status: creating doc/ProgrammerManual/Makefile
# config.status: creating doc/ProgrammerManual/Tutorial/Makefile
# config.status: creating doc/UserManual/Makefile
# config.status: creating doc/lst/Makefile
# config.status: creating samples/Makefile
# config.status: creating config.h
# config.status: creating unixodbc_conf.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# === configuring in libltdl (/tmp/unixodbc/src/unixODBC-2.3.4/libltdl)
# configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' '--sysconfdir=/etc' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=/dev/null --srcdir=.
# 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 how to print strings... printf
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking dependency style of clang... gcc3
# 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 whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# 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-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# 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 sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... clang -E
# 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 for shl_load... no
# checking for shl_load in -ldld... no
# checking for dlopen... no
# checking for dlopen in -ldl... yes
# checking whether a program can dlopen itself... yes
# checking whether a statically linked program can dlopen itself... no
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking which extension is used for runtime loadable modules... .so
# checking which variable specifies run-time module search path... LD_LIBRARY_PATH
# checking for the default library search path... /lib /usr/lib /usr/lib/R/lib /usr/lib/libfakeroot
# checking for library containing dlopen... -ldl
# checking for dlerror... yes
# checking for shl_load... (cached) no
# checking for shl_load in -ldld... (cached) no
# checking for dld_link in -ldld... no
# checking for _ prefix in compiled symbols... no
# checking whether deplibs are loaded by dlopen... yes
# checking for argz.h... yes
# checking for error_t... yes
# checking for argz_add... yes
# checking for argz_append... yes
# checking for argz_count... yes
# checking for argz_create_sep... yes
# checking for argz_insert... yes
# checking for argz_next... yes
# checking for argz_stringify... yes
# checking if argz actually works... yes
# checking whether libtool supports -dlopen/-dlpreopen... yes
# checking for unistd.h... (cached) yes
# checking for dl.h... no
# checking for sys/dl.h... no
# checking for dld.h... no
# checking for mach-o/dyld.h... no
# checking for dirent.h... yes
# checking for closedir... yes
# checking for opendir... yes
# checking for readdir... yes
# checking for strlcat... no
# checking for strlcpy... no
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4'
# Making all in extras
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/extras'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT strcasecmp.lo -MD -MP -MF .deps/strcasecmp.Tpo -c -o strcasecmp.lo strcasecmp.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT strcasecmp.lo -MD -MP -MF .deps/strcasecmp.Tpo -c strcasecmp.c -fPIC -DPIC -o .libs/strcasecmp.o
# mv -f .deps/strcasecmp.Tpo .deps/strcasecmp.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT snprintf.lo -MD -MP -MF .deps/snprintf.Tpo -c -o snprintf.lo snprintf.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT snprintf.lo -MD -MP -MF .deps/snprintf.Tpo -c snprintf.c -fPIC -DPIC -o .libs/snprintf.o
# mv -f .deps/snprintf.Tpo .deps/snprintf.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -pthread -no-undefined -o libodbcextraslc.la strcasecmp.lo snprintf.lo -ldl -lpthread
# libtool: link: ar cru .libs/libodbcextraslc.a .libs/strcasecmp.o .libs/snprintf.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libodbcextraslc.a
# libtool: link: ( cd ".libs" && rm -f "libodbcextraslc.la" && ln -s "../libodbcextraslc.la" "libodbcextraslc.la" )
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/extras'
# Making all in log
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/log'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _logFreeMsg.lo -MD -MP -MF .deps/_logFreeMsg.Tpo -c -o _logFreeMsg.lo _logFreeMsg.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _logFreeMsg.lo -MD -MP -MF .deps/_logFreeMsg.Tpo -c _logFreeMsg.c -fPIC -DPIC -o .libs/_logFreeMsg.o
# mv -f .deps/_logFreeMsg.Tpo .deps/_logFreeMsg.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT logClear.lo -MD -MP -MF .deps/logClear.Tpo -c -o logClear.lo logClear.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT logClear.lo -MD -MP -MF .deps/logClear.Tpo -c logClear.c -fPIC -DPIC -o .libs/logClear.o
# mv -f .deps/logClear.Tpo .deps/logClear.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT logClose.lo -MD -MP -MF .deps/logClose.Tpo -c -o logClose.lo logClose.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT logClose.lo -MD -MP -MF .deps/logClose.Tpo -c logClose.c -fPIC -DPIC -o .libs/logClose.o
# mv -f .deps/logClose.Tpo .deps/logClose.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT logOn.lo -MD -MP -MF .deps/logOn.Tpo -c -o logOn.lo logOn.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT logOn.lo -MD -MP -MF .deps/logOn.Tpo -c logOn.c -fPIC -DPIC -o .libs/logOn.o
# mv -f .deps/logOn.Tpo .deps/logOn.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT logOpen.lo -MD -MP -MF .deps/logOpen.Tpo -c -o logOpen.lo logOpen.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT logOpen.lo -MD -MP -MF .deps/logOpen.Tpo -c logOpen.c -fPIC -DPIC -o .libs/logOpen.o
# mv -f .deps/logOpen.Tpo .deps/logOpen.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT logPeekMsg.lo -MD -MP -MF .deps/logPeekMsg.Tpo -c -o logPeekMsg.lo logPeekMsg.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT logPeekMsg.lo -MD -MP -MF .deps/logPeekMsg.Tpo -c logPeekMsg.c -fPIC -DPIC -o .libs/logPeekMsg.o
# mv -f .deps/logPeekMsg.Tpo .deps/logPeekMsg.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT logPopMsg.lo -MD -MP -MF .deps/logPopMsg.Tpo -c -o logPopMsg.lo logPopMsg.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT logPopMsg.lo -MD -MP -MF .deps/logPopMsg.Tpo -c logPopMsg.c -fPIC -DPIC -o .libs/logPopMsg.o
# mv -f .deps/logPopMsg.Tpo .deps/logPopMsg.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT logPushMsg.lo -MD -MP -MF .deps/logPushMsg.Tpo -c -o logPushMsg.lo logPushMsg.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT logPushMsg.lo -MD -MP -MF .deps/logPushMsg.Tpo -c logPushMsg.c -fPIC -DPIC -o .libs/logPushMsg.o
# mv -f .deps/logPushMsg.Tpo .deps/logPushMsg.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -pthread -o libloglc.la _logFreeMsg.lo logClear.lo logClose.lo logOn.lo logOpen.lo logPeekMsg.lo logPopMsg.lo logPushMsg.lo -ldl -lpthread
# libtool: link: ar cru .libs/libloglc.a .libs/_logFreeMsg.o .libs/logClear.o .libs/logClose.o .libs/logOn.o .libs/logOpen.o .libs/logPeekMsg.o .libs/logPopMsg.o .libs/logPushMsg.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libloglc.a
# libtool: link: ( cd ".libs" && rm -f "libloglc.la" && ln -s "../libloglc.la" "libloglc.la" )
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/log'
# Making all in lst
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/lst'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _lstAdjustCurrent.lo -MD -MP -MF .deps/_lstAdjustCurrent.Tpo -c -o _lstAdjustCurrent.lo _lstAdjustCurrent.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _lstAdjustCurrent.lo -MD -MP -MF .deps/_lstAdjustCurrent.Tpo -c _lstAdjustCurrent.c -fPIC -DPIC -o .libs/_lstAdjustCurrent.o
# mv -f .deps/_lstAdjustCurrent.Tpo .deps/_lstAdjustCurrent.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _lstDump.lo -MD -MP -MF .deps/_lstDump.Tpo -c -o _lstDump.lo _lstDump.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _lstDump.lo -MD -MP -MF .deps/_lstDump.Tpo -c _lstDump.c -fPIC -DPIC -o .libs/_lstDump.o
# mv -f .deps/_lstDump.Tpo .deps/_lstDump.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _lstFreeItem.lo -MD -MP -MF .deps/_lstFreeItem.Tpo -c -o _lstFreeItem.lo _lstFreeItem.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _lstFreeItem.lo -MD -MP -MF .deps/_lstFreeItem.Tpo -c _lstFreeItem.c -fPIC -DPIC -o .libs/_lstFreeItem.o
# mv -f .deps/_lstFreeItem.Tpo .deps/_lstFreeItem.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _lstNextValidItem.lo -MD -MP -MF .deps/_lstNextValidItem.Tpo -c -o _lstNextValidItem.lo _lstNextValidItem.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _lstNextValidItem.lo -MD -MP -MF .deps/_lstNextValidItem.Tpo -c _lstNextValidItem.c -fPIC -DPIC -o .libs/_lstNextValidItem.o
# mv -f .deps/_lstNextValidItem.Tpo .deps/_lstNextValidItem.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _lstPrevValidItem.lo -MD -MP -MF .deps/_lstPrevValidItem.Tpo -c -o _lstPrevValidItem.lo _lstPrevValidItem.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _lstPrevValidItem.lo -MD -MP -MF .deps/_lstPrevValidItem.Tpo -c _lstPrevValidItem.c -fPIC -DPIC -o .libs/_lstPrevValidItem.o
# mv -f .deps/_lstPrevValidItem.Tpo .deps/_lstPrevValidItem.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _lstVisible.lo -MD -MP -MF .deps/_lstVisible.Tpo -c -o _lstVisible.lo _lstVisible.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _lstVisible.lo -MD -MP -MF .deps/_lstVisible.Tpo -c _lstVisible.c -fPIC -DPIC -o .libs/_lstVisible.o
# mv -f .deps/_lstVisible.Tpo .deps/_lstVisible.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstAppend.lo -MD -MP -MF .deps/lstAppend.Tpo -c -o lstAppend.lo lstAppend.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstAppend.lo -MD -MP -MF .deps/lstAppend.Tpo -c lstAppend.c -fPIC -DPIC -o .libs/lstAppend.o
# mv -f .deps/lstAppend.Tpo .deps/lstAppend.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstClose.lo -MD -MP -MF .deps/lstClose.Tpo -c -o lstClose.lo lstClose.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstClose.lo -MD -MP -MF .deps/lstClose.Tpo -c lstClose.c -fPIC -DPIC -o .libs/lstClose.o
# mv -f .deps/lstClose.Tpo .deps/lstClose.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstDelete.lo -MD -MP -MF .deps/lstDelete.Tpo -c -o lstDelete.lo lstDelete.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstDelete.lo -MD -MP -MF .deps/lstDelete.Tpo -c lstDelete.c -fPIC -DPIC -o .libs/lstDelete.o
# mv -f .deps/lstDelete.Tpo .deps/lstDelete.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstEOL.lo -MD -MP -MF .deps/lstEOL.Tpo -c -o lstEOL.lo lstEOL.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstEOL.lo -MD -MP -MF .deps/lstEOL.Tpo -c lstEOL.c -fPIC -DPIC -o .libs/lstEOL.o
# mv -f .deps/lstEOL.Tpo .deps/lstEOL.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstFirst.lo -MD -MP -MF .deps/lstFirst.Tpo -c -o lstFirst.lo lstFirst.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstFirst.lo -MD -MP -MF .deps/lstFirst.Tpo -c lstFirst.c -fPIC -DPIC -o .libs/lstFirst.o
# mv -f .deps/lstFirst.Tpo .deps/lstFirst.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstGet.lo -MD -MP -MF .deps/lstGet.Tpo -c -o lstGet.lo lstGet.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstGet.lo -MD -MP -MF .deps/lstGet.Tpo -c lstGet.c -fPIC -DPIC -o .libs/lstGet.o
# mv -f .deps/lstGet.Tpo .deps/lstGet.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstGetBookMark.lo -MD -MP -MF .deps/lstGetBookMark.Tpo -c -o lstGetBookMark.lo lstGetBookMark.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstGetBookMark.lo -MD -MP -MF .deps/lstGetBookMark.Tpo -c lstGetBookMark.c -fPIC -DPIC -o .libs/lstGetBookMark.o
# mv -f .deps/lstGetBookMark.Tpo .deps/lstGetBookMark.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstGoto.lo -MD -MP -MF .deps/lstGoto.Tpo -c -o lstGoto.lo lstGoto.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstGoto.lo -MD -MP -MF .deps/lstGoto.Tpo -c lstGoto.c -fPIC -DPIC -o .libs/lstGoto.o
# mv -f .deps/lstGoto.Tpo .deps/lstGoto.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstGotoBookMark.lo -MD -MP -MF .deps/lstGotoBookMark.Tpo -c -o lstGotoBookMark.lo lstGotoBookMark.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstGotoBookMark.lo -MD -MP -MF .deps/lstGotoBookMark.Tpo -c lstGotoBookMark.c -fPIC -DPIC -o .libs/lstGotoBookMark.o
# mv -f .deps/lstGotoBookMark.Tpo .deps/lstGotoBookMark.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstInsert.lo -MD -MP -MF .deps/lstInsert.Tpo -c -o lstInsert.lo lstInsert.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstInsert.lo -MD -MP -MF .deps/lstInsert.Tpo -c lstInsert.c -fPIC -DPIC -o .libs/lstInsert.o
# mv -f .deps/lstInsert.Tpo .deps/lstInsert.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstLast.lo -MD -MP -MF .deps/lstLast.Tpo -c -o lstLast.lo lstLast.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstLast.lo -MD -MP -MF .deps/lstLast.Tpo -c lstLast.c -fPIC -DPIC -o .libs/lstLast.o
# mv -f .deps/lstLast.Tpo .deps/lstLast.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstNext.lo -MD -MP -MF .deps/lstNext.Tpo -c -o lstNext.lo lstNext.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstNext.lo -MD -MP -MF .deps/lstNext.Tpo -c lstNext.c -fPIC -DPIC -o .libs/lstNext.o
# mv -f .deps/lstNext.Tpo .deps/lstNext.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstOpen.lo -MD -MP -MF .deps/lstOpen.Tpo -c -o lstOpen.lo lstOpen.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstOpen.lo -MD -MP -MF .deps/lstOpen.Tpo -c lstOpen.c -fPIC -DPIC -o .libs/lstOpen.o
# mv -f .deps/lstOpen.Tpo .deps/lstOpen.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstOpenCursor.lo -MD -MP -MF .deps/lstOpenCursor.Tpo -c -o lstOpenCursor.lo lstOpenCursor.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstOpenCursor.lo -MD -MP -MF .deps/lstOpenCursor.Tpo -c lstOpenCursor.c -fPIC -DPIC -o .libs/lstOpenCursor.o
# mv -f .deps/lstOpenCursor.Tpo .deps/lstOpenCursor.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstPrev.lo -MD -MP -MF .deps/lstPrev.Tpo -c -o lstPrev.lo lstPrev.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstPrev.lo -MD -MP -MF .deps/lstPrev.Tpo -c lstPrev.c -fPIC -DPIC -o .libs/lstPrev.o
# mv -f .deps/lstPrev.Tpo .deps/lstPrev.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstSeek.lo -MD -MP -MF .deps/lstSeek.Tpo -c -o lstSeek.lo lstSeek.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstSeek.lo -MD -MP -MF .deps/lstSeek.Tpo -c lstSeek.c -fPIC -DPIC -o .libs/lstSeek.o
# mv -f .deps/lstSeek.Tpo .deps/lstSeek.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstSeekItem.lo -MD -MP -MF .deps/lstSeekItem.Tpo -c -o lstSeekItem.lo lstSeekItem.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstSeekItem.lo -MD -MP -MF .deps/lstSeekItem.Tpo -c lstSeekItem.c -fPIC -DPIC -o .libs/lstSeekItem.o
# mv -f .deps/lstSeekItem.Tpo .deps/lstSeekItem.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstSet.lo -MD -MP -MF .deps/lstSet.Tpo -c -o lstSet.lo lstSet.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstSet.lo -MD -MP -MF .deps/lstSet.Tpo -c lstSet.c -fPIC -DPIC -o .libs/lstSet.o
# mv -f .deps/lstSet.Tpo .deps/lstSet.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstSetFreeFunc.lo -MD -MP -MF .deps/lstSetFreeFunc.Tpo -c -o lstSetFreeFunc.lo lstSetFreeFunc.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT lstSetFreeFunc.lo -MD -MP -MF .deps/lstSetFreeFunc.Tpo -c lstSetFreeFunc.c -fPIC -DPIC -o .libs/lstSetFreeFunc.o
# mv -f .deps/lstSetFreeFunc.Tpo .deps/lstSetFreeFunc.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -pthread -no-undefined -o liblstlc.la _lstAdjustCurrent.lo _lstDump.lo _lstFreeItem.lo _lstNextValidItem.lo _lstPrevValidItem.lo _lstVisible.lo lstAppend.lo lstClose.lo lstDelete.lo lstEOL.lo lstFirst.lo lstGet.lo lstGetBookMark.lo lstGoto.lo lstGotoBookMark.lo lstInsert.lo lstLast.lo lstNext.lo lstOpen.lo lstOpenCursor.lo lstPrev.lo lstSeek.lo lstSeekItem.lo lstSet.lo lstSetFreeFunc.lo -ldl -lpthread
# libtool: link: ar cru .libs/liblstlc.a .libs/_lstAdjustCurrent.o .libs/_lstDump.o .libs/_lstFreeItem.o .libs/_lstNextValidItem.o .libs/_lstPrevValidItem.o .libs/_lstVisible.o .libs/lstAppend.o .libs/lstClose.o .libs/lstDelete.o .libs/lstEOL.o .libs/lstFirst.o .libs/lstGet.o .libs/lstGetBookMark.o .libs/lstGoto.o .libs/lstGotoBookMark.o .libs/lstInsert.o .libs/lstLast.o .libs/lstNext.o .libs/lstOpen.o .libs/lstOpenCursor.o .libs/lstPrev.o .libs/lstSeek.o .libs/lstSeekItem.o .libs/lstSet.o .libs/lstSetFreeFunc.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/liblstlc.a
# libtool: link: ( cd ".libs" && rm -f "liblstlc.la" && ln -s "../liblstlc.la" "liblstlc.la" )
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/lst'
# Making all in ini
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/ini'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniAllTrim.lo -MD -MP -MF .deps/iniAllTrim.Tpo -c -o iniAllTrim.lo iniAllTrim.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniAllTrim.lo -MD -MP -MF .deps/iniAllTrim.Tpo -c iniAllTrim.c -fPIC -DPIC -o .libs/iniAllTrim.o
# mv -f .deps/iniAllTrim.Tpo .deps/iniAllTrim.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniAppend.lo -MD -MP -MF .deps/iniAppend.Tpo -c -o iniAppend.lo iniAppend.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniAppend.lo -MD -MP -MF .deps/iniAppend.Tpo -c iniAppend.c -fPIC -DPIC -o .libs/iniAppend.o
# mv -f .deps/iniAppend.Tpo .deps/iniAppend.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniDelete.lo -MD -MP -MF .deps/iniDelete.Tpo -c -o iniDelete.lo iniDelete.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniDelete.lo -MD -MP -MF .deps/iniDelete.Tpo -c iniDelete.c -fPIC -DPIC -o .libs/iniDelete.o
# mv -f .deps/iniDelete.Tpo .deps/iniDelete.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniClose.lo -MD -MP -MF .deps/iniClose.Tpo -c -o iniClose.lo iniClose.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniClose.lo -MD -MP -MF .deps/iniClose.Tpo -c iniClose.c -fPIC -DPIC -o .libs/iniClose.o
# mv -f .deps/iniClose.Tpo .deps/iniClose.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniCommit.lo -MD -MP -MF .deps/iniCommit.Tpo -c -o iniCommit.lo iniCommit.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniCommit.lo -MD -MP -MF .deps/iniCommit.Tpo -c iniCommit.c -fPIC -DPIC -o .libs/iniCommit.o
# mv -f .deps/iniCommit.Tpo .deps/iniCommit.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniObject.lo -MD -MP -MF .deps/iniObject.Tpo -c -o iniObject.lo iniObject.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniObject.lo -MD -MP -MF .deps/iniObject.Tpo -c iniObject.c -fPIC -DPIC -o .libs/iniObject.o
# mv -f .deps/iniObject.Tpo .deps/iniObject.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniObjectFirst.lo -MD -MP -MF .deps/iniObjectFirst.Tpo -c -o iniObjectFirst.lo iniObjectFirst.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniObjectFirst.lo -MD -MP -MF .deps/iniObjectFirst.Tpo -c iniObjectFirst.c -fPIC -DPIC -o .libs/iniObjectFirst.o
# mv -f .deps/iniObjectFirst.Tpo .deps/iniObjectFirst.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniObjectLast.lo -MD -MP -MF .deps/iniObjectLast.Tpo -c -o iniObjectLast.lo iniObjectLast.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniObjectLast.lo -MD -MP -MF .deps/iniObjectLast.Tpo -c iniObjectLast.c -fPIC -DPIC -o .libs/iniObjectLast.o
# mv -f .deps/iniObjectLast.Tpo .deps/iniObjectLast.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniObjectNext.lo -MD -MP -MF .deps/iniObjectNext.Tpo -c -o iniObjectNext.lo iniObjectNext.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniObjectNext.lo -MD -MP -MF .deps/iniObjectNext.Tpo -c iniObjectNext.c -fPIC -DPIC -o .libs/iniObjectNext.o
# mv -f .deps/iniObjectNext.Tpo .deps/iniObjectNext.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniObjectSeek.lo -MD -MP -MF .deps/iniObjectSeek.Tpo -c -o iniObjectSeek.lo iniObjectSeek.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniObjectSeek.lo -MD -MP -MF .deps/iniObjectSeek.Tpo -c iniObjectSeek.c -fPIC -DPIC -o .libs/iniObjectSeek.o
# mv -f .deps/iniObjectSeek.Tpo .deps/iniObjectSeek.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniObjectSeekSure.lo -MD -MP -MF .deps/iniObjectSeekSure.Tpo -c -o iniObjectSeekSure.lo iniObjectSeekSure.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniObjectSeekSure.lo -MD -MP -MF .deps/iniObjectSeekSure.Tpo -c iniObjectSeekSure.c -fPIC -DPIC -o .libs/iniObjectSeekSure.o
# mv -f .deps/iniObjectSeekSure.Tpo .deps/iniObjectSeekSure.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniObjectUpdate.lo -MD -MP -MF .deps/iniObjectUpdate.Tpo -c -o iniObjectUpdate.lo iniObjectUpdate.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniObjectUpdate.lo -MD -MP -MF .deps/iniObjectUpdate.Tpo -c iniObjectUpdate.c -fPIC -DPIC -o .libs/iniObjectUpdate.o
# mv -f .deps/iniObjectUpdate.Tpo .deps/iniObjectUpdate.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniObjectInsert.lo -MD -MP -MF .deps/iniObjectInsert.Tpo -c -o iniObjectInsert.lo iniObjectInsert.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniObjectInsert.lo -MD -MP -MF .deps/iniObjectInsert.Tpo -c iniObjectInsert.c -fPIC -DPIC -o .libs/iniObjectInsert.o
# mv -f .deps/iniObjectInsert.Tpo .deps/iniObjectInsert.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniObjectDelete.lo -MD -MP -MF .deps/iniObjectDelete.Tpo -c -o iniObjectDelete.lo iniObjectDelete.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniObjectDelete.lo -MD -MP -MF .deps/iniObjectDelete.Tpo -c iniObjectDelete.c -fPIC -DPIC -o .libs/iniObjectDelete.o
# mv -f .deps/iniObjectDelete.Tpo .deps/iniObjectDelete.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniObjectEOL.lo -MD -MP -MF .deps/iniObjectEOL.Tpo -c -o iniObjectEOL.lo iniObjectEOL.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniObjectEOL.lo -MD -MP -MF .deps/iniObjectEOL.Tpo -c iniObjectEOL.c -fPIC -DPIC -o .libs/iniObjectEOL.o
# mv -f .deps/iniObjectEOL.Tpo .deps/iniObjectEOL.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniOpen.lo -MD -MP -MF .deps/iniOpen.Tpo -c -o iniOpen.lo iniOpen.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniOpen.lo -MD -MP -MF .deps/iniOpen.Tpo -c iniOpen.c -fPIC -DPIC -o .libs/iniOpen.o
# mv -f .deps/iniOpen.Tpo .deps/iniOpen.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniProperty.lo -MD -MP -MF .deps/iniProperty.Tpo -c -o iniProperty.lo iniProperty.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniProperty.lo -MD -MP -MF .deps/iniProperty.Tpo -c iniProperty.c -fPIC -DPIC -o .libs/iniProperty.o
# mv -f .deps/iniProperty.Tpo .deps/iniProperty.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniPropertyFirst.lo -MD -MP -MF .deps/iniPropertyFirst.Tpo -c -o iniPropertyFirst.lo iniPropertyFirst.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniPropertyFirst.lo -MD -MP -MF .deps/iniPropertyFirst.Tpo -c iniPropertyFirst.c -fPIC -DPIC -o .libs/iniPropertyFirst.o
# mv -f .deps/iniPropertyFirst.Tpo .deps/iniPropertyFirst.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniPropertyLast.lo -MD -MP -MF .deps/iniPropertyLast.Tpo -c -o iniPropertyLast.lo iniPropertyLast.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniPropertyLast.lo -MD -MP -MF .deps/iniPropertyLast.Tpo -c iniPropertyLast.c -fPIC -DPIC -o .libs/iniPropertyLast.o
# mv -f .deps/iniPropertyLast.Tpo .deps/iniPropertyLast.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniPropertyNext.lo -MD -MP -MF .deps/iniPropertyNext.Tpo -c -o iniPropertyNext.lo iniPropertyNext.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniPropertyNext.lo -MD -MP -MF .deps/iniPropertyNext.Tpo -c iniPropertyNext.c -fPIC -DPIC -o .libs/iniPropertyNext.o
# mv -f .deps/iniPropertyNext.Tpo .deps/iniPropertyNext.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniPropertySeek.lo -MD -MP -MF .deps/iniPropertySeek.Tpo -c -o iniPropertySeek.lo iniPropertySeek.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniPropertySeek.lo -MD -MP -MF .deps/iniPropertySeek.Tpo -c iniPropertySeek.c -fPIC -DPIC -o .libs/iniPropertySeek.o
# mv -f .deps/iniPropertySeek.Tpo .deps/iniPropertySeek.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniPropertySeekSure.lo -MD -MP -MF .deps/iniPropertySeekSure.Tpo -c -o iniPropertySeekSure.lo iniPropertySeekSure.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniPropertySeekSure.lo -MD -MP -MF .deps/iniPropertySeekSure.Tpo -c iniPropertySeekSure.c -fPIC -DPIC -o .libs/iniPropertySeekSure.o
# mv -f .deps/iniPropertySeekSure.Tpo .deps/iniPropertySeekSure.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniPropertyUpdate.lo -MD -MP -MF .deps/iniPropertyUpdate.Tpo -c -o iniPropertyUpdate.lo iniPropertyUpdate.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniPropertyUpdate.lo -MD -MP -MF .deps/iniPropertyUpdate.Tpo -c iniPropertyUpdate.c -fPIC -DPIC -o .libs/iniPropertyUpdate.o
# mv -f .deps/iniPropertyUpdate.Tpo .deps/iniPropertyUpdate.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniPropertyInsert.lo -MD -MP -MF .deps/iniPropertyInsert.Tpo -c -o iniPropertyInsert.lo iniPropertyInsert.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniPropertyInsert.lo -MD -MP -MF .deps/iniPropertyInsert.Tpo -c iniPropertyInsert.c -fPIC -DPIC -o .libs/iniPropertyInsert.o
# mv -f .deps/iniPropertyInsert.Tpo .deps/iniPropertyInsert.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniPropertyDelete.lo -MD -MP -MF .deps/iniPropertyDelete.Tpo -c -o iniPropertyDelete.lo iniPropertyDelete.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniPropertyDelete.lo -MD -MP -MF .deps/iniPropertyDelete.Tpo -c iniPropertyDelete.c -fPIC -DPIC -o .libs/iniPropertyDelete.o
# mv -f .deps/iniPropertyDelete.Tpo .deps/iniPropertyDelete.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniPropertyEOL.lo -MD -MP -MF .deps/iniPropertyEOL.Tpo -c -o iniPropertyEOL.lo iniPropertyEOL.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniPropertyEOL.lo -MD -MP -MF .deps/iniPropertyEOL.Tpo -c iniPropertyEOL.c -fPIC -DPIC -o .libs/iniPropertyEOL.o
# mv -f .deps/iniPropertyEOL.Tpo .deps/iniPropertyEOL.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniPropertyValue.lo -MD -MP -MF .deps/iniPropertyValue.Tpo -c -o iniPropertyValue.lo iniPropertyValue.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniPropertyValue.lo -MD -MP -MF .deps/iniPropertyValue.Tpo -c iniPropertyValue.c -fPIC -DPIC -o .libs/iniPropertyValue.o
# mv -f .deps/iniPropertyValue.Tpo .deps/iniPropertyValue.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniValue.lo -MD -MP -MF .deps/iniValue.Tpo -c -o iniValue.lo iniValue.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniValue.lo -MD -MP -MF .deps/iniValue.Tpo -c iniValue.c -fPIC -DPIC -o .libs/iniValue.o
# mv -f .deps/iniValue.Tpo .deps/iniValue.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniToUpper.lo -MD -MP -MF .deps/iniToUpper.Tpo -c -o iniToUpper.lo iniToUpper.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniToUpper.lo -MD -MP -MF .deps/iniToUpper.Tpo -c iniToUpper.c -fPIC -DPIC -o .libs/iniToUpper.o
# mv -f .deps/iniToUpper.Tpo .deps/iniToUpper.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniElement.lo -MD -MP -MF .deps/iniElement.Tpo -c -o iniElement.lo iniElement.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniElement.lo -MD -MP -MF .deps/iniElement.Tpo -c iniElement.c -fPIC -DPIC -o .libs/iniElement.o
# mv -f .deps/iniElement.Tpo .deps/iniElement.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniElementCount.lo -MD -MP -MF .deps/iniElementCount.Tpo -c -o iniElementCount.lo iniElementCount.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniElementCount.lo -MD -MP -MF .deps/iniElementCount.Tpo -c iniElementCount.c -fPIC -DPIC -o .libs/iniElementCount.o
# mv -f .deps/iniElementCount.Tpo .deps/iniElementCount.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniGetBookmark.lo -MD -MP -MF .deps/iniGetBookmark.Tpo -c -o iniGetBookmark.lo iniGetBookmark.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniGetBookmark.lo -MD -MP -MF .deps/iniGetBookmark.Tpo -c iniGetBookmark.c -fPIC -DPIC -o .libs/iniGetBookmark.o
# mv -f .deps/iniGetBookmark.Tpo .deps/iniGetBookmark.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniGotoBookmark.lo -MD -MP -MF .deps/iniGotoBookmark.Tpo -c -o iniGotoBookmark.lo iniGotoBookmark.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniGotoBookmark.lo -MD -MP -MF .deps/iniGotoBookmark.Tpo -c iniGotoBookmark.c -fPIC -DPIC -o .libs/iniGotoBookmark.o
# mv -f .deps/iniGotoBookmark.Tpo .deps/iniGotoBookmark.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniCursor.lo -MD -MP -MF .deps/iniCursor.Tpo -c -o iniCursor.lo iniCursor.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iniCursor.lo -MD -MP -MF .deps/iniCursor.Tpo -c iniCursor.c -fPIC -DPIC -o .libs/iniCursor.o
# mv -f .deps/iniCursor.Tpo .deps/iniCursor.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _iniObjectRead.lo -MD -MP -MF .deps/_iniObjectRead.Tpo -c -o _iniObjectRead.lo _iniObjectRead.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _iniObjectRead.lo -MD -MP -MF .deps/_iniObjectRead.Tpo -c _iniObjectRead.c -fPIC -DPIC -o .libs/_iniObjectRead.o
# mv -f .deps/_iniObjectRead.Tpo .deps/_iniObjectRead.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _iniPropertyRead.lo -MD -MP -MF .deps/_iniPropertyRead.Tpo -c -o _iniPropertyRead.lo _iniPropertyRead.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _iniPropertyRead.lo -MD -MP -MF .deps/_iniPropertyRead.Tpo -c _iniPropertyRead.c -fPIC -DPIC -o .libs/_iniPropertyRead.o
# mv -f .deps/_iniPropertyRead.Tpo .deps/_iniPropertyRead.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _iniDump.lo -MD -MP -MF .deps/_iniDump.Tpo -c -o _iniDump.lo _iniDump.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _iniDump.lo -MD -MP -MF .deps/_iniDump.Tpo -c _iniDump.c -fPIC -DPIC -o .libs/_iniDump.o
# mv -f .deps/_iniDump.Tpo .deps/_iniDump.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _iniScanUntilObject.lo -MD -MP -MF .deps/_iniScanUntilObject.Tpo -c -o _iniScanUntilObject.lo _iniScanUntilObject.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _iniScanUntilObject.lo -MD -MP -MF .deps/_iniScanUntilObject.Tpo -c _iniScanUntilObject.c -fPIC -DPIC -o .libs/_iniScanUntilObject.o
# mv -f .deps/_iniScanUntilObject.Tpo .deps/_iniScanUntilObject.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -pthread -no-undefined -o libinilc.la iniAllTrim.lo iniAppend.lo iniDelete.lo iniClose.lo iniCommit.lo iniObject.lo iniObjectFirst.lo iniObjectLast.lo iniObjectNext.lo iniObjectSeek.lo iniObjectSeekSure.lo iniObjectUpdate.lo iniObjectInsert.lo iniObjectDelete.lo iniObjectEOL.lo iniOpen.lo iniProperty.lo iniPropertyFirst.lo iniPropertyLast.lo iniPropertyNext.lo iniPropertySeek.lo iniPropertySeekSure.lo iniPropertyUpdate.lo iniPropertyInsert.lo iniPropertyDelete.lo iniPropertyEOL.lo iniPropertyValue.lo iniValue.lo iniToUpper.lo iniElement.lo iniElementCount.lo iniGetBookmark.lo iniGotoBookmark.lo iniCursor.lo _iniObjectRead.lo _iniPropertyRead.lo _iniDump.lo _iniScanUntilObject.lo ../extras/libodbcextraslc.la -ldl -lpthread
# libtool: link: (cd .libs/libinilc.lax/libodbcextraslc.a && ar x "/tmp/unixodbc/src/unixODBC-2.3.4/ini/../extras/.libs/libodbcextraslc.a")
# libtool: link: ar cru .libs/libinilc.a .libs/iniAllTrim.o .libs/iniAppend.o .libs/iniDelete.o .libs/iniClose.o .libs/iniCommit.o .libs/iniObject.o .libs/iniObjectFirst.o .libs/iniObjectLast.o .libs/iniObjectNext.o .libs/iniObjectSeek.o .libs/iniObjectSeekSure.o .libs/iniObjectUpdate.o .libs/iniObjectInsert.o .libs/iniObjectDelete.o .libs/iniObjectEOL.o .libs/iniOpen.o .libs/iniProperty.o .libs/iniPropertyFirst.o .libs/iniPropertyLast.o .libs/iniPropertyNext.o .libs/iniPropertySeek.o .libs/iniPropertySeekSure.o .libs/iniPropertyUpdate.o .libs/iniPropertyInsert.o .libs/iniPropertyDelete.o .libs/iniPropertyEOL.o .libs/iniPropertyValue.o .libs/iniValue.o .libs/iniToUpper.o .libs/iniElement.o .libs/iniElementCount.o .libs/iniGetBookmark.o .libs/iniGotoBookmark.o .libs/iniCursor.o .libs/_iniObjectRead.o .libs/_iniPropertyRead.o .libs/_iniDump.o .libs/_iniScanUntilObject.o .libs/libinilc.lax/libodbcextraslc.a/snprintf.o .libs/libinilc.lax/libodbcextraslc.a/strcasecmp.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libinilc.a
# libtool: link: rm -fr .libs/libinilc.lax
# libtool: link: ( cd ".libs" && rm -f "libinilc.la" && ln -s "../libinilc.la" "libinilc.la" )
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/ini'
# Making all in libltdl
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/libltdl'
# make all-am
# make[3]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/libltdl'
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT dlopen.lo -MD -MP -MF .deps/dlopen.Tpo -c -o dlopen.lo `test -f 'loaders/dlopen.c' || echo './'`loaders/dlopen.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT dlopen.lo -MD -MP -MF .deps/dlopen.Tpo -c loaders/dlopen.c -fPIC -DPIC -o .libs/dlopen.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT dlopen.lo -MD -MP -MF .deps/dlopen.Tpo -c loaders/dlopen.c -o dlopen.o >/dev/null 2>&1
# mv -f .deps/dlopen.Tpo .deps/dlopen.Plo
# /bin/sh ./libtool --tag=CC --mode=link clang -module -avoid-version -o dlopen.la dlopen.lo -ldl -ldl
# libtool: link: ar cru .libs/dlopen.a .libs/dlopen.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/dlopen.a
# libtool: link: ( cd ".libs" && rm -f "dlopen.la" && ln -s "../dlopen.la" "dlopen.la" )
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT libltdlc_la-preopen.lo -MD -MP -MF .deps/libltdlc_la-preopen.Tpo -c -o libltdlc_la-preopen.lo `test -f 'loaders/preopen.c' || echo './'`loaders/preopen.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT libltdlc_la-preopen.lo -MD -MP -MF .deps/libltdlc_la-preopen.Tpo -c loaders/preopen.c -fPIC -DPIC -o .libs/libltdlc_la-preopen.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT libltdlc_la-preopen.lo -MD -MP -MF .deps/libltdlc_la-preopen.Tpo -c loaders/preopen.c -o libltdlc_la-preopen.o >/dev/null 2>&1
# mv -f .deps/libltdlc_la-preopen.Tpo .deps/libltdlc_la-preopen.Plo
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT libltdlc_la-lt__alloc.lo -MD -MP -MF .deps/libltdlc_la-lt__alloc.Tpo -c -o libltdlc_la-lt__alloc.lo `test -f 'lt__alloc.c' || echo './'`lt__alloc.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT libltdlc_la-lt__alloc.lo -MD -MP -MF .deps/libltdlc_la-lt__alloc.Tpo -c lt__alloc.c -fPIC -DPIC -o .libs/libltdlc_la-lt__alloc.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT libltdlc_la-lt__alloc.lo -MD -MP -MF .deps/libltdlc_la-lt__alloc.Tpo -c lt__alloc.c -o libltdlc_la-lt__alloc.o >/dev/null 2>&1
# mv -f .deps/libltdlc_la-lt__alloc.Tpo .deps/libltdlc_la-lt__alloc.Plo
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT libltdlc_la-lt_dlloader.lo -MD -MP -MF .deps/libltdlc_la-lt_dlloader.Tpo -c -o libltdlc_la-lt_dlloader.lo `test -f 'lt_dlloader.c' || echo './'`lt_dlloader.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT libltdlc_la-lt_dlloader.lo -MD -MP -MF .deps/libltdlc_la-lt_dlloader.Tpo -c lt_dlloader.c -fPIC -DPIC -o .libs/libltdlc_la-lt_dlloader.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT libltdlc_la-lt_dlloader.lo -MD -MP -MF .deps/libltdlc_la-lt_dlloader.Tpo -c lt_dlloader.c -o libltdlc_la-lt_dlloader.o >/dev/null 2>&1
# mv -f .deps/libltdlc_la-lt_dlloader.Tpo .deps/libltdlc_la-lt_dlloader.Plo
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT libltdlc_la-lt_error.lo -MD -MP -MF .deps/libltdlc_la-lt_error.Tpo -c -o libltdlc_la-lt_error.lo `test -f 'lt_error.c' || echo './'`lt_error.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT libltdlc_la-lt_error.lo -MD -MP -MF .deps/libltdlc_la-lt_error.Tpo -c lt_error.c -fPIC -DPIC -o .libs/libltdlc_la-lt_error.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT libltdlc_la-lt_error.lo -MD -MP -MF .deps/libltdlc_la-lt_error.Tpo -c lt_error.c -o libltdlc_la-lt_error.o >/dev/null 2>&1
# mv -f .deps/libltdlc_la-lt_error.Tpo .deps/libltdlc_la-lt_error.Plo
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT libltdlc_la-ltdl.lo -MD -MP -MF .deps/libltdlc_la-ltdl.Tpo -c -o libltdlc_la-ltdl.lo `test -f 'ltdl.c' || echo './'`ltdl.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT libltdlc_la-ltdl.lo -MD -MP -MF .deps/libltdlc_la-ltdl.Tpo -c ltdl.c -fPIC -DPIC -o .libs/libltdlc_la-ltdl.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT libltdlc_la-ltdl.lo -MD -MP -MF .deps/libltdlc_la-ltdl.Tpo -c ltdl.c -o libltdlc_la-ltdl.o >/dev/null 2>&1
# mv -f .deps/libltdlc_la-ltdl.Tpo .deps/libltdlc_la-ltdl.Plo
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT libltdlc_la-slist.lo -MD -MP -MF .deps/libltdlc_la-slist.Tpo -c -o libltdlc_la-slist.lo `test -f 'slist.c' || echo './'`slist.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT libltdlc_la-slist.lo -MD -MP -MF .deps/libltdlc_la-slist.Tpo -c slist.c -fPIC -DPIC -o .libs/libltdlc_la-slist.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT libltdlc_la-slist.lo -MD -MP -MF .deps/libltdlc_la-slist.Tpo -c slist.c -o libltdlc_la-slist.o >/dev/null 2>&1
# mv -f .deps/libltdlc_la-slist.Tpo .deps/libltdlc_la-slist.Plo
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLT_CONFIG_H='' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT lt__strl.lo -MD -MP -MF .deps/lt__strl.Tpo -c -o lt__strl.lo lt__strl.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT lt__strl.lo -MD -MP -MF .deps/lt__strl.Tpo -c lt__strl.c -fPIC -DPIC -o .libs/lt__strl.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -MT lt__strl.lo -MD -MP -MF .deps/lt__strl.Tpo -c lt__strl.c -o lt__strl.o >/dev/null 2>&1
# mv -f .deps/lt__strl.Tpo .deps/lt__strl.Plo
# /bin/sh ./libtool --tag=CC --mode=link clang -no-undefined -dlpreopen dlopen.la -o libltdlc.la libltdlc_la-preopen.lo libltdlc_la-lt__alloc.lo libltdlc_la-lt_dlloader.lo libltdlc_la-lt_error.lo libltdlc_la-ltdl.lo libltdlc_la-slist.lo lt__strl.lo -ldl
# libtool: link: rm -f .libs/libltdlc.nm .libs/libltdlc.nmS .libs/libltdlc.nmT
# libtool: link: (cd .libs && clang -c -fno-builtin -fno-rtti -fno-exceptions -fPIC -DPIC "libltdlcS.c")
# libtool: link: rm -f ".libs/libltdlcS.c" ".libs/libltdlc.nm" ".libs/libltdlc.nmS" ".libs/libltdlc.nmT"
# libtool: link: (cd .libs/libltdlc.lax/dlopen.a && ar x "/tmp/unixodbc/src/unixODBC-2.3.4/libltdl/./.libs/dlopen.a")
# libtool: link: ar cru .libs/libltdlc.a .libs/libltdlc_la-preopen.o .libs/libltdlc_la-lt__alloc.o .libs/libltdlc_la-lt_dlloader.o .libs/libltdlc_la-lt_error.o .libs/libltdlc_la-ltdl.o .libs/libltdlc_la-slist.o .libs/lt__strl.o .libs/libltdlcS.o .libs/libltdlc.lax/dlopen.a/dlopen.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libltdlc.a
# libtool: link: rm -fr .libs/libltdlc.lax
# libtool: link: ( cd ".libs" && rm -f "libltdlc.la" && ln -s "../libltdlc.la" "libltdlc.la" )
# make[3]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/libltdl'
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/libltdl'
# Making all in odbcinst
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/odbcinst'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT ODBCINSTConstructProperties.lo -MD -MP -MF .deps/ODBCINSTConstructProperties.Tpo -c -o ODBCINSTConstructProperties.lo ODBCINSTConstructProperties.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT ODBCINSTConstructProperties.lo -MD -MP -MF .deps/ODBCINSTConstructProperties.Tpo -c ODBCINSTConstructProperties.c -fPIC -DPIC -o .libs/ODBCINSTConstructProperties.o
# mv -f .deps/ODBCINSTConstructProperties.Tpo .deps/ODBCINSTConstructProperties.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT ODBCINSTDestructProperties.lo -MD -MP -MF .deps/ODBCINSTDestructProperties.Tpo -c -o ODBCINSTDestructProperties.lo ODBCINSTDestructProperties.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT ODBCINSTDestructProperties.lo -MD -MP -MF .deps/ODBCINSTDestructProperties.Tpo -c ODBCINSTDestructProperties.c -fPIC -DPIC -o .libs/ODBCINSTDestructProperties.o
# mv -f .deps/ODBCINSTDestructProperties.Tpo .deps/ODBCINSTDestructProperties.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT ODBCINSTSetProperty.lo -MD -MP -MF .deps/ODBCINSTSetProperty.Tpo -c -o ODBCINSTSetProperty.lo ODBCINSTSetProperty.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT ODBCINSTSetProperty.lo -MD -MP -MF .deps/ODBCINSTSetProperty.Tpo -c ODBCINSTSetProperty.c -fPIC -DPIC -o .libs/ODBCINSTSetProperty.o
# mv -f .deps/ODBCINSTSetProperty.Tpo .deps/ODBCINSTSetProperty.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT ODBCINSTValidateProperties.lo -MD -MP -MF .deps/ODBCINSTValidateProperties.Tpo -c -o ODBCINSTValidateProperties.lo ODBCINSTValidateProperties.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT ODBCINSTValidateProperties.lo -MD -MP -MF .deps/ODBCINSTValidateProperties.Tpo -c ODBCINSTValidateProperties.c -fPIC -DPIC -o .libs/ODBCINSTValidateProperties.o
# mv -f .deps/ODBCINSTValidateProperties.Tpo .deps/ODBCINSTValidateProperties.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT ODBCINSTValidateProperty.lo -MD -MP -MF .deps/ODBCINSTValidateProperty.Tpo -c -o ODBCINSTValidateProperty.lo ODBCINSTValidateProperty.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT ODBCINSTValidateProperty.lo -MD -MP -MF .deps/ODBCINSTValidateProperty.Tpo -c ODBCINSTValidateProperty.c -fPIC -DPIC -o .libs/ODBCINSTValidateProperty.o
# mv -f .deps/ODBCINSTValidateProperty.Tpo .deps/ODBCINSTValidateProperty.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLConfigDataSource.lo -MD -MP -MF .deps/SQLConfigDataSource.Tpo -c -o SQLConfigDataSource.lo SQLConfigDataSource.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLConfigDataSource.lo -MD -MP -MF .deps/SQLConfigDataSource.Tpo -c SQLConfigDataSource.c -fPIC -DPIC -o .libs/SQLConfigDataSource.o
# mv -f .deps/SQLConfigDataSource.Tpo .deps/SQLConfigDataSource.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLConfigDriver.lo -MD -MP -MF .deps/SQLConfigDriver.Tpo -c -o SQLConfigDriver.lo SQLConfigDriver.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -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.. -I../include -pthread -MT SQLCreateDataSource.lo -MD -MP -MF .deps/SQLCreateDataSource.Tpo -c -o SQLCreateDataSource.lo SQLCreateDataSource.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -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.. -I../include -pthread -MT SQLGetAvailableDrivers.lo -MD -MP -MF .deps/SQLGetAvailableDrivers.Tpo -c -o SQLGetAvailableDrivers.lo SQLGetAvailableDrivers.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetAvailableDrivers.lo -MD -MP -MF .deps/SQLGetAvailableDrivers.Tpo -c SQLGetAvailableDrivers.c -fPIC -DPIC -o .libs/SQLGetAvailableDrivers.o
# mv -f .deps/SQLGetAvailableDrivers.Tpo .deps/SQLGetAvailableDrivers.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetConfigMode.lo -MD -MP -MF .deps/SQLGetConfigMode.Tpo -c -o SQLGetConfigMode.lo SQLGetConfigMode.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -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.. -I../include -pthread -MT SQLGetInstalledDrivers.lo -MD -MP -MF .deps/SQLGetInstalledDrivers.Tpo -c -o SQLGetInstalledDrivers.lo SQLGetInstalledDrivers.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -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.. -I../include -pthread -MT SQLGetPrivateProfileString.lo -MD -MP -MF .deps/SQLGetPrivateProfileString.Tpo -c -o SQLGetPrivateProfileString.lo SQLGetPrivateProfileString.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetPrivateProfileString.lo -MD -MP -MF .deps/SQLGetPrivateProfileString.Tpo -c SQLGetPrivateProfileString.c -fPIC -DPIC -o .libs/SQLGetPrivateProfileString.o
# SQLGetPrivateProfileString.c:195:17: warning: add explicit braces to avoid dangling else [-Wdangling-else]
# else {
# ^
# 1 warning generated.
# mv -f .deps/SQLGetPrivateProfileString.Tpo .deps/SQLGetPrivateProfileString.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetTranslator.lo -MD -MP -MF .deps/SQLGetTranslator.Tpo -c -o SQLGetTranslator.lo SQLGetTranslator.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetTranslator.lo -MD -MP -MF .deps/SQLGetTranslator.Tpo -c SQLGetTranslator.c -fPIC -DPIC -o .libs/SQLGetTranslator.o
# mv -f .deps/SQLGetTranslator.Tpo .deps/SQLGetTranslator.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLInstallDriverEx.lo -MD -MP -MF .deps/SQLInstallDriverEx.Tpo -c -o SQLInstallDriverEx.lo SQLInstallDriverEx.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLInstallDriverEx.lo -MD -MP -MF .deps/SQLInstallDriverEx.Tpo -c SQLInstallDriverEx.c -fPIC -DPIC -o .libs/SQLInstallDriverEx.o
# mv -f .deps/SQLInstallDriverEx.Tpo .deps/SQLInstallDriverEx.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLInstallDriverManager.lo -MD -MP -MF .deps/SQLInstallDriverManager.Tpo -c -o SQLInstallDriverManager.lo SQLInstallDriverManager.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLInstallDriverManager.lo -MD -MP -MF .deps/SQLInstallDriverManager.Tpo -c SQLInstallDriverManager.c -fPIC -DPIC -o .libs/SQLInstallDriverManager.o
# mv -f .deps/SQLInstallDriverManager.Tpo .deps/SQLInstallDriverManager.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLInstallTranslatorEx.lo -MD -MP -MF .deps/SQLInstallTranslatorEx.Tpo -c -o SQLInstallTranslatorEx.lo SQLInstallTranslatorEx.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLInstallTranslatorEx.lo -MD -MP -MF .deps/SQLInstallTranslatorEx.Tpo -c SQLInstallTranslatorEx.c -fPIC -DPIC -o .libs/SQLInstallTranslatorEx.o
# mv -f .deps/SQLInstallTranslatorEx.Tpo .deps/SQLInstallTranslatorEx.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLInstallerError.lo -MD -MP -MF .deps/SQLInstallerError.Tpo -c -o SQLInstallerError.lo SQLInstallerError.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLInstallerError.lo -MD -MP -MF .deps/SQLInstallerError.Tpo -c SQLInstallerError.c -fPIC -DPIC -o .libs/SQLInstallerError.o
# mv -f .deps/SQLInstallerError.Tpo .deps/SQLInstallerError.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLManageDataSources.lo -MD -MP -MF .deps/SQLManageDataSources.Tpo -c -o SQLManageDataSources.lo SQLManageDataSources.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLManageDataSources.lo -MD -MP -MF .deps/SQLManageDataSources.Tpo -c SQLManageDataSources.c -fPIC -DPIC -o .libs/SQLManageDataSources.o
# mv -f .deps/SQLManageDataSources.Tpo .deps/SQLManageDataSources.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLPostInstallerError.lo -MD -MP -MF .deps/SQLPostInstallerError.Tpo -c -o SQLPostInstallerError.lo SQLPostInstallerError.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -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.. -I../include -pthread -MT SQLReadFileDSN.lo -MD -MP -MF .deps/SQLReadFileDSN.Tpo -c -o SQLReadFileDSN.lo SQLReadFileDSN.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLReadFileDSN.lo -MD -MP -MF .deps/SQLReadFileDSN.Tpo -c SQLReadFileDSN.c -fPIC -DPIC -o .libs/SQLReadFileDSN.o
# mv -f .deps/SQLReadFileDSN.Tpo .deps/SQLReadFileDSN.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLRemoveDSNFromIni.lo -MD -MP -MF .deps/SQLRemoveDSNFromIni.Tpo -c -o SQLRemoveDSNFromIni.lo SQLRemoveDSNFromIni.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -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.. -I../include -pthread -MT SQLRemoveDriver.lo -MD -MP -MF .deps/SQLRemoveDriver.Tpo -c -o SQLRemoveDriver.lo SQLRemoveDriver.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -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.. -I../include -pthread -MT SQLRemoveDriverManager.lo -MD -MP -MF .deps/SQLRemoveDriverManager.Tpo -c -o SQLRemoveDriverManager.lo SQLRemoveDriverManager.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -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.. -I../include -pthread -MT SQLRemoveTranslator.lo -MD -MP -MF .deps/SQLRemoveTranslator.Tpo -c -o SQLRemoveTranslator.lo SQLRemoveTranslator.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -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.. -I../include -pthread -MT SQLSetConfigMode.lo -MD -MP -MF .deps/SQLSetConfigMode.Tpo -c -o SQLSetConfigMode.lo SQLSetConfigMode.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -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.. -I../include -pthread -MT SQLValidDSN.lo -MD -MP -MF .deps/SQLValidDSN.Tpo -c -o SQLValidDSN.lo SQLValidDSN.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -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.. -I../include -pthread -MT SQLWriteDSNToIni.lo -MD -MP -MF .deps/SQLWriteDSNToIni.Tpo -c -o SQLWriteDSNToIni.lo SQLWriteDSNToIni.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLWriteDSNToIni.lo -MD -MP -MF .deps/SQLWriteDSNToIni.Tpo -c SQLWriteDSNToIni.c -fPIC -DPIC -o .libs/SQLWriteDSNToIni.o
# mv -f .deps/SQLWriteDSNToIni.Tpo .deps/SQLWriteDSNToIni.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLWriteFileDSN.lo -MD -MP -MF .deps/SQLWriteFileDSN.Tpo -c -o SQLWriteFileDSN.lo SQLWriteFileDSN.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -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.. -I../include -pthread -MT SQLWritePrivateProfileString.lo -MD -MP -MF .deps/SQLWritePrivateProfileString.Tpo -c -o SQLWritePrivateProfileString.lo SQLWritePrivateProfileString.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -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.. -I../include -pthread -MT SQLInstallODBC.lo -MD -MP -MF .deps/SQLInstallODBC.Tpo -c -o SQLInstallODBC.lo SQLInstallODBC.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -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.. -I../include -pthread -MT _logging.lo -MD -MP -MF .deps/_logging.Tpo -c -o _logging.lo _logging.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _logging.lo -MD -MP -MF .deps/_logging.Tpo -c _logging.c -fPIC -DPIC -o .libs/_logging.o
# mv -f .deps/_logging.Tpo .deps/_logging.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _odbcinst_ConfigModeINI.lo -MD -MP -MF .deps/_odbcinst_ConfigModeINI.Tpo -c -o _odbcinst_ConfigModeINI.lo _odbcinst_ConfigModeINI.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _odbcinst_ConfigModeINI.lo -MD -MP -MF .deps/_odbcinst_ConfigModeINI.Tpo -c _odbcinst_ConfigModeINI.c -fPIC -DPIC -o .libs/_odbcinst_ConfigModeINI.o
# mv -f .deps/_odbcinst_ConfigModeINI.Tpo .deps/_odbcinst_ConfigModeINI.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _odbcinst_UserINI.lo -MD -MP -MF .deps/_odbcinst_UserINI.Tpo -c -o _odbcinst_UserINI.lo _odbcinst_UserINI.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _odbcinst_UserINI.lo -MD -MP -MF .deps/_odbcinst_UserINI.Tpo -c _odbcinst_UserINI.c -fPIC -DPIC -o .libs/_odbcinst_UserINI.o
# mv -f .deps/_odbcinst_UserINI.Tpo .deps/_odbcinst_UserINI.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _odbcinst_SystemINI.lo -MD -MP -MF .deps/_odbcinst_SystemINI.Tpo -c -o _odbcinst_SystemINI.lo _odbcinst_SystemINI.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _odbcinst_SystemINI.lo -MD -MP -MF .deps/_odbcinst_SystemINI.Tpo -c _odbcinst_SystemINI.c -fPIC -DPIC -o .libs/_odbcinst_SystemINI.o
# mv -f .deps/_odbcinst_SystemINI.Tpo .deps/_odbcinst_SystemINI.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _odbcinst_GetSections.lo -MD -MP -MF .deps/_odbcinst_GetSections.Tpo -c -o _odbcinst_GetSections.lo _odbcinst_GetSections.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _odbcinst_GetSections.lo -MD -MP -MF .deps/_odbcinst_GetSections.Tpo -c _odbcinst_GetSections.c -fPIC -DPIC -o .libs/_odbcinst_GetSections.o
# mv -f .deps/_odbcinst_GetSections.Tpo .deps/_odbcinst_GetSections.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _odbcinst_GetEntries.lo -MD -MP -MF .deps/_odbcinst_GetEntries.Tpo -c -o _odbcinst_GetEntries.lo _odbcinst_GetEntries.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _odbcinst_GetEntries.lo -MD -MP -MF .deps/_odbcinst_GetEntries.Tpo -c _odbcinst_GetEntries.c -fPIC -DPIC -o .libs/_odbcinst_GetEntries.o
# mv -f .deps/_odbcinst_GetEntries.Tpo .deps/_odbcinst_GetEntries.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _SQLGetInstalledDrivers.lo -MD -MP -MF .deps/_SQLGetInstalledDrivers.Tpo -c -o _SQLGetInstalledDrivers.lo _SQLGetInstalledDrivers.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -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.. -I../include -pthread -MT _SQLWriteInstalledDrivers.lo -MD -MP -MF .deps/_SQLWriteInstalledDrivers.Tpo -c -o _SQLWriteInstalledDrivers.lo _SQLWriteInstalledDrivers.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _SQLWriteInstalledDrivers.lo -MD -MP -MF .deps/_SQLWriteInstalledDrivers.Tpo -c _SQLWriteInstalledDrivers.c -fPIC -DPIC -o .libs/_SQLWriteInstalledDrivers.o
# mv -f .deps/_SQLWriteInstalledDrivers.Tpo .deps/_SQLWriteInstalledDrivers.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _SQLDriverConnectPrompt.lo -MD -MP -MF .deps/_SQLDriverConnectPrompt.Tpo -c -o _SQLDriverConnectPrompt.lo _SQLDriverConnectPrompt.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT _SQLDriverConnectPrompt.lo -MD -MP -MF .deps/_SQLDriverConnectPrompt.Tpo -c _SQLDriverConnectPrompt.c -fPIC -DPIC -o .libs/_SQLDriverConnectPrompt.o
# mv -f .deps/_SQLDriverConnectPrompt.Tpo .deps/_SQLDriverConnectPrompt.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -pthread -no-undefined -version-info 2:0:0 -export-dynamic -export-symbols ./odbcinst.exp -o libodbcinst.la -rpath /usr/lib ODBCINSTConstructProperties.lo ODBCINSTDestructProperties.lo ODBCINSTSetProperty.lo ODBCINSTValidateProperties.lo ODBCINSTValidateProperty.lo SQLConfigDataSource.lo SQLConfigDriver.lo SQLCreateDataSource.lo SQLGetAvailableDrivers.lo SQLGetConfigMode.lo SQLGetInstalledDrivers.lo SQLGetPrivateProfileString.lo SQLGetTranslator.lo SQLInstallDriverEx.lo SQLInstallDriverManager.lo SQLInstallTranslatorEx.lo SQLInstallerError.lo SQLManageDataSources.lo SQLPostInstallerError.lo SQLReadFileDSN.lo SQLRemoveDSNFromIni.lo SQLRemoveDriver.lo SQLRemoveDriverManager.lo SQLRemoveTranslator.lo SQLSetConfigMode.lo SQLValidDSN.lo SQLWriteDSNToIni.lo SQLWriteFileDSN.lo SQLWritePrivateProfileString.lo SQLInstallODBC.lo _logging.lo _odbcinst_ConfigModeINI.lo _odbcinst_UserINI.lo _odbcinst_SystemINI.lo _odbcinst_GetSections.lo _odbcinst_GetEntries.lo _SQLGetInstalledDrivers.lo _SQLWriteInstalledDrivers.lo _SQLDriverConnectPrompt.lo ../ini/libinilc.la ../log/libloglc.la ../lst/liblstlc.la -lltdl -ldl -lpthread
# libtool: link: echo "{ global:" > .libs/libodbcinst.ver
# libtool: link: cat ./odbcinst.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libodbcinst.ver
# libtool: link: echo "local: *; };" >> .libs/libodbcinst.ver
# libtool: link: clang -shared -fPIC -DPIC .libs/ODBCINSTConstructProperties.o .libs/ODBCINSTDestructProperties.o .libs/ODBCINSTSetProperty.o .libs/ODBCINSTValidateProperties.o .libs/ODBCINSTValidateProperty.o .libs/SQLConfigDataSource.o .libs/SQLConfigDriver.o .libs/SQLCreateDataSource.o .libs/SQLGetAvailableDrivers.o .libs/SQLGetConfigMode.o .libs/SQLGetInstalledDrivers.o .libs/SQLGetPrivateProfileString.o .libs/SQLGetTranslator.o .libs/SQLInstallDriverEx.o .libs/SQLInstallDriverManager.o .libs/SQLInstallTranslatorEx.o .libs/SQLInstallerError.o .libs/SQLManageDataSources.o .libs/SQLPostInstallerError.o .libs/SQLReadFileDSN.o .libs/SQLRemoveDSNFromIni.o .libs/SQLRemoveDriver.o .libs/SQLRemoveDriverManager.o .libs/SQLRemoveTranslator.o .libs/SQLSetConfigMode.o .libs/SQLValidDSN.o .libs/SQLWriteDSNToIni.o .libs/SQLWriteFileDSN.o .libs/SQLWritePrivateProfileString.o .libs/SQLInstallODBC.o .libs/_logging.o .libs/_odbcinst_ConfigModeINI.o .libs/_odbcinst_UserINI.o .libs/_odbcinst_SystemINI.o .libs/_odbcinst_GetSections.o .libs/_odbcinst_GetEntries.o .libs/_SQLGetInstalledDrivers.o .libs/_SQLWriteInstalledDrivers.o .libs/_SQLDriverConnectPrompt.o -Wl,--whole-archive ../ini/.libs/libinilc.a ../log/.libs/libloglc.a ../lst/.libs/liblstlc.a -Wl,--no-whole-archive -lltdl -ldl -lpthread -pthread -pthread -Wl,-soname -Wl,libodbcinst.so.2 -Wl,-version-script -Wl,.libs/libodbcinst.ver -o .libs/libodbcinst.so.2.0.0
# libtool: link: (cd ".libs" && rm -f "libodbcinst.so.2" && ln -s "libodbcinst.so.2.0.0" "libodbcinst.so.2")
# libtool: link: (cd ".libs" && rm -f "libodbcinst.so" && ln -s "libodbcinst.so.2.0.0" "libodbcinst.so")
# libtool: link: ( cd ".libs" && rm -f "libodbcinst.la" && ln -s "../libodbcinst.la" "libodbcinst.la" )
# /bin/sh ../libtool --tag=CC --mode=link clang -pthread -o libodbcinstlc.la ODBCINSTConstructProperties.lo ODBCINSTDestructProperties.lo ODBCINSTSetProperty.lo ODBCINSTValidateProperties.lo ODBCINSTValidateProperty.lo SQLConfigDataSource.lo SQLConfigDriver.lo SQLCreateDataSource.lo SQLGetAvailableDrivers.lo SQLGetConfigMode.lo SQLGetInstalledDrivers.lo SQLGetPrivateProfileString.lo SQLGetTranslator.lo SQLInstallDriverEx.lo SQLInstallDriverManager.lo SQLInstallTranslatorEx.lo SQLInstallerError.lo SQLManageDataSources.lo SQLPostInstallerError.lo SQLReadFileDSN.lo SQLRemoveDSNFromIni.lo SQLRemoveDriver.lo SQLRemoveDriverManager.lo SQLRemoveTranslator.lo SQLSetConfigMode.lo SQLValidDSN.lo SQLWriteDSNToIni.lo SQLWriteFileDSN.lo SQLWritePrivateProfileString.lo _logging.lo _odbcinst_ConfigModeINI.lo _odbcinst_UserINI.lo _odbcinst_SystemINI.lo _odbcinst_GetSections.lo _odbcinst_GetEntries.lo _SQLGetInstalledDrivers.lo _SQLWriteInstalledDrivers.lo _SQLDriverConnectPrompt.lo -ldl -lpthread
# libtool: link: ar cru .libs/libodbcinstlc.a .libs/ODBCINSTConstructProperties.o .libs/ODBCINSTDestructProperties.o .libs/ODBCINSTSetProperty.o .libs/ODBCINSTValidateProperties.o .libs/ODBCINSTValidateProperty.o .libs/SQLConfigDataSource.o .libs/SQLConfigDriver.o .libs/SQLCreateDataSource.o .libs/SQLGetAvailableDrivers.o .libs/SQLGetConfigMode.o .libs/SQLGetInstalledDrivers.o .libs/SQLGetPrivateProfileString.o .libs/SQLGetTranslator.o .libs/SQLInstallDriverEx.o .libs/SQLInstallDriverManager.o .libs/SQLInstallTranslatorEx.o .libs/SQLInstallerError.o .libs/SQLManageDataSources.o .libs/SQLPostInstallerError.o .libs/SQLReadFileDSN.o .libs/SQLRemoveDSNFromIni.o .libs/SQLRemoveDriver.o .libs/SQLRemoveDriverManager.o .libs/SQLRemoveTranslator.o .libs/SQLSetConfigMode.o .libs/SQLValidDSN.o .libs/SQLWriteDSNToIni.o .libs/SQLWriteFileDSN.o .libs/SQLWritePrivateProfileString.o .libs/_logging.o .libs/_odbcinst_ConfigModeINI.o .libs/_odbcinst_UserINI.o .libs/_odbcinst_SystemINI.o .libs/_odbcinst_GetSections.o .libs/_odbcinst_GetEntries.o .libs/_SQLGetInstalledDrivers.o .libs/_SQLWriteInstalledDrivers.o .libs/_SQLDriverConnectPrompt.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libodbcinstlc.a
# libtool: link: ( cd ".libs" && rm -f "libodbcinstlc.la" && ln -s "../libodbcinstlc.la" "libodbcinstlc.la" )
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/odbcinst'
# Making all in DriverManager
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/DriverManager'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLAllocConnect.lo -MD -MP -MF .deps/SQLAllocConnect.Tpo -c -o SQLAllocConnect.lo SQLAllocConnect.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLAllocConnect.lo -MD -MP -MF .deps/SQLAllocConnect.Tpo -c SQLAllocConnect.c -fPIC -DPIC -o .libs/SQLAllocConnect.o
# mv -f .deps/SQLAllocConnect.Tpo .deps/SQLAllocConnect.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLAllocEnv.lo -MD -MP -MF .deps/SQLAllocEnv.Tpo -c -o SQLAllocEnv.lo SQLAllocEnv.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLAllocEnv.lo -MD -MP -MF .deps/SQLAllocEnv.Tpo -c SQLAllocEnv.c -fPIC -DPIC -o .libs/SQLAllocEnv.o
# mv -f .deps/SQLAllocEnv.Tpo .deps/SQLAllocEnv.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLAllocHandle.lo -MD -MP -MF .deps/SQLAllocHandle.Tpo -c -o SQLAllocHandle.lo SQLAllocHandle.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLAllocHandle.lo -MD -MP -MF .deps/SQLAllocHandle.Tpo -c SQLAllocHandle.c -fPIC -DPIC -o .libs/SQLAllocHandle.o
# mv -f .deps/SQLAllocHandle.Tpo .deps/SQLAllocHandle.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLAllocHandleStd.lo -MD -MP -MF .deps/SQLAllocHandleStd.Tpo -c -o SQLAllocHandleStd.lo SQLAllocHandleStd.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLAllocHandleStd.lo -MD -MP -MF .deps/SQLAllocHandleStd.Tpo -c SQLAllocHandleStd.c -fPIC -DPIC -o .libs/SQLAllocHandleStd.o
# mv -f .deps/SQLAllocHandleStd.Tpo .deps/SQLAllocHandleStd.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLAllocStmt.lo -MD -MP -MF .deps/SQLAllocStmt.Tpo -c -o SQLAllocStmt.lo SQLAllocStmt.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLAllocStmt.lo -MD -MP -MF .deps/SQLAllocStmt.Tpo -c SQLAllocStmt.c -fPIC -DPIC -o .libs/SQLAllocStmt.o
# mv -f .deps/SQLAllocStmt.Tpo .deps/SQLAllocStmt.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLBindCol.lo -MD -MP -MF .deps/SQLBindCol.Tpo -c -o SQLBindCol.lo SQLBindCol.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLBindCol.lo -MD -MP -MF .deps/SQLBindCol.Tpo -c SQLBindCol.c -fPIC -DPIC -o .libs/SQLBindCol.o
# mv -f .deps/SQLBindCol.Tpo .deps/SQLBindCol.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLBindParam.lo -MD -MP -MF .deps/SQLBindParam.Tpo -c -o SQLBindParam.lo SQLBindParam.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLBindParam.lo -MD -MP -MF .deps/SQLBindParam.Tpo -c SQLBindParam.c -fPIC -DPIC -o .libs/SQLBindParam.o
# mv -f .deps/SQLBindParam.Tpo .deps/SQLBindParam.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLBindParameter.lo -MD -MP -MF .deps/SQLBindParameter.Tpo -c -o SQLBindParameter.lo SQLBindParameter.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLBindParameter.lo -MD -MP -MF .deps/SQLBindParameter.Tpo -c SQLBindParameter.c -fPIC -DPIC -o .libs/SQLBindParameter.o
# mv -f .deps/SQLBindParameter.Tpo .deps/SQLBindParameter.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLBrowseConnect.lo -MD -MP -MF .deps/SQLBrowseConnect.Tpo -c -o SQLBrowseConnect.lo SQLBrowseConnect.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLBrowseConnect.lo -MD -MP -MF .deps/SQLBrowseConnect.Tpo -c SQLBrowseConnect.c -fPIC -DPIC -o .libs/SQLBrowseConnect.o
# mv -f .deps/SQLBrowseConnect.Tpo .deps/SQLBrowseConnect.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLBulkOperations.lo -MD -MP -MF .deps/SQLBulkOperations.Tpo -c -o SQLBulkOperations.lo SQLBulkOperations.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLBulkOperations.lo -MD -MP -MF .deps/SQLBulkOperations.Tpo -c SQLBulkOperations.c -fPIC -DPIC -o .libs/SQLBulkOperations.o
# mv -f .deps/SQLBulkOperations.Tpo .deps/SQLBulkOperations.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLCancel.lo -MD -MP -MF .deps/SQLCancel.Tpo -c -o SQLCancel.lo SQLCancel.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLCancel.lo -MD -MP -MF .deps/SQLCancel.Tpo -c SQLCancel.c -fPIC -DPIC -o .libs/SQLCancel.o
# mv -f .deps/SQLCancel.Tpo .deps/SQLCancel.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLCancelHandle.lo -MD -MP -MF .deps/SQLCancelHandle.Tpo -c -o SQLCancelHandle.lo SQLCancelHandle.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLCancelHandle.lo -MD -MP -MF .deps/SQLCancelHandle.Tpo -c SQLCancelHandle.c -fPIC -DPIC -o .libs/SQLCancelHandle.o
# mv -f .deps/SQLCancelHandle.Tpo .deps/SQLCancelHandle.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLCloseCursor.lo -MD -MP -MF .deps/SQLCloseCursor.Tpo -c -o SQLCloseCursor.lo SQLCloseCursor.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLCloseCursor.lo -MD -MP -MF .deps/SQLCloseCursor.Tpo -c SQLCloseCursor.c -fPIC -DPIC -o .libs/SQLCloseCursor.o
# mv -f .deps/SQLCloseCursor.Tpo .deps/SQLCloseCursor.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLColAttribute.lo -MD -MP -MF .deps/SQLColAttribute.Tpo -c -o SQLColAttribute.lo SQLColAttribute.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLColAttribute.lo -MD -MP -MF .deps/SQLColAttribute.Tpo -c SQLColAttribute.c -fPIC -DPIC -o .libs/SQLColAttribute.o
# mv -f .deps/SQLColAttribute.Tpo .deps/SQLColAttribute.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLColAttributes.lo -MD -MP -MF .deps/SQLColAttributes.Tpo -c -o SQLColAttributes.lo SQLColAttributes.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLColAttributes.lo -MD -MP -MF .deps/SQLColAttributes.Tpo -c SQLColAttributes.c -fPIC -DPIC -o .libs/SQLColAttributes.o
# mv -f .deps/SQLColAttributes.Tpo .deps/SQLColAttributes.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLColumnPrivileges.lo -MD -MP -MF .deps/SQLColumnPrivileges.Tpo -c -o SQLColumnPrivileges.lo SQLColumnPrivileges.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLColumnPrivileges.lo -MD -MP -MF .deps/SQLColumnPrivileges.Tpo -c SQLColumnPrivileges.c -fPIC -DPIC -o .libs/SQLColumnPrivileges.o
# mv -f .deps/SQLColumnPrivileges.Tpo .deps/SQLColumnPrivileges.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLColumns.lo -MD -MP -MF .deps/SQLColumns.Tpo -c -o SQLColumns.lo SQLColumns.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLColumns.lo -MD -MP -MF .deps/SQLColumns.Tpo -c SQLColumns.c -fPIC -DPIC -o .libs/SQLColumns.o
# mv -f .deps/SQLColumns.Tpo .deps/SQLColumns.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLConnect.lo -MD -MP -MF .deps/SQLConnect.Tpo -c -o SQLConnect.lo SQLConnect.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLConnect.lo -MD -MP -MF .deps/SQLConnect.Tpo -c SQLConnect.c -fPIC -DPIC -o .libs/SQLConnect.o
# mv -f .deps/SQLConnect.Tpo .deps/SQLConnect.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLCopyDesc.lo -MD -MP -MF .deps/SQLCopyDesc.Tpo -c -o SQLCopyDesc.lo SQLCopyDesc.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLCopyDesc.lo -MD -MP -MF .deps/SQLCopyDesc.Tpo -c SQLCopyDesc.c -fPIC -DPIC -o .libs/SQLCopyDesc.o
# mv -f .deps/SQLCopyDesc.Tpo .deps/SQLCopyDesc.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLDataSources.lo -MD -MP -MF .deps/SQLDataSources.Tpo -c -o SQLDataSources.lo SQLDataSources.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLDataSources.lo -MD -MP -MF .deps/SQLDataSources.Tpo -c SQLDataSources.c -fPIC -DPIC -o .libs/SQLDataSources.o
# mv -f .deps/SQLDataSources.Tpo .deps/SQLDataSources.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLDescribeCol.lo -MD -MP -MF .deps/SQLDescribeCol.Tpo -c -o SQLDescribeCol.lo SQLDescribeCol.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLDescribeCol.lo -MD -MP -MF .deps/SQLDescribeCol.Tpo -c SQLDescribeCol.c -fPIC -DPIC -o .libs/SQLDescribeCol.o
# mv -f .deps/SQLDescribeCol.Tpo .deps/SQLDescribeCol.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLDescribeParam.lo -MD -MP -MF .deps/SQLDescribeParam.Tpo -c -o SQLDescribeParam.lo SQLDescribeParam.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLDescribeParam.lo -MD -MP -MF .deps/SQLDescribeParam.Tpo -c SQLDescribeParam.c -fPIC -DPIC -o .libs/SQLDescribeParam.o
# mv -f .deps/SQLDescribeParam.Tpo .deps/SQLDescribeParam.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLDisconnect.lo -MD -MP -MF .deps/SQLDisconnect.Tpo -c -o SQLDisconnect.lo SQLDisconnect.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLDisconnect.lo -MD -MP -MF .deps/SQLDisconnect.Tpo -c SQLDisconnect.c -fPIC -DPIC -o .libs/SQLDisconnect.o
# mv -f .deps/SQLDisconnect.Tpo .deps/SQLDisconnect.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLDriverConnect.lo -MD -MP -MF .deps/SQLDriverConnect.Tpo -c -o SQLDriverConnect.lo SQLDriverConnect.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLDriverConnect.lo -MD -MP -MF .deps/SQLDriverConnect.Tpo -c SQLDriverConnect.c -fPIC -DPIC -o .libs/SQLDriverConnect.o
# mv -f .deps/SQLDriverConnect.Tpo .deps/SQLDriverConnect.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLDrivers.lo -MD -MP -MF .deps/SQLDrivers.Tpo -c -o SQLDrivers.lo SQLDrivers.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLDrivers.lo -MD -MP -MF .deps/SQLDrivers.Tpo -c SQLDrivers.c -fPIC -DPIC -o .libs/SQLDrivers.o
# mv -f .deps/SQLDrivers.Tpo .deps/SQLDrivers.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLEndTran.lo -MD -MP -MF .deps/SQLEndTran.Tpo -c -o SQLEndTran.lo SQLEndTran.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLEndTran.lo -MD -MP -MF .deps/SQLEndTran.Tpo -c SQLEndTran.c -fPIC -DPIC -o .libs/SQLEndTran.o
# mv -f .deps/SQLEndTran.Tpo .deps/SQLEndTran.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLError.lo -MD -MP -MF .deps/SQLError.Tpo -c -o SQLError.lo SQLError.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLError.lo -MD -MP -MF .deps/SQLError.Tpo -c SQLError.c -fPIC -DPIC -o .libs/SQLError.o
# mv -f .deps/SQLError.Tpo .deps/SQLError.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLExecDirect.lo -MD -MP -MF .deps/SQLExecDirect.Tpo -c -o SQLExecDirect.lo SQLExecDirect.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLExecDirect.lo -MD -MP -MF .deps/SQLExecDirect.Tpo -c SQLExecDirect.c -fPIC -DPIC -o .libs/SQLExecDirect.o
# mv -f .deps/SQLExecDirect.Tpo .deps/SQLExecDirect.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLExecute.lo -MD -MP -MF .deps/SQLExecute.Tpo -c -o SQLExecute.lo SQLExecute.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLExecute.lo -MD -MP -MF .deps/SQLExecute.Tpo -c SQLExecute.c -fPIC -DPIC -o .libs/SQLExecute.o
# mv -f .deps/SQLExecute.Tpo .deps/SQLExecute.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLExtendedFetch.lo -MD -MP -MF .deps/SQLExtendedFetch.Tpo -c -o SQLExtendedFetch.lo SQLExtendedFetch.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLExtendedFetch.lo -MD -MP -MF .deps/SQLExtendedFetch.Tpo -c SQLExtendedFetch.c -fPIC -DPIC -o .libs/SQLExtendedFetch.o
# mv -f .deps/SQLExtendedFetch.Tpo .deps/SQLExtendedFetch.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLFetch.lo -MD -MP -MF .deps/SQLFetch.Tpo -c -o SQLFetch.lo SQLFetch.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLFetch.lo -MD -MP -MF .deps/SQLFetch.Tpo -c SQLFetch.c -fPIC -DPIC -o .libs/SQLFetch.o
# mv -f .deps/SQLFetch.Tpo .deps/SQLFetch.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLFetchScroll.lo -MD -MP -MF .deps/SQLFetchScroll.Tpo -c -o SQLFetchScroll.lo SQLFetchScroll.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLFetchScroll.lo -MD -MP -MF .deps/SQLFetchScroll.Tpo -c SQLFetchScroll.c -fPIC -DPIC -o .libs/SQLFetchScroll.o
# mv -f .deps/SQLFetchScroll.Tpo .deps/SQLFetchScroll.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLForeignKeys.lo -MD -MP -MF .deps/SQLForeignKeys.Tpo -c -o SQLForeignKeys.lo SQLForeignKeys.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLForeignKeys.lo -MD -MP -MF .deps/SQLForeignKeys.Tpo -c SQLForeignKeys.c -fPIC -DPIC -o .libs/SQLForeignKeys.o
# mv -f .deps/SQLForeignKeys.Tpo .deps/SQLForeignKeys.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLFreeConnect.lo -MD -MP -MF .deps/SQLFreeConnect.Tpo -c -o SQLFreeConnect.lo SQLFreeConnect.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLFreeConnect.lo -MD -MP -MF .deps/SQLFreeConnect.Tpo -c SQLFreeConnect.c -fPIC -DPIC -o .libs/SQLFreeConnect.o
# mv -f .deps/SQLFreeConnect.Tpo .deps/SQLFreeConnect.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLFreeEnv.lo -MD -MP -MF .deps/SQLFreeEnv.Tpo -c -o SQLFreeEnv.lo SQLFreeEnv.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLFreeEnv.lo -MD -MP -MF .deps/SQLFreeEnv.Tpo -c SQLFreeEnv.c -fPIC -DPIC -o .libs/SQLFreeEnv.o
# mv -f .deps/SQLFreeEnv.Tpo .deps/SQLFreeEnv.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLFreeHandle.lo -MD -MP -MF .deps/SQLFreeHandle.Tpo -c -o SQLFreeHandle.lo SQLFreeHandle.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLFreeHandle.lo -MD -MP -MF .deps/SQLFreeHandle.Tpo -c SQLFreeHandle.c -fPIC -DPIC -o .libs/SQLFreeHandle.o
# mv -f .deps/SQLFreeHandle.Tpo .deps/SQLFreeHandle.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLFreeStmt.lo -MD -MP -MF .deps/SQLFreeStmt.Tpo -c -o SQLFreeStmt.lo SQLFreeStmt.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLFreeStmt.lo -MD -MP -MF .deps/SQLFreeStmt.Tpo -c SQLFreeStmt.c -fPIC -DPIC -o .libs/SQLFreeStmt.o
# mv -f .deps/SQLFreeStmt.Tpo .deps/SQLFreeStmt.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetConnectAttr.lo -MD -MP -MF .deps/SQLGetConnectAttr.Tpo -c -o SQLGetConnectAttr.lo SQLGetConnectAttr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetConnectAttr.lo -MD -MP -MF .deps/SQLGetConnectAttr.Tpo -c SQLGetConnectAttr.c -fPIC -DPIC -o .libs/SQLGetConnectAttr.o
# mv -f .deps/SQLGetConnectAttr.Tpo .deps/SQLGetConnectAttr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetConnectOption.lo -MD -MP -MF .deps/SQLGetConnectOption.Tpo -c -o SQLGetConnectOption.lo SQLGetConnectOption.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetConnectOption.lo -MD -MP -MF .deps/SQLGetConnectOption.Tpo -c SQLGetConnectOption.c -fPIC -DPIC -o .libs/SQLGetConnectOption.o
# mv -f .deps/SQLGetConnectOption.Tpo .deps/SQLGetConnectOption.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetCursorName.lo -MD -MP -MF .deps/SQLGetCursorName.Tpo -c -o SQLGetCursorName.lo SQLGetCursorName.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetCursorName.lo -MD -MP -MF .deps/SQLGetCursorName.Tpo -c SQLGetCursorName.c -fPIC -DPIC -o .libs/SQLGetCursorName.o
# mv -f .deps/SQLGetCursorName.Tpo .deps/SQLGetCursorName.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetData.lo -MD -MP -MF .deps/SQLGetData.Tpo -c -o SQLGetData.lo SQLGetData.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetData.lo -MD -MP -MF .deps/SQLGetData.Tpo -c SQLGetData.c -fPIC -DPIC -o .libs/SQLGetData.o
# mv -f .deps/SQLGetData.Tpo .deps/SQLGetData.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetDescField.lo -MD -MP -MF .deps/SQLGetDescField.Tpo -c -o SQLGetDescField.lo SQLGetDescField.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetDescField.lo -MD -MP -MF .deps/SQLGetDescField.Tpo -c SQLGetDescField.c -fPIC -DPIC -o .libs/SQLGetDescField.o
# mv -f .deps/SQLGetDescField.Tpo .deps/SQLGetDescField.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetDescRec.lo -MD -MP -MF .deps/SQLGetDescRec.Tpo -c -o SQLGetDescRec.lo SQLGetDescRec.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetDescRec.lo -MD -MP -MF .deps/SQLGetDescRec.Tpo -c SQLGetDescRec.c -fPIC -DPIC -o .libs/SQLGetDescRec.o
# mv -f .deps/SQLGetDescRec.Tpo .deps/SQLGetDescRec.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetDiagField.lo -MD -MP -MF .deps/SQLGetDiagField.Tpo -c -o SQLGetDiagField.lo SQLGetDiagField.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetDiagField.lo -MD -MP -MF .deps/SQLGetDiagField.Tpo -c SQLGetDiagField.c -fPIC -DPIC -o .libs/SQLGetDiagField.o
# mv -f .deps/SQLGetDiagField.Tpo .deps/SQLGetDiagField.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetDiagRec.lo -MD -MP -MF .deps/SQLGetDiagRec.Tpo -c -o SQLGetDiagRec.lo SQLGetDiagRec.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetDiagRec.lo -MD -MP -MF .deps/SQLGetDiagRec.Tpo -c SQLGetDiagRec.c -fPIC -DPIC -o .libs/SQLGetDiagRec.o
# mv -f .deps/SQLGetDiagRec.Tpo .deps/SQLGetDiagRec.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetEnvAttr.lo -MD -MP -MF .deps/SQLGetEnvAttr.Tpo -c -o SQLGetEnvAttr.lo SQLGetEnvAttr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetEnvAttr.lo -MD -MP -MF .deps/SQLGetEnvAttr.Tpo -c SQLGetEnvAttr.c -fPIC -DPIC -o .libs/SQLGetEnvAttr.o
# mv -f .deps/SQLGetEnvAttr.Tpo .deps/SQLGetEnvAttr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetFunctions.lo -MD -MP -MF .deps/SQLGetFunctions.Tpo -c -o SQLGetFunctions.lo SQLGetFunctions.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetFunctions.lo -MD -MP -MF .deps/SQLGetFunctions.Tpo -c SQLGetFunctions.c -fPIC -DPIC -o .libs/SQLGetFunctions.o
# mv -f .deps/SQLGetFunctions.Tpo .deps/SQLGetFunctions.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetInfo.lo -MD -MP -MF .deps/SQLGetInfo.Tpo -c -o SQLGetInfo.lo SQLGetInfo.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetInfo.lo -MD -MP -MF .deps/SQLGetInfo.Tpo -c SQLGetInfo.c -fPIC -DPIC -o .libs/SQLGetInfo.o
# mv -f .deps/SQLGetInfo.Tpo .deps/SQLGetInfo.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetStmtAttr.lo -MD -MP -MF .deps/SQLGetStmtAttr.Tpo -c -o SQLGetStmtAttr.lo SQLGetStmtAttr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetStmtAttr.lo -MD -MP -MF .deps/SQLGetStmtAttr.Tpo -c SQLGetStmtAttr.c -fPIC -DPIC -o .libs/SQLGetStmtAttr.o
# mv -f .deps/SQLGetStmtAttr.Tpo .deps/SQLGetStmtAttr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetStmtOption.lo -MD -MP -MF .deps/SQLGetStmtOption.Tpo -c -o SQLGetStmtOption.lo SQLGetStmtOption.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetStmtOption.lo -MD -MP -MF .deps/SQLGetStmtOption.Tpo -c SQLGetStmtOption.c -fPIC -DPIC -o .libs/SQLGetStmtOption.o
# mv -f .deps/SQLGetStmtOption.Tpo .deps/SQLGetStmtOption.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetTypeInfo.lo -MD -MP -MF .deps/SQLGetTypeInfo.Tpo -c -o SQLGetTypeInfo.lo SQLGetTypeInfo.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetTypeInfo.lo -MD -MP -MF .deps/SQLGetTypeInfo.Tpo -c SQLGetTypeInfo.c -fPIC -DPIC -o .libs/SQLGetTypeInfo.o
# mv -f .deps/SQLGetTypeInfo.Tpo .deps/SQLGetTypeInfo.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLMoreResults.lo -MD -MP -MF .deps/SQLMoreResults.Tpo -c -o SQLMoreResults.lo SQLMoreResults.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLMoreResults.lo -MD -MP -MF .deps/SQLMoreResults.Tpo -c SQLMoreResults.c -fPIC -DPIC -o .libs/SQLMoreResults.o
# mv -f .deps/SQLMoreResults.Tpo .deps/SQLMoreResults.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLNativeSql.lo -MD -MP -MF .deps/SQLNativeSql.Tpo -c -o SQLNativeSql.lo SQLNativeSql.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLNativeSql.lo -MD -MP -MF .deps/SQLNativeSql.Tpo -c SQLNativeSql.c -fPIC -DPIC -o .libs/SQLNativeSql.o
# mv -f .deps/SQLNativeSql.Tpo .deps/SQLNativeSql.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLNumParams.lo -MD -MP -MF .deps/SQLNumParams.Tpo -c -o SQLNumParams.lo SQLNumParams.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLNumParams.lo -MD -MP -MF .deps/SQLNumParams.Tpo -c SQLNumParams.c -fPIC -DPIC -o .libs/SQLNumParams.o
# mv -f .deps/SQLNumParams.Tpo .deps/SQLNumParams.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLNumResultCols.lo -MD -MP -MF .deps/SQLNumResultCols.Tpo -c -o SQLNumResultCols.lo SQLNumResultCols.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLNumResultCols.lo -MD -MP -MF .deps/SQLNumResultCols.Tpo -c SQLNumResultCols.c -fPIC -DPIC -o .libs/SQLNumResultCols.o
# mv -f .deps/SQLNumResultCols.Tpo .deps/SQLNumResultCols.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLParamData.lo -MD -MP -MF .deps/SQLParamData.Tpo -c -o SQLParamData.lo SQLParamData.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLParamData.lo -MD -MP -MF .deps/SQLParamData.Tpo -c SQLParamData.c -fPIC -DPIC -o .libs/SQLParamData.o
# mv -f .deps/SQLParamData.Tpo .deps/SQLParamData.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLParamOptions.lo -MD -MP -MF .deps/SQLParamOptions.Tpo -c -o SQLParamOptions.lo SQLParamOptions.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLParamOptions.lo -MD -MP -MF .deps/SQLParamOptions.Tpo -c SQLParamOptions.c -fPIC -DPIC -o .libs/SQLParamOptions.o
# mv -f .deps/SQLParamOptions.Tpo .deps/SQLParamOptions.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLPrepare.lo -MD -MP -MF .deps/SQLPrepare.Tpo -c -o SQLPrepare.lo SQLPrepare.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLPrepare.lo -MD -MP -MF .deps/SQLPrepare.Tpo -c SQLPrepare.c -fPIC -DPIC -o .libs/SQLPrepare.o
# mv -f .deps/SQLPrepare.Tpo .deps/SQLPrepare.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLPrimaryKeys.lo -MD -MP -MF .deps/SQLPrimaryKeys.Tpo -c -o SQLPrimaryKeys.lo SQLPrimaryKeys.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLPrimaryKeys.lo -MD -MP -MF .deps/SQLPrimaryKeys.Tpo -c SQLPrimaryKeys.c -fPIC -DPIC -o .libs/SQLPrimaryKeys.o
# mv -f .deps/SQLPrimaryKeys.Tpo .deps/SQLPrimaryKeys.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLProcedureColumns.lo -MD -MP -MF .deps/SQLProcedureColumns.Tpo -c -o SQLProcedureColumns.lo SQLProcedureColumns.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLProcedureColumns.lo -MD -MP -MF .deps/SQLProcedureColumns.Tpo -c SQLProcedureColumns.c -fPIC -DPIC -o .libs/SQLProcedureColumns.o
# mv -f .deps/SQLProcedureColumns.Tpo .deps/SQLProcedureColumns.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLProcedures.lo -MD -MP -MF .deps/SQLProcedures.Tpo -c -o SQLProcedures.lo SQLProcedures.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLProcedures.lo -MD -MP -MF .deps/SQLProcedures.Tpo -c SQLProcedures.c -fPIC -DPIC -o .libs/SQLProcedures.o
# mv -f .deps/SQLProcedures.Tpo .deps/SQLProcedures.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLPutData.lo -MD -MP -MF .deps/SQLPutData.Tpo -c -o SQLPutData.lo SQLPutData.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLPutData.lo -MD -MP -MF .deps/SQLPutData.Tpo -c SQLPutData.c -fPIC -DPIC -o .libs/SQLPutData.o
# mv -f .deps/SQLPutData.Tpo .deps/SQLPutData.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLRowCount.lo -MD -MP -MF .deps/SQLRowCount.Tpo -c -o SQLRowCount.lo SQLRowCount.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLRowCount.lo -MD -MP -MF .deps/SQLRowCount.Tpo -c SQLRowCount.c -fPIC -DPIC -o .libs/SQLRowCount.o
# mv -f .deps/SQLRowCount.Tpo .deps/SQLRowCount.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetConnectAttr.lo -MD -MP -MF .deps/SQLSetConnectAttr.Tpo -c -o SQLSetConnectAttr.lo SQLSetConnectAttr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetConnectAttr.lo -MD -MP -MF .deps/SQLSetConnectAttr.Tpo -c SQLSetConnectAttr.c -fPIC -DPIC -o .libs/SQLSetConnectAttr.o
# mv -f .deps/SQLSetConnectAttr.Tpo .deps/SQLSetConnectAttr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetConnectOption.lo -MD -MP -MF .deps/SQLSetConnectOption.Tpo -c -o SQLSetConnectOption.lo SQLSetConnectOption.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetConnectOption.lo -MD -MP -MF .deps/SQLSetConnectOption.Tpo -c SQLSetConnectOption.c -fPIC -DPIC -o .libs/SQLSetConnectOption.o
# mv -f .deps/SQLSetConnectOption.Tpo .deps/SQLSetConnectOption.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetCursorName.lo -MD -MP -MF .deps/SQLSetCursorName.Tpo -c -o SQLSetCursorName.lo SQLSetCursorName.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetCursorName.lo -MD -MP -MF .deps/SQLSetCursorName.Tpo -c SQLSetCursorName.c -fPIC -DPIC -o .libs/SQLSetCursorName.o
# mv -f .deps/SQLSetCursorName.Tpo .deps/SQLSetCursorName.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetDescField.lo -MD -MP -MF .deps/SQLSetDescField.Tpo -c -o SQLSetDescField.lo SQLSetDescField.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetDescField.lo -MD -MP -MF .deps/SQLSetDescField.Tpo -c SQLSetDescField.c -fPIC -DPIC -o .libs/SQLSetDescField.o
# mv -f .deps/SQLSetDescField.Tpo .deps/SQLSetDescField.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetDescRec.lo -MD -MP -MF .deps/SQLSetDescRec.Tpo -c -o SQLSetDescRec.lo SQLSetDescRec.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetDescRec.lo -MD -MP -MF .deps/SQLSetDescRec.Tpo -c SQLSetDescRec.c -fPIC -DPIC -o .libs/SQLSetDescRec.o
# mv -f .deps/SQLSetDescRec.Tpo .deps/SQLSetDescRec.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetEnvAttr.lo -MD -MP -MF .deps/SQLSetEnvAttr.Tpo -c -o SQLSetEnvAttr.lo SQLSetEnvAttr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetEnvAttr.lo -MD -MP -MF .deps/SQLSetEnvAttr.Tpo -c SQLSetEnvAttr.c -fPIC -DPIC -o .libs/SQLSetEnvAttr.o
# mv -f .deps/SQLSetEnvAttr.Tpo .deps/SQLSetEnvAttr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetParam.lo -MD -MP -MF .deps/SQLSetParam.Tpo -c -o SQLSetParam.lo SQLSetParam.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetParam.lo -MD -MP -MF .deps/SQLSetParam.Tpo -c SQLSetParam.c -fPIC -DPIC -o .libs/SQLSetParam.o
# mv -f .deps/SQLSetParam.Tpo .deps/SQLSetParam.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetPos.lo -MD -MP -MF .deps/SQLSetPos.Tpo -c -o SQLSetPos.lo SQLSetPos.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetPos.lo -MD -MP -MF .deps/SQLSetPos.Tpo -c SQLSetPos.c -fPIC -DPIC -o .libs/SQLSetPos.o
# mv -f .deps/SQLSetPos.Tpo .deps/SQLSetPos.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetScrollOptions.lo -MD -MP -MF .deps/SQLSetScrollOptions.Tpo -c -o SQLSetScrollOptions.lo SQLSetScrollOptions.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetScrollOptions.lo -MD -MP -MF .deps/SQLSetScrollOptions.Tpo -c SQLSetScrollOptions.c -fPIC -DPIC -o .libs/SQLSetScrollOptions.o
# mv -f .deps/SQLSetScrollOptions.Tpo .deps/SQLSetScrollOptions.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetStmtAttr.lo -MD -MP -MF .deps/SQLSetStmtAttr.Tpo -c -o SQLSetStmtAttr.lo SQLSetStmtAttr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetStmtAttr.lo -MD -MP -MF .deps/SQLSetStmtAttr.Tpo -c SQLSetStmtAttr.c -fPIC -DPIC -o .libs/SQLSetStmtAttr.o
# mv -f .deps/SQLSetStmtAttr.Tpo .deps/SQLSetStmtAttr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetStmtOption.lo -MD -MP -MF .deps/SQLSetStmtOption.Tpo -c -o SQLSetStmtOption.lo SQLSetStmtOption.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetStmtOption.lo -MD -MP -MF .deps/SQLSetStmtOption.Tpo -c SQLSetStmtOption.c -fPIC -DPIC -o .libs/SQLSetStmtOption.o
# mv -f .deps/SQLSetStmtOption.Tpo .deps/SQLSetStmtOption.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSpecialColumns.lo -MD -MP -MF .deps/SQLSpecialColumns.Tpo -c -o SQLSpecialColumns.lo SQLSpecialColumns.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSpecialColumns.lo -MD -MP -MF .deps/SQLSpecialColumns.Tpo -c SQLSpecialColumns.c -fPIC -DPIC -o .libs/SQLSpecialColumns.o
# mv -f .deps/SQLSpecialColumns.Tpo .deps/SQLSpecialColumns.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLStatistics.lo -MD -MP -MF .deps/SQLStatistics.Tpo -c -o SQLStatistics.lo SQLStatistics.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLStatistics.lo -MD -MP -MF .deps/SQLStatistics.Tpo -c SQLStatistics.c -fPIC -DPIC -o .libs/SQLStatistics.o
# mv -f .deps/SQLStatistics.Tpo .deps/SQLStatistics.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLTablePrivileges.lo -MD -MP -MF .deps/SQLTablePrivileges.Tpo -c -o SQLTablePrivileges.lo SQLTablePrivileges.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLTablePrivileges.lo -MD -MP -MF .deps/SQLTablePrivileges.Tpo -c SQLTablePrivileges.c -fPIC -DPIC -o .libs/SQLTablePrivileges.o
# mv -f .deps/SQLTablePrivileges.Tpo .deps/SQLTablePrivileges.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLTables.lo -MD -MP -MF .deps/SQLTables.Tpo -c -o SQLTables.lo SQLTables.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLTables.lo -MD -MP -MF .deps/SQLTables.Tpo -c SQLTables.c -fPIC -DPIC -o .libs/SQLTables.o
# mv -f .deps/SQLTables.Tpo .deps/SQLTables.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLTransact.lo -MD -MP -MF .deps/SQLTransact.Tpo -c -o SQLTransact.lo SQLTransact.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLTransact.lo -MD -MP -MF .deps/SQLTransact.Tpo -c SQLTransact.c -fPIC -DPIC -o .libs/SQLTransact.o
# mv -f .deps/SQLTransact.Tpo .deps/SQLTransact.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLBrowseConnectW.lo -MD -MP -MF .deps/SQLBrowseConnectW.Tpo -c -o SQLBrowseConnectW.lo SQLBrowseConnectW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLBrowseConnectW.lo -MD -MP -MF .deps/SQLBrowseConnectW.Tpo -c SQLBrowseConnectW.c -fPIC -DPIC -o .libs/SQLBrowseConnectW.o
# mv -f .deps/SQLBrowseConnectW.Tpo .deps/SQLBrowseConnectW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLColAttributeW.lo -MD -MP -MF .deps/SQLColAttributeW.Tpo -c -o SQLColAttributeW.lo SQLColAttributeW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLColAttributeW.lo -MD -MP -MF .deps/SQLColAttributeW.Tpo -c SQLColAttributeW.c -fPIC -DPIC -o .libs/SQLColAttributeW.o
# mv -f .deps/SQLColAttributeW.Tpo .deps/SQLColAttributeW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLColAttributesW.lo -MD -MP -MF .deps/SQLColAttributesW.Tpo -c -o SQLColAttributesW.lo SQLColAttributesW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLColAttributesW.lo -MD -MP -MF .deps/SQLColAttributesW.Tpo -c SQLColAttributesW.c -fPIC -DPIC -o .libs/SQLColAttributesW.o
# mv -f .deps/SQLColAttributesW.Tpo .deps/SQLColAttributesW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLColumnPrivilegesW.lo -MD -MP -MF .deps/SQLColumnPrivilegesW.Tpo -c -o SQLColumnPrivilegesW.lo SQLColumnPrivilegesW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLColumnPrivilegesW.lo -MD -MP -MF .deps/SQLColumnPrivilegesW.Tpo -c SQLColumnPrivilegesW.c -fPIC -DPIC -o .libs/SQLColumnPrivilegesW.o
# mv -f .deps/SQLColumnPrivilegesW.Tpo .deps/SQLColumnPrivilegesW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLColumnsW.lo -MD -MP -MF .deps/SQLColumnsW.Tpo -c -o SQLColumnsW.lo SQLColumnsW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLColumnsW.lo -MD -MP -MF .deps/SQLColumnsW.Tpo -c SQLColumnsW.c -fPIC -DPIC -o .libs/SQLColumnsW.o
# mv -f .deps/SQLColumnsW.Tpo .deps/SQLColumnsW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLConnectW.lo -MD -MP -MF .deps/SQLConnectW.Tpo -c -o SQLConnectW.lo SQLConnectW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLConnectW.lo -MD -MP -MF .deps/SQLConnectW.Tpo -c SQLConnectW.c -fPIC -DPIC -o .libs/SQLConnectW.o
# mv -f .deps/SQLConnectW.Tpo .deps/SQLConnectW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLDataSourcesW.lo -MD -MP -MF .deps/SQLDataSourcesW.Tpo -c -o SQLDataSourcesW.lo SQLDataSourcesW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLDataSourcesW.lo -MD -MP -MF .deps/SQLDataSourcesW.Tpo -c SQLDataSourcesW.c -fPIC -DPIC -o .libs/SQLDataSourcesW.o
# mv -f .deps/SQLDataSourcesW.Tpo .deps/SQLDataSourcesW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLDescribeColW.lo -MD -MP -MF .deps/SQLDescribeColW.Tpo -c -o SQLDescribeColW.lo SQLDescribeColW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLDescribeColW.lo -MD -MP -MF .deps/SQLDescribeColW.Tpo -c SQLDescribeColW.c -fPIC -DPIC -o .libs/SQLDescribeColW.o
# mv -f .deps/SQLDescribeColW.Tpo .deps/SQLDescribeColW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLDriverConnectW.lo -MD -MP -MF .deps/SQLDriverConnectW.Tpo -c -o SQLDriverConnectW.lo SQLDriverConnectW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLDriverConnectW.lo -MD -MP -MF .deps/SQLDriverConnectW.Tpo -c SQLDriverConnectW.c -fPIC -DPIC -o .libs/SQLDriverConnectW.o
# mv -f .deps/SQLDriverConnectW.Tpo .deps/SQLDriverConnectW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLDriversW.lo -MD -MP -MF .deps/SQLDriversW.Tpo -c -o SQLDriversW.lo SQLDriversW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLDriversW.lo -MD -MP -MF .deps/SQLDriversW.Tpo -c SQLDriversW.c -fPIC -DPIC -o .libs/SQLDriversW.o
# mv -f .deps/SQLDriversW.Tpo .deps/SQLDriversW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLErrorW.lo -MD -MP -MF .deps/SQLErrorW.Tpo -c -o SQLErrorW.lo SQLErrorW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLErrorW.lo -MD -MP -MF .deps/SQLErrorW.Tpo -c SQLErrorW.c -fPIC -DPIC -o .libs/SQLErrorW.o
# mv -f .deps/SQLErrorW.Tpo .deps/SQLErrorW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLExecDirectW.lo -MD -MP -MF .deps/SQLExecDirectW.Tpo -c -o SQLExecDirectW.lo SQLExecDirectW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLExecDirectW.lo -MD -MP -MF .deps/SQLExecDirectW.Tpo -c SQLExecDirectW.c -fPIC -DPIC -o .libs/SQLExecDirectW.o
# mv -f .deps/SQLExecDirectW.Tpo .deps/SQLExecDirectW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLForeignKeysW.lo -MD -MP -MF .deps/SQLForeignKeysW.Tpo -c -o SQLForeignKeysW.lo SQLForeignKeysW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLForeignKeysW.lo -MD -MP -MF .deps/SQLForeignKeysW.Tpo -c SQLForeignKeysW.c -fPIC -DPIC -o .libs/SQLForeignKeysW.o
# mv -f .deps/SQLForeignKeysW.Tpo .deps/SQLForeignKeysW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetConnectAttrW.lo -MD -MP -MF .deps/SQLGetConnectAttrW.Tpo -c -o SQLGetConnectAttrW.lo SQLGetConnectAttrW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetConnectAttrW.lo -MD -MP -MF .deps/SQLGetConnectAttrW.Tpo -c SQLGetConnectAttrW.c -fPIC -DPIC -o .libs/SQLGetConnectAttrW.o
# mv -f .deps/SQLGetConnectAttrW.Tpo .deps/SQLGetConnectAttrW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetConnectOptionW.lo -MD -MP -MF .deps/SQLGetConnectOptionW.Tpo -c -o SQLGetConnectOptionW.lo SQLGetConnectOptionW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetConnectOptionW.lo -MD -MP -MF .deps/SQLGetConnectOptionW.Tpo -c SQLGetConnectOptionW.c -fPIC -DPIC -o .libs/SQLGetConnectOptionW.o
# mv -f .deps/SQLGetConnectOptionW.Tpo .deps/SQLGetConnectOptionW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetCursorNameW.lo -MD -MP -MF .deps/SQLGetCursorNameW.Tpo -c -o SQLGetCursorNameW.lo SQLGetCursorNameW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetCursorNameW.lo -MD -MP -MF .deps/SQLGetCursorNameW.Tpo -c SQLGetCursorNameW.c -fPIC -DPIC -o .libs/SQLGetCursorNameW.o
# mv -f .deps/SQLGetCursorNameW.Tpo .deps/SQLGetCursorNameW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetDescFieldW.lo -MD -MP -MF .deps/SQLGetDescFieldW.Tpo -c -o SQLGetDescFieldW.lo SQLGetDescFieldW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetDescFieldW.lo -MD -MP -MF .deps/SQLGetDescFieldW.Tpo -c SQLGetDescFieldW.c -fPIC -DPIC -o .libs/SQLGetDescFieldW.o
# mv -f .deps/SQLGetDescFieldW.Tpo .deps/SQLGetDescFieldW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetDescRecW.lo -MD -MP -MF .deps/SQLGetDescRecW.Tpo -c -o SQLGetDescRecW.lo SQLGetDescRecW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetDescRecW.lo -MD -MP -MF .deps/SQLGetDescRecW.Tpo -c SQLGetDescRecW.c -fPIC -DPIC -o .libs/SQLGetDescRecW.o
# mv -f .deps/SQLGetDescRecW.Tpo .deps/SQLGetDescRecW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetDiagFieldW.lo -MD -MP -MF .deps/SQLGetDiagFieldW.Tpo -c -o SQLGetDiagFieldW.lo SQLGetDiagFieldW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetDiagFieldW.lo -MD -MP -MF .deps/SQLGetDiagFieldW.Tpo -c SQLGetDiagFieldW.c -fPIC -DPIC -o .libs/SQLGetDiagFieldW.o
# mv -f .deps/SQLGetDiagFieldW.Tpo .deps/SQLGetDiagFieldW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetDiagRecW.lo -MD -MP -MF .deps/SQLGetDiagRecW.Tpo -c -o SQLGetDiagRecW.lo SQLGetDiagRecW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetDiagRecW.lo -MD -MP -MF .deps/SQLGetDiagRecW.Tpo -c SQLGetDiagRecW.c -fPIC -DPIC -o .libs/SQLGetDiagRecW.o
# mv -f .deps/SQLGetDiagRecW.Tpo .deps/SQLGetDiagRecW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetInfoW.lo -MD -MP -MF .deps/SQLGetInfoW.Tpo -c -o SQLGetInfoW.lo SQLGetInfoW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetInfoW.lo -MD -MP -MF .deps/SQLGetInfoW.Tpo -c SQLGetInfoW.c -fPIC -DPIC -o .libs/SQLGetInfoW.o
# mv -f .deps/SQLGetInfoW.Tpo .deps/SQLGetInfoW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetStmtAttrW.lo -MD -MP -MF .deps/SQLGetStmtAttrW.Tpo -c -o SQLGetStmtAttrW.lo SQLGetStmtAttrW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetStmtAttrW.lo -MD -MP -MF .deps/SQLGetStmtAttrW.Tpo -c SQLGetStmtAttrW.c -fPIC -DPIC -o .libs/SQLGetStmtAttrW.o
# mv -f .deps/SQLGetStmtAttrW.Tpo .deps/SQLGetStmtAttrW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetTypeInfoW.lo -MD -MP -MF .deps/SQLGetTypeInfoW.Tpo -c -o SQLGetTypeInfoW.lo SQLGetTypeInfoW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLGetTypeInfoW.lo -MD -MP -MF .deps/SQLGetTypeInfoW.Tpo -c SQLGetTypeInfoW.c -fPIC -DPIC -o .libs/SQLGetTypeInfoW.o
# mv -f .deps/SQLGetTypeInfoW.Tpo .deps/SQLGetTypeInfoW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLNativeSqlW.lo -MD -MP -MF .deps/SQLNativeSqlW.Tpo -c -o SQLNativeSqlW.lo SQLNativeSqlW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLNativeSqlW.lo -MD -MP -MF .deps/SQLNativeSqlW.Tpo -c SQLNativeSqlW.c -fPIC -DPIC -o .libs/SQLNativeSqlW.o
# mv -f .deps/SQLNativeSqlW.Tpo .deps/SQLNativeSqlW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLPrepareW.lo -MD -MP -MF .deps/SQLPrepareW.Tpo -c -o SQLPrepareW.lo SQLPrepareW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLPrepareW.lo -MD -MP -MF .deps/SQLPrepareW.Tpo -c SQLPrepareW.c -fPIC -DPIC -o .libs/SQLPrepareW.o
# mv -f .deps/SQLPrepareW.Tpo .deps/SQLPrepareW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLPrimaryKeysW.lo -MD -MP -MF .deps/SQLPrimaryKeysW.Tpo -c -o SQLPrimaryKeysW.lo SQLPrimaryKeysW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLPrimaryKeysW.lo -MD -MP -MF .deps/SQLPrimaryKeysW.Tpo -c SQLPrimaryKeysW.c -fPIC -DPIC -o .libs/SQLPrimaryKeysW.o
# mv -f .deps/SQLPrimaryKeysW.Tpo .deps/SQLPrimaryKeysW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLProcedureColumnsW.lo -MD -MP -MF .deps/SQLProcedureColumnsW.Tpo -c -o SQLProcedureColumnsW.lo SQLProcedureColumnsW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLProcedureColumnsW.lo -MD -MP -MF .deps/SQLProcedureColumnsW.Tpo -c SQLProcedureColumnsW.c -fPIC -DPIC -o .libs/SQLProcedureColumnsW.o
# mv -f .deps/SQLProcedureColumnsW.Tpo .deps/SQLProcedureColumnsW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLProceduresW.lo -MD -MP -MF .deps/SQLProceduresW.Tpo -c -o SQLProceduresW.lo SQLProceduresW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLProceduresW.lo -MD -MP -MF .deps/SQLProceduresW.Tpo -c SQLProceduresW.c -fPIC -DPIC -o .libs/SQLProceduresW.o
# mv -f .deps/SQLProceduresW.Tpo .deps/SQLProceduresW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetConnectAttrW.lo -MD -MP -MF .deps/SQLSetConnectAttrW.Tpo -c -o SQLSetConnectAttrW.lo SQLSetConnectAttrW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetConnectAttrW.lo -MD -MP -MF .deps/SQLSetConnectAttrW.Tpo -c SQLSetConnectAttrW.c -fPIC -DPIC -o .libs/SQLSetConnectAttrW.o
# mv -f .deps/SQLSetConnectAttrW.Tpo .deps/SQLSetConnectAttrW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetConnectOptionW.lo -MD -MP -MF .deps/SQLSetConnectOptionW.Tpo -c -o SQLSetConnectOptionW.lo SQLSetConnectOptionW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetConnectOptionW.lo -MD -MP -MF .deps/SQLSetConnectOptionW.Tpo -c SQLSetConnectOptionW.c -fPIC -DPIC -o .libs/SQLSetConnectOptionW.o
# mv -f .deps/SQLSetConnectOptionW.Tpo .deps/SQLSetConnectOptionW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetCursorNameW.lo -MD -MP -MF .deps/SQLSetCursorNameW.Tpo -c -o SQLSetCursorNameW.lo SQLSetCursorNameW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetCursorNameW.lo -MD -MP -MF .deps/SQLSetCursorNameW.Tpo -c SQLSetCursorNameW.c -fPIC -DPIC -o .libs/SQLSetCursorNameW.o
# mv -f .deps/SQLSetCursorNameW.Tpo .deps/SQLSetCursorNameW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetDescFieldW.lo -MD -MP -MF .deps/SQLSetDescFieldW.Tpo -c -o SQLSetDescFieldW.lo SQLSetDescFieldW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetDescFieldW.lo -MD -MP -MF .deps/SQLSetDescFieldW.Tpo -c SQLSetDescFieldW.c -fPIC -DPIC -o .libs/SQLSetDescFieldW.o
# mv -f .deps/SQLSetDescFieldW.Tpo .deps/SQLSetDescFieldW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetStmtAttrW.lo -MD -MP -MF .deps/SQLSetStmtAttrW.Tpo -c -o SQLSetStmtAttrW.lo SQLSetStmtAttrW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetStmtAttrW.lo -MD -MP -MF .deps/SQLSetStmtAttrW.Tpo -c SQLSetStmtAttrW.c -fPIC -DPIC -o .libs/SQLSetStmtAttrW.o
# mv -f .deps/SQLSetStmtAttrW.Tpo .deps/SQLSetStmtAttrW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetStmtOptionW.lo -MD -MP -MF .deps/SQLSetStmtOptionW.Tpo -c -o SQLSetStmtOptionW.lo SQLSetStmtOptionW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSetStmtOptionW.lo -MD -MP -MF .deps/SQLSetStmtOptionW.Tpo -c SQLSetStmtOptionW.c -fPIC -DPIC -o .libs/SQLSetStmtOptionW.o
# mv -f .deps/SQLSetStmtOptionW.Tpo .deps/SQLSetStmtOptionW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSpecialColumnsW.lo -MD -MP -MF .deps/SQLSpecialColumnsW.Tpo -c -o SQLSpecialColumnsW.lo SQLSpecialColumnsW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLSpecialColumnsW.lo -MD -MP -MF .deps/SQLSpecialColumnsW.Tpo -c SQLSpecialColumnsW.c -fPIC -DPIC -o .libs/SQLSpecialColumnsW.o
# mv -f .deps/SQLSpecialColumnsW.Tpo .deps/SQLSpecialColumnsW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLStatisticsW.lo -MD -MP -MF .deps/SQLStatisticsW.Tpo -c -o SQLStatisticsW.lo SQLStatisticsW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLStatisticsW.lo -MD -MP -MF .deps/SQLStatisticsW.Tpo -c SQLStatisticsW.c -fPIC -DPIC -o .libs/SQLStatisticsW.o
# mv -f .deps/SQLStatisticsW.Tpo .deps/SQLStatisticsW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLTablePrivilegesW.lo -MD -MP -MF .deps/SQLTablePrivilegesW.Tpo -c -o SQLTablePrivilegesW.lo SQLTablePrivilegesW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLTablePrivilegesW.lo -MD -MP -MF .deps/SQLTablePrivilegesW.Tpo -c SQLTablePrivilegesW.c -fPIC -DPIC -o .libs/SQLTablePrivilegesW.o
# mv -f .deps/SQLTablePrivilegesW.Tpo .deps/SQLTablePrivilegesW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLTablesW.lo -MD -MP -MF .deps/SQLTablesW.Tpo -c -o SQLTablesW.lo SQLTablesW.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT SQLTablesW.lo -MD -MP -MF .deps/SQLTablesW.Tpo -c SQLTablesW.c -fPIC -DPIC -o .libs/SQLTablesW.o
# mv -f .deps/SQLTablesW.Tpo .deps/SQLTablesW.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT __connection.lo -MD -MP -MF .deps/__connection.Tpo -c -o __connection.lo __connection.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT __connection.lo -MD -MP -MF .deps/__connection.Tpo -c __connection.c -fPIC -DPIC -o .libs/__connection.o
# mv -f .deps/__connection.Tpo .deps/__connection.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT __handles.lo -MD -MP -MF .deps/__handles.Tpo -c -o __handles.lo __handles.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT __handles.lo -MD -MP -MF .deps/__handles.Tpo -c __handles.c -fPIC -DPIC -o .libs/__handles.o
# mv -f .deps/__handles.Tpo .deps/__handles.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT __info.lo -MD -MP -MF .deps/__info.Tpo -c -o __info.lo __info.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -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.. -I../include -pthread -MT __stats.lo -MD -MP -MF .deps/__stats.Tpo -c -o __stats.lo __stats.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT __stats.lo -MD -MP -MF .deps/__stats.Tpo -c __stats.c -fPIC -DPIC -o .libs/__stats.o
# mv -f .deps/__stats.Tpo .deps/__stats.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT __attribute.lo -MD -MP -MF .deps/__attribute.Tpo -c -o __attribute.lo __attribute.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT __attribute.lo -MD -MP -MF .deps/__attribute.Tpo -c __attribute.c -fPIC -DPIC -o .libs/__attribute.o
# mv -f .deps/__attribute.Tpo .deps/__attribute.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -pthread -version-info 2:0:0 -no-undefined -export-dynamic -export-symbols ./DriverManager.exp -o libodbc.la -rpath /usr/lib SQLAllocConnect.lo SQLAllocEnv.lo SQLAllocHandle.lo SQLAllocHandleStd.lo SQLAllocStmt.lo SQLBindCol.lo SQLBindParam.lo SQLBindParameter.lo SQLBrowseConnect.lo SQLBulkOperations.lo SQLCancel.lo SQLCancelHandle.lo SQLCloseCursor.lo SQLColAttribute.lo SQLColAttributes.lo SQLColumnPrivileges.lo SQLColumns.lo SQLConnect.lo SQLCopyDesc.lo SQLDataSources.lo SQLDescribeCol.lo SQLDescribeParam.lo SQLDisconnect.lo SQLDriverConnect.lo SQLDrivers.lo SQLEndTran.lo SQLError.lo SQLExecDirect.lo SQLExecute.lo SQLExtendedFetch.lo SQLFetch.lo SQLFetchScroll.lo SQLForeignKeys.lo SQLFreeConnect.lo SQLFreeEnv.lo SQLFreeHandle.lo SQLFreeStmt.lo SQLGetConnectAttr.lo SQLGetConnectOption.lo SQLGetCursorName.lo SQLGetData.lo SQLGetDescField.lo SQLGetDescRec.lo SQLGetDiagField.lo SQLGetDiagRec.lo SQLGetEnvAttr.lo SQLGetFunctions.lo SQLGetInfo.lo SQLGetStmtAttr.lo SQLGetStmtOption.lo SQLGetTypeInfo.lo SQLMoreResults.lo SQLNativeSql.lo SQLNumParams.lo SQLNumResultCols.lo SQLParamData.lo SQLParamOptions.lo SQLPrepare.lo SQLPrimaryKeys.lo SQLProcedureColumns.lo SQLProcedures.lo SQLPutData.lo SQLRowCount.lo SQLSetConnectAttr.lo SQLSetConnectOption.lo SQLSetCursorName.lo SQLSetDescField.lo SQLSetDescRec.lo SQLSetEnvAttr.lo SQLSetParam.lo SQLSetPos.lo SQLSetScrollOptions.lo SQLSetStmtAttr.lo SQLSetStmtOption.lo SQLSpecialColumns.lo SQLStatistics.lo SQLTablePrivileges.lo SQLTables.lo SQLTransact.lo SQLBrowseConnectW.lo SQLColAttributeW.lo SQLColAttributesW.lo SQLColumnPrivilegesW.lo SQLColumnsW.lo SQLConnectW.lo SQLDataSourcesW.lo SQLDescribeColW.lo SQLDriverConnectW.lo SQLDriversW.lo SQLErrorW.lo SQLExecDirectW.lo SQLForeignKeysW.lo SQLGetConnectAttrW.lo SQLGetConnectOptionW.lo SQLGetCursorNameW.lo SQLGetDescFieldW.lo SQLGetDescRecW.lo SQLGetDiagFieldW.lo SQLGetDiagRecW.lo SQLGetInfoW.lo SQLGetStmtAttrW.lo SQLGetTypeInfoW.lo SQLNativeSqlW.lo SQLPrepareW.lo SQLPrimaryKeysW.lo SQLProcedureColumnsW.lo SQLProceduresW.lo SQLSetConnectAttrW.lo SQLSetConnectOptionW.lo SQLSetCursorNameW.lo SQLSetDescFieldW.lo SQLSetStmtAttrW.lo SQLSetStmtOptionW.lo SQLSpecialColumnsW.lo SQLStatisticsW.lo SQLTablePrivilegesW.lo SQLTablesW.lo __connection.lo __handles.lo __info.lo __stats.lo __attribute.lo ../lst/liblstlc.la ../log/libloglc.la ../ini/libinilc.la ../odbcinst/libodbcinstlc.la -lltdl -ldl -lpthread
# libtool: link: echo "{ global:" > .libs/libodbc.ver
# libtool: link: cat ./DriverManager.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libodbc.ver
# libtool: link: echo "local: *; };" >> .libs/libodbc.ver
# libtool: link: clang -shared -fPIC -DPIC .libs/SQLAllocConnect.o .libs/SQLAllocEnv.o .libs/SQLAllocHandle.o .libs/SQLAllocHandleStd.o .libs/SQLAllocStmt.o .libs/SQLBindCol.o .libs/SQLBindParam.o .libs/SQLBindParameter.o .libs/SQLBrowseConnect.o .libs/SQLBulkOperations.o .libs/SQLCancel.o .libs/SQLCancelHandle.o .libs/SQLCloseCursor.o .libs/SQLColAttribute.o .libs/SQLColAttributes.o .libs/SQLColumnPrivileges.o .libs/SQLColumns.o .libs/SQLConnect.o .libs/SQLCopyDesc.o .libs/SQLDataSources.o .libs/SQLDescribeCol.o .libs/SQLDescribeParam.o .libs/SQLDisconnect.o .libs/SQLDriverConnect.o .libs/SQLDrivers.o .libs/SQLEndTran.o .libs/SQLError.o .libs/SQLExecDirect.o .libs/SQLExecute.o .libs/SQLExtendedFetch.o .libs/SQLFetch.o .libs/SQLFetchScroll.o .libs/SQLForeignKeys.o .libs/SQLFreeConnect.o .libs/SQLFreeEnv.o .libs/SQLFreeHandle.o .libs/SQLFreeStmt.o .libs/SQLGetConnectAttr.o .libs/SQLGetConnectOption.o .libs/SQLGetCursorName.o .libs/SQLGetData.o .libs/SQLGetDescField.o .libs/SQLGetDescRec.o .libs/SQLGetDiagField.o .libs/SQLGetDiagRec.o .libs/SQLGetEnvAttr.o .libs/SQLGetFunctions.o .libs/SQLGetInfo.o .libs/SQLGetStmtAttr.o .libs/SQLGetStmtOption.o .libs/SQLGetTypeInfo.o .libs/SQLMoreResults.o .libs/SQLNativeSql.o .libs/SQLNumParams.o .libs/SQLNumResultCols.o .libs/SQLParamData.o .libs/SQLParamOptions.o .libs/SQLPrepare.o .libs/SQLPrimaryKeys.o .libs/SQLProcedureColumns.o .libs/SQLProcedures.o .libs/SQLPutData.o .libs/SQLRowCount.o .libs/SQLSetConnectAttr.o .libs/SQLSetConnectOption.o .libs/SQLSetCursorName.o .libs/SQLSetDescField.o .libs/SQLSetDescRec.o .libs/SQLSetEnvAttr.o .libs/SQLSetParam.o .libs/SQLSetPos.o .libs/SQLSetScrollOptions.o .libs/SQLSetStmtAttr.o .libs/SQLSetStmtOption.o .libs/SQLSpecialColumns.o .libs/SQLStatistics.o .libs/SQLTablePrivileges.o .libs/SQLTables.o .libs/SQLTransact.o .libs/SQLBrowseConnectW.o .libs/SQLColAttributeW.o .libs/SQLColAttributesW.o .libs/SQLColumnPrivilegesW.o .libs/SQLColumnsW.o .libs/SQLConnectW.o .libs/SQLDataSourcesW.o .libs/SQLDescribeColW.o .libs/SQLDriverConnectW.o .libs/SQLDriversW.o .libs/SQLErrorW.o .libs/SQLExecDirectW.o .libs/SQLForeignKeysW.o .libs/SQLGetConnectAttrW.o .libs/SQLGetConnectOptionW.o .libs/SQLGetCursorNameW.o .libs/SQLGetDescFieldW.o .libs/SQLGetDescRecW.o .libs/SQLGetDiagFieldW.o .libs/SQLGetDiagRecW.o .libs/SQLGetInfoW.o .libs/SQLGetStmtAttrW.o .libs/SQLGetTypeInfoW.o .libs/SQLNativeSqlW.o .libs/SQLPrepareW.o .libs/SQLPrimaryKeysW.o .libs/SQLProcedureColumnsW.o .libs/SQLProceduresW.o .libs/SQLSetConnectAttrW.o .libs/SQLSetConnectOptionW.o .libs/SQLSetCursorNameW.o .libs/SQLSetDescFieldW.o .libs/SQLSetStmtAttrW.o .libs/SQLSetStmtOptionW.o .libs/SQLSpecialColumnsW.o .libs/SQLStatisticsW.o .libs/SQLTablePrivilegesW.o .libs/SQLTablesW.o .libs/__connection.o .libs/__handles.o .libs/__info.o .libs/__stats.o .libs/__attribute.o -Wl,--whole-archive ../lst/.libs/liblstlc.a ../log/.libs/libloglc.a ../ini/.libs/libinilc.a ../odbcinst/.libs/libodbcinstlc.a -Wl,--no-whole-archive -lltdl -ldl -lpthread -pthread -pthread -Wl,-soname -Wl,libodbc.so.2 -Wl,-version-script -Wl,.libs/libodbc.ver -o .libs/libodbc.so.2.0.0
# libtool: link: (cd ".libs" && rm -f "libodbc.so.2" && ln -s "libodbc.so.2.0.0" "libodbc.so.2")
# libtool: link: (cd ".libs" && rm -f "libodbc.so" && ln -s "libodbc.so.2.0.0" "libodbc.so")
# libtool: link: ( cd ".libs" && rm -f "libodbc.la" && ln -s "../libodbc.la" "libodbc.la" )
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/DriverManager'
# Making all in exe
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/exe'
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT isql.o -MD -MP -MF .deps/isql.Tpo -c -o isql.o isql.c
# mv -f .deps/isql.Tpo .deps/isql.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -pthread -o isql isql.o ../DriverManager/libodbc.la ../extras/libodbcextraslc.la -lreadline -ldl -lpthread
# libtool: link: clang -pthread -o .libs/isql isql.o ../DriverManager/.libs/libodbc.so ../extras/.libs/libodbcextraslc.a -lreadline -ldl -lpthread -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT dltest.o -MD -MP -MF .deps/dltest.Tpo -c -o dltest.o dltest.c
# mv -f .deps/dltest.Tpo .deps/dltest.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -pthread -o dltest dltest.o -lltdl -ldl -lpthread
# libtool: link: clang -pthread -o dltest dltest.o -lltdl -ldl -lpthread -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT odbcinst.o -MD -MP -MF .deps/odbcinst.Tpo -c -o odbcinst.o odbcinst.c
# mv -f .deps/odbcinst.Tpo .deps/odbcinst.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -pthread -o odbcinst odbcinst.o ../odbcinst/libodbcinst.la ../ini/libinilc.la -lltdl -ldl -lpthread
# libtool: link: clang -pthread -o .libs/odbcinst odbcinst.o ../odbcinst/.libs/libodbcinst.so ../ini/.libs/libinilc.a -lltdl -ldl -lpthread -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT iusql.o -MD -MP -MF .deps/iusql.Tpo -c -o iusql.o iusql.c
# mv -f .deps/iusql.Tpo .deps/iusql.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -pthread -o iusql iusql.o ../DriverManager/libodbc.la ../odbcinst/libodbcinst.la ../ini/libinilc.la -lreadline -ldl -lpthread
# libtool: link: clang -pthread -o .libs/iusql iusql.o ../DriverManager/.libs/libodbc.so ../odbcinst/.libs/libodbcinst.so ../ini/.libs/libinilc.a -lreadline -ldl -lpthread -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT odbc-config.o -MD -MP -MF .deps/odbc-config.Tpo -c -o odbc-config.o odbc-config.c
# mv -f .deps/odbc-config.Tpo .deps/odbc-config.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -pthread -o odbc_config odbc-config.o -ldl -lpthread
# libtool: link: clang -pthread -o odbc_config odbc-config.o -ldl -lpthread -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -MT slencheck.o -MD -MP -MF .deps/slencheck.Tpo -c -o slencheck.o slencheck.c
# slencheck.c:72:33: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# ret = SQLConnect( hdbc, argv[ 1 ], SQL_NTS, NULL, 0, NULL, 0 );
# ^~~~~~~~~
# ../include/sql.h:633:44: note: passing argument to parameter 'ServerName' here
# SQLCHAR *ServerName, SQLSMALLINT NameLength1,
# ^
# slencheck.c:75:33: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# ret = SQLConnect( hdbc, argv[ 1 ], SQL_NTS, argv[ 2 ], SQL_NTS, NULL, 0 );
# ^~~~~~~~~
# ../include/sql.h:633:44: note: passing argument to parameter 'ServerName' here
# SQLCHAR *ServerName, SQLSMALLINT NameLength1,
# ^
# slencheck.c:75:53: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# ret = SQLConnect( hdbc, argv[ 1 ], SQL_NTS, argv[ 2 ], SQL_NTS, NULL, 0 );
# ^~~~~~~~~
# ../include/sql.h:634:44: note: passing argument to parameter 'UserName' here
# SQLCHAR *UserName, SQLSMALLINT NameLength2,
# ^
# slencheck.c:78:33: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# ret = SQLConnect( hdbc, argv[ 1 ], SQL_NTS, argv[ 2 ], SQL_NTS, argv[ 3 ], SQL_NTS );
# ^~~~~~~~~
# ../include/sql.h:633:44: note: passing argument to parameter 'ServerName' here
# SQLCHAR *ServerName, SQLSMALLINT NameLength1,
# ^
# slencheck.c:78:53: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# ret = SQLConnect( hdbc, argv[ 1 ], SQL_NTS, argv[ 2 ], SQL_NTS, argv[ 3 ], SQL_NTS );
# ^~~~~~~~~
# ../include/sql.h:634:44: note: passing argument to parameter 'UserName' here
# SQLCHAR *UserName, SQLSMALLINT NameLength2,
# ^
# slencheck.c:78:73: warning: passing 'char *' to parameter of type 'SQLCHAR *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# ret = SQLConnect( hdbc, argv[ 1 ], SQL_NTS, argv[ 2 ], SQL_NTS, argv[ 3 ], SQL_NTS );
# ^~~~~~~~~
# ../include/sql.h:635:44: note: passing argument to parameter 'Authentication' here
# SQLCHAR *Authentication, SQLSMALLINT NameLength3);
# ^
# 6 warnings generated.
# mv -f .deps/slencheck.Tpo .deps/slencheck.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -pthread -o slencheck slencheck.o ../DriverManager/libodbc.la -lreadline -ldl -lpthread
# libtool: link: clang -pthread -o .libs/slencheck slencheck.o ../DriverManager/.libs/libodbc.so -lreadline -ldl -lpthread -pthread
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/exe'
# Making all in cur
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/cur'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLAllocHandle.lo -MD -MP -MF .deps/SQLAllocHandle.Tpo -c -o SQLAllocHandle.lo SQLAllocHandle.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLAllocHandle.lo -MD -MP -MF .deps/SQLAllocHandle.Tpo -c SQLAllocHandle.c -fPIC -DPIC -o .libs/SQLAllocHandle.o
# mv -f .deps/SQLAllocHandle.Tpo .deps/SQLAllocHandle.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLAllocHandleStd.lo -MD -MP -MF .deps/SQLAllocHandleStd.Tpo -c -o SQLAllocHandleStd.lo SQLAllocHandleStd.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLAllocHandleStd.lo -MD -MP -MF .deps/SQLAllocHandleStd.Tpo -c SQLAllocHandleStd.c -fPIC -DPIC -o .libs/SQLAllocHandleStd.o
# mv -f .deps/SQLAllocHandleStd.Tpo .deps/SQLAllocHandleStd.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLAllocStmt.lo -MD -MP -MF .deps/SQLAllocStmt.Tpo -c -o SQLAllocStmt.lo SQLAllocStmt.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLAllocStmt.lo -MD -MP -MF .deps/SQLAllocStmt.Tpo -c SQLAllocStmt.c -fPIC -DPIC -o .libs/SQLAllocStmt.o
# mv -f .deps/SQLAllocStmt.Tpo .deps/SQLAllocStmt.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLBindCol.lo -MD -MP -MF .deps/SQLBindCol.Tpo -c -o SQLBindCol.lo SQLBindCol.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLBindCol.lo -MD -MP -MF .deps/SQLBindCol.Tpo -c SQLBindCol.c -fPIC -DPIC -o .libs/SQLBindCol.o
# mv -f .deps/SQLBindCol.Tpo .deps/SQLBindCol.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLBindParam.lo -MD -MP -MF .deps/SQLBindParam.Tpo -c -o SQLBindParam.lo SQLBindParam.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLBindParam.lo -MD -MP -MF .deps/SQLBindParam.Tpo -c SQLBindParam.c -fPIC -DPIC -o .libs/SQLBindParam.o
# mv -f .deps/SQLBindParam.Tpo .deps/SQLBindParam.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLBindParameter.lo -MD -MP -MF .deps/SQLBindParameter.Tpo -c -o SQLBindParameter.lo SQLBindParameter.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLBindParameter.lo -MD -MP -MF .deps/SQLBindParameter.Tpo -c SQLBindParameter.c -fPIC -DPIC -o .libs/SQLBindParameter.o
# mv -f .deps/SQLBindParameter.Tpo .deps/SQLBindParameter.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLCancel.lo -MD -MP -MF .deps/SQLCancel.Tpo -c -o SQLCancel.lo SQLCancel.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLCancel.lo -MD -MP -MF .deps/SQLCancel.Tpo -c SQLCancel.c -fPIC -DPIC -o .libs/SQLCancel.o
# mv -f .deps/SQLCancel.Tpo .deps/SQLCancel.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLCloseCursor.lo -MD -MP -MF .deps/SQLCloseCursor.Tpo -c -o SQLCloseCursor.lo SQLCloseCursor.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLCloseCursor.lo -MD -MP -MF .deps/SQLCloseCursor.Tpo -c SQLCloseCursor.c -fPIC -DPIC -o .libs/SQLCloseCursor.o
# mv -f .deps/SQLCloseCursor.Tpo .deps/SQLCloseCursor.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLColAttribute.lo -MD -MP -MF .deps/SQLColAttribute.Tpo -c -o SQLColAttribute.lo SQLColAttribute.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLColAttribute.lo -MD -MP -MF .deps/SQLColAttribute.Tpo -c SQLColAttribute.c -fPIC -DPIC -o .libs/SQLColAttribute.o
# mv -f .deps/SQLColAttribute.Tpo .deps/SQLColAttribute.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLColAttributes.lo -MD -MP -MF .deps/SQLColAttributes.Tpo -c -o SQLColAttributes.lo SQLColAttributes.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLColAttributes.lo -MD -MP -MF .deps/SQLColAttributes.Tpo -c SQLColAttributes.c -fPIC -DPIC -o .libs/SQLColAttributes.o
# mv -f .deps/SQLColAttributes.Tpo .deps/SQLColAttributes.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLColumnPrivileges.lo -MD -MP -MF .deps/SQLColumnPrivileges.Tpo -c -o SQLColumnPrivileges.lo SQLColumnPrivileges.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLColumnPrivileges.lo -MD -MP -MF .deps/SQLColumnPrivileges.Tpo -c SQLColumnPrivileges.c -fPIC -DPIC -o .libs/SQLColumnPrivileges.o
# mv -f .deps/SQLColumnPrivileges.Tpo .deps/SQLColumnPrivileges.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLColumns.lo -MD -MP -MF .deps/SQLColumns.Tpo -c -o SQLColumns.lo SQLColumns.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLColumns.lo -MD -MP -MF .deps/SQLColumns.Tpo -c SQLColumns.c -fPIC -DPIC -o .libs/SQLColumns.o
# mv -f .deps/SQLColumns.Tpo .deps/SQLColumns.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLConnect.lo -MD -MP -MF .deps/SQLConnect.Tpo -c -o SQLConnect.lo SQLConnect.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLConnect.lo -MD -MP -MF .deps/SQLConnect.Tpo -c SQLConnect.c -fPIC -DPIC -o .libs/SQLConnect.o
# mv -f .deps/SQLConnect.Tpo .deps/SQLConnect.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLCopyDesc.lo -MD -MP -MF .deps/SQLCopyDesc.Tpo -c -o SQLCopyDesc.lo SQLCopyDesc.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLCopyDesc.lo -MD -MP -MF .deps/SQLCopyDesc.Tpo -c SQLCopyDesc.c -fPIC -DPIC -o .libs/SQLCopyDesc.o
# mv -f .deps/SQLCopyDesc.Tpo .deps/SQLCopyDesc.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLDescribeCol.lo -MD -MP -MF .deps/SQLDescribeCol.Tpo -c -o SQLDescribeCol.lo SQLDescribeCol.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLDescribeCol.lo -MD -MP -MF .deps/SQLDescribeCol.Tpo -c SQLDescribeCol.c -fPIC -DPIC -o .libs/SQLDescribeCol.o
# mv -f .deps/SQLDescribeCol.Tpo .deps/SQLDescribeCol.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLDescribeParam.lo -MD -MP -MF .deps/SQLDescribeParam.Tpo -c -o SQLDescribeParam.lo SQLDescribeParam.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLDescribeParam.lo -MD -MP -MF .deps/SQLDescribeParam.Tpo -c SQLDescribeParam.c -fPIC -DPIC -o .libs/SQLDescribeParam.o
# mv -f .deps/SQLDescribeParam.Tpo .deps/SQLDescribeParam.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLEndTran.lo -MD -MP -MF .deps/SQLEndTran.Tpo -c -o SQLEndTran.lo SQLEndTran.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLEndTran.lo -MD -MP -MF .deps/SQLEndTran.Tpo -c SQLEndTran.c -fPIC -DPIC -o .libs/SQLEndTran.o
# mv -f .deps/SQLEndTran.Tpo .deps/SQLEndTran.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLError.lo -MD -MP -MF .deps/SQLError.Tpo -c -o SQLError.lo SQLError.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLError.lo -MD -MP -MF .deps/SQLError.Tpo -c SQLError.c -fPIC -DPIC -o .libs/SQLError.o
# mv -f .deps/SQLError.Tpo .deps/SQLError.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLExecDirect.lo -MD -MP -MF .deps/SQLExecDirect.Tpo -c -o SQLExecDirect.lo SQLExecDirect.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLExecDirect.lo -MD -MP -MF .deps/SQLExecDirect.Tpo -c SQLExecDirect.c -fPIC -DPIC -o .libs/SQLExecDirect.o
# mv -f .deps/SQLExecDirect.Tpo .deps/SQLExecDirect.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLExecute.lo -MD -MP -MF .deps/SQLExecute.Tpo -c -o SQLExecute.lo SQLExecute.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLExecute.lo -MD -MP -MF .deps/SQLExecute.Tpo -c SQLExecute.c -fPIC -DPIC -o .libs/SQLExecute.o
# mv -f .deps/SQLExecute.Tpo .deps/SQLExecute.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLExtendedFetch.lo -MD -MP -MF .deps/SQLExtendedFetch.Tpo -c -o SQLExtendedFetch.lo SQLExtendedFetch.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLExtendedFetch.lo -MD -MP -MF .deps/SQLExtendedFetch.Tpo -c SQLExtendedFetch.c -fPIC -DPIC -o .libs/SQLExtendedFetch.o
# mv -f .deps/SQLExtendedFetch.Tpo .deps/SQLExtendedFetch.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLFetch.lo -MD -MP -MF .deps/SQLFetch.Tpo -c -o SQLFetch.lo SQLFetch.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLFetch.lo -MD -MP -MF .deps/SQLFetch.Tpo -c SQLFetch.c -fPIC -DPIC -o .libs/SQLFetch.o
# mv -f .deps/SQLFetch.Tpo .deps/SQLFetch.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLFetchScroll.lo -MD -MP -MF .deps/SQLFetchScroll.Tpo -c -o SQLFetchScroll.lo SQLFetchScroll.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLFetchScroll.lo -MD -MP -MF .deps/SQLFetchScroll.Tpo -c SQLFetchScroll.c -fPIC -DPIC -o .libs/SQLFetchScroll.o
# mv -f .deps/SQLFetchScroll.Tpo .deps/SQLFetchScroll.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLForeignKeys.lo -MD -MP -MF .deps/SQLForeignKeys.Tpo -c -o SQLForeignKeys.lo SQLForeignKeys.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLForeignKeys.lo -MD -MP -MF .deps/SQLForeignKeys.Tpo -c SQLForeignKeys.c -fPIC -DPIC -o .libs/SQLForeignKeys.o
# mv -f .deps/SQLForeignKeys.Tpo .deps/SQLForeignKeys.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLFreeHandle.lo -MD -MP -MF .deps/SQLFreeHandle.Tpo -c -o SQLFreeHandle.lo SQLFreeHandle.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLFreeHandle.lo -MD -MP -MF .deps/SQLFreeHandle.Tpo -c SQLFreeHandle.c -fPIC -DPIC -o .libs/SQLFreeHandle.o
# mv -f .deps/SQLFreeHandle.Tpo .deps/SQLFreeHandle.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLFreeStmt.lo -MD -MP -MF .deps/SQLFreeStmt.Tpo -c -o SQLFreeStmt.lo SQLFreeStmt.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLFreeStmt.lo -MD -MP -MF .deps/SQLFreeStmt.Tpo -c SQLFreeStmt.c -fPIC -DPIC -o .libs/SQLFreeStmt.o
# mv -f .deps/SQLFreeStmt.Tpo .deps/SQLFreeStmt.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetConnectAttr.lo -MD -MP -MF .deps/SQLGetConnectAttr.Tpo -c -o SQLGetConnectAttr.lo SQLGetConnectAttr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetConnectAttr.lo -MD -MP -MF .deps/SQLGetConnectAttr.Tpo -c SQLGetConnectAttr.c -fPIC -DPIC -o .libs/SQLGetConnectAttr.o
# mv -f .deps/SQLGetConnectAttr.Tpo .deps/SQLGetConnectAttr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetConnectOption.lo -MD -MP -MF .deps/SQLGetConnectOption.Tpo -c -o SQLGetConnectOption.lo SQLGetConnectOption.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetConnectOption.lo -MD -MP -MF .deps/SQLGetConnectOption.Tpo -c SQLGetConnectOption.c -fPIC -DPIC -o .libs/SQLGetConnectOption.o
# mv -f .deps/SQLGetConnectOption.Tpo .deps/SQLGetConnectOption.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetCursorName.lo -MD -MP -MF .deps/SQLGetCursorName.Tpo -c -o SQLGetCursorName.lo SQLGetCursorName.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetCursorName.lo -MD -MP -MF .deps/SQLGetCursorName.Tpo -c SQLGetCursorName.c -fPIC -DPIC -o .libs/SQLGetCursorName.o
# mv -f .deps/SQLGetCursorName.Tpo .deps/SQLGetCursorName.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetData.lo -MD -MP -MF .deps/SQLGetData.Tpo -c -o SQLGetData.lo SQLGetData.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetData.lo -MD -MP -MF .deps/SQLGetData.Tpo -c SQLGetData.c -fPIC -DPIC -o .libs/SQLGetData.o
# mv -f .deps/SQLGetData.Tpo .deps/SQLGetData.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetDescField.lo -MD -MP -MF .deps/SQLGetDescField.Tpo -c -o SQLGetDescField.lo SQLGetDescField.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetDescField.lo -MD -MP -MF .deps/SQLGetDescField.Tpo -c SQLGetDescField.c -fPIC -DPIC -o .libs/SQLGetDescField.o
# mv -f .deps/SQLGetDescField.Tpo .deps/SQLGetDescField.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetDescRec.lo -MD -MP -MF .deps/SQLGetDescRec.Tpo -c -o SQLGetDescRec.lo SQLGetDescRec.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetDescRec.lo -MD -MP -MF .deps/SQLGetDescRec.Tpo -c SQLGetDescRec.c -fPIC -DPIC -o .libs/SQLGetDescRec.o
# mv -f .deps/SQLGetDescRec.Tpo .deps/SQLGetDescRec.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetDiagRec.lo -MD -MP -MF .deps/SQLGetDiagRec.Tpo -c -o SQLGetDiagRec.lo SQLGetDiagRec.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetDiagRec.lo -MD -MP -MF .deps/SQLGetDiagRec.Tpo -c SQLGetDiagRec.c -fPIC -DPIC -o .libs/SQLGetDiagRec.o
# mv -f .deps/SQLGetDiagRec.Tpo .deps/SQLGetDiagRec.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetDiagField.lo -MD -MP -MF .deps/SQLGetDiagField.Tpo -c -o SQLGetDiagField.lo SQLGetDiagField.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetDiagField.lo -MD -MP -MF .deps/SQLGetDiagField.Tpo -c SQLGetDiagField.c -fPIC -DPIC -o .libs/SQLGetDiagField.o
# mv -f .deps/SQLGetDiagField.Tpo .deps/SQLGetDiagField.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetInfo.lo -MD -MP -MF .deps/SQLGetInfo.Tpo -c -o SQLGetInfo.lo SQLGetInfo.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetInfo.lo -MD -MP -MF .deps/SQLGetInfo.Tpo -c SQLGetInfo.c -fPIC -DPIC -o .libs/SQLGetInfo.o
# mv -f .deps/SQLGetInfo.Tpo .deps/SQLGetInfo.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetStmtAttr.lo -MD -MP -MF .deps/SQLGetStmtAttr.Tpo -c -o SQLGetStmtAttr.lo SQLGetStmtAttr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetStmtAttr.lo -MD -MP -MF .deps/SQLGetStmtAttr.Tpo -c SQLGetStmtAttr.c -fPIC -DPIC -o .libs/SQLGetStmtAttr.o
# mv -f .deps/SQLGetStmtAttr.Tpo .deps/SQLGetStmtAttr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetStmtOption.lo -MD -MP -MF .deps/SQLGetStmtOption.Tpo -c -o SQLGetStmtOption.lo SQLGetStmtOption.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetStmtOption.lo -MD -MP -MF .deps/SQLGetStmtOption.Tpo -c SQLGetStmtOption.c -fPIC -DPIC -o .libs/SQLGetStmtOption.o
# mv -f .deps/SQLGetStmtOption.Tpo .deps/SQLGetStmtOption.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetTypeInfo.lo -MD -MP -MF .deps/SQLGetTypeInfo.Tpo -c -o SQLGetTypeInfo.lo SQLGetTypeInfo.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLGetTypeInfo.lo -MD -MP -MF .deps/SQLGetTypeInfo.Tpo -c SQLGetTypeInfo.c -fPIC -DPIC -o .libs/SQLGetTypeInfo.o
# mv -f .deps/SQLGetTypeInfo.Tpo .deps/SQLGetTypeInfo.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLMoreResults.lo -MD -MP -MF .deps/SQLMoreResults.Tpo -c -o SQLMoreResults.lo SQLMoreResults.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLMoreResults.lo -MD -MP -MF .deps/SQLMoreResults.Tpo -c SQLMoreResults.c -fPIC -DPIC -o .libs/SQLMoreResults.o
# mv -f .deps/SQLMoreResults.Tpo .deps/SQLMoreResults.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLNativeSql.lo -MD -MP -MF .deps/SQLNativeSql.Tpo -c -o SQLNativeSql.lo SQLNativeSql.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLNativeSql.lo -MD -MP -MF .deps/SQLNativeSql.Tpo -c SQLNativeSql.c -fPIC -DPIC -o .libs/SQLNativeSql.o
# mv -f .deps/SQLNativeSql.Tpo .deps/SQLNativeSql.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLNumParams.lo -MD -MP -MF .deps/SQLNumParams.Tpo -c -o SQLNumParams.lo SQLNumParams.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLNumParams.lo -MD -MP -MF .deps/SQLNumParams.Tpo -c SQLNumParams.c -fPIC -DPIC -o .libs/SQLNumParams.o
# mv -f .deps/SQLNumParams.Tpo .deps/SQLNumParams.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLNumResultCols.lo -MD -MP -MF .deps/SQLNumResultCols.Tpo -c -o SQLNumResultCols.lo SQLNumResultCols.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLNumResultCols.lo -MD -MP -MF .deps/SQLNumResultCols.Tpo -c SQLNumResultCols.c -fPIC -DPIC -o .libs/SQLNumResultCols.o
# mv -f .deps/SQLNumResultCols.Tpo .deps/SQLNumResultCols.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLParamData.lo -MD -MP -MF .deps/SQLParamData.Tpo -c -o SQLParamData.lo SQLParamData.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLParamData.lo -MD -MP -MF .deps/SQLParamData.Tpo -c SQLParamData.c -fPIC -DPIC -o .libs/SQLParamData.o
# mv -f .deps/SQLParamData.Tpo .deps/SQLParamData.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLParamOptions.lo -MD -MP -MF .deps/SQLParamOptions.Tpo -c -o SQLParamOptions.lo SQLParamOptions.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLParamOptions.lo -MD -MP -MF .deps/SQLParamOptions.Tpo -c SQLParamOptions.c -fPIC -DPIC -o .libs/SQLParamOptions.o
# mv -f .deps/SQLParamOptions.Tpo .deps/SQLParamOptions.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLPrepare.lo -MD -MP -MF .deps/SQLPrepare.Tpo -c -o SQLPrepare.lo SQLPrepare.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLPrepare.lo -MD -MP -MF .deps/SQLPrepare.Tpo -c SQLPrepare.c -fPIC -DPIC -o .libs/SQLPrepare.o
# mv -f .deps/SQLPrepare.Tpo .deps/SQLPrepare.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLPrimaryKeys.lo -MD -MP -MF .deps/SQLPrimaryKeys.Tpo -c -o SQLPrimaryKeys.lo SQLPrimaryKeys.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLPrimaryKeys.lo -MD -MP -MF .deps/SQLPrimaryKeys.Tpo -c SQLPrimaryKeys.c -fPIC -DPIC -o .libs/SQLPrimaryKeys.o
# mv -f .deps/SQLPrimaryKeys.Tpo .deps/SQLPrimaryKeys.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLProcedureColumns.lo -MD -MP -MF .deps/SQLProcedureColumns.Tpo -c -o SQLProcedureColumns.lo SQLProcedureColumns.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLProcedureColumns.lo -MD -MP -MF .deps/SQLProcedureColumns.Tpo -c SQLProcedureColumns.c -fPIC -DPIC -o .libs/SQLProcedureColumns.o
# mv -f .deps/SQLProcedureColumns.Tpo .deps/SQLProcedureColumns.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLProcedures.lo -MD -MP -MF .deps/SQLProcedures.Tpo -c -o SQLProcedures.lo SQLProcedures.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLProcedures.lo -MD -MP -MF .deps/SQLProcedures.Tpo -c SQLProcedures.c -fPIC -DPIC -o .libs/SQLProcedures.o
# mv -f .deps/SQLProcedures.Tpo .deps/SQLProcedures.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLPutData.lo -MD -MP -MF .deps/SQLPutData.Tpo -c -o SQLPutData.lo SQLPutData.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLPutData.lo -MD -MP -MF .deps/SQLPutData.Tpo -c SQLPutData.c -fPIC -DPIC -o .libs/SQLPutData.o
# mv -f .deps/SQLPutData.Tpo .deps/SQLPutData.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLRowCount.lo -MD -MP -MF .deps/SQLRowCount.Tpo -c -o SQLRowCount.lo SQLRowCount.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLRowCount.lo -MD -MP -MF .deps/SQLRowCount.Tpo -c SQLRowCount.c -fPIC -DPIC -o .libs/SQLRowCount.o
# mv -f .deps/SQLRowCount.Tpo .deps/SQLRowCount.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSetConnectAttr.lo -MD -MP -MF .deps/SQLSetConnectAttr.Tpo -c -o SQLSetConnectAttr.lo SQLSetConnectAttr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSetConnectAttr.lo -MD -MP -MF .deps/SQLSetConnectAttr.Tpo -c SQLSetConnectAttr.c -fPIC -DPIC -o .libs/SQLSetConnectAttr.o
# mv -f .deps/SQLSetConnectAttr.Tpo .deps/SQLSetConnectAttr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSetConnectOption.lo -MD -MP -MF .deps/SQLSetConnectOption.Tpo -c -o SQLSetConnectOption.lo SQLSetConnectOption.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSetConnectOption.lo -MD -MP -MF .deps/SQLSetConnectOption.Tpo -c SQLSetConnectOption.c -fPIC -DPIC -o .libs/SQLSetConnectOption.o
# mv -f .deps/SQLSetConnectOption.Tpo .deps/SQLSetConnectOption.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSetCursorName.lo -MD -MP -MF .deps/SQLSetCursorName.Tpo -c -o SQLSetCursorName.lo SQLSetCursorName.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSetCursorName.lo -MD -MP -MF .deps/SQLSetCursorName.Tpo -c SQLSetCursorName.c -fPIC -DPIC -o .libs/SQLSetCursorName.o
# mv -f .deps/SQLSetCursorName.Tpo .deps/SQLSetCursorName.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSetDescRec.lo -MD -MP -MF .deps/SQLSetDescRec.Tpo -c -o SQLSetDescRec.lo SQLSetDescRec.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSetDescRec.lo -MD -MP -MF .deps/SQLSetDescRec.Tpo -c SQLSetDescRec.c -fPIC -DPIC -o .libs/SQLSetDescRec.o
# mv -f .deps/SQLSetDescRec.Tpo .deps/SQLSetDescRec.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSetDescField.lo -MD -MP -MF .deps/SQLSetDescField.Tpo -c -o SQLSetDescField.lo SQLSetDescField.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSetDescField.lo -MD -MP -MF .deps/SQLSetDescField.Tpo -c SQLSetDescField.c -fPIC -DPIC -o .libs/SQLSetDescField.o
# mv -f .deps/SQLSetDescField.Tpo .deps/SQLSetDescField.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSetParam.lo -MD -MP -MF .deps/SQLSetParam.Tpo -c -o SQLSetParam.lo SQLSetParam.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSetParam.lo -MD -MP -MF .deps/SQLSetParam.Tpo -c SQLSetParam.c -fPIC -DPIC -o .libs/SQLSetParam.o
# mv -f .deps/SQLSetParam.Tpo .deps/SQLSetParam.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSetPos.lo -MD -MP -MF .deps/SQLSetPos.Tpo -c -o SQLSetPos.lo SQLSetPos.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSetPos.lo -MD -MP -MF .deps/SQLSetPos.Tpo -c SQLSetPos.c -fPIC -DPIC -o .libs/SQLSetPos.o
# mv -f .deps/SQLSetPos.Tpo .deps/SQLSetPos.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSetScrollOptions.lo -MD -MP -MF .deps/SQLSetScrollOptions.Tpo -c -o SQLSetScrollOptions.lo SQLSetScrollOptions.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSetScrollOptions.lo -MD -MP -MF .deps/SQLSetScrollOptions.Tpo -c SQLSetScrollOptions.c -fPIC -DPIC -o .libs/SQLSetScrollOptions.o
# mv -f .deps/SQLSetScrollOptions.Tpo .deps/SQLSetScrollOptions.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSetStmtAttr.lo -MD -MP -MF .deps/SQLSetStmtAttr.Tpo -c -o SQLSetStmtAttr.lo SQLSetStmtAttr.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSetStmtAttr.lo -MD -MP -MF .deps/SQLSetStmtAttr.Tpo -c SQLSetStmtAttr.c -fPIC -DPIC -o .libs/SQLSetStmtAttr.o
# mv -f .deps/SQLSetStmtAttr.Tpo .deps/SQLSetStmtAttr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSetStmtOption.lo -MD -MP -MF .deps/SQLSetStmtOption.Tpo -c -o SQLSetStmtOption.lo SQLSetStmtOption.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSetStmtOption.lo -MD -MP -MF .deps/SQLSetStmtOption.Tpo -c SQLSetStmtOption.c -fPIC -DPIC -o .libs/SQLSetStmtOption.o
# mv -f .deps/SQLSetStmtOption.Tpo .deps/SQLSetStmtOption.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSpecialColumns.lo -MD -MP -MF .deps/SQLSpecialColumns.Tpo -c -o SQLSpecialColumns.lo SQLSpecialColumns.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLSpecialColumns.lo -MD -MP -MF .deps/SQLSpecialColumns.Tpo -c SQLSpecialColumns.c -fPIC -DPIC -o .libs/SQLSpecialColumns.o
# mv -f .deps/SQLSpecialColumns.Tpo .deps/SQLSpecialColumns.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLStatistics.lo -MD -MP -MF .deps/SQLStatistics.Tpo -c -o SQLStatistics.lo SQLStatistics.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLStatistics.lo -MD -MP -MF .deps/SQLStatistics.Tpo -c SQLStatistics.c -fPIC -DPIC -o .libs/SQLStatistics.o
# mv -f .deps/SQLStatistics.Tpo .deps/SQLStatistics.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLTablePrivileges.lo -MD -MP -MF .deps/SQLTablePrivileges.Tpo -c -o SQLTablePrivileges.lo SQLTablePrivileges.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLTablePrivileges.lo -MD -MP -MF .deps/SQLTablePrivileges.Tpo -c SQLTablePrivileges.c -fPIC -DPIC -o .libs/SQLTablePrivileges.o
# mv -f .deps/SQLTablePrivileges.Tpo .deps/SQLTablePrivileges.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLTables.lo -MD -MP -MF .deps/SQLTables.Tpo -c -o SQLTables.lo SQLTables.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLTables.lo -MD -MP -MF .deps/SQLTables.Tpo -c SQLTables.c -fPIC -DPIC -o .libs/SQLTables.o
# mv -f .deps/SQLTables.Tpo .deps/SQLTables.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLTransact.lo -MD -MP -MF .deps/SQLTransact.Tpo -c -o SQLTransact.lo SQLTransact.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../DriverManager -pthread -MT SQLTransact.lo -MD -MP -MF .deps/SQLTransact.Tpo -c SQLTransact.c -fPIC -DPIC -o .libs/SQLTransact.o
# mv -f .deps/SQLTransact.Tpo .deps/SQLTransact.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -pthread -no-undefined -version-info 2:0:0 -export-symbols ./cur.exp -export-dynamic -o libodbccr.la -rpath /usr/lib SQLAllocHandle.lo SQLAllocHandleStd.lo SQLAllocStmt.lo SQLBindCol.lo SQLBindParam.lo SQLBindParameter.lo SQLCancel.lo SQLCloseCursor.lo SQLColAttribute.lo SQLColAttributes.lo SQLColumnPrivileges.lo SQLColumns.lo SQLConnect.lo SQLCopyDesc.lo SQLDescribeCol.lo SQLDescribeParam.lo SQLEndTran.lo SQLError.lo SQLExecDirect.lo SQLExecute.lo SQLExtendedFetch.lo SQLFetch.lo SQLFetchScroll.lo SQLForeignKeys.lo SQLFreeHandle.lo SQLFreeStmt.lo SQLGetConnectAttr.lo SQLGetConnectOption.lo SQLGetCursorName.lo SQLGetData.lo SQLGetDescField.lo SQLGetDescRec.lo SQLGetDiagRec.lo SQLGetDiagField.lo SQLGetInfo.lo SQLGetStmtAttr.lo SQLGetStmtOption.lo SQLGetTypeInfo.lo SQLMoreResults.lo SQLNativeSql.lo SQLNumParams.lo SQLNumResultCols.lo SQLParamData.lo SQLParamOptions.lo SQLPrepare.lo SQLPrimaryKeys.lo SQLProcedureColumns.lo SQLProcedures.lo SQLPutData.lo SQLRowCount.lo SQLSetConnectAttr.lo SQLSetConnectOption.lo SQLSetCursorName.lo SQLSetDescRec.lo SQLSetDescField.lo SQLSetParam.lo SQLSetPos.lo SQLSetScrollOptions.lo SQLSetStmtAttr.lo SQLSetStmtOption.lo SQLSpecialColumns.lo SQLStatistics.lo SQLTablePrivileges.lo SQLTables.lo SQLTransact.lo -ldl -lpthread
# libtool: link: echo "{ global:" > .libs/libodbccr.ver
# libtool: link: cat ./cur.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libodbccr.ver
# libtool: link: echo "local: *; };" >> .libs/libodbccr.ver
# libtool: link: clang -shared -fPIC -DPIC .libs/SQLAllocHandle.o .libs/SQLAllocHandleStd.o .libs/SQLAllocStmt.o .libs/SQLBindCol.o .libs/SQLBindParam.o .libs/SQLBindParameter.o .libs/SQLCancel.o .libs/SQLCloseCursor.o .libs/SQLColAttribute.o .libs/SQLColAttributes.o .libs/SQLColumnPrivileges.o .libs/SQLColumns.o .libs/SQLConnect.o .libs/SQLCopyDesc.o .libs/SQLDescribeCol.o .libs/SQLDescribeParam.o .libs/SQLEndTran.o .libs/SQLError.o .libs/SQLExecDirect.o .libs/SQLExecute.o .libs/SQLExtendedFetch.o .libs/SQLFetch.o .libs/SQLFetchScroll.o .libs/SQLForeignKeys.o .libs/SQLFreeHandle.o .libs/SQLFreeStmt.o .libs/SQLGetConnectAttr.o .libs/SQLGetConnectOption.o .libs/SQLGetCursorName.o .libs/SQLGetData.o .libs/SQLGetDescField.o .libs/SQLGetDescRec.o .libs/SQLGetDiagRec.o .libs/SQLGetDiagField.o .libs/SQLGetInfo.o .libs/SQLGetStmtAttr.o .libs/SQLGetStmtOption.o .libs/SQLGetTypeInfo.o .libs/SQLMoreResults.o .libs/SQLNativeSql.o .libs/SQLNumParams.o .libs/SQLNumResultCols.o .libs/SQLParamData.o .libs/SQLParamOptions.o .libs/SQLPrepare.o .libs/SQLPrimaryKeys.o .libs/SQLProcedureColumns.o .libs/SQLProcedures.o .libs/SQLPutData.o .libs/SQLRowCount.o .libs/SQLSetConnectAttr.o .libs/SQLSetConnectOption.o .libs/SQLSetCursorName.o .libs/SQLSetDescRec.o .libs/SQLSetDescField.o .libs/SQLSetParam.o .libs/SQLSetPos.o .libs/SQLSetScrollOptions.o .libs/SQLSetStmtAttr.o .libs/SQLSetStmtOption.o .libs/SQLSpecialColumns.o .libs/SQLStatistics.o .libs/SQLTablePrivileges.o .libs/SQLTables.o .libs/SQLTransact.o -ldl -lpthread -pthread -pthread -Wl,-soname -Wl,libodbccr.so.2 -Wl,-version-script -Wl,.libs/libodbccr.ver -o .libs/libodbccr.so.2.0.0
# libtool: link: (cd ".libs" && rm -f "libodbccr.so.2" && ln -s "libodbccr.so.2.0.0" "libodbccr.so.2")
# libtool: link: (cd ".libs" && rm -f "libodbccr.so" && ln -s "libodbccr.so.2.0.0" "libodbccr.so")
# libtool: link: ( cd ".libs" && rm -f "libodbccr.la" && ln -s "../libodbccr.la" "libodbccr.la" )
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/cur'
# Making all in DRVConfig
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/DRVConfig'
# make[3]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/DRVConfig'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/DRVConfig'
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/DRVConfig'
# Making all in Drivers
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/Drivers'
# make[3]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/Drivers'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/Drivers'
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/Drivers'
# Making all in include
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/include'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/include'
# Making all in doc
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc'
# Making all in AdministratorManual
# make[3]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/AdministratorManual'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/AdministratorManual'
# Making all in ProgrammerManual
# make[3]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/ProgrammerManual'
# Making all in Tutorial
# make[4]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/ProgrammerManual/Tutorial'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/ProgrammerManual/Tutorial'
# make[4]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/ProgrammerManual'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/ProgrammerManual'
# make[3]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/ProgrammerManual'
# Making all in UserManual
# make[3]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/UserManual'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/UserManual'
# Making all in lst
# make[3]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/lst'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/lst'
# make[3]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc'
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc'
# Making all in man
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/man'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/man'
# Making all in samples
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/samples'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/samples'
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4'
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4'
# make[1]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in extras
# make[1]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/extras'
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/extras'
# 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/unixodbc/src/unixODBC-2.3.4/extras'
# make[1]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/extras'
# Making install in log
# make[1]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/log'
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/log'
# 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/unixodbc/src/unixODBC-2.3.4/log'
# make[1]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/log'
# Making install in lst
# make[1]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/lst'
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/lst'
# 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/unixodbc/src/unixODBC-2.3.4/lst'
# make[1]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/lst'
# Making install in ini
# make[1]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/ini'
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/ini'
# 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/unixodbc/src/unixODBC-2.3.4/ini'
# make[1]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/ini'
# Making install in libltdl
# make[1]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/libltdl'
# make install-am
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/libltdl'
# make[3]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/libltdl'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/unixodbc/pkg/unixodbc/usr/lib"
# test -z "/usr/include" || /usr/bin/mkdir -p "/tmp/unixodbc/pkg/unixodbc/usr/include"
# test -z "" || /usr/bin/mkdir -p "/tmp/unixodbc/pkg/unixodbc"
# make[3]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/libltdl'
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/libltdl'
# make[1]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/libltdl'
# Making install in odbcinst
# make[1]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/odbcinst'
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/odbcinst'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/unixodbc/pkg/unixodbc/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c libodbcinst.la '/tmp/unixodbc/pkg/unixodbc/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libodbcinst.so.2.0.0 /tmp/unixodbc/pkg/unixodbc/usr/lib/libodbcinst.so.2.0.0
# libtool: install: (cd /tmp/unixodbc/pkg/unixodbc/usr/lib && { ln -s -f libodbcinst.so.2.0.0 libodbcinst.so.2 || { rm -f libodbcinst.so.2 && ln -s libodbcinst.so.2.0.0 libodbcinst.so.2; }; })
# libtool: install: (cd /tmp/unixodbc/pkg/unixodbc/usr/lib && { ln -s -f libodbcinst.so.2.0.0 libodbcinst.so || { rm -f libodbcinst.so && ln -s libodbcinst.so.2.0.0 libodbcinst.so; }; })
# libtool: install: /usr/bin/install -c .libs/libodbcinst.lai /tmp/unixodbc/pkg/unixodbc/usr/lib/libodbcinst.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# test -z "/etc" || /usr/bin/mkdir -p "/tmp/unixodbc/pkg/unixodbc/etc"
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/odbcinst'
# make[1]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/odbcinst'
# Making install in DriverManager
# make[1]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/DriverManager'
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/DriverManager'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/unixodbc/pkg/unixodbc/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c libodbc.la '/tmp/unixodbc/pkg/unixodbc/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libodbc.so.2.0.0 /tmp/unixodbc/pkg/unixodbc/usr/lib/libodbc.so.2.0.0
# libtool: install: (cd /tmp/unixodbc/pkg/unixodbc/usr/lib && { ln -s -f libodbc.so.2.0.0 libodbc.so.2 || { rm -f libodbc.so.2 && ln -s libodbc.so.2.0.0 libodbc.so.2; }; })
# libtool: install: (cd /tmp/unixodbc/pkg/unixodbc/usr/lib && { ln -s -f libodbc.so.2.0.0 libodbc.so || { rm -f libodbc.so && ln -s libodbc.so.2.0.0 libodbc.so; }; })
# libtool: install: /usr/bin/install -c .libs/libodbc.lai /tmp/unixodbc/pkg/unixodbc/usr/lib/libodbc.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/unixodbc/src/unixODBC-2.3.4/DriverManager'
# make[1]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/DriverManager'
# Making install in exe
# make[1]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/exe'
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/exe'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/unixodbc/pkg/unixodbc/usr/bin"
# /bin/sh ../libtool --mode=install /usr/bin/install -c isql dltest odbcinst iusql odbc_config slencheck '/tmp/unixodbc/pkg/unixodbc/usr/bin'
# libtool: install: warning: `../DriverManager/libodbc.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/isql /tmp/unixodbc/pkg/unixodbc/usr/bin/isql
# libtool: install: /usr/bin/install -c dltest /tmp/unixodbc/pkg/unixodbc/usr/bin/dltest
# libtool: install: warning: `../odbcinst/libodbcinst.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/odbcinst /tmp/unixodbc/pkg/unixodbc/usr/bin/odbcinst
# libtool: install: warning: `../DriverManager/libodbc.la' has not been installed in `/usr/lib'
# libtool: install: warning: `../odbcinst/libodbcinst.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/iusql /tmp/unixodbc/pkg/unixodbc/usr/bin/iusql
# libtool: install: /usr/bin/install -c odbc_config /tmp/unixodbc/pkg/unixodbc/usr/bin/odbc_config
# libtool: install: warning: `../DriverManager/libodbc.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/slencheck /tmp/unixodbc/pkg/unixodbc/usr/bin/slencheck
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/exe'
# make[1]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/exe'
# Making install in cur
# make[1]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/cur'
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/cur'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/unixodbc/pkg/unixodbc/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c libodbccr.la '/tmp/unixodbc/pkg/unixodbc/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libodbccr.so.2.0.0 /tmp/unixodbc/pkg/unixodbc/usr/lib/libodbccr.so.2.0.0
# libtool: install: (cd /tmp/unixodbc/pkg/unixodbc/usr/lib && { ln -s -f libodbccr.so.2.0.0 libodbccr.so.2 || { rm -f libodbccr.so.2 && ln -s libodbccr.so.2.0.0 libodbccr.so.2; }; })
# libtool: install: (cd /tmp/unixodbc/pkg/unixodbc/usr/lib && { ln -s -f libodbccr.so.2.0.0 libodbccr.so || { rm -f libodbccr.so && ln -s libodbccr.so.2.0.0 libodbccr.so; }; })
# libtool: install: /usr/bin/install -c .libs/libodbccr.lai /tmp/unixodbc/pkg/unixodbc/usr/lib/libodbccr.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/unixodbc/src/unixODBC-2.3.4/cur'
# make[1]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/cur'
# Making install in DRVConfig
# make[1]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/DRVConfig'
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/DRVConfig'
# make[3]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/DRVConfig'
# 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/unixodbc/src/unixODBC-2.3.4/DRVConfig'
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/DRVConfig'
# make[1]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/DRVConfig'
# Making install in Drivers
# make[1]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/Drivers'
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/Drivers'
# make[3]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/Drivers'
# 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/unixodbc/src/unixODBC-2.3.4/Drivers'
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/Drivers'
# make[1]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/Drivers'
# Making install in include
# make[1]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/include'
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/include'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/include" || /usr/bin/mkdir -p "/tmp/unixodbc/pkg/unixodbc/usr/include"
# /usr/bin/install -c -m 644 odbcinst.h odbcinstext.h sql.h sqlext.h sqltypes.h sqlucode.h sqlspi.h autotest.h uodbc_stats.h uodbc_extras.h '/tmp/unixodbc/pkg/unixodbc/usr/include'
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/include'
# make[1]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/include'
# Making install in doc
# make[1]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc'
# Making install in AdministratorManual
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/AdministratorManual'
# make[3]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/AdministratorManual'
# 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/unixodbc/src/unixODBC-2.3.4/doc/AdministratorManual'
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/AdministratorManual'
# Making install in ProgrammerManual
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/ProgrammerManual'
# Making install in Tutorial
# make[3]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/ProgrammerManual/Tutorial'
# make[4]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/ProgrammerManual/Tutorial'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/ProgrammerManual/Tutorial'
# make[3]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/ProgrammerManual/Tutorial'
# make[3]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/ProgrammerManual'
# make[4]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/ProgrammerManual'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/ProgrammerManual'
# make[3]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/ProgrammerManual'
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/ProgrammerManual'
# Making install in UserManual
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/UserManual'
# make[3]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/UserManual'
# 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/unixodbc/src/unixODBC-2.3.4/doc/UserManual'
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/UserManual'
# Making install in lst
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/lst'
# make[3]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/lst'
# 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/unixodbc/src/unixODBC-2.3.4/doc/lst'
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc/lst'
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc'
# make[3]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc'
# 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/unixodbc/src/unixODBC-2.3.4/doc'
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc'
# make[1]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/doc'
# Making install in man
# make[1]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/man'
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/man'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/tmp/unixodbc/pkg/unixodbc/usr/share/man/man1"
# /usr/bin/install -c -m 644 isql.1 odbcinst.1 dltest.1 iusql.1 odbc_config.1 '/tmp/unixodbc/pkg/unixodbc/usr/share/man/man1'
# test -z "/usr/share/man/man5" || /usr/bin/mkdir -p "/tmp/unixodbc/pkg/unixodbc/usr/share/man/man5"
# /usr/bin/install -c -m 644 odbc.ini.5 odbcinst.ini.5 '/tmp/unixodbc/pkg/unixodbc/usr/share/man/man5'
# test -z "/usr/share/man/man7" || /usr/bin/mkdir -p "/tmp/unixodbc/pkg/unixodbc/usr/share/man/man7"
# /usr/bin/install -c -m 644 unixODBC.7 '/tmp/unixodbc/pkg/unixodbc/usr/share/man/man7'
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/man'
# make[1]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/man'
# Making install in samples
# make[1]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/samples'
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4/samples'
# 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/unixodbc/src/unixODBC-2.3.4/samples'
# make[1]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4/samples'
# make[1]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4'
# make[2]: Entering directory '/tmp/unixodbc/src/unixODBC-2.3.4'
# make[2]: Nothing to be done for 'install-exec-am'.
# touch /tmp/unixodbc/pkg/unixodbc/etc/odbcinst.ini
# touch /tmp/unixodbc/pkg/unixodbc/etc/odbc.ini
# mkdir -p /tmp/unixodbc/pkg/unixodbc/etc/ODBCDataSources
# cp unixodbc_conf.h /tmp/unixodbc/pkg/unixodbc/usr/include/unixodbc_conf.h
# make[2]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4'
# make[1]: Leaving directory '/tmp/unixodbc/src/unixODBC-2.3.4'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "unixodbc"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: unixodbc 2.3.4-1 (Thu Apr 13 20:43:07 UTC 2017)

CMD: pacman --query --file unixodbc-2.3.4-1-x86_64.pkg.tar.xz
# unixodbc 2.3.4-1

Creating hybrid package for 'unixodbc'

Trying to find vanilla package 'unixodbc'...

CMD: pacman --query --file /mirror/unixodbc-2.3.4-1.pkg.tar.xz
# unixodbc 2.3.4-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /etc/odbc.ini
# /etc/odbcinst.ini
# /usr/lib/libodbc.so
# /usr/lib/libodbcinst.so.2
# /usr/lib/libodbcinst.so.2.0.0
# /usr/lib/libodbccr.so.2.0.0
# /usr/lib/libodbc.so.2.0.0
# /usr/lib/libodbccr.so.2
# /usr/lib/libodbccr.so
# /usr/lib/libodbcinst.so
# /usr/lib/libodbc.so.2
# /usr/bin/isql
# /usr/bin/odbcinst
# /usr/bin/iusql
# /usr/bin/dltest
# /usr/bin/slencheck
# /usr/bin/odbc_config
# /usr/share/man/man5/odbc.ini.5.gz
# /usr/share/man/man5/odbcinst.ini.5.gz
# /usr/share/man/man1/iusql.1.gz
# /usr/share/man/man1/dltest.1.gz
# /usr/share/man/man1/isql.1.gz
# /usr/share/man/man1/odbc_config.1.gz
# /usr/share/man/man1/odbcinst.1.gz
# /usr/share/man/man7/unixODBC.7.gz
# /usr/include/sql.h
# /usr/include/sqlspi.h
# /usr/include/autotest.h
# /usr/include/sqltypes.h
# /usr/include/sqlext.h
# /usr/include/uodbc_extras.h
# /usr/include/sqlucode.h
# /usr/include/odbcinstext.h
# /usr/include/odbcinst.h
# /usr/include/uodbc_stats.h
# /usr/include/unixodbc_conf.h
# /sysroot/usr/lib/libodbcinst.so.2.0.0
# /sysroot/usr/lib/libodbcinst.so.2
# /sysroot/usr/lib/libodbcinst.so
# /sysroot/usr/lib/libodbcinst.la
# /sysroot/usr/lib/libodbc.so.2.0.0
# /sysroot/usr/lib/libodbc.so.2
# /sysroot/usr/lib/libodbc.so
# /sysroot/usr/lib/libodbc.la
# /sysroot/usr/lib/libodbccr.so.2.0.0
# /sysroot/usr/lib/libodbccr.so.2
# /sysroot/usr/lib/libodbccr.so
# /sysroot/usr/lib/libodbccr.la
# /sysroot/usr/include/odbcinst.h
# /sysroot/usr/include/odbcinstext.h
# /sysroot/usr/include/sql.h
# /sysroot/usr/include/sqlext.h
# /sysroot/usr/include/sqltypes.h
# /sysroot/usr/include/sqlucode.h
# /sysroot/usr/include/sqlspi.h
# /sysroot/usr/include/autotest.h
# /sysroot/usr/include/uodbc_stats.h
# /sysroot/usr/include/uodbc_extras.h
# /sysroot/usr/include/unixodbc_conf.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

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

Attempting to access local repository, attempt 2

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

Attempting to access local repository, attempt 3

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

Attempting to access local repository, attempt 4

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/unixodbc.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/unixodbc.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/unixodbc/src/unixODBC-2.3.4/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 unixODBC configure 2.3.4, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = dfda53a4afdc
# 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/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2622: checking for a BSD-compatible install
# configure:2690: result: /usr/bin/install -c
# configure:2701: checking whether build environment is sane
# configure:2751: result: yes
# configure:2800: checking for x86_64-unknown-linux-strip
# configure:2830: result: no
# configure:2840: checking for strip
# configure:2856: found /usr/bin/strip
# configure:2867: result: strip
# configure:2892: checking for a thread-safe mkdir -p
# configure:2931: result: /usr/bin/mkdir -p
# configure:2944: checking for gawk
# configure:2960: found /usr/bin/gawk
# configure:2971: result: gawk
# configure:2982: checking whether make sets $(MAKE)
# configure:3004: result: yes
# configure:3089: checking for gawk
# configure:3116: result: gawk
# configure:3131: checking for bison
# configure:3147: found /usr/bin/bison
# configure:3158: result: bison -y
# configure:3182: checking for style of include used by make
# configure:3210: result: GNU
# configure:3241: checking for x86_64-unknown-linux-gcc
# configure:3268: result: clang
# configure:3537: checking for C compiler version
# configure:3546: 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:3557: $? = 0
# configure:3546: 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
# ... rest of stderr output deleted ...
# configure:3557: $? = 0
# configure:3546: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3557: $? = 1
# configure:3546: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3557: $? = 1
# configure:3577: checking whether the C compiler works
# configure:3599: clang conftest.c >&5
# configure:3603: $? = 0
# configure:3651: result: yes
# configure:3654: checking for C compiler default output file name
# configure:3656: result: a.out
# configure:3662: checking for suffix of executables
# configure:3669: clang -o conftest conftest.c >&5
# configure:3673: $? = 0
# configure:3695: result:
# configure:3717: checking whether we are cross compiling
# configure:3725: clang -o conftest conftest.c >&5
# configure:3729: $? = 0
# configure:3736: ./conftest
# configure:3740: $? = 0
# configure:3755: result: no
# configure:3760: checking for suffix of object files
# configure:3782: clang -c conftest.c >&5
# configure:3786: $? = 0
# configure:3807: result: o
# configure:3811: checking whether we are using the GNU C compiler
# configure:3830: clang -c conftest.c >&5
# configure:3830: $? = 0
# configure:3839: result: yes
# configure:3848: checking whether clang accepts -g
# configure:3868: clang -c -g conftest.c >&5
# configure:3868: $? = 0
# configure:3909: result: yes
# configure:3926: checking for clang option to accept ISO C89
# configure:3990: clang -c conftest.c >&5
# configure:3990: $? = 0
# configure:4003: result: none needed
# configure:4025: checking dependency style of clang
# configure:4136: result: gcc3
# configure:4156: checking how to run the C preprocessor
# configure:4187: clang -E conftest.c
# configure:4187: $? = 0
# configure:4201: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4201: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | /* end confdefs.h. */
# | #include
# configure:4226: result: clang -E
# configure:4246: clang -E conftest.c
# configure:4246: $? = 0
# configure:4260: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4260: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | /* end confdefs.h. */
# | #include
# configure:4296: checking for x86_64-unknown-linux-gcc
# configure:4323: result: clang
# configure:4592: checking for C compiler version
# configure:4601: 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:4612: $? = 0
# configure:4601: 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
# ... rest of stderr output deleted ...
# configure:4612: $? = 0
# configure:4601: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4612: $? = 1
# configure:4601: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4612: $? = 1
# configure:4616: checking whether we are using the GNU C compiler
# configure:4644: result: yes
# configure:4653: checking whether clang accepts -g
# configure:4714: result: yes
# configure:4731: checking for clang option to accept ISO C89
# configure:4808: result: none needed
# configure:4830: checking dependency style of clang
# configure:4941: result: gcc3
# configure:4961: checking for flex
# configure:4977: found /usr/bin/flex
# configure:4988: result: flex
# configure:5025: flex conftest.l
# configure:5029: $? = 1
# configure:5031: checking lex output file root
# configure:5045: result: lex.yy
# configure:5050: checking lex library
# configure:5064: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5064: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | /* end confdefs.h. */
# |
# configure:5064: clang -o conftest conftest.c -lfl >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libfl.so: undefined reference to `yylex'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5064: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | /* end confdefs.h. */
# |
# configure:5064: clang -o conftest conftest.c -ll >&5
# /usr/bin/ld: cannot find -ll
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5064: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | /* end confdefs.h. */
# |
# configure:5074: result: none needed
# configure:5080: checking whether yytext is a pointer
# configure:5097: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5097: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | /* end confdefs.h. */
# |
# | #define YYTEXT_POINTER 1
# |
# configure:5105: result: no
# configure:5119: checking whether ln -s works
# configure:5123: result: yes
# configure:5130: checking whether make sets $(MAKE)
# configure:5152: result: yes
# configure:5296: checking for grep that handles long lines and -e
# configure:5354: result: /usr/bin/grep
# configure:5359: checking for egrep
# configure:5421: result: /usr/bin/grep -E
# configure:5426: checking for ANSI C header files
# configure:5446: clang -c conftest.c >&5
# configure:5446: $? = 0
# configure:5519: clang -o conftest conftest.c >&5
# configure:5519: $? = 0
# configure:5519: ./conftest
# configure:5519: $? = 0
# configure:5530: result: yes
# configure:5543: checking for sys/types.h
# configure:5543: clang -c conftest.c >&5
# configure:5543: $? = 0
# configure:5543: result: yes
# configure:5543: checking for sys/stat.h
# configure:5543: clang -c conftest.c >&5
# configure:5543: $? = 0
# configure:5543: result: yes
# configure:5543: checking for stdlib.h
# configure:5543: clang -c conftest.c >&5
# configure:5543: $? = 0
# configure:5543: result: yes
# configure:5543: checking for string.h
# configure:5543: clang -c conftest.c >&5
# configure:5543: $? = 0
# configure:5543: result: yes
# configure:5543: checking for memory.h
# configure:5543: clang -c conftest.c >&5
# configure:5543: $? = 0
# configure:5543: result: yes
# configure:5543: checking for strings.h
# configure:5543: clang -c conftest.c >&5
# configure:5543: $? = 0
# configure:5543: result: yes
# configure:5543: checking for inttypes.h
# configure:5543: clang -c conftest.c >&5
# configure:5543: $? = 0
# configure:5543: result: yes
# configure:5543: checking for stdint.h
# configure:5543: clang -c conftest.c >&5
# configure:5543: $? = 0
# configure:5543: result: yes
# configure:5543: checking for unistd.h
# configure:5543: clang -c conftest.c >&5
# configure:5543: $? = 0
# configure:5543: result: yes
# configure:5557: checking sys/sem.h usability
# configure:5557: clang -c conftest.c >&5
# configure:5557: $? = 0
# configure:5557: result: yes
# configure:5557: checking sys/sem.h presence
# configure:5557: clang -E conftest.c
# configure:5557: $? = 0
# configure:5557: result: yes
# configure:5557: checking for sys/sem.h
# configure:5557: result: yes
# configure:5625: checking build system type
# configure:5639: result: x86_64-unknown-linux-gnu
# configure:5659: checking host system type
# configure:5672: result: x86_64-unknown-linux-gnu
# configure:6050: checking how to print strings
# configure:6077: result: printf
# configure:6098: checking for a sed that does not truncate output
# configure:6162: result: /usr/bin/sed
# configure:6180: checking for fgrep
# configure:6242: result: /usr/bin/grep -F
# configure:6277: checking for ld used by clang
# configure:6344: result: /usr/bin/ld
# configure:6351: checking if the linker (/usr/bin/ld) is GNU ld
# configure:6366: result: yes
# configure:6378: checking for BSD- or MS-compatible name lister (nm)
# configure:6427: result: /usr/bin/nm -B
# configure:6557: checking the name lister (/usr/bin/nm -B) interface
# configure:6564: clang -c conftest.c >&5
# configure:6567: /usr/bin/nm -B "conftest.o"
# configure:6570: output
# 0000000000000000 B some_variable
# configure:6577: result: BSD nm
# configure:6581: checking the maximum length of command line arguments
# configure:6711: result: 1572864
# configure:6728: checking whether the shell understands some XSI constructs
# configure:6738: result: yes
# configure:6742: checking whether the shell understands "+="
# configure:6748: result: yes
# configure:6783: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:6823: result: func_convert_file_noop
# configure:6830: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:6850: result: func_convert_file_noop
# configure:6857: checking for /usr/bin/ld option to reload object files
# configure:6864: result: -r
# configure:6898: checking for x86_64-unknown-linux-objdump
# configure:6925: result: objdump
# configure:6994: checking how to recognize dependent libraries
# configure:7196: result: pass_all
# configure:7241: checking for x86_64-unknown-linux-dlltool
# configure:7268: result: dlltool
# configure:7338: checking how to associate runtime and link libraries
# configure:7365: result: printf %s\n
# configure:7381: checking for x86_64-unknown-linux-ar
# configure:7411: result: no
# configure:7425: checking for ar
# configure:7441: found /usr/bin/ar
# configure:7452: result: ar
# configure:7489: checking for archiver @FILE support
# configure:7506: clang -c conftest.c >&5
# configure:7506: $? = 0
# configure:7509: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:7512: $? = 0
# configure:7517: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:7520: $? = 1
# configure:7532: result: @
# configure:7550: checking for x86_64-unknown-linux-strip
# configure:7577: result: strip
# configure:7649: checking for x86_64-unknown-linux-ranlib
# configure:7679: result: no
# configure:7689: checking for ranlib
# configure:7705: found /usr/bin/ranlib
# configure:7716: result: ranlib
# configure:7818: checking command to parse /usr/bin/nm -B output from clang object
# configure:7938: clang -c conftest.c >&5
# configure:7941: $? = 0
# configure:7945: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:7948: $? = 0
# configure:8014: clang -o conftest conftest.c conftstm.o >&5
# configure:8017: $? = 0
# configure:8055: result: ok
# configure:8092: checking for sysroot
# configure:8122: result: no
# configure:8199: clang -c conftest.c >&5
# configure:8202: $? = 0
# configure:8338: checking for x86_64-unknown-linux-mt
# configure:8368: result: no
# configure:8378: checking for mt
# configure:8408: result: no
# configure:8428: checking if : is a manifest tool
# configure:8434: : '-?'
# configure:8442: result: no
# configure:9081: checking for dlfcn.h
# configure:9081: clang -c conftest.c >&5
# configure:9081: $? = 0
# configure:9081: result: yes
# configure:9254: checking for objdir
# configure:9269: result: .libs
# configure:9540: checking if clang supports -fno-rtti -fno-exceptions
# configure:9558: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:9562: $? = 0
# configure:9575: result: yes
# configure:9902: checking for clang option to produce PIC
# configure:9909: result: -fPIC -DPIC
# configure:9917: checking if clang PIC flag -fPIC -DPIC works
# configure:9935: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9939: $? = 0
# configure:9952: result: yes
# configure:9981: checking if clang static flag -static works
# configure:10009: result: yes
# configure:10024: checking if clang supports -c -o file.o
# configure:10045: clang -c -o out/conftest2.o conftest.c >&5
# configure:10049: $? = 0
# configure:10071: result: yes
# configure:10079: checking if clang supports -c -o file.o
# configure:10126: result: yes
# configure:10159: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:11316: result: yes
# configure:11353: checking whether -lc should be explicitly linked in
# configure:11361: clang -c conftest.c >&5
# configure:11364: $? = 0
# configure:11379: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:11382: $? = 0
# configure:11396: result: no
# configure:11556: checking dynamic linker characteristics
# configure:12067: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:12067: $? = 0
# configure:12301: result: GNU/Linux ld.so
# configure:12408: checking how to hardcode library paths into programs
# configure:12433: result: immediate
# configure:12527: checking for shl_load
# configure:12527: clang -o conftest conftest.c >&5
# /tmp/conftest-b0c2b1.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:12527: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* 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:12527: result: no
# configure:12531: checking for shl_load in -ldld
# configure:12556: 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:12556: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* 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:12565: result: no
# configure:12570: checking for dlopen
# configure:12570: clang -o conftest conftest.c >&5
# /tmp/conftest-38930c.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dlopen'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12570: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | /* Define dlopen to an innocuous variant, in case declares dlopen.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define dlopen innocuous_dlopen
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dlopen (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef dlopen
# |
# | /* 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 dlopen ();
# | /* 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_dlopen || defined __stub___dlopen
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:12570: result: no
# configure:12574: checking for dlopen in -ldl
# configure:12599: clang -o conftest conftest.c -ldl >&5
# configure:12599: $? = 0
# configure:12608: result: yes
# configure:12727: checking whether a program can dlopen itself
# configure:12807: clang -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
# configure:12810: $? = 0
# configure:12828: result: yes
# configure:12833: checking whether a statically linked program can dlopen itself
# configure:12913: clang -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
# /tmp/conftest-7d6035.o: In function `main':
# conftest.c:(.text+0x29): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
# /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12916: $? = 1
# configure:12934: result: no
# configure:12973: checking whether stripping libraries is possible
# configure:12978: result: yes
# configure:13013: checking if libtool supports shared libraries
# configure:13015: result: yes
# configure:13018: checking whether to build shared libraries
# configure:13039: result: yes
# configure:13042: checking whether to build static libraries
# configure:13046: result: no
# configure:13083: checking which extension is used for runtime loadable modules
# configure:13095: result: .so
# configure:13112: checking which variable specifies run-time module search path
# configure:13119: result: LD_LIBRARY_PATH
# configure:13129: checking for the default library search path
# configure:13136: result: /lib /usr/lib /usr/lib/R/lib /usr/lib/libfakeroot
# configure:13166: checking for library containing dlopen
# configure:13197: clang -o conftest conftest.c >&5
# /tmp/conftest-615253.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dlopen'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13197: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | /* 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 dlopen ();
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:13197: clang -o conftest conftest.c -ldl >&5
# configure:13197: $? = 0
# configure:13214: result: -ldl
# configure:13304: checking for dlerror
# configure:13304: clang -o conftest conftest.c -ldl -ldl >&5
# configure:13304: $? = 0
# configure:13304: result: yes
# configure:13318: checking for shl_load
# configure:13318: result: no
# configure:13325: checking for shl_load in -ldld
# configure:13359: result: no
# configure:13405: checking for dld_link in -ldld
# configure:13430: clang -o conftest conftest.c -ldld -ldl >&5
# /usr/bin/ld: cannot find -ldld
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13430: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 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:13439: result: no
# configure:13473: checking for _ prefix in compiled symbols
# configure:13483: clang -c conftest.c >&5
# conftest.c:2:12: warning: expression result unused [-Wunused-value]
# int main(){nm_test_func;return 0;}
# ^~~~~~~~~~~~
# 1 warning generated.
# configure:13486: $? = 0
# configure:13490: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:13493: $? = 0
# configure:13515: result: no
# configure:13639: checking whether deplibs are loaded by dlopen
# configure:13733: result: yes
# configure:13745: checking for argz.h
# configure:13745: clang -c conftest.c >&5
# configure:13745: $? = 0
# configure:13745: result: yes
# configure:13757: checking for error_t
# configure:13757: clang -c conftest.c >&5
# configure:13757: $? = 0
# configure:13757: clang -c conftest.c >&5
# conftest.c:38:22: error: expected expression
# if (sizeof ((error_t)))
# ^
# 1 error generated.
# configure:13757: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | /* end confdefs.h. */
# | #if defined(HAVE_ARGZ_H)
# | # include
# | #endif
# |
# | int
# | main ()
# | {
# | if (sizeof ((error_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13757: result: yes
# configure:13783: checking for argz_add
# configure:13783: clang -o conftest conftest.c -ldl >&5
# configure:13783: $? = 0
# configure:13783: result: yes
# configure:13783: checking for argz_append
# configure:13783: clang -o conftest conftest.c -ldl >&5
# configure:13783: $? = 0
# configure:13783: result: yes
# configure:13783: checking for argz_count
# configure:13783: clang -o conftest conftest.c -ldl >&5
# configure:13783: $? = 0
# configure:13783: result: yes
# configure:13783: checking for argz_create_sep
# configure:13783: clang -o conftest conftest.c -ldl >&5
# configure:13783: $? = 0
# configure:13783: result: yes
# configure:13783: checking for argz_insert
# configure:13783: clang -o conftest conftest.c -ldl >&5
# configure:13783: $? = 0
# configure:13783: result: yes
# configure:13783: checking for argz_next
# configure:13783: clang -o conftest conftest.c -ldl >&5
# configure:13783: $? = 0
# configure:13783: result: yes
# configure:13783: checking for argz_stringify
# configure:13783: clang -o conftest conftest.c -ldl >&5
# configure:13783: $? = 0
# configure:13783: result: yes
# configure:13799: checking if argz actually works
# configure:13830: result: yes
# configure:13847: checking whether libtool supports -dlopen/-dlpreopen
# configure:13859: result: yes
# configure:13891: checking for ltdl.h
# configure:13891: clang -c conftest.c >&5
# configure:13891: $? = 0
# configure:13891: result: yes
# configure:13895: checking whether lt_dlinterface_register is declared
# configure:13895: clang -c conftest.c >&5
# configure:13895: $? = 0
# configure:13895: result: yes
# configure:13899: checking for lt_dladvise_preload in -lltdl
# configure:13924: clang -o conftest conftest.c -lltdl -ldl >&5
# configure:13924: $? = 0
# configure:13933: result: yes
# configure:14028: checking where to find libltdl headers
# configure:14030: result:
# configure:14032: checking where to find libltdl library
# configure:14034: result: -lltdl
# configure:14084: checking for unistd.h
# configure:14084: result: yes
# configure:14084: checking for dl.h
# configure:14084: clang -c conftest.c >&5
# conftest.c:77:10: fatal error: 'dl.h' file not found
# #include
# ^
# 1 error generated.
# configure:14084: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_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:14084: result: no
# configure:14084: checking for sys/dl.h
# configure:14084: clang -c conftest.c >&5
# conftest.c:77:10: fatal error: 'sys/dl.h' file not found
# #include
# ^
# 1 error generated.
# configure:14084: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_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:14084: result: no
# configure:14084: checking for dld.h
# configure:14084: clang -c conftest.c >&5
# conftest.c:77:10: fatal error: 'dld.h' file not found
# #include
# ^
# 1 error generated.
# configure:14084: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_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:14084: result: no
# configure:14084: checking for mach-o/dyld.h
# configure:14084: clang -c conftest.c >&5
# conftest.c:77:10: fatal error: 'mach-o/dyld.h' file not found
# #include
# ^
# 1 error generated.
# configure:14084: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_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:14084: result: no
# configure:14084: checking for dirent.h
# configure:14084: clang -c conftest.c >&5
# configure:14084: $? = 0
# configure:14084: result: yes
# configure:14099: checking for closedir
# configure:14099: clang -o conftest conftest.c -ldl >&5
# configure:14099: $? = 0
# configure:14099: result: yes
# configure:14099: checking for opendir
# configure:14099: clang -o conftest conftest.c -ldl >&5
# configure:14099: $? = 0
# configure:14099: result: yes
# configure:14099: checking for readdir
# configure:14099: clang -o conftest conftest.c -ldl >&5
# configure:14099: $? = 0
# configure:14099: result: yes
# configure:14116: checking for strlcat
# configure:14116: clang -o conftest conftest.c -ldl >&5
# conftest.c:70:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
# char strlcat ();
# ^
# conftest.c:70:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-feb5d3.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcat'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14116: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | /* end confdefs.h. */
# | /* Define strlcat to an innocuous variant, in case declares strlcat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcat innocuous_strlcat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcat
# |
# | /* 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 strlcat ();
# | /* 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_strlcat || defined __stub___strlcat
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcat ();
# | ;
# | return 0;
# | }
# configure:14116: result: no
# configure:14116: checking for strlcpy
# configure:14116: clang -o conftest conftest.c -ldl >&5
# conftest.c:70:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
# char strlcpy ();
# ^
# conftest.c:70:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-1124e1.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcpy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14116: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* 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 strlcpy ();
# | /* 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_strlcpy || defined __stub___strlcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcpy ();
# | ;
# | return 0;
# | }
# configure:14116: result: no
# configure:14168: checking for shared lib extension
# configure:14171: result: .so
# configure:14338: checking for iconv
# configure:14360: clang -o conftest conftest.c -ldl >&5
# configure:14360: $? = 0
# configure:14392: result: yes
# configure:14398: checking for iconv declaration
# configure:14427: clang -c conftest.c >&5
# configure:14427: $? = 0
# configure:14438: result:
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# configure:14479: checking for encoding to use for CHAR representations
# configure:14482: result: auto-search
# configure:14485: checking for encoding to use for UNICODE representations
# configure:14488: result: auto-search
# configure:14508: checking for crypt in -lcrypt
# configure:14533: clang -o conftest conftest.c -lcrypt -ldl >&5
# configure:14533: $? = 0
# configure:14542: result: yes
# configure:14551: checking for pow in -lm
# configure:14576: clang -o conftest conftest.c -lm -ldl >&5
# conftest.c:71:6: warning: incompatible redeclaration of library function 'pow' [-Wincompatible-library-redeclaration]
# char pow ();
# ^
# conftest.c:71:6: note: 'pow' is a builtin with type 'double (double, double)'
# 1 warning generated.
# configure:14576: $? = 0
# configure:14585: result: yes
# configure:14596: checking for readline in -lreadline
# configure:14619: clang -o conftest conftest.c -lreadline -ldl >&5
# configure:14619: $? = 0
# configure:14630: result: yes
# configure:14694: checking readline/history.h usability
# configure:14694: clang -c conftest.c >&5
# configure:14694: $? = 0
# configure:14694: result: yes
# configure:14694: checking readline/history.h presence
# configure:14694: clang -E conftest.c
# configure:14694: $? = 0
# configure:14694: result: yes
# configure:14694: checking for readline/history.h
# configure:14694: result: yes
# configure:14711: checking Are we using ini caching
# configure:14717: result: yes
# configure:14806: checking whether time.h and sys/time.h may both be included
# configure:14826: clang -c conftest.c >&5
# configure:14826: $? = 0
# configure:14833: result: yes
# configure:14843: checking sys/time.h usability
# configure:14843: clang -c conftest.c >&5
# configure:14843: $? = 0
# configure:14843: result: yes
# configure:14843: checking sys/time.h presence
# configure:14843: clang -E conftest.c
# configure:14843: $? = 0
# configure:14843: result: yes
# configure:14843: checking for sys/time.h
# configure:14843: result: yes
# configure:14858: checking size of long
# configure:14863: clang -o conftest conftest.c -ldl >&5
# configure:14863: $? = 0
# configure:14863: ./conftest
# configure:14863: $? = 0
# configure:14877: result: 8
# configure:14888: checking if platform is 64 bit
# configure:14891: result: Yes
# configure:14902: checking for long long
# configure:14923: clang -c conftest.c >&5
# configure:14923: $? = 0
# configure:14932: result: yes
# configure:14944: checking size of long int
# configure:14949: clang -o conftest conftest.c -ldl >&5
# configure:14949: $? = 0
# configure:14949: ./conftest
# configure:14949: $? = 0
# configure:14963: result: 8
# configure:14977: checking for strcasecmp
# configure:14977: clang -o conftest conftest.c -ldl >&5
# conftest.c:96:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:96:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:14977: $? = 0
# configure:14977: result: yes
# configure:14977: checking for strncasecmp
# configure:14977: clang -o conftest conftest.c -ldl >&5
# conftest.c:97:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
# char strncasecmp ();
# ^
# conftest.c:97:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
# 1 warning generated.
# configure:14977: $? = 0
# configure:14977: result: yes
# configure:14977: checking for vsnprintf
# configure:14977: clang -o conftest conftest.c -ldl >&5
# conftest.c:98:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# conftest.c:98:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:14977: $? = 0
# configure:14977: result: yes
# configure:14977: checking for strtol
# configure:14977: clang -o conftest conftest.c -ldl >&5
# configure:14977: $? = 0
# configure:14977: result: yes
# configure:14977: checking for atoll
# configure:14977: clang -o conftest conftest.c -ldl >&5
# configure:14977: $? = 0
# configure:14977: result: yes
# configure:14977: checking for strtoll
# configure:14977: clang -o conftest conftest.c -ldl >&5
# configure:14977: $? = 0
# configure:14977: result: yes
# configure:14977: checking for endpwent
# configure:14977: clang -o conftest conftest.c -ldl >&5
# configure:14977: $? = 0
# configure:14977: result: yes
# configure:14977: checking for gettimeofday
# configure:14977: clang -o conftest conftest.c -ldl >&5
# configure:14977: $? = 0
# configure:14977: result: yes
# configure:14977: checking for ftime
# configure:14977: clang -o conftest conftest.c -ldl >&5
# configure:14977: $? = 0
# configure:14977: result: yes
# configure:14977: checking for time
# configure:14977: clang -o conftest conftest.c -ldl >&5
# configure:14977: $? = 0
# configure:14977: result: yes
# configure:14977: checking for stricmp
# configure:14977: clang -o conftest conftest.c -ldl >&5
# /tmp/conftest-58e06f.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `stricmp'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14977: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define LT_LIBEXT "a"
# | #define LT_LIBPREFIX "lib"
# | #define SHLIBEXT ".so"
# | #define DEFLIB_PATH "/usr/lib"
# | #define LIB_PREFIX "/usr/lib"
# | #define SYSTEM_FILE_PATH "/etc"
# | #define SYSTEM_LIB_PATH "/usr/lib"
# | #define PREFIX "/usr"
# | #define EXEC_PREFIX "/usr"
# | #define BIN_PREFIX "/usr/bin"
# | #define INCLUDE_PREFIX "/usr/include"
# | #define UNIXODBC /**/
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define UNICODE_ENCODING "auto-search"
# | #define ASCII_ENCODING "auto-search"
# | #define HAVE_LIBCRYPT /**/
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE 1
# | #define ENABLE_INI_CACHING /**/
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define SIZEOF_LONG 8
# | #define PLATFORM64 /**/
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_LONG_INT 8
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_STRTOL 1
# | #define HAVE_ATOLL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define HAVE_TIME 1
# | /* end confdefs.h. */
# | /* Define stricmp to an innocuous variant, in case declares stricmp.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define stricmp innocuous_stricmp
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char stricmp (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef stricmp
# |
# | /* 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 stricmp ();
# | /* 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_stricmp || defined __stub___stricmp
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return stricmp ();
# | ;
# | return 0;
# | }
# configure:14977: result: no
# configure:14977: checking for strnicmp
# configure:14977: clang -o conftest conftest.c -ldl >&5
# /tmp/conftest-cec4d2.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strnicmp'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14977: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define LT_LIBEXT "a"
# | #define LT_LIBPREFIX "lib"
# | #define SHLIBEXT ".so"
# | #define DEFLIB_PATH "/usr/lib"
# | #define LIB_PREFIX "/usr/lib"
# | #define SYSTEM_FILE_PATH "/etc"
# | #define SYSTEM_LIB_PATH "/usr/lib"
# | #define PREFIX "/usr"
# | #define EXEC_PREFIX "/usr"
# | #define BIN_PREFIX "/usr/bin"
# | #define INCLUDE_PREFIX "/usr/include"
# | #define UNIXODBC /**/
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define UNICODE_ENCODING "auto-search"
# | #define ASCII_ENCODING "auto-search"
# | #define HAVE_LIBCRYPT /**/
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE 1
# | #define ENABLE_INI_CACHING /**/
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define SIZEOF_LONG 8
# | #define PLATFORM64 /**/
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_LONG_INT 8
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_STRTOL 1
# | #define HAVE_ATOLL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define HAVE_TIME 1
# | /* end confdefs.h. */
# | /* Define strnicmp to an innocuous variant, in case declares strnicmp.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strnicmp innocuous_strnicmp
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strnicmp (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strnicmp
# |
# | /* 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 strnicmp ();
# | /* 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_strnicmp || defined __stub___strnicmp
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strnicmp ();
# | ;
# | return 0;
# | }
# configure:14977: result: no
# configure:14977: checking for getuid
# configure:14977: clang -o conftest conftest.c -ldl >&5
# configure:14977: $? = 0
# configure:14977: result: yes
# configure:14977: checking for getpwuid
# configure:14977: clang -o conftest conftest.c -ldl >&5
# configure:14977: $? = 0
# configure:14977: result: yes
# configure:14977: checking for nl_langinfo
# configure:14977: clang -o conftest conftest.c -ldl >&5
# configure:14977: $? = 0
# configure:14977: result: yes
# configure:14988: checking for nl_langinfo and CODESET
# configure:15004: clang -o conftest conftest.c -ldl >&5
# configure:15004: $? = 0
# configure:15013: result: yes
# configure:15567: checking if os is AIX
# configure:15577: result: no - enable check for libthread
# configure:15583: checking for mutex_lock in -lthread
# configure:15606: clang -o conftest conftest.c -lthread -ldl >&5
# /usr/bin/ld: cannot find -lthread
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:15606: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define LT_LIBEXT "a"
# | #define LT_LIBPREFIX "lib"
# | #define SHLIBEXT ".so"
# | #define DEFLIB_PATH "/usr/lib"
# | #define LIB_PREFIX "/usr/lib"
# | #define SYSTEM_FILE_PATH "/etc"
# | #define SYSTEM_LIB_PATH "/usr/lib"
# | #define PREFIX "/usr"
# | #define EXEC_PREFIX "/usr"
# | #define BIN_PREFIX "/usr/bin"
# | #define INCLUDE_PREFIX "/usr/include"
# | #define UNIXODBC /**/
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define UNICODE_ENCODING "auto-search"
# | #define ASCII_ENCODING "auto-search"
# | #define HAVE_LIBCRYPT /**/
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE 1
# | #define ENABLE_INI_CACHING /**/
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define SIZEOF_LONG 8
# | #define PLATFORM64 /**/
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_LONG_INT 8
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_STRTOL 1
# | #define HAVE_ATOLL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define HAVE_TIME 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_LANGINFO_CODESET 1
# | /* end confdefs.h. */
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char mutex_lock();
# |
# | int
# | main ()
# | {
# | mutex_lock()
# | ;
# | return 0;
# | }
# configure:15640: result: no
# configure:15647: checking for pthread_mutex_lock in -lpthread
# configure:15666: clang -o conftest conftest.c -lpthread -ldl >&5
# conftest.c:95:21: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_mutex_lock(0)
# ~^
# 1 warning generated.
# configure:15666: $? = 0
# configure:15675: result: yes
# configure:15684: checking if compiler accepts -pthread
# configure:15688: result: yes
# configure:15910: checking for localtime_r in -lc
# configure:15935: clang -o conftest -pthread conftest.c -lc -ldl >&5
# configure:15935: $? = 0
# configure:15944: result: yes
# configure:16070: checking for ANSI C header files
# configure:16174: result: yes
# configure:16186: checking malloc.h usability
# configure:16186: clang -c -pthread conftest.c >&5
# configure:16186: $? = 0
# configure:16186: result: yes
# configure:16186: checking malloc.h presence
# configure:16186: clang -E conftest.c
# configure:16186: $? = 0
# configure:16186: result: yes
# configure:16186: checking for malloc.h
# configure:16186: result: yes
# configure:16186: checking for unistd.h
# configure:16186: result: yes
# configure:16186: checking pwd.h usability
# configure:16186: clang -c -pthread conftest.c >&5
# configure:16186: $? = 0
# configure:16186: result: yes
# configure:16186: checking pwd.h presence
# configure:16186: clang -E conftest.c
# configure:16186: $? = 0
# configure:16186: result: yes
# configure:16186: checking for pwd.h
# configure:16186: result: yes
# configure:16186: checking crypt.h usability
# configure:16186: clang -c -pthread conftest.c >&5
# configure:16186: $? = 0
# configure:16186: result: yes
# configure:16186: checking crypt.h presence
# configure:16186: clang -E conftest.c
# configure:16186: $? = 0
# configure:16186: result: yes
# configure:16186: checking for crypt.h
# configure:16186: result: yes
# configure:16186: checking limits.h usability
# configure:16186: clang -c -pthread conftest.c >&5
# configure:16186: $? = 0
# configure:16186: result: yes
# configure:16186: checking limits.h presence
# configure:16186: clang -E conftest.c
# configure:16186: $? = 0
# configure:16186: result: yes
# configure:16186: checking for limits.h
# configure:16186: result: yes
# configure:16186: checking synch.h usability
# configure:16186: clang -c -pthread conftest.c >&5
# conftest.c:128:10: fatal error: 'synch.h' file not found
# #include
# ^
# 1 error generated.
# configure:16186: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define LT_LIBEXT "a"
# | #define LT_LIBPREFIX "lib"
# | #define SHLIBEXT ".so"
# | #define DEFLIB_PATH "/usr/lib"
# | #define LIB_PREFIX "/usr/lib"
# | #define SYSTEM_FILE_PATH "/etc"
# | #define SYSTEM_LIB_PATH "/usr/lib"
# | #define PREFIX "/usr"
# | #define EXEC_PREFIX "/usr"
# | #define BIN_PREFIX "/usr/bin"
# | #define INCLUDE_PREFIX "/usr/include"
# | #define UNIXODBC /**/
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define UNICODE_ENCODING "auto-search"
# | #define ASCII_ENCODING "auto-search"
# | #define HAVE_LIBCRYPT /**/
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE 1
# | #define ENABLE_INI_CACHING /**/
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define SIZEOF_LONG 8
# | #define PLATFORM64 /**/
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_LONG_INT 8
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_STRTOL 1
# | #define HAVE_ATOLL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define HAVE_TIME 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LOCALTIME_R 1
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_LIMITS_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:16186: result: no
# configure:16186: checking synch.h presence
# configure:16186: clang -E conftest.c
# conftest.c:95:10: fatal error: 'synch.h' file not found
# #include
# ^
# 1 error generated.
# configure:16186: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define LT_LIBEXT "a"
# | #define LT_LIBPREFIX "lib"
# | #define SHLIBEXT ".so"
# | #define DEFLIB_PATH "/usr/lib"
# | #define LIB_PREFIX "/usr/lib"
# | #define SYSTEM_FILE_PATH "/etc"
# | #define SYSTEM_LIB_PATH "/usr/lib"
# | #define PREFIX "/usr"
# | #define EXEC_PREFIX "/usr"
# | #define BIN_PREFIX "/usr/bin"
# | #define INCLUDE_PREFIX "/usr/include"
# | #define UNIXODBC /**/
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define UNICODE_ENCODING "auto-search"
# | #define ASCII_ENCODING "auto-search"
# | #define HAVE_LIBCRYPT /**/
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE 1
# | #define ENABLE_INI_CACHING /**/
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define SIZEOF_LONG 8
# | #define PLATFORM64 /**/
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_LONG_INT 8
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_STRTOL 1
# | #define HAVE_ATOLL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define HAVE_TIME 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LOCALTIME_R 1
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_LIMITS_H 1
# | /* end confdefs.h. */
# | #include
# configure:16186: result: no
# configure:16186: checking for synch.h
# configure:16186: result: no
# configure:16186: checking for strings.h
# configure:16186: result: yes
# configure:16186: checking for string.h
# configure:16186: result: yes
# configure:16186: checking locale.h usability
# configure:16186: clang -c -pthread conftest.c >&5
# configure:16186: $? = 0
# configure:16186: result: yes
# configure:16186: checking locale.h presence
# configure:16186: clang -E conftest.c
# configure:16186: $? = 0
# configure:16186: result: yes
# configure:16186: checking for locale.h
# configure:16186: result: yes
# configure:16186: checking sys/malloc.h usability
# configure:16186: clang -c -pthread conftest.c >&5
# conftest.c:131:10: fatal error: 'sys/malloc.h' file not found
# #include
# ^
# 1 error generated.
# configure:16186: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define LT_LIBEXT "a"
# | #define LT_LIBPREFIX "lib"
# | #define SHLIBEXT ".so"
# | #define DEFLIB_PATH "/usr/lib"
# | #define LIB_PREFIX "/usr/lib"
# | #define SYSTEM_FILE_PATH "/etc"
# | #define SYSTEM_LIB_PATH "/usr/lib"
# | #define PREFIX "/usr"
# | #define EXEC_PREFIX "/usr"
# | #define BIN_PREFIX "/usr/bin"
# | #define INCLUDE_PREFIX "/usr/include"
# | #define UNIXODBC /**/
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define UNICODE_ENCODING "auto-search"
# | #define ASCII_ENCODING "auto-search"
# | #define HAVE_LIBCRYPT /**/
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE 1
# | #define ENABLE_INI_CACHING /**/
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define SIZEOF_LONG 8
# | #define PLATFORM64 /**/
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_LONG_INT 8
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_STRTOL 1
# | #define HAVE_ATOLL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define HAVE_TIME 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LOCALTIME_R 1
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LOCALE_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:16186: result: no
# configure:16186: checking sys/malloc.h presence
# configure:16186: clang -E conftest.c
# conftest.c:98:10: fatal error: 'sys/malloc.h' file not found
# #include
# ^
# 1 error generated.
# configure:16186: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define LT_LIBEXT "a"
# | #define LT_LIBPREFIX "lib"
# | #define SHLIBEXT ".so"
# | #define DEFLIB_PATH "/usr/lib"
# | #define LIB_PREFIX "/usr/lib"
# | #define SYSTEM_FILE_PATH "/etc"
# | #define SYSTEM_LIB_PATH "/usr/lib"
# | #define PREFIX "/usr"
# | #define EXEC_PREFIX "/usr"
# | #define BIN_PREFIX "/usr/bin"
# | #define INCLUDE_PREFIX "/usr/include"
# | #define UNIXODBC /**/
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define UNICODE_ENCODING "auto-search"
# | #define ASCII_ENCODING "auto-search"
# | #define HAVE_LIBCRYPT /**/
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE 1
# | #define ENABLE_INI_CACHING /**/
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define SIZEOF_LONG 8
# | #define PLATFORM64 /**/
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_LONG_INT 8
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_STRTOL 1
# | #define HAVE_ATOLL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define HAVE_TIME 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LOCALTIME_R 1
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LOCALE_H 1
# | /* end confdefs.h. */
# | #include
# configure:16186: result: no
# configure:16186: checking for sys/malloc.h
# configure:16186: result: no
# configure:16186: checking for sys/types.h
# configure:16186: result: yes
# configure:16186: checking for sys/sem.h
# configure:16186: result: yes
# configure:16186: checking stdarg.h usability
# configure:16186: clang -c -pthread conftest.c >&5
# configure:16186: $? = 0
# configure:16186: result: yes
# configure:16186: checking stdarg.h presence
# configure:16186: clang -E conftest.c
# configure:16186: $? = 0
# configure:16186: result: yes
# configure:16186: checking for stdarg.h
# configure:16186: result: yes
# configure:16186: checking varargs.h usability
# configure:16186: clang -c -pthread conftest.c >&5
# In file included from conftest.c:134:
# /usr/bin/../lib/clang/3.8.0/include/varargs.h:25:4: error: "Please use instead of "
# #error "Please use instead of "
# ^
# 1 error generated.
# configure:16186: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define LT_LIBEXT "a"
# | #define LT_LIBPREFIX "lib"
# | #define SHLIBEXT ".so"
# | #define DEFLIB_PATH "/usr/lib"
# | #define LIB_PREFIX "/usr/lib"
# | #define SYSTEM_FILE_PATH "/etc"
# | #define SYSTEM_LIB_PATH "/usr/lib"
# | #define PREFIX "/usr"
# | #define EXEC_PREFIX "/usr"
# | #define BIN_PREFIX "/usr/bin"
# | #define INCLUDE_PREFIX "/usr/include"
# | #define UNIXODBC /**/
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define UNICODE_ENCODING "auto-search"
# | #define ASCII_ENCODING "auto-search"
# | #define HAVE_LIBCRYPT /**/
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE 1
# | #define ENABLE_INI_CACHING /**/
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define SIZEOF_LONG 8
# | #define PLATFORM64 /**/
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_LONG_INT 8
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_STRTOL 1
# | #define HAVE_ATOLL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define HAVE_TIME 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LOCALTIME_R 1
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_STDARG_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:16186: result: no
# configure:16186: checking varargs.h presence
# configure:16186: clang -E conftest.c
# In file included from conftest.c:101:
# /usr/bin/../lib/clang/3.8.0/include/varargs.h:25:4: error: "Please use instead of "
# #error "Please use instead of "
# ^
# 1 error generated.
# configure:16186: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define LT_LIBEXT "a"
# | #define LT_LIBPREFIX "lib"
# | #define SHLIBEXT ".so"
# | #define DEFLIB_PATH "/usr/lib"
# | #define LIB_PREFIX "/usr/lib"
# | #define SYSTEM_FILE_PATH "/etc"
# | #define SYSTEM_LIB_PATH "/usr/lib"
# | #define PREFIX "/usr"
# | #define EXEC_PREFIX "/usr"
# | #define BIN_PREFIX "/usr/bin"
# | #define INCLUDE_PREFIX "/usr/include"
# | #define UNIXODBC /**/
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define UNICODE_ENCODING "auto-search"
# | #define ASCII_ENCODING "auto-search"
# | #define HAVE_LIBCRYPT /**/
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE 1
# | #define ENABLE_INI_CACHING /**/
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define SIZEOF_LONG 8
# | #define PLATFORM64 /**/
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_LONG_INT 8
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_STRTOL 1
# | #define HAVE_ATOLL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define HAVE_TIME 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LOCALTIME_R 1
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_STDARG_H 1
# | /* end confdefs.h. */
# | #include
# configure:16186: result: no
# configure:16186: checking for varargs.h
# configure:16186: result: no
# configure:16186: checking for sys/time.h
# configure:16186: result: yes
# configure:16186: checking sys/timeb.h usability
# configure:16186: clang -c -pthread conftest.c >&5
# configure:16186: $? = 0
# configure:16186: result: yes
# configure:16186: checking sys/timeb.h presence
# configure:16186: clang -E conftest.c
# configure:16186: $? = 0
# configure:16186: result: yes
# configure:16186: checking for sys/timeb.h
# configure:16186: result: yes
# configure:16186: checking time.h usability
# configure:16186: clang -c -pthread conftest.c >&5
# configure:16186: $? = 0
# configure:16186: result: yes
# configure:16186: checking time.h presence
# configure:16186: clang -E conftest.c
# configure:16186: $? = 0
# configure:16186: result: yes
# configure:16186: checking for time.h
# configure:16186: result: yes
# configure:16186: checking langinfo.h usability
# configure:16186: clang -c -pthread conftest.c >&5
# configure:16186: $? = 0
# configure:16186: result: yes
# configure:16186: checking langinfo.h presence
# configure:16186: clang -E conftest.c
# configure:16186: $? = 0
# configure:16186: result: yes
# configure:16186: checking for langinfo.h
# configure:16186: result: yes
# configure:16201: checking msql.h usability
# configure:16201: clang -c -pthread conftest.c >&5
# conftest.c:138:10: fatal error: 'msql.h' file not found
# #include
# ^
# 1 error generated.
# configure:16201: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define LT_LIBEXT "a"
# | #define LT_LIBPREFIX "lib"
# | #define SHLIBEXT ".so"
# | #define DEFLIB_PATH "/usr/lib"
# | #define LIB_PREFIX "/usr/lib"
# | #define SYSTEM_FILE_PATH "/etc"
# | #define SYSTEM_LIB_PATH "/usr/lib"
# | #define PREFIX "/usr"
# | #define EXEC_PREFIX "/usr"
# | #define BIN_PREFIX "/usr/bin"
# | #define INCLUDE_PREFIX "/usr/include"
# | #define UNIXODBC /**/
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define UNICODE_ENCODING "auto-search"
# | #define ASCII_ENCODING "auto-search"
# | #define HAVE_LIBCRYPT /**/
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE 1
# | #define ENABLE_INI_CACHING /**/
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define SIZEOF_LONG 8
# | #define PLATFORM64 /**/
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_LONG_INT 8
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_STRTOL 1
# | #define HAVE_ATOLL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define HAVE_TIME 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LOCALTIME_R 1
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_LANGINFO_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:16201: result: no
# configure:16201: checking msql.h presence
# configure:16201: clang -E conftest.c
# conftest.c:105:10: fatal error: 'msql.h' file not found
# #include
# ^
# 1 error generated.
# configure:16201: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define LT_LIBEXT "a"
# | #define LT_LIBPREFIX "lib"
# | #define SHLIBEXT ".so"
# | #define DEFLIB_PATH "/usr/lib"
# | #define LIB_PREFIX "/usr/lib"
# | #define SYSTEM_FILE_PATH "/etc"
# | #define SYSTEM_LIB_PATH "/usr/lib"
# | #define PREFIX "/usr"
# | #define EXEC_PREFIX "/usr"
# | #define BIN_PREFIX "/usr/bin"
# | #define INCLUDE_PREFIX "/usr/include"
# | #define UNIXODBC /**/
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define UNICODE_ENCODING "auto-search"
# | #define ASCII_ENCODING "auto-search"
# | #define HAVE_LIBCRYPT /**/
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE 1
# | #define ENABLE_INI_CACHING /**/
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define SIZEOF_LONG 8
# | #define PLATFORM64 /**/
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_LONG_INT 8
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_STRTOL 1
# | #define HAVE_ATOLL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define HAVE_TIME 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LOCALTIME_R 1
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | /* end confdefs.h. */
# | #include
# configure:16201: result: no
# configure:16201: checking for msql.h
# configure:16201: result: no
# configure:16296: checking for an ANSI C-conforming const
# configure:16361: clang -c -pthread conftest.c >&5
# configure:16361: $? = 0
# configure:16368: result: yes
# configure:16376: checking for size_t
# configure:16376: clang -c -pthread conftest.c >&5
# configure:16376: $? = 0
# configure:16376: clang -c -pthread conftest.c >&5
# conftest.c:142:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:16376: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define LT_LIBEXT "a"
# | #define LT_LIBPREFIX "lib"
# | #define SHLIBEXT ".so"
# | #define DEFLIB_PATH "/usr/lib"
# | #define LIB_PREFIX "/usr/lib"
# | #define SYSTEM_FILE_PATH "/etc"
# | #define SYSTEM_LIB_PATH "/usr/lib"
# | #define PREFIX "/usr"
# | #define EXEC_PREFIX "/usr"
# | #define BIN_PREFIX "/usr/bin"
# | #define INCLUDE_PREFIX "/usr/include"
# | #define UNIXODBC /**/
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define UNICODE_ENCODING "auto-search"
# | #define ASCII_ENCODING "auto-search"
# | #define HAVE_LIBCRYPT /**/
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE 1
# | #define ENABLE_INI_CACHING /**/
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define SIZEOF_LONG 8
# | #define PLATFORM64 /**/
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_LONG_INT 8
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_STRTOL 1
# | #define HAVE_ATOLL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define HAVE_TIME 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LOCALTIME_R 1
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define STRICT_ODBC_ERROR /**/
# | /* 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
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:16376: result: yes
# configure:16387: checking whether struct tm is in sys/time.h or time.h
# configure:16407: clang -c -pthread conftest.c >&5
# configure:16407: $? = 0
# configure:16414: result: time.h
# configure:16422: checking for uid_t in sys/types.h
# configure:16441: result: yes
# configure:16455: checking for dirent.h that defines DIR
# configure:16474: clang -c -pthread conftest.c >&5
# configure:16474: $? = 0
# configure:16482: result: yes
# configure:16495: checking for library containing opendir
# configure:16526: clang -o conftest -pthread conftest.c -ldl -lpthread >&5
# configure:16526: $? = 0
# configure:16543: result: none required
# configure:16613: checking for working alloca.h
# configure:16630: clang -o conftest -pthread conftest.c -ldl -lpthread >&5
# configure:16630: $? = 0
# configure:16638: result: yes
# configure:16646: checking for alloca
# configure:16683: clang -o conftest -pthread conftest.c -ldl -lpthread >&5
# configure:16683: $? = 0
# configure:16691: result: yes
# configure:16802: checking for vprintf
# configure:16802: clang -o conftest -pthread conftest.c -ldl -lpthread >&5
# conftest.c:132:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
# char vprintf ();
# ^
# conftest.c:132:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:16802: $? = 0
# configure:16802: result: yes
# configure:16808: checking for _doprnt
# configure:16808: clang -o conftest -pthread conftest.c -ldl -lpthread >&5
# /tmp/conftest-5d3c6d.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `_doprnt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16808: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "unixODBC"
# | #define PACKAGE_TARNAME "unixODBC"
# | #define PACKAGE_VERSION "2.3.4"
# | #define PACKAGE_STRING "unixODBC 2.3.4"
# | #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "unixODBC"
# | #define VERSION "2.3.4"
# | #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_SYS_SEM_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define LT_LIBEXT "a"
# | #define LT_LIBPREFIX "lib"
# | #define SHLIBEXT ".so"
# | #define DEFLIB_PATH "/usr/lib"
# | #define LIB_PREFIX "/usr/lib"
# | #define SYSTEM_FILE_PATH "/etc"
# | #define SYSTEM_LIB_PATH "/usr/lib"
# | #define PREFIX "/usr"
# | #define EXEC_PREFIX "/usr"
# | #define BIN_PREFIX "/usr/bin"
# | #define INCLUDE_PREFIX "/usr/include"
# | #define UNIXODBC /**/
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define UNICODE_ENCODING "auto-search"
# | #define ASCII_ENCODING "auto-search"
# | #define HAVE_LIBCRYPT /**/
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_READLINE 1
# | #define ENABLE_INI_CACHING /**/
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_TIME_H 1
# | #define SIZEOF_LONG 8
# | #define PLATFORM64 /**/
# | #define HAVE_LONG_LONG 1
# | #define SIZEOF_LONG_INT 8
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRNCASECMP 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_STRTOL 1
# | #define HAVE_ATOLL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_ENDPWENT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define HAVE_TIME 1
# | #define HAVE_GETUID 1
# | #define HAVE_GETPWUID 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_LIBPTHREAD 1
# | #define HAVE_LOCALTIME_R 1
# | #define STDC_HEADERS 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_CRYPT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SEM_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define STRICT_ODBC_ERROR /**/
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* Define _doprnt to an innocuous variant, in case declares _doprnt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _doprnt innocuous__doprnt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _doprnt
# |
# | /* 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 _doprnt ();
# | /* 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__doprnt || defined __stub____doprnt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _doprnt ();
# | ;
# | return 0;
# | }
# configure:16808: result: no
# configure:16822: checking for putenv
# configure:16822: clang -o conftest -pthread conftest.c -ldl -lpthread >&5
# configure:16822: $? = 0
# configure:16822: result: yes
# configure:16822: checking for socket
# configure:16822: clang -o conftest -pthread conftest.c -ldl -lpthread >&5
# configure:16822: $? = 0
# configure:16822: result: yes
# configure:16822: checking for strdup
# configure:16822: clang -o conftest -pthread conftest.c -ldl -lpthread >&5
# conftest.c:135:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:135:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:16822: $? = 0
# configure:16822: result: yes
# configure:16822: checking for strstr
# configure:16822: clang -o conftest -pthread conftest.c -ldl -lpthread >&5
# conftest.c:136:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
# char strstr ();
# ^
# conftest.c:136:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
# 1 warning generated.
# configure:16822: $? = 0
# configure:16822: result: yes
# configure:16822: checking for setenv
# configure:16822: clang -o conftest -pthread conftest.c -ldl -lpthread >&5
# configure:16822: $? = 0
# configure:16822: result: yes
# configure:16822: checking for setlocale
# configure:16822: clang -o conftest -pthread conftest.c -ldl -lpthread >&5
# configure:16822: $? = 0
# configure:16822: result: yes
# configure:16822: checking for strchr
# configure:16822: clang -o conftest -pthread conftest.c -ldl -lpthread >&5
# conftest.c:139:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:139:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:16822: $? = 0
# configure:16822: result: yes
# configure:17033: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by unixODBC config.status 2.3.4, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on dfda53a4afdc
#
# config.status:1285: creating Makefile
# config.status:1285: creating extras/Makefile
# config.status:1285: creating log/Makefile
# config.status:1285: creating lst/Makefile
# config.status:1285: creating ini/Makefile
# config.status:1285: creating odbcinst/Makefile
# config.status:1285: creating cur/Makefile
# config.status:1285: creating DriverManager/Makefile
# config.status:1285: creating exe/Makefile
# config.status:1285: creating DRVConfig/Makefile
# config.status:1285: creating DRVConfig/drvcfg1/Makefile
# config.status:1285: creating DRVConfig/drvcfg2/Makefile
# config.status:1285: creating DRVConfig/PostgreSQL/Makefile
# config.status:1285: creating DRVConfig/MiniSQL/Makefile
# config.status:1285: creating DRVConfig/MySQL/Makefile
# config.status:1285: creating DRVConfig/nn/Makefile
# config.status:1285: creating DRVConfig/esoob/Makefile
# config.status:1285: creating DRVConfig/oplodbc/Makefile
# config.status:1285: creating DRVConfig/template/Makefile
# config.status:1285: creating DRVConfig/tds/Makefile
# config.status:1285: creating DRVConfig/txt/Makefile
# config.status:1285: creating DRVConfig/Oracle/Makefile
# config.status:1285: creating DRVConfig/sapdb/Makefile
# config.status:1285: creating DRVConfig/Mimer/Makefile
# config.status:1285: creating Drivers/Makefile
# config.status:1285: creating Drivers/Postgre7.1/Makefile
# config.status:1285: creating Drivers/nn/Makefile
# config.status:1285: creating Drivers/template/Makefile
# config.status:1285: creating Drivers/MiniSQL/Makefile
# config.status:1285: creating include/Makefile
# config.status:1285: creating man/Makefile
# config.status:1285: creating doc/Makefile
# config.status:1285: creating doc/AdministratorManual/Makefile
# config.status:1285: creating doc/ProgrammerManual/Makefile
# config.status:1285: creating doc/ProgrammerManual/Tutorial/Makefile
# config.status:1285: creating doc/UserManual/Makefile
# config.status:1285: creating doc/lst/Makefile
# config.status:1285: creating samples/Makefile
# config.status:1285: creating config.h
# config.status:1285: creating unixodbc_conf.h
# config.status:1514: executing depfiles commands
# config.status:1514: executing libtool commands
# configure:19380: === configuring in libltdl (/tmp/unixodbc/src/unixODBC-2.3.4/libltdl)
# configure:19443: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' '--sysconfdir=/etc' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=/dev/null --srcdir=.
#
# ## ---------------- ##
# ## 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_YACC_set=
# ac_cv_env_YACC_value=
# ac_cv_env_YFLAGS_set=
# ac_cv_env_YFLAGS_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__doprnt=no
# ac_cv_func_alloca_works=yes
# ac_cv_func_argz_add=yes
# ac_cv_func_argz_append=yes
# ac_cv_func_argz_count=yes
# ac_cv_func_argz_create_sep=yes
# ac_cv_func_argz_insert=yes
# ac_cv_func_argz_next=yes
# ac_cv_func_argz_stringify=yes
# ac_cv_func_atoll=yes
# ac_cv_func_closedir=yes
# ac_cv_func_dlerror=yes
# ac_cv_func_dlopen=no
# ac_cv_func_endpwent=yes
# ac_cv_func_ftime=yes
# ac_cv_func_getpwuid=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_getuid=yes
# ac_cv_func_nl_langinfo=yes
# ac_cv_func_opendir=yes
# ac_cv_func_putenv=yes
# ac_cv_func_readdir=yes
# ac_cv_func_setenv=yes
# ac_cv_func_setlocale=yes
# ac_cv_func_shl_load=no
# ac_cv_func_socket=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_stricmp=no
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_func_strncasecmp=yes
# ac_cv_func_strnicmp=no
# ac_cv_func_strstr=yes
# ac_cv_func_strtol=yes
# ac_cv_func_strtoll=yes
# ac_cv_func_time=yes
# ac_cv_func_vprintf=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_have_decl_lt_dlinterface_register=yes
# ac_cv_header_argz_h=yes
# ac_cv_header_crypt_h=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_dirent_h=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_langinfo_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_ltdl_h=yes
# ac_cv_header_mach_o_dyld_h=no
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_msql_h=no
# ac_cv_header_pwd_h=yes
# ac_cv_header_readline_history_h=yes
# ac_cv_header_stdarg_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_synch_h=no
# ac_cv_header_sys_dl_h=no
# ac_cv_header_sys_malloc_h=no
# ac_cv_header_sys_sem_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_timeb_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_varargs_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_=yes
# ac_cv_lib_c_localtime_r=yes
# ac_cv_lib_crypt_crypt=yes
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_dld_dld_link=no
# ac_cv_lib_dld_shl_load=no
# ac_cv_lib_lex='none needed'
# ac_cv_lib_ltdl_lt_dladvise_preload=yes
# ac_cv_lib_m_pow=yes
# 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_DLLTOOL=dlltool
# ac_cv_prog_LEX=flex
# ac_cv_prog_OBJDUMP=objdump
# ac_cv_prog_STRIP=strip
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=no
# ac_cv_prog_make_make_set=yes
# ac_cv_search_dlopen=-ldl
# ac_cv_search_opendir='none required'
# ac_cv_sizeof_long=8
# ac_cv_sizeof_long_int=8
# ac_cv_struct_tm=time.h
# ac_cv_type_error_t=yes
# ac_cv_type_long_long=yes
# ac_cv_type_size_t=yes
# ac_cv_type_uid_t=yes
# ac_cv_working_alloca_h=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_func_iconv=yes
# am_cv_langinfo_codeset=yes
# am_cv_lib_iconv=no
# am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
# am_cv_proto_iconv_arg1=
# libltdl_cv_lib_dl_dlopen=yes
# libltdl_cv_preloaded_symbols=yes
# libltdl_cv_shlibext=.so
# libltdl_cv_shrext=.so
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_dlopen=dlopen
# lt_cv_dlopen_libs=-ldl
# lt_cv_dlopen_self=yes
# lt_cv_dlopen_self_static=no
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_module_path_var=LD_LIBRARY_PATH
# 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_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# 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_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_argz_works=yes
# lt_cv_sys_dlopen_deplibs=yes
# lt_cv_sys_dlsearch_path='/lib /usr/lib /usr/lib/R/lib /usr/lib/libfakeroot '
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# 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
# lt_cv_sys_symbol_underscore=no
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/unixodbc/src/unixODBC-2.3.4/missing --run aclocal-1.11'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AR='ar'
# ARGZ_H=''
# AS='as'
# AUTOCONF='${SHELL} /tmp/unixodbc/src/unixODBC-2.3.4/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/unixodbc/src/unixODBC-2.3.4/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/unixodbc/src/unixODBC-2.3.4/missing --run automake-1.11'
# AWK='gawk'
# BIN_PREFIX='/usr/bin'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -pthread'
# CONVENIENCE_LTDL_FALSE='#'
# CONVENIENCE_LTDL_TRUE=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFLIB_PATH='/usr/lib'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# DRIVERC_FALSE=''
# DRIVERC_TRUE='#'
# DRIVERS_FALSE=''
# DRIVERS_TRUE='#'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEC_PREFIX='/usr'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# HAVE_FLEX_FALSE=''
# HAVE_FLEX_TRUE='#'
# ICONV_CHAR_ENCODING='auto-search'
# ICONV_UNICODE_ENCODING='auto-search'
# INCLTDL=''
# INCLUDE_PREFIX='/usr/include'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_LTDL_FALSE=''
# INSTALL_LTDL_TRUE='#'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LFLAGS=''
# LIBADD_CRYPT='-lcrypt'
# LIBADD_DL=''
# LIBADD_DLD_LINK=''
# LIBADD_DLOPEN='-ldl'
# LIBADD_POW='-lm'
# LIBADD_SHL_LOAD=''
# LIBICONV=''
# LIBLTDL='-lltdl'
# LIBOBJS=''
# LIBS='-ldl -lpthread'
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIB_PREFIX='/usr/lib'
# LIB_VERSION='2:0:0'
# LIPO=''
# LN_S='ln -s'
# LTDLDEPS=''
# LTDLINCL=''
# LTDLOPEN='libltdl'
# LTLIBOBJS=''
# LT_CONFIG_H='config.h'
# LT_DLLOADERS=' libltdl/dlopen.la'
# LT_DLPREOPEN='-dlpreopen libltdl/dlopen.la '
# MAKEINFO='${SHELL} /tmp/unixodbc/src/unixODBC-2.3.4/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# MSQL_FALSE=''
# MSQL_TRUE='#'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='unixODBC'
# PACKAGE_BUGREPORT='nick@unixodbc.org'
# PACKAGE_NAME='unixODBC'
# PACKAGE_STRING='unixODBC 2.3.4'
# PACKAGE_TARNAME='unixODBC'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.3.4'
# PATH_SEPARATOR=':'
# PREFIX='/usr'
# PTH_CFLAGS=''
# PTH_CPPFLAGS=''
# PTH_LDFLAGS=''
# PTH_LIBS=''
# QNX_FALSE=''
# QNX_TRUE='#'
# RANLIB='ranlib'
# READLINE='-lreadline'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SHLIBEXT='.so'
# STRIP='strip'
# SYSTEM_FILE_PATH='/etc'
# SYSTEM_LIB_PATH='/usr/lib'
# VERSION='2.3.4'
# WITHLT_FALSE=''
# WITHLT_TRUE='#'
# YACC='bison -y'
# YFLAGS=''
# ac_ct_AR='ar'
# 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__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} 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}'
# 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='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/unixodbc/src/unixODBC-2.3.4/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# ltdl_LIBOBJS=' lt__strl.o'
# ltdl_LTLIBOBJS=' lt__strl.lo'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# msql_headers=''
# msql_libraries=''
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# subdirs=' libltdl'
# sys_symbol_underscore='no'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "unixODBC"
# #define PACKAGE_TARNAME "unixODBC"
# #define PACKAGE_VERSION "2.3.4"
# #define PACKAGE_STRING "unixODBC 2.3.4"
# #define PACKAGE_BUGREPORT "nick@unixodbc.org"
# #define PACKAGE_URL ""
# #define PACKAGE "unixODBC"
# #define VERSION "2.3.4"
# #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_SYS_SEM_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define LT_MODULE_EXT ".so"
# #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# #define HAVE_LIBDL 1
# #define HAVE_DLERROR 1
# #define HAVE_LIBDLLOADER 1
# #define HAVE_ARGZ_H 1
# #define HAVE_ERROR_T 1
# #define HAVE_ARGZ_ADD 1
# #define HAVE_ARGZ_APPEND 1
# #define HAVE_ARGZ_COUNT 1
# #define HAVE_ARGZ_CREATE_SEP 1
# #define HAVE_ARGZ_INSERT 1
# #define HAVE_ARGZ_NEXT 1
# #define HAVE_ARGZ_STRINGIFY 1
# #define HAVE_WORKING_ARGZ 1
# #define HAVE_PRELOADED_SYMBOLS 1
# #define HAVE_LTDL 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DIRENT_H 1
# #define HAVE_CLOSEDIR 1
# #define HAVE_OPENDIR 1
# #define HAVE_READDIR 1
# #define LT_LIBEXT "a"
# #define LT_LIBPREFIX "lib"
# #define SHLIBEXT ".so"
# #define DEFLIB_PATH "/usr/lib"
# #define LIB_PREFIX "/usr/lib"
# #define SYSTEM_FILE_PATH "/etc"
# #define SYSTEM_LIB_PATH "/usr/lib"
# #define PREFIX "/usr"
# #define EXEC_PREFIX "/usr"
# #define BIN_PREFIX "/usr/bin"
# #define INCLUDE_PREFIX "/usr/include"
# #define UNIXODBC /**/
# #define HAVE_ICONV 1
# #define ICONV_CONST
# #define UNICODE_ENCODING "auto-search"
# #define ASCII_ENCODING "auto-search"
# #define HAVE_LIBCRYPT /**/
# #define HAVE_READLINE_HISTORY_H 1
# #define HAVE_READLINE 1
# #define ENABLE_INI_CACHING /**/
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_SYS_TIME_H 1
# #define SIZEOF_LONG 8
# #define PLATFORM64 /**/
# #define HAVE_LONG_LONG 1
# #define SIZEOF_LONG_INT 8
# #define HAVE_STRCASECMP 1
# #define HAVE_STRNCASECMP 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_STRTOL 1
# #define HAVE_ATOLL 1
# #define HAVE_STRTOLL 1
# #define HAVE_ENDPWENT 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_FTIME 1
# #define HAVE_TIME 1
# #define HAVE_GETUID 1
# #define HAVE_GETPWUID 1
# #define HAVE_NL_LANGINFO 1
# #define HAVE_LANGINFO_CODESET 1
# #define HAVE_LIBPTHREAD 1
# #define HAVE_LOCALTIME_R 1
# #define STDC_HEADERS 1
# #define HAVE_MALLOC_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_PWD_H 1
# #define HAVE_CRYPT_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_SEM_H 1
# #define HAVE_STDARG_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TIMEB_H 1
# #define HAVE_TIME_H 1
# #define HAVE_LANGINFO_H 1
# #define STRICT_ODBC_ERROR /**/
# #define HAVE_DIRENT_H 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_VPRINTF 1
# #define HAVE_PUTENV 1
# #define HAVE_SOCKET 1
# #define HAVE_STRDUP 1
# #define HAVE_STRSTR 1
# #define HAVE_SETENV 1
# #define HAVE_SETLOCALE 1
# #define HAVE_STRCHR 1
# #define UNIXODBC_SOURCE /**/
#
# configure: exit 0

CMD: config logfiles '/tmp/unixodbc/src/unixODBC-2.3.4/libltdl/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 libltdl configure 2.4.2, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --disable-option-checking --prefix=/usr --host=x86_64-unknown-linux --sysconfdir=/etc host_alias=x86_64-unknown-linux CC=clang CFLAGS= LDFLAGS= CPPFLAGS= --cache-file=/dev/null --srcdir=.
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = dfda53a4afdc
# 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/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2264: checking for a BSD-compatible install
# configure:2332: result: /usr/bin/install -c
# configure:2343: checking whether build environment is sane
# configure:2393: result: yes
# configure:2442: checking for x86_64-unknown-linux-strip
# configure:2472: result: no
# configure:2482: checking for strip
# configure:2498: found /usr/bin/strip
# configure:2509: result: strip
# configure:2534: checking for a thread-safe mkdir -p
# configure:2573: result: /usr/bin/mkdir -p
# configure:2586: checking for gawk
# configure:2602: found /usr/bin/gawk
# configure:2613: result: gawk
# configure:2624: checking whether make sets $(MAKE)
# configure:2646: result: yes
# configure:2766: checking build system type
# configure:2780: result: x86_64-unknown-linux-gnu
# configure:2800: checking host system type
# configure:2813: result: x86_64-unknown-linux-gnu
# configure:2854: checking how to print strings
# configure:2881: result: printf
# configure:2914: checking for style of include used by make
# configure:2942: result: GNU
# configure:2972: checking for x86_64-unknown-linux-gcc
# configure:2999: result: clang
# configure:3268: checking for C compiler version
# configure:3277: 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:3288: $? = 0
# configure:3277: 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
# ... rest of stderr output deleted ...
# configure:3288: $? = 0
# configure:3277: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3288: $? = 1
# configure:3277: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3288: $? = 1
# configure:3308: checking whether the C compiler works
# configure:3330: clang conftest.c >&5
# configure:3334: $? = 0
# configure:3382: result: yes
# configure:3385: checking for C compiler default output file name
# configure:3387: result: a.out
# configure:3393: checking for suffix of executables
# configure:3400: clang -o conftest conftest.c >&5
# configure:3404: $? = 0
# configure:3426: result:
# configure:3448: checking whether we are cross compiling
# configure:3456: clang -o conftest conftest.c >&5
# configure:3460: $? = 0
# configure:3467: ./conftest
# configure:3471: $? = 0
# configure:3486: result: no
# configure:3491: checking for suffix of object files
# configure:3513: clang -c conftest.c >&5
# configure:3517: $? = 0
# configure:3538: result: o
# configure:3542: checking whether we are using the GNU C compiler
# configure:3561: clang -c conftest.c >&5
# configure:3561: $? = 0
# configure:3570: result: yes
# configure:3579: checking whether clang accepts -g
# configure:3599: clang -c -g conftest.c >&5
# configure:3599: $? = 0
# configure:3640: result: yes
# configure:3657: checking for clang option to accept ISO C89
# configure:3721: clang -c conftest.c >&5
# configure:3721: $? = 0
# configure:3734: result: none needed
# configure:3756: checking dependency style of clang
# configure:3866: result: gcc3
# configure:3881: checking for a sed that does not truncate output
# configure:3945: result: /usr/bin/sed
# configure:3963: checking for grep that handles long lines and -e
# configure:4021: result: /usr/bin/grep
# configure:4026: checking for egrep
# configure:4088: result: /usr/bin/grep -E
# configure:4093: checking for fgrep
# configure:4155: result: /usr/bin/grep -F
# configure:4190: checking for ld used by clang
# configure:4257: result: /usr/bin/ld
# configure:4264: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4279: result: yes
# configure:4291: checking for BSD- or MS-compatible name lister (nm)
# configure:4340: result: /usr/bin/nm -B
# configure:4470: checking the name lister (/usr/bin/nm -B) interface
# configure:4477: clang -c conftest.c >&5
# configure:4480: /usr/bin/nm -B "conftest.o"
# configure:4483: output
# 0000000000000000 B some_variable
# configure:4490: result: BSD nm
# configure:4493: checking whether ln -s works
# configure:4497: result: yes
# configure:4505: checking the maximum length of command line arguments
# configure:4635: result: 1572864
# configure:4652: checking whether the shell understands some XSI constructs
# configure:4662: result: yes
# configure:4666: checking whether the shell understands "+="
# configure:4672: result: yes
# configure:4707: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:4747: result: func_convert_file_noop
# configure:4754: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:4774: result: func_convert_file_noop
# configure:4781: checking for /usr/bin/ld option to reload object files
# configure:4788: result: -r
# configure:4822: checking for x86_64-unknown-linux-objdump
# configure:4852: result: no
# configure:4862: checking for objdump
# configure:4878: found /usr/bin/objdump
# configure:4889: result: objdump
# configure:4918: checking how to recognize dependent libraries
# configure:5120: result: pass_all
# configure:5165: checking for x86_64-unknown-linux-dlltool
# configure:5195: result: no
# configure:5205: checking for dlltool
# configure:5235: result: no
# configure:5262: checking how to associate runtime and link libraries
# configure:5289: result: printf %s\n
# configure:5306: checking for x86_64-unknown-linux-ar
# configure:5336: result: no
# configure:5350: checking for ar
# configure:5366: found /usr/bin/ar
# configure:5377: result: ar
# configure:5414: checking for archiver @FILE support
# configure:5431: clang -c conftest.c >&5
# configure:5431: $? = 0
# configure:5434: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5437: $? = 0
# configure:5442: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:5445: $? = 1
# configure:5457: result: @
# configure:5475: checking for x86_64-unknown-linux-strip
# configure:5502: result: strip
# configure:5574: checking for x86_64-unknown-linux-ranlib
# configure:5604: result: no
# configure:5614: checking for ranlib
# configure:5630: found /usr/bin/ranlib
# configure:5641: result: ranlib
# configure:5743: checking command to parse /usr/bin/nm -B output from clang object
# configure:5863: clang -c conftest.c >&5
# configure:5866: $? = 0
# configure:5870: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:5873: $? = 0
# configure:5939: clang -o conftest conftest.c conftstm.o >&5
# configure:5942: $? = 0
# configure:5980: result: ok
# configure:6017: checking for sysroot
# configure:6047: result: no
# configure:6124: clang -c conftest.c >&5
# configure:6127: $? = 0
# configure:6263: checking for x86_64-unknown-linux-mt
# configure:6293: result: no
# configure:6303: checking for mt
# configure:6333: result: no
# configure:6353: checking if : is a manifest tool
# configure:6359: : '-?'
# configure:6367: result: no
# configure:7009: checking how to run the C preprocessor
# configure:7040: clang -E conftest.c
# configure:7040: $? = 0
# configure:7054: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7054: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libltdl"
# | #define PACKAGE_TARNAME "libltdl"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "libltdl 2.4.2"
# | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libltdl"
# | #define VERSION "2.4.2"
# | /* end confdefs.h. */
# | #include
# configure:7079: result: clang -E
# configure:7099: clang -E conftest.c
# configure:7099: $? = 0
# configure:7113: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7113: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libltdl"
# | #define PACKAGE_TARNAME "libltdl"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "libltdl 2.4.2"
# | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libltdl"
# | #define VERSION "2.4.2"
# | /* end confdefs.h. */
# | #include
# configure:7142: checking for ANSI C header files
# configure:7162: clang -c conftest.c >&5
# configure:7162: $? = 0
# configure:7235: clang -o conftest conftest.c >&5
# configure:7235: $? = 0
# configure:7235: ./conftest
# configure:7235: $? = 0
# configure:7246: result: yes
# configure:7259: checking for sys/types.h
# configure:7259: clang -c conftest.c >&5
# configure:7259: $? = 0
# configure:7259: result: yes
# configure:7259: checking for sys/stat.h
# configure:7259: clang -c conftest.c >&5
# configure:7259: $? = 0
# configure:7259: result: yes
# configure:7259: checking for stdlib.h
# configure:7259: clang -c conftest.c >&5
# configure:7259: $? = 0
# configure:7259: result: yes
# configure:7259: checking for string.h
# configure:7259: clang -c conftest.c >&5
# configure:7259: $? = 0
# configure:7259: result: yes
# configure:7259: checking for memory.h
# configure:7259: clang -c conftest.c >&5
# configure:7259: $? = 0
# configure:7259: result: yes
# configure:7259: checking for strings.h
# configure:7259: clang -c conftest.c >&5
# configure:7259: $? = 0
# configure:7259: result: yes
# configure:7259: checking for inttypes.h
# configure:7259: clang -c conftest.c >&5
# configure:7259: $? = 0
# configure:7259: result: yes
# configure:7259: checking for stdint.h
# configure:7259: clang -c conftest.c >&5
# configure:7259: $? = 0
# configure:7259: result: yes
# configure:7259: checking for unistd.h
# configure:7259: clang -c conftest.c >&5
# configure:7259: $? = 0
# configure:7259: result: yes
# configure:7273: checking for dlfcn.h
# configure:7273: clang -c conftest.c >&5
# configure:7273: $? = 0
# configure:7273: result: yes
# configure:7776: checking for objdir
# configure:7791: result: .libs
# configure:8062: checking if clang supports -fno-rtti -fno-exceptions
# configure:8080: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8084: $? = 0
# configure:8097: result: yes
# configure:8424: checking for clang option to produce PIC
# configure:8431: result: -fPIC -DPIC
# configure:8439: checking if clang PIC flag -fPIC -DPIC works
# configure:8457: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8461: $? = 0
# configure:8474: result: yes
# configure:8503: checking if clang static flag -static works
# configure:8531: result: yes
# configure:8546: checking if clang supports -c -o file.o
# configure:8567: clang -c -o out/conftest2.o conftest.c >&5
# configure:8571: $? = 0
# configure:8593: result: yes
# configure:8601: checking if clang supports -c -o file.o
# configure:8648: result: yes
# configure:8681: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9838: result: yes
# configure:9875: checking whether -lc should be explicitly linked in
# configure:9883: clang -c conftest.c >&5
# configure:9886: $? = 0
# configure:9901: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:9904: $? = 0
# configure:9918: result: no
# configure:10078: checking dynamic linker characteristics
# configure:10589: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10589: $? = 0
# configure:10823: result: GNU/Linux ld.so
# configure:10930: checking how to hardcode library paths into programs
# configure:10955: result: immediate
# configure:11049: checking for shl_load
# configure:11049: clang -o conftest conftest.c >&5
# /tmp/conftest-cde8f1.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:11049: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libltdl"
# | #define PACKAGE_TARNAME "libltdl"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "libltdl 2.4.2"
# | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libltdl"
# | #define VERSION "2.4.2"
# | #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/"
# | /* 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:11049: result: no
# configure:11053: checking for shl_load in -ldld
# configure:11078: 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:11078: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libltdl"
# | #define PACKAGE_TARNAME "libltdl"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "libltdl 2.4.2"
# | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libltdl"
# | #define VERSION "2.4.2"
# | #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/"
# | /* 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:11087: result: no
# configure:11092: checking for dlopen
# configure:11092: clang -o conftest conftest.c >&5
# /tmp/conftest-8ee899.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dlopen'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11092: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libltdl"
# | #define PACKAGE_TARNAME "libltdl"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "libltdl 2.4.2"
# | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libltdl"
# | #define VERSION "2.4.2"
# | #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/"
# | /* end confdefs.h. */
# | /* Define dlopen to an innocuous variant, in case declares dlopen.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define dlopen innocuous_dlopen
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dlopen (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef dlopen
# |
# | /* 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 dlopen ();
# | /* 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_dlopen || defined __stub___dlopen
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:11092: result: no
# configure:11096: checking for dlopen in -ldl
# configure:11121: clang -o conftest conftest.c -ldl >&5
# configure:11121: $? = 0
# configure:11130: result: yes
# configure:11249: checking whether a program can dlopen itself
# configure:11329: clang -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
# configure:11332: $? = 0
# configure:11350: result: yes
# configure:11355: checking whether a statically linked program can dlopen itself
# configure:11435: clang -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
# /tmp/conftest-0862f5.o: In function `main':
# conftest.c:(.text+0x29): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
# /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11438: $? = 1
# configure:11456: result: no
# configure:11495: checking whether stripping libraries is possible
# configure:11500: result: yes
# configure:11535: checking if libtool supports shared libraries
# configure:11537: result: yes
# configure:11540: checking whether to build shared libraries
# configure:11561: result: yes
# configure:11564: checking whether to build static libraries
# configure:11568: result: yes
# configure:11605: checking which extension is used for runtime loadable modules
# configure:11617: result: .so
# configure:11634: checking which variable specifies run-time module search path
# configure:11641: result: LD_LIBRARY_PATH
# configure:11651: checking for the default library search path
# configure:11658: result: /lib /usr/lib /usr/lib/R/lib /usr/lib/libfakeroot
# configure:11688: checking for library containing dlopen
# configure:11719: clang -o conftest conftest.c >&5
# /tmp/conftest-6bf194.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dlopen'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11719: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libltdl"
# | #define PACKAGE_TARNAME "libltdl"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "libltdl 2.4.2"
# | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libltdl"
# | #define VERSION "2.4.2"
# | #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 LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | /* 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 dlopen ();
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:11719: clang -o conftest conftest.c -ldl >&5
# configure:11719: $? = 0
# configure:11736: result: -ldl
# configure:11826: checking for dlerror
# configure:11826: clang -o conftest conftest.c -ldl -ldl >&5
# configure:11826: $? = 0
# configure:11826: result: yes
# configure:11840: checking for shl_load
# configure:11840: result: no
# configure:11847: checking for shl_load in -ldld
# configure:11881: result: no
# configure:11927: checking for dld_link in -ldld
# configure:11952: clang -o conftest conftest.c -ldld -ldl >&5
# /usr/bin/ld: cannot find -ldld
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11952: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libltdl"
# | #define PACKAGE_TARNAME "libltdl"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "libltdl 2.4.2"
# | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libltdl"
# | #define VERSION "2.4.2"
# | #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 LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 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:11961: result: no
# configure:11995: checking for _ prefix in compiled symbols
# configure:12005: clang -c conftest.c >&5
# conftest.c:2:12: warning: expression result unused [-Wunused-value]
# int main(){nm_test_func;return 0;}
# ^~~~~~~~~~~~
# 1 warning generated.
# configure:12008: $? = 0
# configure:12012: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:12015: $? = 0
# configure:12037: result: no
# configure:12161: checking whether deplibs are loaded by dlopen
# configure:12255: result: yes
# configure:12267: checking for argz.h
# configure:12267: clang -c conftest.c >&5
# configure:12267: $? = 0
# configure:12267: result: yes
# configure:12279: checking for error_t
# configure:12279: clang -c conftest.c >&5
# configure:12279: $? = 0
# configure:12279: clang -c conftest.c >&5
# conftest.c:37:22: error: expected expression
# if (sizeof ((error_t)))
# ^
# 1 error generated.
# configure:12279: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libltdl"
# | #define PACKAGE_TARNAME "libltdl"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "libltdl 2.4.2"
# | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libltdl"
# | #define VERSION "2.4.2"
# | #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 LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | /* end confdefs.h. */
# | #if defined(HAVE_ARGZ_H)
# | # include
# | #endif
# |
# | int
# | main ()
# | {
# | if (sizeof ((error_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12279: result: yes
# configure:12305: checking for argz_add
# configure:12305: clang -o conftest conftest.c -ldl >&5
# configure:12305: $? = 0
# configure:12305: result: yes
# configure:12305: checking for argz_append
# configure:12305: clang -o conftest conftest.c -ldl >&5
# configure:12305: $? = 0
# configure:12305: result: yes
# configure:12305: checking for argz_count
# configure:12305: clang -o conftest conftest.c -ldl >&5
# configure:12305: $? = 0
# configure:12305: result: yes
# configure:12305: checking for argz_create_sep
# configure:12305: clang -o conftest conftest.c -ldl >&5
# configure:12305: $? = 0
# configure:12305: result: yes
# configure:12305: checking for argz_insert
# configure:12305: clang -o conftest conftest.c -ldl >&5
# configure:12305: $? = 0
# configure:12305: result: yes
# configure:12305: checking for argz_next
# configure:12305: clang -o conftest conftest.c -ldl >&5
# configure:12305: $? = 0
# configure:12305: result: yes
# configure:12305: checking for argz_stringify
# configure:12305: clang -o conftest conftest.c -ldl >&5
# configure:12305: $? = 0
# configure:12305: result: yes
# configure:12323: checking if argz actually works
# configure:12354: result: yes
# configure:12373: checking whether libtool supports -dlopen/-dlpreopen
# configure:12385: result: yes
# configure:12438: checking for unistd.h
# configure:12438: result: yes
# configure:12438: checking for dl.h
# configure:12438: clang -c conftest.c >&5
# conftest.c:75:10: fatal error: 'dl.h' file not found
# #include
# ^
# 1 error generated.
# configure:12438: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libltdl"
# | #define PACKAGE_TARNAME "libltdl"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "libltdl 2.4.2"
# | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libltdl"
# | #define VERSION "2.4.2"
# | #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 LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_UNISTD_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:12438: result: no
# configure:12438: checking for sys/dl.h
# configure:12438: clang -c conftest.c >&5
# conftest.c:75:10: fatal error: 'sys/dl.h' file not found
# #include
# ^
# 1 error generated.
# configure:12438: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libltdl"
# | #define PACKAGE_TARNAME "libltdl"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "libltdl 2.4.2"
# | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libltdl"
# | #define VERSION "2.4.2"
# | #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 LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_UNISTD_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:12438: result: no
# configure:12438: checking for dld.h
# configure:12438: clang -c conftest.c >&5
# conftest.c:75:10: fatal error: 'dld.h' file not found
# #include
# ^
# 1 error generated.
# configure:12438: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libltdl"
# | #define PACKAGE_TARNAME "libltdl"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "libltdl 2.4.2"
# | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libltdl"
# | #define VERSION "2.4.2"
# | #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 LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_UNISTD_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:12438: result: no
# configure:12438: checking for mach-o/dyld.h
# configure:12438: clang -c conftest.c >&5
# conftest.c:75:10: fatal error: 'mach-o/dyld.h' file not found
# #include
# ^
# 1 error generated.
# configure:12438: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libltdl"
# | #define PACKAGE_TARNAME "libltdl"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "libltdl 2.4.2"
# | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libltdl"
# | #define VERSION "2.4.2"
# | #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 LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_UNISTD_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:12438: result: no
# configure:12438: checking for dirent.h
# configure:12438: clang -c conftest.c >&5
# configure:12438: $? = 0
# configure:12438: result: yes
# configure:12453: checking for closedir
# configure:12453: clang -o conftest conftest.c -ldl >&5
# configure:12453: $? = 0
# configure:12453: result: yes
# configure:12453: checking for opendir
# configure:12453: clang -o conftest conftest.c -ldl >&5
# configure:12453: $? = 0
# configure:12453: result: yes
# configure:12453: checking for readdir
# configure:12453: clang -o conftest conftest.c -ldl >&5
# configure:12453: $? = 0
# configure:12453: result: yes
# configure:12472: checking for strlcat
# configure:12472: clang -o conftest conftest.c -ldl >&5
# conftest.c:68:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
# char strlcat ();
# ^
# conftest.c:68:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-474bc6.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcat'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12472: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libltdl"
# | #define PACKAGE_TARNAME "libltdl"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "libltdl 2.4.2"
# | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libltdl"
# | #define VERSION "2.4.2"
# | #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 LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | /* end confdefs.h. */
# | /* Define strlcat to an innocuous variant, in case declares strlcat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcat innocuous_strlcat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcat
# |
# | /* 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 strlcat ();
# | /* 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_strlcat || defined __stub___strlcat
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcat ();
# | ;
# | return 0;
# | }
# configure:12472: result: no
# configure:12472: checking for strlcpy
# configure:12472: clang -o conftest conftest.c -ldl >&5
# conftest.c:68:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
# char strlcpy ();
# ^
# conftest.c:68:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-4f7f23.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcpy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12472: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libltdl"
# | #define PACKAGE_TARNAME "libltdl"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "libltdl 2.4.2"
# | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libltdl"
# | #define VERSION "2.4.2"
# | #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 LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* 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 strlcpy ();
# | /* 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_strlcpy || defined __stub___strlcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcpy ();
# | ;
# | return 0;
# | }
# configure:12472: result: no
# configure:12653: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libltdl config.status 2.4.2, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on dfda53a4afdc
#
# config.status:1127: creating Makefile
# config.status:1127: creating config.h
# config.status:1356: executing depfiles commands
# config.status:1356: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=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_argz_add=yes
# ac_cv_func_argz_append=yes
# ac_cv_func_argz_count=yes
# ac_cv_func_argz_create_sep=yes
# ac_cv_func_argz_insert=yes
# ac_cv_func_argz_next=yes
# ac_cv_func_argz_stringify=yes
# ac_cv_func_closedir=yes
# ac_cv_func_dlerror=yes
# ac_cv_func_dlopen=no
# ac_cv_func_opendir=yes
# ac_cv_func_readdir=yes
# ac_cv_func_shl_load=no
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_header_argz_h=yes
# ac_cv_header_dirent_h=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_mach_o_dyld_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_dl_h=no
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# 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_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_dlopen=-ldl
# ac_cv_type_error_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# libltdl_cv_lib_dl_dlopen=yes
# libltdl_cv_preloaded_symbols=yes
# libltdl_cv_shlibext=.so
# libltdl_cv_shrext=.so
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_dlopen=dlopen
# lt_cv_dlopen_libs=-ldl
# lt_cv_dlopen_self=yes
# lt_cv_dlopen_self_static=no
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_module_path_var=LD_LIBRARY_PATH
# 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_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# 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_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_argz_works=yes
# lt_cv_sys_dlopen_deplibs=yes
# lt_cv_sys_dlsearch_path='/lib /usr/lib /usr/lib/R/lib /usr/lib/libfakeroot '
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# 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
# lt_cv_sys_symbol_underscore=no
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/unixodbc/src/unixODBC-2.3.4/libltdl/config/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/unixodbc/src/unixODBC-2.3.4/libltdl/config/missing --run tar'
# AR='ar'
# ARGZ_H=''
# AS='as'
# AUTOCONF='${SHELL} /tmp/unixodbc/src/unixODBC-2.3.4/libltdl/config/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/unixodbc/src/unixODBC-2.3.4/libltdl/config/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/unixodbc/src/unixODBC-2.3.4/libltdl/config/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CONVENIENCE_LTDL_FALSE='#'
# CONVENIENCE_LTDL_TRUE=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_LTDL_FALSE=''
# INSTALL_LTDL_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_DLD_LINK=''
# LIBADD_DLOPEN='-ldl'
# LIBADD_SHL_LOAD=''
# LIBOBJS=' ${LIBOBJDIR}lt__strl$U.o'
# LIBS='-ldl '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTDLOPEN='libltdl'
# LTLIBOBJS=' ${LIBOBJDIR}lt__strl$U.lo'
# LT_CONFIG_H='config.h'
# LT_DLLOADERS=' dlopen.la'
# LT_DLPREOPEN='-dlpreopen dlopen.la '
# MAKEINFO='${SHELL} /tmp/unixodbc/src/unixODBC-2.3.4/libltdl/config/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libltdl'
# PACKAGE_BUGREPORT='bug-libtool@gnu.org'
# PACKAGE_NAME='libltdl'
# PACKAGE_STRING='libltdl 2.4.2'
# PACKAGE_TARNAME='libltdl'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.4.2'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='2.4.2'
# ac_ct_AR='ar'
# 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}'
# 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='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/unixodbc/src/unixODBC-2.3.4/libltdl/config/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sys_symbol_underscore='no'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libltdl"
# #define PACKAGE_TARNAME "libltdl"
# #define PACKAGE_VERSION "2.4.2"
# #define PACKAGE_STRING "libltdl 2.4.2"
# #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
# #define PACKAGE_URL ""
# #define PACKAGE "libltdl"
# #define VERSION "2.4.2"
# #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 LT_MODULE_EXT ".so"
# #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# #define HAVE_LIBDL 1
# #define HAVE_DLERROR 1
# #define HAVE_LIBDLLOADER 1
# #define HAVE_ARGZ_H 1
# #define HAVE_ERROR_T 1
# #define HAVE_ARGZ_ADD 1
# #define HAVE_ARGZ_APPEND 1
# #define HAVE_ARGZ_COUNT 1
# #define HAVE_ARGZ_CREATE_SEP 1
# #define HAVE_ARGZ_INSERT 1
# #define HAVE_ARGZ_NEXT 1
# #define HAVE_ARGZ_STRINGIFY 1
# #define HAVE_WORKING_ARGZ 1
# #define HAVE_PRELOADED_SYMBOLS 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DIRENT_H 1
# #define HAVE_CLOSEDIR 1
# #define HAVE_OPENDIR 1
# #define HAVE_READDIR 1
# #define LT_LIBEXT "a"
# #define LT_LIBPREFIX "lib"
#
# configure: exit 0