Skip to content

Instantly share code, notes, and snippets.

@ahonnecke
Created October 10, 2013 17:12
Show Gist options
  • Save ahonnecke/6922045 to your computer and use it in GitHub Desktop.
Save ahonnecke/6922045 to your computer and use it in GitHub Desktop.
ahonnecke@mes-MacBook-Pro:~/$ brew doctor
Your system is ready to brew.
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$ brew install -v freetds 2>&1
==> Downloading http://mirrors.ibiblio.org/freetds/stable/freetds-0.91.tar.gz
Already downloaded: /Library/Caches/Homebrew/freetds-0.91.tar.gz
tar xf /Library/Caches/Homebrew/freetds-0.91.tar.gz
==> ./configure --prefix=/usr/local/Cellar/freetds/0.91 --with-openssl=/usr/bin --with-tdsver=7.1 --mandir=/usr/local/Cellar/freetds/0.91/share/man
./configure --prefix=/usr/local/Cellar/freetds/0.91 --with-openssl=/usr/bin --with-tdsver=7.1 --mandir=/usr/local/Cellar/freetds/0.91/share/man
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-apple-darwin12.5.0
checking host system type... x86_64-apple-darwin12.5.0
checking for style of include used by make... GNU
checking for gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cc -E
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cc -E
checking whether cc understands -c and -o together... yes
checking for inline... inline
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm
checking the name lister (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm output from cc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common -DPIC
checking if cc PIC flag -fno-common -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.5.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for library containing dlopen... none required
checking for dlerror... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dld_link in -ldld... no
checking for windres... no
checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking for iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for doxygen... no
checking for odbc_config... no
checking for pkg-config... pkg-config
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for library containing tgetent... -lncurses
checking for readline in -lreadline... yes
checking for rl_on_new_line... no
checking for rl_reset_line_state... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.__tm_zone... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking readpassphrase.h usability... yes
checking readpassphrase.h presence... yes
checking for readpassphrase.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for inttypes.h... (cached) yes
checking for windows.h... no
checking for sql.h... yes
checking for odbcss.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking whether INADDR_NONE is defined... yes
checking size of char... 1
checking size of short... 2
checking size of long... 8
checking size of int... 4
checking size of float... 4
checking size of double... 8
checking size of long double... 16
checking size of long long... 8
checking size of __int64... 0
checking size of void *... 8
checking size of wchar_t... 4
checking is FIONBIO defined... yes
checking for socklen_t... yes
checking whether getopt has optreset support... yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking whether we can use -static-libgcc... sed: conftest.c: No such file or directory
no
checking whether we can use -Wl,-static-libgcc... sed: conftest.c: No such file or directory
no
checking whether memset(0) sets pointers to NULL... yes
checking for vsnprintf... yes
checking for _vsnprintf... no
checking for gettimeofday... yes
checking for nl_langinfo... yes
checking for locale_charset... no
checking for setenv... yes
checking for putenv... yes
checking for getuid... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for fstat... yes
checking for alarm... yes
checking for fork... yes
checking for gethrtime... no
checking for localtime_r... yes
checking for setitimer... yes
checking for _lseeki64... no
checking for _telli64... no
checking for _fseeki64... no
checking for _ftelli64... no
checking for setrlimit... yes
checking for inet_ntoa_r... no
checking for getipnodebyaddr... yes
checking for getipnodebyname... yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for inet_ntop... yes
checking for gethostname... yes
checking for poll... yes
checking for asprintf... yes
checking for vasprintf... yes
checking for atoll... yes
checking for strtok_r... yes
checking for readpassphrase... yes
checking for strlcpy... yes
checking for strlcat... yes
checking for basename... yes
checking for getopt... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for library containing clock_gettime... no
checking whether malloc_options variable is present... no
checking compile-time options
looking for installed odbc driver manager
checking for SQLConnect in -liodbc... yes
checking isql.h usability... yes
checking isql.h presence... yes
checking for isql.h... yes
checking for SQLGetPrivateProfileString in -liodbcinst... yes
checking iodbcinst.h usability... yes
checking iodbcinst.h presence... yes
checking for iodbcinst.h... yes
checking for SQLSETPOSIROW... yes
checking for SQLROWSETSIZE... no
checking for SQLROWOFFSET... no
checking size of SQLWCHAR... 2
checking if openssl is wanted... yes
configure: error: Cannot find OpenSSL libraries
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: 4149b8b7b1bd4f53fa1205fe3d258e1cdb699f9b
CPU: quad-core 64-bit arrandale
OS X: 10.8.5-x86_64
Xcode: 5.0
X11: 2.7.4 => /opt/X11
==> ENV
HOMEBREW_CC: clang
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/libxml2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/apache2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/usr/local/opt/pkg-config/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: freetds did not build
Logs: /Users/ahonnecke/Library/Logs/Homebrew/freetds/config.log
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$ brew install freetds
==> Downloading http://mirrors.ibiblio.org/freetds/stable/freetds-0.91.tar.gz
Already downloaded: /Library/Caches/Homebrew/freetds-0.91.tar.gz
==> ./configure --prefix=/usr/local/Cellar/freetds/0.91 --with-openssl=/usr/bin --with-tdsver=7.1 --mandir=/usr/local/Cellar/freetds/0.91/share/man
checking for SQLROWSETSIZE... no
checking for SQLROWOFFSET... no
checking size of SQLWCHAR... 2
checking if openssl is wanted... yes
configure: error: Cannot find OpenSSL libraries
READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$ brew install --env=std freetds
==> Downloading http://mirrors.ibiblio.org/freetds/stable/freetds-0.91.tar.gz
Already downloaded: /Library/Caches/Homebrew/freetds-0.91.tar.gz
==> ./configure --prefix=/usr/local/Cellar/freetds/0.91 --with-openssl=/usr/bin --with-tdsver=7.1 --mandir=/usr/local/Cellar/freetds/0.91/share/man
checking for SQLROWSETSIZE... no
checking for SQLROWOFFSET... no
checking size of SQLWCHAR... 2
checking if openssl is wanted... yes
configure: error: Cannot find OpenSSL libraries
READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$ sudo chown -R $(whoami) /usr/local
Password:
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$ brew install --env=std freetds
==> Downloading http://mirrors.ibiblio.org/freetds/stable/freetds-0.91.tar.gz
Already downloaded: /Library/Caches/Homebrew/freetds-0.91.tar.gz
==> ./configure --prefix=/usr/local/Cellar/freetds/0.91 --with-openssl=/usr/bin --with-tdsver=7.1 --mandir=/usr/local/Cellar/freetds/0.91/share/man
checking for SQLROWSETSIZE... no
checking for SQLROWOFFSET... no
checking size of SQLWCHAR... 2
checking if openssl is wanted... yes
configure: error: Cannot find OpenSSL libraries
READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$ brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/mxcl/homebrew
HEAD: 4149b8b7b1bd4f53fa1205fe3d258e1cdb699f9b
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit arrandale
OS X: 10.8.5-x86_64
Xcode: 5.0
LLVM-GCC: N/A
Clang: 5.0 build 500
X11: 2.7.4 => /opt/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$ bre list freetds
-bash: bre: command not found
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$ brew list freetds
Error: No such keg: /usr/local/Cellar/freetds
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$ brew info freetds
freetds: stable 0.91, HEAD
http://www.freetds.org/
Not installed
From: https://github.com/mxcl/homebrew/commits/master/Library/Formula/freetds.rb
==> Dependencies
Build: pkg-config
Optional: unixodbc
==> Options
--enable-msdblib
Enable Microsoft behavior in the DB-Library API where it diverges from Sybase's
--enable-sybase-compat
Enable close compatibility with Sybase's ABI, at the expense of other features
--universal
Build a universal binary
--with-unixodbc
Build with unixodbc support
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$ brew install --env=std freetds --universal --with-unixodbc
==> Downloading http://mirrors.ibiblio.org/freetds/stable/freetds-0.91.tar.gz
Already downloaded: /Library/Caches/Homebrew/freetds-0.91.tar.gz
==> ./configure --prefix=/usr/local/Cellar/freetds/0.91 --with-openssl=/usr/bin --with-tdsver=7.1 --mandir=/usr/local/Cellar/freetds/0.91/share/man --with-unixodbc=/usr/local/Cellar/unixodbc/2.3.1
checking for SQLROWSETSIZE... no
checking for SQLROWOFFSET... no
checking size of SQLWCHAR... 2
checking if openssl is wanted... yes
configure: error: Cannot find OpenSSL libraries
READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$
ahonnecke@mes-MacBook-Pro:/usr/local/Library/Formula$ cd
ahonnecke@mes-MacBook-Pro:~$
ahonnecke@mes-MacBook-Pro:~$
ahonnecke@mes-MacBook-Pro:~$ brew install -v $FORMULA 2>&1
This command requires a formula argument
ahonnecke@mes-MacBook-Pro:~$ brew install -v freetds 2>&1
==> Downloading http://mirrors.ibiblio.org/freetds/stable/freetds-0.91.tar.gz
Already downloaded: /Library/Caches/Homebrew/freetds-0.91.tar.gz
tar xf /Library/Caches/Homebrew/freetds-0.91.tar.gz
==> ./configure --prefix=/usr/local/Cellar/freetds/0.91 --with-openssl=/usr/bin --with-tdsver=7.1 --mandir=/usr/local/Cellar/freetds/0.91/share/man
./configure --prefix=/usr/local/Cellar/freetds/0.91 --with-openssl=/usr/bin --with-tdsver=7.1 --mandir=/usr/local/Cellar/freetds/0.91/share/man
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-apple-darwin12.5.0
checking host system type... x86_64-apple-darwin12.5.0
checking for style of include used by make... GNU
checking for gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cc -E
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cc -E
checking whether cc understands -c and -o together... yes
checking for inline... inline
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm
checking the name lister (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm output from cc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common -DPIC
checking if cc PIC flag -fno-common -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.5.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for library containing dlopen... none required
checking for dlerror... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dld_link in -ldld... no
checking for windres... no
checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking for iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for doxygen... no
checking for odbc_config... no
checking for pkg-config... pkg-config
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for library containing tgetent... -lncurses
checking for readline in -lreadline... yes
checking for rl_on_new_line... no
checking for rl_reset_line_state... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.__tm_zone... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking readpassphrase.h usability... yes
checking readpassphrase.h presence... yes
checking for readpassphrase.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for inttypes.h... (cached) yes
checking for windows.h... no
checking for sql.h... yes
checking for odbcss.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking whether INADDR_NONE is defined... yes
checking size of char... 1
checking size of short... 2
checking size of long... 8
checking size of int... 4
checking size of float... 4
checking size of double... 8
checking size of long double... 16
checking size of long long... 8
checking size of __int64... 0
checking size of void *... 8
checking size of wchar_t... 4
checking is FIONBIO defined... yes
checking for socklen_t... yes
checking whether getopt has optreset support... yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking whether we can use -static-libgcc... sed: conftest.c: No such file or directory
no
checking whether we can use -Wl,-static-libgcc... sed: conftest.c: No such file or directory
no
checking whether memset(0) sets pointers to NULL... yes
checking for vsnprintf... yes
checking for _vsnprintf... no
checking for gettimeofday... yes
checking for nl_langinfo... yes
checking for locale_charset... no
checking for setenv... yes
checking for putenv... yes
checking for getuid... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for fstat... yes
checking for alarm... yes
checking for fork... yes
checking for gethrtime... no
checking for localtime_r... yes
checking for setitimer... yes
checking for _lseeki64... no
checking for _telli64... no
checking for _fseeki64... no
checking for _ftelli64... no
checking for setrlimit... yes
checking for inet_ntoa_r... no
checking for getipnodebyaddr... yes
checking for getipnodebyname... yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for inet_ntop... yes
checking for gethostname... yes
checking for poll... yes
checking for asprintf... yes
checking for vasprintf... yes
checking for atoll... yes
checking for strtok_r... yes
checking for readpassphrase... yes
checking for strlcpy... yes
checking for strlcat... yes
checking for basename... yes
checking for getopt... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for library containing clock_gettime... no
checking whether malloc_options variable is present... no
checking compile-time options
looking for installed odbc driver manager
checking for SQLConnect in -liodbc... yes
checking isql.h usability... yes
checking isql.h presence... yes
checking for isql.h... yes
checking for SQLGetPrivateProfileString in -liodbcinst... yes
checking iodbcinst.h usability... yes
checking iodbcinst.h presence... yes
checking for iodbcinst.h... yes
checking for SQLSETPOSIROW... yes
checking for SQLROWSETSIZE... no
checking for SQLROWOFFSET... no
checking size of SQLWCHAR... 2
checking if openssl is wanted... yes
configure: error: Cannot find OpenSSL libraries
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: 4149b8b7b1bd4f53fa1205fe3d258e1cdb699f9b
CPU: quad-core 64-bit arrandale
OS X: 10.8.5-x86_64
Xcode: 5.0
X11: 2.7.4 => /opt/X11
==> ENV
HOMEBREW_CC: clang
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/libxml2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/apache2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/usr/local/opt/pkg-config/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: freetds did not build
Logs: /Users/ahonnecke/Library/Logs/Homebrew/freetds/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 FreeTDS configure 0.91, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/freetds/0.91 --with-openssl=/usr/bin --with-tdsver=7.1 --mandir=/usr/local/Cellar/freetds/0.91/share/man
## --------- ##
## Platform. ##
## --------- ##
hostname = mes-MacBook-Pro.local
uname -m = x86_64
uname -r = 12.5.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 204 tasks, 1554 threads, 4 processors
Load average: 1.10, Mach factor: 2.89
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /Applications/Xcode.app/Contents/Developer/usr/bin
PATH: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
PATH: /usr/local/opt/pkg-config/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2792: checking for a BSD-compatible install
configure:2860: result: /usr/bin/install -c
configure:2871: checking whether build environment is sane
configure:2921: result: yes
configure:3062: checking for a thread-safe mkdir -p
configure:3101: result: ./install-sh -c -d
configure:3114: checking for gawk
configure:3144: result: no
configure:3114: checking for mawk
configure:3144: result: no
configure:3114: checking for nawk
configure:3144: result: no
configure:3114: checking for awk
configure:3130: found /usr/bin/awk
configure:3141: result: awk
configure:3152: checking whether make sets $(MAKE)
configure:3174: result: yes
configure:3279: checking build system type
configure:3293: result: x86_64-apple-darwin12.5.0
configure:3313: checking host system type
configure:3326: result: x86_64-apple-darwin12.5.0
configure:3401: checking for style of include used by make
configure:3429: result: GNU
configure:3499: checking for gcc
configure:3526: result: cc
configure:3755: checking for C compiler version
configure:3764: cc --version >&5
Apple LLVM version 5.0 (clang-500.2.76) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix
configure:3775: $? = 0
configure:3764: cc -v >&5
Apple LLVM version 5.0 (clang-500.2.76) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.8.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -o a.out -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/lib/darwin/libclang_rt.osx.a
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3775: $? = 1
configure:3764: cc -V >&5
clang: error: unsupported option '-V --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk'
configure:3775: $? = 1
configure:3764: cc -qversion >&5
clang: warning: argument unused during compilation: '-qversion'
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3775: $? = 1
configure:3795: checking whether the C compiler works
configure:3817: cc conftest.c >&5
configure:3821: $? = 0
configure:3870: result: yes
configure:3873: checking for C compiler default output file name
configure:3875: result: a.out
configure:3881: checking for suffix of executables
configure:3888: cc -o conftest conftest.c >&5
configure:3892: $? = 0
configure:3914: result:
configure:3936: checking whether we are cross compiling
configure:3944: cc -o conftest conftest.c >&5
configure:3948: $? = 0
configure:3955: ./conftest
configure:3959: $? = 0
configure:3974: result: no
configure:3979: checking for suffix of object files
configure:4001: cc -c conftest.c >&5
configure:4005: $? = 0
configure:4026: result: o
configure:4030: checking whether we are using the GNU C compiler
configure:4049: cc -c conftest.c >&5
configure:4049: $? = 0
configure:4058: result: yes
configure:4067: checking whether cc accepts -g
configure:4087: cc -c -g conftest.c >&5
configure:4087: $? = 0
configure:4128: result: yes
configure:4145: checking for cc option to accept ISO C89
configure:4209: cc -c -g -O2 conftest.c >&5
configure:4209: $? = 0
configure:4222: result: none needed
configure:4244: checking dependency style of cc
configure:4354: result: gcc3
configure:4375: checking how to run the C preprocessor
configure:4406: cc -E conftest.c
configure:4406: $? = 0
configure:4420: cc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4420: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4445: result: cc -E
configure:4465: cc -E conftest.c
configure:4465: $? = 0
configure:4479: cc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4479: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4508: checking for grep that handles long lines and -e
configure:4566: result: /usr/bin/grep
configure:4571: checking for egrep
configure:4633: result: /usr/bin/grep -E
configure:4638: checking for ANSI C header files
configure:4658: cc -c -g -O2 conftest.c >&5
configure:4658: $? = 0
configure:4731: cc -o conftest -g -O2 conftest.c >&5
configure:4731: $? = 0
configure:4731: ./conftest
configure:4731: $? = 0
configure:4742: result: yes
configure:4755: checking for sys/types.h
configure:4755: cc -c -g -O2 conftest.c >&5
configure:4755: $? = 0
configure:4755: result: yes
configure:4755: checking for sys/stat.h
configure:4755: cc -c -g -O2 conftest.c >&5
configure:4755: $? = 0
configure:4755: result: yes
configure:4755: checking for stdlib.h
configure:4755: cc -c -g -O2 conftest.c >&5
configure:4755: $? = 0
configure:4755: result: yes
configure:4755: checking for string.h
configure:4755: cc -c -g -O2 conftest.c >&5
configure:4755: $? = 0
configure:4755: result: yes
configure:4755: checking for memory.h
configure:4755: cc -c -g -O2 conftest.c >&5
configure:4755: $? = 0
configure:4755: result: yes
configure:4755: checking for strings.h
configure:4755: cc -c -g -O2 conftest.c >&5
configure:4755: $? = 0
configure:4755: result: yes
configure:4755: checking for inttypes.h
configure:4755: cc -c -g -O2 conftest.c >&5
configure:4755: $? = 0
configure:4755: result: yes
configure:4755: checking for stdint.h
configure:4755: cc -c -g -O2 conftest.c >&5
configure:4755: $? = 0
configure:4755: result: yes
configure:4755: checking for unistd.h
configure:4755: cc -c -g -O2 conftest.c >&5
configure:4755: $? = 0
configure:4755: result: yes
configure:4769: checking minix/config.h usability
configure:4769: cc -c -g -O2 conftest.c >&5
conftest.c:54:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:4769: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4769: result: no
configure:4769: checking minix/config.h presence
configure:4769: cc -E conftest.c
conftest.c:21:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:4769: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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
| /* end confdefs.h. */
| #include <minix/config.h>
configure:4769: result: no
configure:4769: checking for minix/config.h
configure:4769: result: no
configure:4790: checking whether it is safe to define __EXTENSIONS__
configure:4808: cc -c -g -O2 conftest.c >&5
configure:4808: $? = 0
configure:4815: result: yes
configure:4837: checking for special C compiler options needed for large files
configure:4882: result: no
configure:4888: checking for _FILE_OFFSET_BITS value needed for large files
configure:4913: cc -c -g -O2 conftest.c >&5
configure:4913: $? = 0
configure:4945: result: no
configure:5085: checking for gcc
configure:5112: result: cc
configure:5341: checking for C compiler version
configure:5350: cc --version >&5
Apple LLVM version 5.0 (clang-500.2.76) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix
configure:5361: $? = 0
configure:5350: cc -v >&5
Apple LLVM version 5.0 (clang-500.2.76) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.8.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -o a.out -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.0/lib/darwin/libclang_rt.osx.a
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5361: $? = 1
configure:5350: cc -V >&5
clang: error: unsupported option '-V --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk'
configure:5361: $? = 1
configure:5350: cc -qversion >&5
clang: warning: argument unused during compilation: '-qversion'
Undefined symbols for architecture x86_64:
"_main", referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5361: $? = 1
configure:5365: checking whether we are using the GNU C compiler
configure:5393: result: yes
configure:5402: checking whether cc accepts -g
configure:5463: result: yes
configure:5480: checking for cc option to accept ISO C89
configure:5557: result: none needed
configure:5579: checking dependency style of cc
configure:5689: result: gcc3
configure:5709: checking how to run the C preprocessor
configure:5779: result: cc -E
configure:5799: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:5799: $? = 0
configure:5813: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
conftest.c:26:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:5813: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5845: checking whether cc understands -c and -o together
configure:5873: cc -c conftest.c -o conftest2.o >&5
configure:5877: $? = 0
configure:5883: cc -c conftest.c -o conftest2.o >&5
configure:5887: $? = 0
configure:5942: result: yes
configure:5967: checking for inline
configure:5983: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:5983: $? = 0
configure:5991: result: inline
configure:6339: checking for a sed that does not truncate output
configure:6403: result: /usr/local/Library/ENV/4.3/sed
configure:6421: checking for fgrep
configure:6483: result: /usr/bin/grep -F
configure:6518: checking for ld used by cc
configure:6585: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:6592: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:6607: result: no
configure:6619: checking for BSD- or MS-compatible name lister (nm)
configure:6668: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm
configure:6786: checking the name lister (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm) interface
configure:6793: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:6796: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm "conftest.o"
configure:6799: output
0000000000000210 S _some_variable
configure:6806: result: BSD nm
configure:6809: checking whether ln -s works
configure:6813: result: yes
configure:6821: checking the maximum length of command line arguments
configure:6941: result: 196608
configure:6958: checking whether the shell understands some XSI constructs
configure:6968: result: yes
configure:6972: checking whether the shell understands "+="
configure:6978: result: yes
configure:7013: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:7020: result: -r
configure:7089: checking for objdump
configure:7116: result: objdump
configure:7145: checking how to recognize dependent libraries
configure:7341: result: pass_all
configure:7401: checking for ar
configure:7417: found /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar
configure:7428: result: ar
configure:7506: checking for strip
configure:7522: found /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip
configure:7533: result: strip
configure:7605: checking for ranlib
configure:7621: found /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib
configure:7632: result: ranlib
configure:7722: checking command to parse /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm output from cc object
configure:7840: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:7843: $? = 0
configure:7847: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:7850: $? = 0
cannot find nm_test_var in conftest.nm
configure:7840: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:7843: $? = 0
configure:7847: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:7850: $? = 0
configure:7904: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c conftstm.o >&5
configure:7907: $? = 0
configure:7945: result: ok
configure:8209: checking for dsymutil
configure:8225: found /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil
configure:8236: result: dsymutil
configure:8301: checking for nmedit
configure:8317: found /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nmedit
configure:8328: result: nmedit
configure:8393: checking for lipo
configure:8409: found /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo
configure:8420: result: lipo
configure:8485: checking for otool
configure:8501: found /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool
configure:8512: result: otool
configure:8577: checking for otool64
configure:8607: result: no
configure:8652: checking for -single_module linker flag
cc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:8679: result: yes
configure:8681: checking for -exported_symbols_list linker flag
configure:8701: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:8701: $? = 0
configure:8711: result: yes
configure:8750: checking for dlfcn.h
configure:8750: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:8750: $? = 0
configure:8750: result: yes
configure:8932: checking for objdir
configure:8947: result: .libs
configure:9243: checking if cc supports -fno-rtti -fno-exceptions
configure:9261: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE -fno-rtti -fno-exceptions conftest.c >&5
configure:9265: $? = 0
configure:9278: result: yes
configure:9298: checking for cc option to produce PIC
configure:9570: result: -fno-common -DPIC
configure:9582: checking if cc PIC flag -fno-common -DPIC works
configure:9600: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE -fno-common -DPIC -DPIC conftest.c >&5
configure:9604: $? = 0
configure:9617: result: yes
configure:9641: checking if cc static flag -static works
configure:9669: result: no
configure:9684: checking if cc supports -c -o file.o
configure:9705: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE -o out/conftest2.o conftest.c >&5
configure:9709: $? = 0
configure:9731: result: yes
configure:9739: checking if cc supports -c -o file.o
configure:9786: result: yes
configure:9819: checking whether the cc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:10805: result: yes
configure:11044: checking dynamic linker characteristics
configure:11695: result: darwin12.5.0 dyld
configure:11797: checking how to hardcode library paths into programs
configure:11822: result: immediate
configure:12342: checking whether stripping libraries is possible
configure:12356: result: yes
configure:12382: checking if libtool supports shared libraries
configure:12384: result: yes
configure:12387: checking whether to build shared libraries
configure:12408: result: yes
configure:12411: checking whether to build static libraries
configure:12415: result: yes
configure:12462: checking for library containing dlopen
configure:12493: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:12493: $? = 0
configure:12510: result: none required
configure:12600: checking for dlerror
configure:12600: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:12600: $? = 0
configure:12600: result: yes
configure:12614: checking for shl_load
configure:12614: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
Undefined symbols for architecture x86_64:
"_shl_load", referenced from:
_main in conftest-HdSsJE.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12614: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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:12614: result: no
configure:12621: checking for shl_load in -ldld
configure:12646: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c -ldld >&5
ld: library not found for -ldld
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12646: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #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 shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:12655: result: no
configure:12701: checking for dld_link in -ldld
configure:12726: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c -ldld >&5
ld: library not found for -ldld
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:12726: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #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:12735: result: no
configure:12812: checking for windres
configure:12842: result: no
configure:12992: checking for ld used by GCC
configure:13056: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:13063: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:13076: result: no
configure:13082: checking for shared library run path origin
configure:13095: result: done
configure:13525: checking for iconv
configure:13547: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
Undefined symbols for architecture x86_64:
"_iconv", referenced from:
_main in conftest-6sIEG3.o
"_iconv_close", referenced from:
_main in conftest-6sIEG3.o
"_iconv_open", referenced from:
_main in conftest-6sIEG3.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13547: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
| iconv(cd,NULL,NULL,NULL,NULL);
| iconv_close(cd);
| ;
| return 0;
| }
configure:13569: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c -liconv >&5
configure:13569: $? = 0
configure:13579: result: yes
configure:13587: checking how to link with libiconv
configure:13589: result: -liconv
configure:13600: checking for iconv declaration
configure:13629: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:13629: $? = 0
configure:13640: result: install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:13664: checking for doxygen
configure:13694: result: no
configure:13709: checking for odbc_config
configure:13739: result: no
configure:13746: checking for pkg-config
configure:13762: found /usr/local/opt/pkg-config/bin/pkg-config
configure:13773: result: pkg-config
configure:13950: checking for library containing socket
configure:13981: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:13981: $? = 0
configure:13998: result: none required
configure:14006: checking for library containing gethostbyname
configure:14037: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14037: $? = 0
configure:14054: result: none required
configure:14159: checking for library containing tgetent
configure:14190: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
Undefined symbols for architecture x86_64:
"_tgetent", referenced from:
_main in conftest-tnehhd.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14190: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* 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 tgetent ();
| int
| main ()
| {
| return tgetent ();
| ;
| return 0;
| }
configure:14190: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c -lreadline >&5
Undefined symbols for architecture x86_64:
"_tgetent", referenced from:
_main in conftest-VIll4m.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14190: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* 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 tgetent ();
| int
| main ()
| {
| return tgetent ();
| ;
| return 0;
| }
configure:14190: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c -lncurses >&5
configure:14190: $? = 0
configure:14207: result: -lncurses
configure:14215: checking for readline in -lreadline
configure:14240: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c -lreadline -lncurses >&5
configure:14240: $? = 0
configure:14249: result: yes
configure:14263: checking for rl_on_new_line
configure:14263: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c -lncurses -lreadline >&5
Undefined symbols for architecture x86_64:
"_rl_on_new_line", referenced from:
_main in conftest-1REAeQ.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14263: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| /* end confdefs.h. */
| /* Define rl_on_new_line to an innocuous variant, in case <limits.h> declares rl_on_new_line.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define rl_on_new_line innocuous_rl_on_new_line
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char rl_on_new_line (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef rl_on_new_line
|
| /* 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 rl_on_new_line ();
| /* 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_rl_on_new_line || defined __stub___rl_on_new_line
| choke me
| #endif
|
| int
| main ()
| {
| return rl_on_new_line ();
| ;
| return 0;
| }
configure:14263: result: no
configure:14263: checking for rl_reset_line_state
configure:14263: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c -lncurses -lreadline >&5
Undefined symbols for architecture x86_64:
"_rl_reset_line_state", referenced from:
_main in conftest-yVoFVe.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14263: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| /* end confdefs.h. */
| /* Define rl_reset_line_state to an innocuous variant, in case <limits.h> declares rl_reset_line_state.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define rl_reset_line_state innocuous_rl_reset_line_state
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char rl_reset_line_state (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef rl_reset_line_state
|
| /* 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 rl_reset_line_state ();
| /* 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_rl_reset_line_state || defined __stub___rl_reset_line_state
| choke me
| #endif
|
| int
| main ()
| {
| return rl_reset_line_state ();
| ;
| return 0;
| }
configure:14263: result: no
configure:14294: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c -lncurses -lreadline >&5
configure:14294: $? = 0
configure:14476: checking for the pthreads library -lpthreads
configure:14509: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c -lpthreads >&5
ld: library not found for -lpthreads
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:14509: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:14518: result: no
configure:14421: checking whether pthreads work without any flags
configure:14509: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14509: $? = 0
configure:14518: result: yes
configure:14537: checking for joinable pthread attribute
configure:14552: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14552: $? = 0
configure:14558: result: PTHREAD_CREATE_JOINABLE
configure:14568: checking if more special flags are required for pthreads
configure:14575: result: -D_THREAD_SAFE
configure:14689: checking for ANSI C header files
configure:14793: result: yes
configure:14801: checking whether time.h and sys/time.h may both be included
configure:14821: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14821: $? = 0
configure:14828: result: yes
configure:14836: checking whether struct tm is in sys/time.h or time.h
configure:14856: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14856: $? = 0
configure:14863: result: time.h
configure:14871: checking for struct tm.tm_zone
configure:14871: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14871: $? = 0
configure:14871: result: yes
configure:14938: checking for struct tm.__tm_zone
configure:14938: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
conftest.c:48:13: error: no member named '__tm_zone' in 'struct tm'; did you mean 'tm_zone'?
if (ac_aggr.__tm_zone)
^~~~~~~~~
tm_zone
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/time.h:101:8: note: 'tm_zone' declared here
char *tm_zone; /* timezone abbreviation */
^
1 error generated.
configure:14938: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <time.h>
|
|
| int
| main ()
| {
| static struct tm ac_aggr;
| if (ac_aggr.__tm_zone)
| return 0;
| ;
| return 0;
| }
configure:14938: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
conftest.c:48:20: error: no member named '__tm_zone' in 'struct tm'; did you mean 'tm_zone'?
if (sizeof ac_aggr.__tm_zone)
^~~~~~~~~
tm_zone
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/time.h:101:8: note: 'tm_zone' declared here
char *tm_zone; /* timezone abbreviation */
^
1 error generated.
configure:14938: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <time.h>
|
|
| int
| main ()
| {
| static struct tm ac_aggr;
| if (sizeof ac_aggr.__tm_zone)
| return 0;
| ;
| return 0;
| }
configure:14938: result: no
configure:14972: checking errno.h usability
configure:14972: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking errno.h presence
configure:14972: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking for errno.h
configure:14972: result: yes
configure:14972: checking getopt.h usability
configure:14972: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking getopt.h presence
configure:14972: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking for getopt.h
configure:14972: result: yes
configure:14972: checking libgen.h usability
configure:14972: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking libgen.h presence
configure:14972: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking for libgen.h
configure:14972: result: yes
configure:14972: checking limits.h usability
configure:14972: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking limits.h presence
configure:14972: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking for limits.h
configure:14972: result: yes
configure:14972: checking locale.h usability
configure:14972: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking locale.h presence
configure:14972: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking for locale.h
configure:14972: result: yes
configure:14972: checking poll.h usability
configure:14972: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking poll.h presence
configure:14972: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking for poll.h
configure:14972: result: yes
configure:14972: checking readpassphrase.h usability
configure:14972: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking readpassphrase.h presence
configure:14972: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking for readpassphrase.h
configure:14972: result: yes
configure:14972: checking signal.h usability
configure:14972: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking signal.h presence
configure:14972: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking for signal.h
configure:14972: result: yes
configure:14972: checking stddef.h usability
configure:14972: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking stddef.h presence
configure:14972: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking for stddef.h
configure:14972: result: yes
configure:14972: checking sys/param.h usability
configure:14972: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking sys/param.h presence
configure:14972: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking for sys/param.h
configure:14972: result: yes
configure:14972: checking sys/select.h usability
configure:14972: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking sys/select.h presence
configure:14972: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking for sys/select.h
configure:14972: result: yes
configure:14972: checking for sys/stat.h
configure:14972: result: yes
configure:14972: checking sys/time.h usability
configure:14972: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking sys/time.h presence
configure:14972: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking for sys/time.h
configure:14972: result: yes
configure:14972: checking for sys/types.h
configure:14972: result: yes
configure:14972: checking sys/resource.h usability
configure:14972: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking sys/resource.h presence
configure:14972: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking for sys/resource.h
configure:14972: result: yes
configure:14972: checking sys/wait.h usability
configure:14972: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking sys/wait.h presence
configure:14972: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking for sys/wait.h
configure:14972: result: yes
configure:14972: checking for unistd.h
configure:14972: result: yes
configure:14972: checking wchar.h usability
configure:14972: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking wchar.h presence
configure:14972: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:14972: $? = 0
configure:14972: result: yes
configure:14972: checking for wchar.h
configure:14972: result: yes
configure:14972: checking for inttypes.h
configure:14972: result: yes
configure:14986: checking for windows.h
configure:14986: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
conftest.c:67:10: fatal error: 'windows.h' file not found
#include <windows.h>
^
1 error generated.
configure:14986: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_READPASSPHRASE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h. */
| #ifdef HAVE_WINDOWS_H
| # include <windows.h>
| #endif
| #ifdef HAVE_SQL_H
| # include <sql.h>
| #endif
|
|
| #include <windows.h>
configure:14986: result: no
configure:14986: checking for sql.h
configure:14986: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14986: $? = 0
configure:14986: result: yes
configure:14986: checking for odbcss.h
configure:14986: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:14986: $? = 0
configure:14986: result: yes
configure:15015: checking arpa/inet.h usability
configure:15015: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15015: $? = 0
configure:15015: result: yes
configure:15015: checking arpa/inet.h presence
configure:15015: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:15015: $? = 0
configure:15015: result: yes
configure:15015: checking for arpa/inet.h
configure:15015: result: yes
configure:15015: checking langinfo.h usability
configure:15015: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15015: $? = 0
configure:15015: result: yes
configure:15015: checking langinfo.h presence
configure:15015: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:15015: $? = 0
configure:15015: result: yes
configure:15015: checking for langinfo.h
configure:15015: result: yes
configure:15015: checking netdb.h usability
configure:15015: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15015: $? = 0
configure:15015: result: yes
configure:15015: checking netdb.h presence
configure:15015: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:15015: $? = 0
configure:15015: result: yes
configure:15015: checking for netdb.h
configure:15015: result: yes
configure:15015: checking netinet/in.h usability
configure:15015: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15015: $? = 0
configure:15015: result: yes
configure:15015: checking netinet/in.h presence
configure:15015: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:15015: $? = 0
configure:15015: result: yes
configure:15015: checking for netinet/in.h
configure:15015: result: yes
configure:15015: checking netinet/tcp.h usability
configure:15015: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15015: $? = 0
configure:15015: result: yes
configure:15015: checking netinet/tcp.h presence
configure:15015: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:15015: $? = 0
configure:15015: result: yes
configure:15015: checking for netinet/tcp.h
configure:15015: result: yes
configure:15015: checking paths.h usability
configure:15015: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15015: $? = 0
configure:15015: result: yes
configure:15015: checking paths.h presence
configure:15015: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:15015: $? = 0
configure:15015: result: yes
configure:15015: checking for paths.h
configure:15015: result: yes
configure:15015: checking sys/ioctl.h usability
configure:15015: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15015: $? = 0
configure:15015: result: yes
configure:15015: checking sys/ioctl.h presence
configure:15015: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:15015: $? = 0
configure:15015: result: yes
configure:15015: checking for sys/ioctl.h
configure:15015: result: yes
configure:15015: checking sys/socket.h usability
configure:15015: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15015: $? = 0
configure:15015: result: yes
configure:15015: checking sys/socket.h presence
configure:15015: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:15015: $? = 0
configure:15015: result: yes
configure:15015: checking for sys/socket.h
configure:15015: result: yes
configure:15028: checking whether INADDR_NONE is defined
configure:15057: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15057: $? = 0
configure:15066: result: yes
configure:15083: checking size of char
configure:15088: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15088: $? = 0
configure:15088: ./conftest
configure:15088: $? = 0
configure:15103: result: 1
configure:15117: checking size of short
configure:15122: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15122: $? = 0
configure:15122: ./conftest
configure:15122: $? = 0
configure:15137: result: 2
configure:15151: checking size of long
configure:15156: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15156: $? = 0
configure:15156: ./conftest
configure:15156: $? = 0
configure:15171: result: 8
configure:15185: checking size of int
configure:15190: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15190: $? = 0
configure:15190: ./conftest
configure:15190: $? = 0
configure:15205: result: 4
configure:15219: checking size of float
configure:15224: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15224: $? = 0
configure:15224: ./conftest
configure:15224: $? = 0
configure:15239: result: 4
configure:15253: checking size of double
configure:15258: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15258: $? = 0
configure:15258: ./conftest
configure:15258: $? = 0
configure:15273: result: 8
configure:15287: checking size of long double
configure:15292: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15292: $? = 0
configure:15292: ./conftest
configure:15292: $? = 0
configure:15307: result: 16
configure:15321: checking size of long long
configure:15326: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15326: $? = 0
configure:15326: ./conftest
configure:15326: $? = 0
configure:15341: result: 8
configure:15355: checking size of __int64
configure:15360: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
conftest.c:110:57: error: use of undeclared identifier '__int64'; did you mean '__int64_t'?
static long int longval () { return (long int) (sizeof (__int64)); }
^
conftest.c:111:67: error: use of undeclared identifier '__int64'; did you mean '__int64_t'?
static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }
^
conftest.c:121:28: error: use of undeclared identifier '__int64'; did you mean '__int64_t'?
if (((long int) (sizeof (__int64))) < 0)
^
conftest.c:124:37: error: use of undeclared identifier '__int64'; did you mean '__int64_t'?
if (i != ((long int) (sizeof (__int64))))
^
conftest.c:131:37: error: use of undeclared identifier '__int64'; did you mean '__int64_t'?
if (i != ((long int) (sizeof (__int64))))
^
5 errors generated.
configure:15360: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_READPASSPHRASE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SQL_H 1
| #define HAVE_ODBCSS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_LONG_LONG 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (__int64)); }
| static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
|
| FILE *f = fopen ("conftest.val", "w");
| if (! f)
| return 1;
| if (((long int) (sizeof (__int64))) < 0)
| {
| long int i = longval ();
| if (i != ((long int) (sizeof (__int64))))
| return 1;
| fprintf (f, "%ld", i);
| }
| else
| {
| unsigned long int i = ulongval ();
| if (i != ((long int) (sizeof (__int64))))
| return 1;
| fprintf (f, "%lu", i);
| }
| /* Do not output a trailing newline, as this causes \r\n confusion
| on some platforms. */
| return ferror (f) || fclose (f) != 0;
|
| ;
| return 0;
| }
configure:15375: result: 0
configure:15389: checking size of void *
configure:15394: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15394: $? = 0
configure:15394: ./conftest
configure:15394: $? = 0
configure:15409: result: 8
configure:15423: checking size of wchar_t
configure:15428: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15428: $? = 0
configure:15428: ./conftest
configure:15428: $? = 0
configure:15447: result: 4
configure:15512: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
conftest.c:83:1: error: unknown type name 'this'
this should produce an error!
^
conftest.c:83:12: error: expected ';' after top level declarator
this should produce an error!
^
;
2 errors generated.
configure:15512: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_READPASSPHRASE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SQL_H 1
| #define HAVE_ODBCSS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 8
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INT64 1
| /* end confdefs.h. */
|
| #if !defined(__MINGW32__) || !defined(__MSVCRT__)
| this should produce an error!
| #endif
|
| int
| main ()
| {
| return 0;
| ;
| return 0;
| }
configure:15641: checking is FIONBIO defined
configure:15653: result: yes
configure:15683: checking for socklen_t
configure:15683: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15683: $? = 0
configure:15683: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
conftest.c:88:24: error: expected expression
if (sizeof ((socklen_t)))
^
1 error generated.
configure:15683: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_READPASSPHRASE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SQL_H 1
| #define HAVE_ODBCSS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 8
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INT64 1
| #define TDS_I64_FORMAT "ld"
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/socket.h>
|
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:15683: result: yes
configure:15754: checking whether getopt has optreset support
configure:15769: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15769: $? = 0
configure:15770: result: yes
configure:15787: checking whether byte ordering is bigendian
configure:15802: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15802: $? = 0
configure:15847: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:15847: $? = 0
configure:15865: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
conftest.c:90:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:15865: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_READPASSPHRASE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SQL_H 1
| #define HAVE_ODBCSS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 8
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INT64 1
| #define TDS_I64_FORMAT "ld"
| #define HAVE_GETOPT_OPTRESET 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:15993: result: no
configure:16011: checking for an ANSI C-conforming const
configure:16076: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16076: $? = 0
configure:16083: result: yes
configure:16130: checking whether we can use -static-libgcc
configure:16134: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE -static-libgcc conftest.c >&5
clang: error: no such file or directory: 'conftest.c'
clang: error: unsupported option '-static-libgcc'
configure:16134: $? = 1
configure: failed program was:
configure:16142: result: no
configure:16130: checking whether we can use -Wl,-static-libgcc
configure:16134: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE -Wl,-static-libgcc conftest.c >&5
clang: error: no such file or directory: 'conftest.c'
configure:16134: $? = 1
configure: failed program was:
configure:16142: result: no
configure:16153: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16153: $? = 0
configure:16162: checking whether memset(0) sets pointers to NULL
configure:16205: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16205: $? = 0
configure:16205: ./conftest
configure:16205: $? = 0
configure:16213: result: yes
configure:16237: checking for vsnprintf
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
conftest.c:108:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
char vsnprintf ();
^
conftest.c:108:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __va_list_tag *)'
1 warning generated.
configure:16237: $? = 0
configure:16237: result: yes
configure:16237: checking for _vsnprintf
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
Undefined symbols for architecture x86_64:
"__vsnprintf", referenced from:
_main in conftest-AADVUl.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_READPASSPHRASE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SQL_H 1
| #define HAVE_ODBCSS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 8
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INT64 1
| #define TDS_I64_FORMAT "ld"
| #define HAVE_GETOPT_OPTRESET 1
| #define TDS_ATTRIBUTE_DESTRUCTOR 1
| #define NULL_REP_IS_ZERO_BYTES 1
| #define HAVE_VSNPRINTF 1
| /* end confdefs.h. */
| /* Define _vsnprintf to an innocuous variant, in case <limits.h> declares _vsnprintf.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _vsnprintf innocuous__vsnprintf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _vsnprintf (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _vsnprintf
|
| /* 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 _vsnprintf ();
| /* 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__vsnprintf || defined __stub____vsnprintf
| choke me
| #endif
|
| int
| main ()
| {
| return _vsnprintf ();
| ;
| return 0;
| }
configure:16237: result: no
configure:16237: checking for gettimeofday
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16237: $? = 0
configure:16237: result: yes
configure:16237: checking for nl_langinfo
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16237: $? = 0
configure:16237: result: yes
configure:16237: checking for locale_charset
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
Undefined symbols for architecture x86_64:
"_locale_charset", referenced from:
_main in conftest-cEl33r.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_READPASSPHRASE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SQL_H 1
| #define HAVE_ODBCSS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 8
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INT64 1
| #define TDS_I64_FORMAT "ld"
| #define HAVE_GETOPT_OPTRESET 1
| #define TDS_ATTRIBUTE_DESTRUCTOR 1
| #define NULL_REP_IS_ZERO_BYTES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NL_LANGINFO 1
| /* end confdefs.h. */
| /* Define locale_charset to an innocuous variant, in case <limits.h> declares locale_charset.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define locale_charset innocuous_locale_charset
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char locale_charset (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef locale_charset
|
| /* 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 locale_charset ();
| /* 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_locale_charset || defined __stub___locale_charset
| choke me
| #endif
|
| int
| main ()
| {
| return locale_charset ();
| ;
| return 0;
| }
configure:16237: result: no
configure:16237: checking for setenv
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16237: $? = 0
configure:16237: result: yes
configure:16237: checking for putenv
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16237: $? = 0
configure:16237: result: yes
configure:16237: checking for getuid
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16237: $? = 0
configure:16237: result: yes
configure:16237: checking for getpwuid
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16237: $? = 0
configure:16237: result: yes
configure:16237: checking for getpwuid_r
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16237: $? = 0
configure:16237: result: yes
configure:16237: checking for fstat
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16237: $? = 0
configure:16237: result: yes
configure:16237: checking for alarm
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16237: $? = 0
configure:16237: result: yes
configure:16237: checking for fork
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16237: $? = 0
configure:16237: result: yes
configure:16237: checking for gethrtime
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
Undefined symbols for architecture x86_64:
"_gethrtime", referenced from:
_main in conftest-C9cqdM.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_READPASSPHRASE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SQL_H 1
| #define HAVE_ODBCSS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 8
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INT64 1
| #define TDS_I64_FORMAT "ld"
| #define HAVE_GETOPT_OPTRESET 1
| #define TDS_ATTRIBUTE_DESTRUCTOR 1
| #define NULL_REP_IS_ZERO_BYTES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_FSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_FORK 1
| /* end confdefs.h. */
| /* Define gethrtime to an innocuous variant, in case <limits.h> declares gethrtime.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define gethrtime innocuous_gethrtime
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char gethrtime (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef gethrtime
|
| /* 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 gethrtime ();
| /* 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_gethrtime || defined __stub___gethrtime
| choke me
| #endif
|
| int
| main ()
| {
| return gethrtime ();
| ;
| return 0;
| }
configure:16237: result: no
configure:16237: checking for localtime_r
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16237: $? = 0
configure:16237: result: yes
configure:16237: checking for setitimer
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16237: $? = 0
configure:16237: result: yes
configure:16237: checking for _lseeki64
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
Undefined symbols for architecture x86_64:
"__lseeki64", referenced from:
_main in conftest-DYsn7L.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_READPASSPHRASE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SQL_H 1
| #define HAVE_ODBCSS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 8
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INT64 1
| #define TDS_I64_FORMAT "ld"
| #define HAVE_GETOPT_OPTRESET 1
| #define TDS_ATTRIBUTE_DESTRUCTOR 1
| #define NULL_REP_IS_ZERO_BYTES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_FSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_FORK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_SETITIMER 1
| /* end confdefs.h. */
| /* Define _lseeki64 to an innocuous variant, in case <limits.h> declares _lseeki64.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _lseeki64 innocuous__lseeki64
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _lseeki64 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _lseeki64
|
| /* 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 _lseeki64 ();
| /* 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__lseeki64 || defined __stub____lseeki64
| choke me
| #endif
|
| int
| main ()
| {
| return _lseeki64 ();
| ;
| return 0;
| }
configure:16237: result: no
configure:16237: checking for _telli64
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
Undefined symbols for architecture x86_64:
"__telli64", referenced from:
_main in conftest-qDZmGv.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_READPASSPHRASE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SQL_H 1
| #define HAVE_ODBCSS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 8
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INT64 1
| #define TDS_I64_FORMAT "ld"
| #define HAVE_GETOPT_OPTRESET 1
| #define TDS_ATTRIBUTE_DESTRUCTOR 1
| #define NULL_REP_IS_ZERO_BYTES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_FSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_FORK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_SETITIMER 1
| /* end confdefs.h. */
| /* Define _telli64 to an innocuous variant, in case <limits.h> declares _telli64.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _telli64 innocuous__telli64
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _telli64 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _telli64
|
| /* 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 _telli64 ();
| /* 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__telli64 || defined __stub____telli64
| choke me
| #endif
|
| int
| main ()
| {
| return _telli64 ();
| ;
| return 0;
| }
configure:16237: result: no
configure:16237: checking for _fseeki64
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
Undefined symbols for architecture x86_64:
"__fseeki64", referenced from:
_main in conftest-Ac6GDf.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_READPASSPHRASE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SQL_H 1
| #define HAVE_ODBCSS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 8
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INT64 1
| #define TDS_I64_FORMAT "ld"
| #define HAVE_GETOPT_OPTRESET 1
| #define TDS_ATTRIBUTE_DESTRUCTOR 1
| #define NULL_REP_IS_ZERO_BYTES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_FSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_FORK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_SETITIMER 1
| /* end confdefs.h. */
| /* Define _fseeki64 to an innocuous variant, in case <limits.h> declares _fseeki64.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _fseeki64 innocuous__fseeki64
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _fseeki64 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _fseeki64
|
| /* 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 _fseeki64 ();
| /* 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__fseeki64 || defined __stub____fseeki64
| choke me
| #endif
|
| int
| main ()
| {
| return _fseeki64 ();
| ;
| return 0;
| }
configure:16237: result: no
configure:16237: checking for _ftelli64
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
Undefined symbols for architecture x86_64:
"__ftelli64", referenced from:
_main in conftest-l2c4XY.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_READPASSPHRASE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SQL_H 1
| #define HAVE_ODBCSS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 8
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INT64 1
| #define TDS_I64_FORMAT "ld"
| #define HAVE_GETOPT_OPTRESET 1
| #define TDS_ATTRIBUTE_DESTRUCTOR 1
| #define NULL_REP_IS_ZERO_BYTES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_FSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_FORK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_SETITIMER 1
| /* end confdefs.h. */
| /* Define _ftelli64 to an innocuous variant, in case <limits.h> declares _ftelli64.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _ftelli64 innocuous__ftelli64
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _ftelli64 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _ftelli64
|
| /* 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 _ftelli64 ();
| /* 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__ftelli64 || defined __stub____ftelli64
| choke me
| #endif
|
| int
| main ()
| {
| return _ftelli64 ();
| ;
| return 0;
| }
configure:16237: result: no
configure:16237: checking for setrlimit
configure:16237: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16237: $? = 0
configure:16237: result: yes
configure:16253: checking for inet_ntoa_r
configure:16253: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
Undefined symbols for architecture x86_64:
"_inet_ntoa_r", referenced from:
_main in conftest-wSmzrm.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16253: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_READPASSPHRASE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SQL_H 1
| #define HAVE_ODBCSS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 8
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INT64 1
| #define TDS_I64_FORMAT "ld"
| #define HAVE_GETOPT_OPTRESET 1
| #define TDS_ATTRIBUTE_DESTRUCTOR 1
| #define NULL_REP_IS_ZERO_BYTES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_FSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_FORK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETRLIMIT 1
| /* end confdefs.h. */
| /* Define inet_ntoa_r to an innocuous variant, in case <limits.h> declares inet_ntoa_r.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define inet_ntoa_r innocuous_inet_ntoa_r
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char inet_ntoa_r (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef inet_ntoa_r
|
| /* 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 inet_ntoa_r ();
| /* 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_inet_ntoa_r || defined __stub___inet_ntoa_r
| choke me
| #endif
|
| int
| main ()
| {
| return inet_ntoa_r ();
| ;
| return 0;
| }
configure:16253: result: no
configure:16253: checking for getipnodebyaddr
configure:16253: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16253: $? = 0
configure:16253: result: yes
configure:16253: checking for getipnodebyname
configure:16253: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16253: $? = 0
configure:16253: result: yes
configure:16253: checking for getaddrinfo
configure:16253: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16253: $? = 0
configure:16253: result: yes
configure:16253: checking for getnameinfo
configure:16253: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16253: $? = 0
configure:16253: result: yes
configure:16253: checking for inet_ntop
configure:16253: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16253: $? = 0
configure:16253: result: yes
configure:16253: checking for gethostname
configure:16253: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16253: $? = 0
configure:16253: result: yes
configure:16253: checking for poll
configure:16253: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16253: $? = 0
configure:16253: result: yes
configure:16268: checking for asprintf
configure:16268: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
conftest.c:140:18: warning: format string missing [-Wformat]
return asprintf ();
~~~~~~~~ ^
1 warning generated.
configure:16268: $? = 0
configure:16268: result: yes
configure:16268: checking for vasprintf
configure:16268: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
conftest.c:141:19: warning: format string missing [-Wformat]
return vasprintf ();
~~~~~~~~~ ^
1 warning generated.
configure:16268: $? = 0
configure:16268: result: yes
configure:16268: checking for atoll
configure:16268: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16268: $? = 0
configure:16268: result: yes
configure:16268: checking for strtok_r
configure:16268: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16268: $? = 0
configure:16268: result: yes
configure:16268: checking for readpassphrase
configure:16268: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16268: $? = 0
configure:16268: result: yes
configure:16268: checking for strlcpy
configure:16268: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
conftest.c:134:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
char strlcpy ();
^
conftest.c:134:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:16268: $? = 0
configure:16268: result: yes
configure:16268: checking for strlcat
configure:16268: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
conftest.c:135:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
char strlcat ();
^
conftest.c:135:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:16268: $? = 0
configure:16268: result: yes
configure:16268: checking for basename
configure:16268: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16268: $? = 0
configure:16268: result: yes
configure:16268: checking for getopt
configure:16268: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16268: $? = 0
configure:16268: result: yes
configure:16286: checking for _LARGEFILE_SOURCE value needed for large files
configure:16305: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16305: $? = 0
configure:16333: result: no
configure:16358: checking for library containing clock_gettime
configure:16389: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
Undefined symbols for architecture x86_64:
"_clock_gettime", referenced from:
_main in conftest-EHKfVf.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16389: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_READPASSPHRASE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SQL_H 1
| #define HAVE_ODBCSS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 8
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INT64 1
| #define TDS_I64_FORMAT "ld"
| #define HAVE_GETOPT_OPTRESET 1
| #define TDS_ATTRIBUTE_DESTRUCTOR 1
| #define NULL_REP_IS_ZERO_BYTES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_FSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_FORK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETIPNODEBYADDR 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_POLL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ATOLL 1
| #define HAVE_STRTOK_R 1
| #define HAVE_READPASSPHRASE 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_BASENAME 1
| #define HAVE_GETOPT 1
| #define HAVE_FSEEKO 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 clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:16389: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c -lrt >&5
ld: library not found for -lrt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16389: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_READPASSPHRASE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SQL_H 1
| #define HAVE_ODBCSS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 8
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INT64 1
| #define TDS_I64_FORMAT "ld"
| #define HAVE_GETOPT_OPTRESET 1
| #define TDS_ATTRIBUTE_DESTRUCTOR 1
| #define NULL_REP_IS_ZERO_BYTES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_FSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_FORK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETIPNODEBYADDR 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_POLL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ATOLL 1
| #define HAVE_STRTOK_R 1
| #define HAVE_READPASSPHRASE 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_BASENAME 1
| #define HAVE_GETOPT 1
| #define HAVE_FSEEKO 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 clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:16389: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c -lposix4 >&5
ld: library not found for -lposix4
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16389: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_READPASSPHRASE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SQL_H 1
| #define HAVE_ODBCSS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 8
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INT64 1
| #define TDS_I64_FORMAT "ld"
| #define HAVE_GETOPT_OPTRESET 1
| #define TDS_ATTRIBUTE_DESTRUCTOR 1
| #define NULL_REP_IS_ZERO_BYTES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_FSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_FORK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETIPNODEBYADDR 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_POLL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ATOLL 1
| #define HAVE_STRTOK_R 1
| #define HAVE_READPASSPHRASE 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_BASENAME 1
| #define HAVE_GETOPT 1
| #define HAVE_FSEEKO 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 clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:16406: result: no
configure:16469: checking whether malloc_options variable is present
configure:16490: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
Undefined symbols for architecture x86_64:
"_malloc_options", referenced from:
_main in conftest-FnrA9l.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_READPASSPHRASE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SQL_H 1
| #define HAVE_ODBCSS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 8
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INT64 1
| #define TDS_I64_FORMAT "ld"
| #define HAVE_GETOPT_OPTRESET 1
| #define TDS_ATTRIBUTE_DESTRUCTOR 1
| #define NULL_REP_IS_ZERO_BYTES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_FSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_FORK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETIPNODEBYADDR 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_POLL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ATOLL 1
| #define HAVE_STRTOK_R 1
| #define HAVE_READPASSPHRASE 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_BASENAME 1
| #define HAVE_GETOPT 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
|
| int
| main ()
| {
|
| extern char *malloc_options;
| malloc_options = "AJR";
|
| ;
| return 0;
| }
configure:16498: result: no
configure:16509: result: checking compile-time options
configure:16650: checking for SQLConnect in -liodbc
configure:16675: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c -liodbc >&5
configure:16675: $? = 0
configure:16684: result: yes
configure:16687: checking isql.h usability
configure:16687: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE conftest.c >&5
configure:16687: $? = 0
configure:16687: result: yes
configure:16687: checking isql.h presence
configure:16687: cc -E -D_FREETDS_LIBRARY_SOURCE conftest.c
configure:16687: $? = 0
configure:16687: result: yes
configure:16687: checking for isql.h
configure:16687: result: yes
configure:16798: checking for SQLGetPrivateProfileString in -liodbcinst
configure:16823: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE -DIODBC conftest.c -liodbcinst >&5
configure:16823: $? = 0
configure:16832: result: yes
configure:16852: checking iodbcinst.h usability
configure:16852: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE -DIODBC conftest.c >&5
configure:16852: $? = 0
configure:16852: result: yes
configure:16852: checking iodbcinst.h presence
configure:16852: cc -E -D_FREETDS_LIBRARY_SOURCE -DIODBC conftest.c
configure:16852: $? = 0
configure:16852: result: yes
configure:16852: checking for iodbcinst.h
configure:16852: result: yes
configure:16881: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE -DIODBC conftest.c >&5
configure:16881: $? = 0
configure:16907: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE -DIODBC conftest.c >&5
conftest.c:130:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
1 warning generated.
configure:16907: $? = 0
configure:16935: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE -DIODBC conftest.c >&5
configure:16935: $? = 0
configure:16945: checking for SQLSETPOSIROW
configure:16945: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE -DIODBC conftest.c >&5
configure:16945: $? = 0
configure:16945: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE -DIODBC conftest.c >&5
conftest.c:131:28: error: expected expression
if (sizeof ((SQLSETPOSIROW)))
^
1 error generated.
configure:16945: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_READPASSPHRASE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SQL_H 1
| #define HAVE_ODBCSS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 8
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INT64 1
| #define TDS_I64_FORMAT "ld"
| #define HAVE_GETOPT_OPTRESET 1
| #define TDS_ATTRIBUTE_DESTRUCTOR 1
| #define NULL_REP_IS_ZERO_BYTES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_FSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_FORK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETIPNODEBYADDR 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_POLL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ATOLL 1
| #define HAVE_STRTOK_R 1
| #define HAVE_READPASSPHRASE 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_BASENAME 1
| #define HAVE_GETOPT 1
| #define HAVE_FSEEKO 1
| #define TDS71 1
| #define HAVE_SQLGETPRIVATEPROFILESTRING 1
| #define HAVE_IODBCINST_H 1
| #define HAVE_SQLLEN 1
| #define TDS_SQLCOLATTRIBUTE_SQLLEN 1
| #define TDS_SQLPARAMOPTIONS_SQLLEN 1
| /* end confdefs.h. */
| #if defined(_WIN32) || defined(WIN32) || defined(__MINGW32__)
| #include <windows.h>
| #endif
| #include <sql.h>
| #include <sqlext.h>
|
| int
| main ()
| {
| if (sizeof ((SQLSETPOSIROW)))
| return 0;
| ;
| return 0;
| }
configure:16945: result: yes
configure:16959: checking for SQLROWSETSIZE
configure:16959: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE -DIODBC conftest.c >&5
conftest.c:132:13: error: use of undeclared identifier 'SQLROWSETSIZE'
if (sizeof (SQLROWSETSIZE))
^
1 error generated.
configure:16959: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_READPASSPHRASE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SQL_H 1
| #define HAVE_ODBCSS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 8
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INT64 1
| #define TDS_I64_FORMAT "ld"
| #define HAVE_GETOPT_OPTRESET 1
| #define TDS_ATTRIBUTE_DESTRUCTOR 1
| #define NULL_REP_IS_ZERO_BYTES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_FSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_FORK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETIPNODEBYADDR 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_POLL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ATOLL 1
| #define HAVE_STRTOK_R 1
| #define HAVE_READPASSPHRASE 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_BASENAME 1
| #define HAVE_GETOPT 1
| #define HAVE_FSEEKO 1
| #define TDS71 1
| #define HAVE_SQLGETPRIVATEPROFILESTRING 1
| #define HAVE_IODBCINST_H 1
| #define HAVE_SQLLEN 1
| #define TDS_SQLCOLATTRIBUTE_SQLLEN 1
| #define TDS_SQLPARAMOPTIONS_SQLLEN 1
| #define HAVE_SQLSETPOSIROW 1
| /* end confdefs.h. */
| #if defined(_WIN32) || defined(WIN32) || defined(__MINGW32__)
| #include <windows.h>
| #endif
| #include <sql.h>
| #include <sqlext.h>
|
| int
| main ()
| {
| if (sizeof (SQLROWSETSIZE))
| return 0;
| ;
| return 0;
| }
configure:16959: result: no
configure:16973: checking for SQLROWOFFSET
configure:16973: cc -c -g -O2 -D_FREETDS_LIBRARY_SOURCE -DIODBC conftest.c >&5
conftest.c:132:13: error: use of undeclared identifier 'SQLROWOFFSET'
if (sizeof (SQLROWOFFSET))
^
1 error generated.
configure:16973: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FreeTDS"
| #define PACKAGE_TARNAME "freetds"
| #define PACKAGE_VERSION "0.91"
| #define PACKAGE_STRING "FreeTDS 0.91"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "freetds"
| #define VERSION "0.91"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_READLINE 1
| #define HAVE_RL_INHIBIT_COMPLETION 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_ERRNO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_READPASSPHRASE_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SQL_H 1
| #define HAVE_ODBCSS_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 8
| #define SIZEOF_WCHAR_T 4
| #define HAVE_INT64 1
| #define TDS_I64_FORMAT "ld"
| #define HAVE_GETOPT_OPTRESET 1
| #define TDS_ATTRIBUTE_DESTRUCTOR 1
| #define NULL_REP_IS_ZERO_BYTES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_PUTENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_FSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_FORK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETIPNODEBYADDR 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_POLL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ATOLL 1
| #define HAVE_STRTOK_R 1
| #define HAVE_READPASSPHRASE 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_BASENAME 1
| #define HAVE_GETOPT 1
| #define HAVE_FSEEKO 1
| #define TDS71 1
| #define HAVE_SQLGETPRIVATEPROFILESTRING 1
| #define HAVE_IODBCINST_H 1
| #define HAVE_SQLLEN 1
| #define TDS_SQLCOLATTRIBUTE_SQLLEN 1
| #define TDS_SQLPARAMOPTIONS_SQLLEN 1
| #define HAVE_SQLSETPOSIROW 1
| /* end confdefs.h. */
| #if defined(_WIN32) || defined(WIN32) || defined(__MINGW32__)
| #include <windows.h>
| #endif
| #include <sql.h>
| #include <sqlext.h>
|
| int
| main ()
| {
| if (sizeof (SQLROWOFFSET))
| return 0;
| ;
| return 0;
| }
configure:16973: result: no
configure:16994: checking size of SQLWCHAR
configure:16999: cc -o conftest -g -O2 -D_FREETDS_LIBRARY_SOURCE -DIODBC conftest.c >&5
configure:16999: $? = 0
configure:16999: ./conftest
configure:16999: $? = 0
configure:17018: result: 2
configure:17090: checking if openssl is wanted
configure:17095: result: yes
configure:17106: error: Cannot find OpenSSL libraries
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin12.5.0
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_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=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__fseeki64=no
ac_cv_func__ftelli64=no
ac_cv_func__lseeki64=no
ac_cv_func__telli64=no
ac_cv_func__vsnprintf=no
ac_cv_func_alarm=yes
ac_cv_func_asprintf=yes
ac_cv_func_atoll=yes
ac_cv_func_basename=yes
ac_cv_func_dlerror=yes
ac_cv_func_fork=yes
ac_cv_func_fstat=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_gethostname=yes
ac_cv_func_gethrtime=no
ac_cv_func_getipnodebyaddr=yes
ac_cv_func_getipnodebyname=yes
ac_cv_func_getnameinfo=yes
ac_cv_func_getopt=yes
ac_cv_func_getpwuid=yes
ac_cv_func_getpwuid_r=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getuid=yes
ac_cv_func_inet_ntoa_r=no
ac_cv_func_inet_ntop=yes
ac_cv_func_locale_charset=no
ac_cv_func_localtime_r=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_poll=yes
ac_cv_func_putenv=yes
ac_cv_func_readpassphrase=yes
ac_cv_func_rl_on_new_line=no
ac_cv_func_rl_reset_line_state=no
ac_cv_func_setenv=yes
ac_cv_func_setitimer=yes
ac_cv_func_setrlimit=yes
ac_cv_func_shl_load=no
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_func_strtok_r=yes
ac_cv_func_vasprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_inaddr_none=yes
ac_cv_have_malloc_options=no
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_iodbcinst_h=yes
ac_cv_header_isql_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_libgen_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_odbcss_h=yes
ac_cv_header_paths_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_readpassphrase_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_sql_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_ioctl_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wchar_h=yes
ac_cv_header_windows_h=no
ac_cv_host=x86_64-apple-darwin12.5.0
ac_cv_lib_dld_dld_link=no
ac_cv_lib_dld_shl_load=no
ac_cv_lib_iodbc_SQLConnect=yes
ac_cv_lib_iodbcinst_SQLGetPrivateProfileString=yes
ac_cv_lib_readline_readline=yes
ac_cv_member_struct_tm___tm_zone=no
ac_cv_member_struct_tm_tm_zone=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/local/Library/ENV/4.3/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_PKG_CONFIG=pkg-config
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_cc_c_o=yes
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_clock_gettime=no
ac_cv_search_dlopen='none required'
ac_cv_search_gethostbyname='none required'
ac_cv_search_socket='none required'
ac_cv_search_tgetent=-lncurses
ac_cv_sizeof_SQLWCHAR=2
ac_cv_sizeof___int64=0
ac_cv_sizeof_char=1
ac_cv_sizeof_double=8
ac_cv_sizeof_float=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_double=16
ac_cv_sizeof_long_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_void_p=8
ac_cv_sizeof_wchar_t=4
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_type_SQLROWOFFSET=no
ac_cv_type_SQLROWSETSIZE=no
ac_cv_type_SQLSETPOSIROW=yes
ac_cv_type_socklen_t=yes
ac_cv_use_freetds_flag=no
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec=
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
acl_cv_prog_gnu_ld=no
acl_cv_rpath=done
acl_cv_shlibext=dylib
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_lib_iconv=yes
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
lt_cv_apple_cc_single_mod=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_NM=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_RC=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\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/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
tds_cv_null_is_zero=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/freetds-hIc5/freetds-0.91/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /private/tmp/freetds-hIc5/freetds-0.91/missing --run tar'
AM_CFLAGS=' -D_THREAD_SAFE '
AR='ar'
AS='as'
AUTOCONF='${SHELL} /private/tmp/freetds-hIc5/freetds-0.91/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/freetds-hIc5/freetds-0.91/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/freetds-hIc5/freetds-0.91/missing --run automake-1.11'
AWK='awk'
BUILD_NUMBER='13283'
CC='cc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='cc -E'
CPPFLAGS=' -D_FREETDS_LIBRARY_SOURCE -DIODBC'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DISTCHECK_BUILD_FALSE=''
DISTCHECK_BUILD_TRUE=''
DLLTOOL='dlltool'
DOXYGEN=''
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_THREADSAFE_FALSE=''
ENABLE_THREADSAFE_TRUE=''
EXEEXT=''
FGREP='/usr/bin/grep -F'
FREETDS_LIBGCC=''
FREETDS_ODBC_MODULE='-module'
FREETDS_SYMBOLIC=''
GREP='/usr/bin/grep'
HAVE_DOXYGEN_FALSE=''
HAVE_DOXYGEN_TRUE='#'
HAVE_OPENSSL=''
HAVE_PERL_SOURCES=''
HAVE_PERL_SOURCES_FALSE=''
HAVE_PERL_SOURCES_TRUE='#'
HAVE_SSPI_FALSE=''
HAVE_SSPI_TRUE='#'
INCAPPS_FALSE=''
INCAPPS_TRUE=''
INCODBC_FALSE='#'
INCODBC_TRUE=''
INCPOOL_FALSE=''
INCPOOL_TRUE=''
INCSERVER_FALSE=''
INCSERVER_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
LDFLAGS=''
LIBADD_DL=' '
LIBADD_DLD_LINK=''
LIBADD_DLOPEN=''
LIBADD_SHL_LOAD=''
LIBICONV='-liconv'
LIBOBJS=''
LIBS=' '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBICONV='-liconv'
LTLIBOBJS=''
LT_DLLOADERS=' dlopen.la'
LT_DLPREOPEN='-dlpreopen dlopen.la '
MACOSX_FALSE='#'
MACOSX_TRUE=''
MAJOR='0'
MAKEINFO='${SHELL} /private/tmp/freetds-hIc5/freetds-0.91/missing --run makeinfo'
MINGW32_FALSE=''
MINGW32_TRUE='#'
MINOR='91'
MKDIR_P='./install-sh -c -d'
NETWORK_LIBS=''
NM='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='objdump'
OBJEXT='o'
ODBC=''
ODBCINSTLIB='-liodbcinst'
ODBCLIB='-liodbc'
ODBCNODMLIB=''
ODBCNODMLIBAPP=''
ODBC_CONFIG=''
ODBC_FALSE='#'
ODBC_INC=''
ODBC_TRUE=''
OTOOL64=':'
OTOOL='otool'
PACKAGE='freetds'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='FreeTDS'
PACKAGE_STRING='FreeTDS 0.91'
PACKAGE_TARNAME='freetds'
PACKAGE_URL=''
PACKAGE_VERSION='0.91'
PATH_SEPARATOR=':'
PKG_CONFIG='pkg-config'
PTHREAD_CC='cc'
PTHREAD_CFLAGS='-D_THREAD_SAFE '
PTHREAD_LIBS=''
RANLIB='ranlib'
RC=''
READLINE_LIBS='-lncurses -lreadline'
SED='/usr/local/Library/ENV/4.3/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
SUBVERSION='0'
SYBASE_COMPAT_FALSE=''
SYBASE_COMPAT_TRUE=''
UNIXODBC_FALSE=''
UNIXODBC_TRUE='#'
VERSION='0.91'
ac_ct_CC='cc'
ac_ct_DUMPBIN=''
acx_pthread_config=''
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-apple-darwin12.5.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin12.5.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
dblib_define=''
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-apple-darwin12.5.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin12.5.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/freetds-hIc5/freetds-0.91/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='/bin/echo'
mandir='/usr/local/Cellar/freetds/0.91/share/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/freetds/0.91'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
tds_sysdep_int16_type='short'
tds_sysdep_int32_type='int'
tds_sysdep_int64_type='long'
tds_sysdep_intptr_type='long'
tds_sysdep_real32_type='float'
tds_sysdep_real64_type='double'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "FreeTDS"
#define PACKAGE_TARNAME "freetds"
#define PACKAGE_VERSION "0.91"
#define PACKAGE_STRING "FreeTDS 0.91"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "freetds"
#define VERSION "0.91"
#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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_LIBDL 1
#define HAVE_DLERROR 1
#define HAVE_LIBDLLOADER 1
#define HAVE_ICONV 1
#define ICONV_CONST
#define HAVE_READLINE 1
#define HAVE_RL_INHIBIT_COMPLETION 1
#define HAVE_PTHREAD 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_TM_ZONE 1
#define HAVE_ERRNO_H 1
#define HAVE_GETOPT_H 1
#define HAVE_LIBGEN_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_POLL_H 1
#define HAVE_READPASSPHRASE_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDDEF_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCHAR_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_SQL_H 1
#define HAVE_ODBCSS_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_PATHS_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SOCKET_H 1
#define SIZEOF_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_LONG 8
#define SIZEOF_INT 4
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_LONG_DOUBLE 16
#define SIZEOF_LONG_LONG 8
#define SIZEOF___INT64 0
#define SIZEOF_VOID_P 8
#define SIZEOF_WCHAR_T 4
#define HAVE_INT64 1
#define TDS_I64_FORMAT "ld"
#define HAVE_GETOPT_OPTRESET 1
#define TDS_ATTRIBUTE_DESTRUCTOR 1
#define NULL_REP_IS_ZERO_BYTES 1
#define HAVE_VSNPRINTF 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_NL_LANGINFO 1
#define HAVE_SETENV 1
#define HAVE_PUTENV 1
#define HAVE_GETUID 1
#define HAVE_GETPWUID 1
#define HAVE_GETPWUID_R 1
#define HAVE_FSTAT 1
#define HAVE_ALARM 1
#define HAVE_FORK 1
#define HAVE_LOCALTIME_R 1
#define HAVE_SETITIMER 1
#define HAVE_SETRLIMIT 1
#define HAVE_GETIPNODEBYADDR 1
#define HAVE_GETIPNODEBYNAME 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETNAMEINFO 1
#define HAVE_INET_NTOP 1
#define HAVE_GETHOSTNAME 1
#define HAVE_POLL 1
#define HAVE_ASPRINTF 1
#define HAVE_VASPRINTF 1
#define HAVE_ATOLL 1
#define HAVE_STRTOK_R 1
#define HAVE_READPASSPHRASE 1
#define HAVE_STRLCPY 1
#define HAVE_STRLCAT 1
#define HAVE_BASENAME 1
#define HAVE_GETOPT 1
#define HAVE_FSEEKO 1
#define TDS71 1
#define HAVE_SQLGETPRIVATEPROFILESTRING 1
#define HAVE_IODBCINST_H 1
#define HAVE_SQLLEN 1
#define TDS_SQLCOLATTRIBUTE_SQLLEN 1
#define TDS_SQLPARAMOPTIONS_SQLLEN 1
#define HAVE_SQLSETPOSIROW 1
#define SIZEOF_SQLWCHAR 2
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment