Skip to Content.
Sympa Menu

freetds - Re: [freetds] Problem trying to install freeTDS 0.64 on aix 5.3.0 .0

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Darren Stokes <Darren.Stokes AT onestop.co.uk>
  • To: 'FreeTDS Development Group' <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Problem trying to install freeTDS 0.64 on aix 5.3.0 .0
  • Date: Wed, 24 Jan 2007 08:47:49 -0000


Many thanks to Freddy and James for their swift response.

I managed to find the tcp.h file, but when I then ran the configure, I got
the following error:

configure: WARNING: netinet/tcp.h: present but cannot be compiled
configure: WARNING: netinet/tcp.h: check for missing prerequisite
headers?
configure: WARNING: netinet/tcp.h: see the Autoconf documentation
configure: WARNING: netinet/tcp.h: section "Present But Cannot Be
Compiled"
configure: WARNING: netinet/tcp.h: proceeding with the preprocessor's result
configure: WARNING: netinet/tcp.h: in the future, the compiler will take
precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##

After searching around, I managed to fix this error by inserting the
following line in the tcp.h file:
#include <netinet/ip.h>

This now compiles, finds and uses the tcp.h file.

However, I am now getting another error when I run the make command:

ld: 0711-317 ERROR: Undefined symbol: .tdsdump_open

I'm also seeing a lot of warnings containing 'visibility attribute not
supported in this configuration'.

I've attached the latest configuration and make outputs.

Thanks again

Darren









**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

# ./configure --prefix=/usr/local/freeTDS --with-unixodbc=/usr/local/unixODBC
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking build system type... powerpc-ibm-aix5.3.0.0
checking host system type... powerpc-ibm-aix5.3.0.0
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... 1
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 8192
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC...
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... aix5.3.0.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft,
char * *outbuf, size_t *outbytesleft);
checking for doxygen... no
checking for odbc_config... no
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for library containing tgetent... -lcurses
checking for readline in -lreadline... no
checking for library containing pthread_create... -lpthread
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... no
checking for tzname... yes
checking for struct tm.__tm_zone... no
checking for unistd.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for sys/types.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking odbcss.h usability... no
checking odbcss.h presence... no
checking for odbcss.h... no
checking readpassphrase.h usability... no
checking readpassphrase.h presence... no
checking for readpassphrase.h... no
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.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 libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking whether INADDR_NONE is defined... yes
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for int... yes
checking size of int... 4
checking for float... yes
checking size of float... 4
checking for double... yes
checking size of double... 8
checking for long double... yes
checking size of long double... 8
checking for long long... yes
checking size of long long... 8
checking for __int64... no
checking size of __int64... 0
checking for void *... yes
checking size of void *... 4
checking for wchar_t... yes
checking size of wchar_t... 2
checking is FIONBIO defined... yes
checking for socklen_t... yes
checking whether byte ordering is bigendian... yes
checking for an ANSI C-conforming const... yes
checking whether we can use -static-libgcc... yes
checking for vsnprintf... yes
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 inet_ntoa_r... yes
checking for getipnodebyaddr... yes
checking for getipnodebyname... yes
checking for freehostent... yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for gethostname... yes
checking for sethostent_r... yes
checking for gethostent_r... yes
checking for asprintf... no
checking for vasprintf... no
checking for atoll... yes
checking for strtok_r... yes
checking for readpassphrase... no
checking for strlcpy... no
checking for strlcat... no
checking for basename... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... yes
checking whether malloc_options variable is present... no
checking compile-time options
looking for installed odbc driver manager
checking for SQLGetPrivateProfileString in -lodbcinst... yes
checking for SQLWCHAR... yes
checking size of SQLWCHAR... 2
checking if openssl is wanted... no
checking threadsafety... enabled
checking for which type of gethostbyname_r... three
checking for which type of getservbyname_r... four
checking for which type of gethostbyaddr_r... five
checking for which type of getpwuid_r... five
checking for which type of localtime_r... struct
configure: debug enabled
done
configure: creating ./config.status
config.status: creating include/tdsver.h
config.status: creating include/tds_sysdep_public.h
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating doc/Makefile
config.status: creating samples/Makefile
config.status: creating src/Makefile
config.status: creating src/tds/Makefile
config.status: creating src/tds/unittests/Makefile
config.status: creating src/dblib/Makefile
config.status: creating src/dblib/unittests/Makefile
config.status: creating src/ctlib/Makefile
config.status: creating src/ctlib/unittests/Makefile
config.status: creating src/replacements/Makefile
config.status: creating src/server/Makefile
config.status: creating src/pool/Makefile
config.status: creating src/odbc/Makefile
config.status: creating src/odbc/unittests/Makefile
config.status: creating src/apps/Makefile
config.status: creating freetds.spec
config.status: creating win32/Makefile
config.status: creating win32/msvc6/Makefile
config.status: creating win32/dev-cpp/Makefile
config.status: creating win32/version.rc
config.status: creating win32/freetds.nsh
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: executing depfiles commands
# # make
Making all in include
make all-am
echo '#define FREETDS_SYSCONFDIR "/usr/local/freeTDS/etc"'
>freetds_sysconfdir.h
Target "all-am" is up to date.
Making all in src
Making all in replacements
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
asprintf.lo -MD -MP -MF ".deps/asprintf.Tpo" -c -o asprintf.lo asprintf.c;
then mv -f ".deps/asprintf.Tpo" ".deps/asprintf.Plo"; else rm -f
".deps/asprintf.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT asprintf.lo -MD -MP -MF .deps/asprintf.Tpo -c
asprintf.c -DPIC -o .libs/asprintf.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
vasprintf.lo -MD -MP -MF ".deps/vasprintf.Tpo" -c -o vasprintf.lo
vasprintf.c; then mv -f ".deps/vasprintf.Tpo" ".deps/vasprintf.Plo"; else rm
-f ".deps/vasprintf.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT vasprintf.lo -MD -MP -MF .deps/vasprintf.Tpo -c
vasprintf.c -DPIC -o .libs/vasprintf.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
strlcpy.lo -MD -MP -MF ".deps/strlcpy.Tpo" -c -o strlcpy.lo strlcpy.c; then
mv -f ".deps/strlcpy.Tpo" ".deps/strlcpy.Plo"; else rm -f
".deps/strlcpy.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c
strlcpy.c -DPIC -o .libs/strlcpy.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
strlcat.lo -MD -MP -MF ".deps/strlcat.Tpo" -c -o strlcat.lo strlcat.c; then
mv -f ".deps/strlcat.Tpo" ".deps/strlcat.Plo"; else rm -f
".deps/strlcat.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT strlcat.lo -MD -MP -MF .deps/strlcat.Tpo -c
strlcat.c -DPIC -o .libs/strlcat.o
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2
-L/usr/local/unixODBC/lib -o libreplacements.la iconv.lo asprintf.lo
vasprintf.lo readpassphrase.lo strlcpy.lo strlcat.lo
rm -fr .libs/libreplacements.a .libs/libreplacements.la
ar cru .libs/libreplacements.a .libs/iconv.o .libs/asprintf.o
.libs/vasprintf.o .libs/readpassphrase.o .libs/strlcpy.o .libs/strlcat.o
ranlib .libs/libreplacements.a
creating libreplacements.la
(cd .libs && rm -f libreplacements.la && ln -s ../libreplacements.la
libreplacements.la)
Target "all" is up to date.
Making all in tds
make all-recursive
Making all in unittests
Target "all" is up to date.
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT mem.lo
-MD -MP -MF ".deps/mem.Tpo" -c -o mem.lo mem.c; then mv -f ".deps/mem.Tpo"
".deps/mem.Plo"; else rm -f ".deps/mem.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c mem.c -DPIC -o
.libs/mem.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT token.lo
-MD -MP -MF ".deps/token.Tpo" -c -o token.lo token.c; then mv -f
".deps/token.Tpo" ".deps/token.Plo"; else rm -f ".deps/token.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT token.lo -MD -MP -MF .deps/token.Tpo -c token.c
-DPIC -o .libs/token.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT util.lo
-MD -MP -MF ".deps/util.Tpo" -c -o util.lo util.c; then mv -f
".deps/util.Tpo" ".deps/util.Plo"; else rm -f ".deps/util.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -DPIC
-o .libs/util.o
util.c:75: warning: 'g_dump_mutex' defined but not used
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT login.lo
-MD -MP -MF ".deps/login.Tpo" -c -o login.lo login.c; then mv -f
".deps/login.Tpo" ".deps/login.Plo"; else rm -f ".deps/login.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT login.lo -MD -MP -MF .deps/login.Tpo -c login.c
-DPIC -o .libs/login.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT read.lo
-MD -MP -MF ".deps/read.Tpo" -c -o read.lo read.c; then mv -f
".deps/read.Tpo" ".deps/read.Plo"; else rm -f ".deps/read.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT read.lo -MD -MP -MF .deps/read.Tpo -c read.c -DPIC
-o .libs/read.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT write.lo
-MD -MP -MF ".deps/write.Tpo" -c -o write.lo write.c; then mv -f
".deps/write.Tpo" ".deps/write.Plo"; else rm -f ".deps/write.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT write.lo -MD -MP -MF .deps/write.Tpo -c write.c
-DPIC -o .libs/write.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
convert.lo -MD -MP -MF ".deps/convert.Tpo" -c -o convert.lo convert.c; then
mv -f ".deps/convert.Tpo" ".deps/convert.Plo"; else rm -f
".deps/convert.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT convert.lo -MD -MP -MF .deps/convert.Tpo -c
convert.c -DPIC -o .libs/convert.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
numeric.lo -MD -MP -MF ".deps/numeric.Tpo" -c -o numeric.lo numeric.c; then
mv -f ".deps/numeric.Tpo" ".deps/numeric.Plo"; else rm -f
".deps/numeric.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT numeric.lo -MD -MP -MF .deps/numeric.Tpo -c
numeric.c -DPIC -o .libs/numeric.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
config.lo -MD -MP -MF ".deps/config.Tpo" -c -o config.lo config.c; then mv
-f ".deps/config.Tpo" ".deps/config.Plo"; else rm -f ".deps/config.Tpo"; exit
1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT config.lo -MD -MP -MF .deps/config.Tpo -c config.c
-DPIC -o .libs/config.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT query.lo
-MD -MP -MF ".deps/query.Tpo" -c -o query.lo query.c; then mv -f
".deps/query.Tpo" ".deps/query.Plo"; else rm -f ".deps/query.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT query.lo -MD -MP -MF .deps/query.Tpo -c query.c
-DPIC -o .libs/query.o
query.c: In function 'tds_put_data':
query.c:1464: warning: pointer targets in assignment differ in signedness
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT iconv.lo
-MD -MP -MF ".deps/iconv.Tpo" -c -o iconv.lo iconv.c; then mv -f
".deps/iconv.Tpo" ".deps/iconv.Plo"; else rm -f ".deps/iconv.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT iconv.lo -MD -MP -MF .deps/iconv.Tpo -c iconv.c
-DPIC -o .libs/iconv.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
locale.lo -MD -MP -MF ".deps/locale.Tpo" -c -o locale.lo locale.c; then mv
-f ".deps/locale.Tpo" ".deps/locale.Plo"; else rm -f ".deps/locale.Tpo"; exit
1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT locale.lo -MD -MP -MF .deps/locale.Tpo -c locale.c
-DPIC -o .libs/locale.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
challenge.lo -MD -MP -MF ".deps/challenge.Tpo" -c -o challenge.lo
challenge.c; then mv -f ".deps/challenge.Tpo" ".deps/challenge.Plo"; else rm
-f ".deps/challenge.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT challenge.lo -MD -MP -MF .deps/challenge.Tpo -c
challenge.c -DPIC -o .libs/challenge.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
threadsafe.lo -MD -MP -MF ".deps/threadsafe.Tpo" -c -o threadsafe.lo
threadsafe.c; then mv -f ".deps/threadsafe.Tpo" ".deps/threadsafe.Plo"; else
rm -f ".deps/threadsafe.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT threadsafe.lo -MD -MP -MF .deps/threadsafe.Tpo -c
threadsafe.c -DPIC -o .libs/threadsafe.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
vstrbuild.lo -MD -MP -MF ".deps/vstrbuild.Tpo" -c -o vstrbuild.lo
vstrbuild.c; then mv -f ".deps/vstrbuild.Tpo" ".deps/vstrbuild.Plo"; else rm
-f ".deps/vstrbuild.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT vstrbuild.lo -MD -MP -MF .deps/vstrbuild.Tpo -c
vstrbuild.c -DPIC -o .libs/vstrbuild.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT md4.lo
-MD -MP -MF ".deps/md4.Tpo" -c -o md4.lo md4.c; then mv -f ".deps/md4.Tpo"
".deps/md4.Plo"; else rm -f ".deps/md4.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c md4.c -DPIC -o
.libs/md4.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT des.lo
-MD -MP -MF ".deps/des.Tpo" -c -o des.lo des.c; then mv -f ".deps/des.Tpo"
".deps/des.Plo"; else rm -f ".deps/des.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT des.lo -MD -MP -MF .deps/des.Tpo -c des.c -DPIC -o
.libs/des.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
tdsstring.lo -MD -MP -MF ".deps/tdsstring.Tpo" -c -o tdsstring.lo
tdsstring.c; then mv -f ".deps/tdsstring.Tpo" ".deps/tdsstring.Plo"; else rm
-f ".deps/tdsstring.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT tdsstring.lo -MD -MP -MF .deps/tdsstring.Tpo -c
tdsstring.c -DPIC -o .libs/tdsstring.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
getmac.lo -MD -MP -MF ".deps/getmac.Tpo" -c -o getmac.lo getmac.c; then mv
-f ".deps/getmac.Tpo" ".deps/getmac.Plo"; else rm -f ".deps/getmac.Tpo"; exit
1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT getmac.lo -MD -MP -MF .deps/getmac.Tpo -c getmac.c
-DPIC -o .libs/getmac.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT data.lo
-MD -MP -MF ".deps/data.Tpo" -c -o data.lo data.c; then mv -f
".deps/data.Tpo" ".deps/data.Plo"; else rm -f ".deps/data.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT data.lo -MD -MP -MF .deps/data.Tpo -c data.c -DPIC
-o .libs/data.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT net.lo
-MD -MP -MF ".deps/net.Tpo" -c -o net.lo net.c; then mv -f ".deps/net.Tpo"
".deps/net.Plo"; else rm -f ".deps/net.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT net.lo -MD -MP -MF .deps/net.Tpo -c net.c -DPIC -o
.libs/net.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
tds_checks.lo -MD -MP -MF ".deps/tds_checks.Tpo" -c -o tds_checks.lo
tds_checks.c; then mv -f ".deps/tds_checks.Tpo" ".deps/tds_checks.Plo"; else
rm -f ".deps/tds_checks.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT tds_checks.lo -MD -MP -MF .deps/tds_checks.Tpo -c
tds_checks.c -DPIC -o .libs/tds_checks.o
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2
-L/usr/local/unixODBC/lib -o libtds_objects.la mem.lo token.lo util.lo
login.lo read.lo write.lo convert.lo numeric.lo config.lo query.lo iconv.lo
locale.lo challenge.lo threadsafe.lo vstrbuild.lo md4.lo des.lo tdsstring.lo
getmac.lo data.lo net.lo tds_checks.lo
rm -fr .libs/libtds_objects.a .libs/libtds_objects.la
ar cru .libs/libtds_objects.a .libs/mem.o .libs/token.o .libs/util.o
.libs/login.o .libs/read.o .libs/write.o .libs/convert.o .libs/numeric.o
.libs/config.o .libs/query.o .libs/iconv.o .libs/locale.o .libs/challenge.o
.libs/threadsafe.o .libs/vstrbuild.o .libs/md4.o .libs/des.o
.libs/tdsstring.o .libs/getmac.o .libs/data.o .libs/net.o .libs/tds_checks.o
ranlib .libs/libtds_objects.a
creating libtds_objects.la
(cd .libs && rm -f libtds_objects.la && ln -s ../libtds_objects.la
libtds_objects.la)
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2
-L/usr/local/unixODBC/lib -o libtds.la -rpath /usr/local/freeTDS/lib
-version-info 5:0:0 -export-symbols-regex '^(tds_|tdsdump_|tds5_|tds7_).*'
libtds_objects.la ../replacements/libreplacements.la -liconv -static-libgcc
rm -fr .libs/libtds.a .libs/libtds.exp .libs/libtds.la .libs/libtds.lai
.libs/libtds.so.5
generating symbol list for `libtds.la'
/usr/bin/nm -B -BCpg ./.libs/libtds_objects.a
../replacements/.libs/libreplacements.a | awk '{ if ((($2 == "T") || ($2 ==
"D") || ($2 == "B")) && (substr($3,1,1) != ".")) { print $3 } }' | sort -u >
.libs/libtds.exp
grep -E -e "^(tds_|tdsdump_|tds5_|tds7_).*" ".libs/libtds.exp" >
".libs/libtds.expT"
mv -f ".libs/libtds.expT" ".libs/libtds.exp"
gcc -shared -o .libs/libtds.so.5 -L/usr/local/unixODBC/lib -liconv -lc
-Wl,-bE:.libs/libtds.exp -Wl,-bnoentry ${wl}-berok
ar cru .libs/libtds.a .libs/libtds.so.5
creating libtds.la
(cd .libs && rm -f libtds.la && ln -s ../libtds.la libtds.la)
Target "all-am" is up to date.
Making all in ctlib
Making all in unittests
Target "all" is up to date.
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT ct.lo
-MD -MP -MF ".deps/ct.Tpo" -c -o ct.lo ct.c; then mv -f ".deps/ct.Tpo"
".deps/ct.Plo"; else rm -f ".deps/ct.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c -DPIC -o
.libs/ct.o
ct.c: In function 'paraminfoalloc':
ct.c:4186: warning: pointer targets in passing argument 1 of 'strlen' differ
in signedness
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT cs.lo
-MD -MP -MF ".deps/cs.Tpo" -c -o cs.lo cs.c; then mv -f ".deps/cs.Tpo"
".deps/cs.Plo"; else rm -f ".deps/cs.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT cs.lo -MD -MP -MF .deps/cs.Tpo -c cs.c -DPIC -o
.libs/cs.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT blk.lo
-MD -MP -MF ".deps/blk.Tpo" -c -o blk.lo blk.c; then mv -f ".deps/blk.Tpo"
".deps/blk.Plo"; else rm -f ".deps/blk.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT blk.lo -MD -MP -MF .deps/blk.Tpo -c blk.c -DPIC -o
.libs/blk.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
ctutil.lo -MD -MP -MF ".deps/ctutil.Tpo" -c -o ctutil.lo ctutil.c; then mv
-f ".deps/ctutil.Tpo" ".deps/ctutil.Plo"; else rm -f ".deps/ctutil.Tpo"; exit
1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT ctutil.lo -MD -MP -MF .deps/ctutil.Tpo -c ctutil.c
-DPIC -o .libs/ctutil.o
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2
-L/usr/local/unixODBC/lib -o libct.la -rpath /usr/local/freeTDS/lib
-version-info 4:0:0 -export-symbols-regex '^(cs_|ct_|blk_).*' ct.lo cs.lo
blk.lo ctutil.lo ../tds/libtds_objects.la ../replacements/libreplacements.la
-liconv -static-libgcc
rm -fr .libs/libct.a .libs/libct.exp .libs/libct.la .libs/libct.lai
.libs/libct.so.4
generating symbol list for `libct.la'
/usr/bin/nm -B -BCpg .libs/ct.o .libs/cs.o .libs/blk.o .libs/ctutil.o
../tds/.libs/libtds_objects.a ../replacements/.libs/libreplacements.a | awk
'{ if ((($2 == "T") || ($2 == "D") || ($2 == "B")) && (substr($3,1,1) !=
".")) { print $3 } }' | sort -u > .libs/libct.exp
grep -E -e "^(cs_|ct_|blk_).*" ".libs/libct.exp" > ".libs/libct.expT"
mv -f ".libs/libct.expT" ".libs/libct.exp"
gcc -shared -o .libs/libct.so.4 .libs/ct.o .libs/cs.o .libs/blk.o
.libs/ctutil.o -L/usr/local/unixODBC/lib -liconv -lc
-Wl,-bE:.libs/libct.exp -Wl,-bnoentry ${wl}-berok
ar cru .libs/libct.a .libs/libct.so.4
creating libct.la
(cd .libs && rm -f libct.la && ln -s ../libct.la libct.la)
Target "all-am" is up to date.
Target "all" is up to date.
Making all in dblib
Making all in unittests
Target "all" is up to date.
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT dblib.lo
-MD -MP -MF ".deps/dblib.Tpo" -c -o dblib.lo dblib.c; then mv -f
".deps/dblib.Tpo" ".deps/dblib.Plo"; else rm -f ".deps/dblib.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT dblib.lo -MD -MP -MF .deps/dblib.Tpo -c dblib.c
-DPIC -o .libs/dblib.o
dblib.c:204: warning: 'dblib_mutex' defined but not used
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
dbutil.lo -MD -MP -MF ".deps/dbutil.Tpo" -c -o dbutil.lo dbutil.c; then mv
-f ".deps/dbutil.Tpo" ".deps/dbutil.Plo"; else rm -f ".deps/dbutil.Tpo"; exit
1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT dbutil.lo -MD -MP -MF .deps/dbutil.Tpo -c dbutil.c
-DPIC -o .libs/dbutil.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT rpc.lo
-MD -MP -MF ".deps/rpc.Tpo" -c -o rpc.lo rpc.c; then mv -f ".deps/rpc.Tpo"
".deps/rpc.Plo"; else rm -f ".deps/rpc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT rpc.lo -MD -MP -MF .deps/rpc.Tpo -c rpc.c -DPIC -o
.libs/rpc.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT bcp.lo
-MD -MP -MF ".deps/bcp.Tpo" -c -o bcp.lo bcp.c; then mv -f ".deps/bcp.Tpo"
".deps/bcp.Plo"; else rm -f ".deps/bcp.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT bcp.lo -MD -MP -MF .deps/bcp.Tpo -c bcp.c -DPIC -o
.libs/bcp.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT xact.lo
-MD -MP -MF ".deps/xact.Tpo" -c -o xact.lo xact.c; then mv -f
".deps/xact.Tpo" ".deps/xact.Plo"; else rm -f ".deps/xact.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT xact.lo -MD -MP -MF .deps/xact.Tpo -c xact.c -DPIC
-o .libs/xact.o
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2
-L/usr/local/unixODBC/lib -o libsybdb.la -rpath /usr/local/freeTDS/lib
-version-info 5:0:0 -export-symbols-regex
'^(db|bcp_|tdsdump_open|tdsdbopen|.*_xact|close_commit|open_commit|.?asprintf).*'
dblib.lo dbutil.lo rpc.lo bcp.lo xact.lo ../tds/libtds_objects.la
../replacements/libreplacements.la -liconv -static-libgcc
rm -fr .libs/libsybdb.a .libs/libsybdb.exp .libs/libsybdb.la
.libs/libsybdb.lai .libs/libsybdb.so.5
generating symbol list for `libsybdb.la'
/usr/bin/nm -B -BCpg .libs/dblib.o .libs/dbutil.o .libs/rpc.o .libs/bcp.o
.libs/xact.o ../tds/.libs/libtds_objects.a
../replacements/.libs/libreplacements.a | awk '{ if ((($2 == "T") || ($2 ==
"D") || ($2 == "B")) && (substr($3,1,1) != ".")) { print $3 } }' | sort -u >
.libs/libsybdb.exp
grep -E -e
"^(db|bcp_|tdsdump_open|tdsdbopen|.*_xact|close_commit|open_commit|.?asprintf).*"
".libs/libsybdb.exp" > ".libs/libsybdb.expT"
mv -f ".libs/libsybdb.expT" ".libs/libsybdb.exp"
gcc -shared -o .libs/libsybdb.so.5 .libs/dblib.o .libs/dbutil.o .libs/rpc.o
.libs/bcp.o .libs/xact.o -L/usr/local/unixODBC/lib -liconv -lc
-Wl,-bE:.libs/libsybdb.exp -Wl,-bnoentry ${wl}-berok
ar cru .libs/libsybdb.a .libs/libsybdb.so.5
creating libsybdb.la
(cd .libs && rm -f libsybdb.la && ln -s ../libsybdb.la libsybdb.la)
Target "all-am" is up to date.
Target "all" is up to date.
Making all in odbc
Making all in unittests
Target "all" is up to date.
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -I/usr/local/unixODBC/include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT odbc.lo -MD -MP -MF ".deps/odbc.Tpo" -c -o
odbc.lo odbc.c; then mv -f ".deps/odbc.Tpo" ".deps/odbc.Plo"; else rm -f
".deps/odbc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-I/usr/local/unixODBC/include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT odbc.lo
-MD -MP -MF .deps/odbc.Tpo -c odbc.c -DPIC -o .libs/odbc.o
odbc.c: In function '_SQLRowCount':
odbc.c:3614: warning: visibility attribute not supported in this
configuration; ignored
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -I/usr/local/unixODBC/include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT connectparams.lo -MD -MP -MF
".deps/connectparams.Tpo" -c -o connectparams.lo connectparams.c; then mv -f
".deps/connectparams.Tpo" ".deps/connectparams.Plo"; else rm -f
".deps/connectparams.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-I/usr/local/unixODBC/include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
connectparams.lo -MD -MP -MF .deps/connectparams.Tpo -c connectparams.c
-DPIC -o .libs/connectparams.o
connectparams.c: In function 'odbc_get_dsn_info':
connectparams.c:188: warning: visibility attribute not supported in this
configuration; ignored
connectparams.c: In function 'odbc_parse_connect_string':
connectparams.c:310: warning: visibility attribute not supported in this
configuration; ignored
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -I/usr/local/unixODBC/include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT convert_tds2sql.lo -MD -MP -MF
".deps/convert_tds2sql.Tpo" -c -o convert_tds2sql.lo convert_tds2sql.c; then
mv -f ".deps/convert_tds2sql.Tpo" ".deps/convert_tds2sql.Plo"; else rm -f
".deps/convert_tds2sql.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-I/usr/local/unixODBC/include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
convert_tds2sql.lo -MD -MP -MF .deps/convert_tds2sql.Tpo -c convert_tds2sql.c
-DPIC -o .libs/convert_tds2sql.o
convert_tds2sql.c: In function 'convert_tds2sql':
convert_tds2sql.c:262: warning: visibility attribute not supported in this
configuration; ignored
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -I/usr/local/unixODBC/include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT descriptor.lo -MD -MP -MF ".deps/descriptor.Tpo"
-c -o descriptor.lo descriptor.c; then mv -f ".deps/descriptor.Tpo"
".deps/descriptor.Plo"; else rm -f ".deps/descriptor.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-I/usr/local/unixODBC/include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
descriptor.lo -MD -MP -MF .deps/descriptor.Tpo -c descriptor.c -DPIC -o
.libs/descriptor.o
descriptor.c: In function 'desc_free_records':
descriptor.c:157: warning: visibility attribute not supported in this
configuration; ignored
descriptor.c: In function 'desc_free':
descriptor.c:220: warning: visibility attribute not supported in this
configuration; ignored
descriptor.c: In function 'desc_alloc_records':
descriptor.c:127: warning: visibility attribute not supported in this
configuration; ignored
descriptor.c: In function 'desc_copy':
descriptor.c:209: warning: visibility attribute not supported in this
configuration; ignored
descriptor.c: In function 'desc_alloc':
descriptor.c:76: warning: visibility attribute not supported in this
configuration; ignored
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -I/usr/local/unixODBC/include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT prepare_query.lo -MD -MP -MF
".deps/prepare_query.Tpo" -c -o prepare_query.lo prepare_query.c; then mv -f
".deps/prepare_query.Tpo" ".deps/prepare_query.Plo"; else rm -f
".deps/prepare_query.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-I/usr/local/unixODBC/include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
prepare_query.lo -MD -MP -MF .deps/prepare_query.Tpo -c prepare_query.c
-DPIC -o .libs/prepare_query.o
prepare_query.c: In function 'continue_parse_prepared_query':
prepare_query.c:290: warning: visibility attribute not supported in this
configuration; ignored
prepare_query.c: In function 'parse_prepared_query':
prepare_query.c:219: warning: visibility attribute not supported in this
configuration; ignored
prepare_query.c: In function 'start_parse_prepared_query':
prepare_query.c:231: warning: visibility attribute not supported in this
configuration; ignored
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -I/usr/local/unixODBC/include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT odbc_util.lo -MD -MP -MF ".deps/odbc_util.Tpo" -c
-o odbc_util.lo odbc_util.c; then mv -f ".deps/odbc_util.Tpo"
".deps/odbc_util.Plo"; else rm -f ".deps/odbc_util.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-I/usr/local/unixODBC/include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
odbc_util.lo -MD -MP -MF .deps/odbc_util.Tpo -c odbc_util.c -DPIC -o
.libs/odbc_util.o
odbc_util.c: In function 'odbc_server_to_sql_type':
odbc_util.c:324: warning: visibility attribute not supported in this
configuration; ignored
odbc_util.c: In function 'odbc_c_to_server_type':
odbc_util.c:398: warning: visibility attribute not supported in this
configuration; ignored
odbc_util.c: In function 'odbc_sql_to_c_type_default':
odbc_util.c:592: warning: visibility attribute not supported in this
configuration; ignored
odbc_util.c: In function 'odbc_sql_to_server_type':
odbc_util.c:652: warning: visibility attribute not supported in this
configuration; ignored
odbc_util.c: In function 'odbc_get_concise_sql_type':
odbc_util.c:799: warning: visibility attribute not supported in this
configuration; ignored
odbc_util.c: In function 'odbc_set_concise_sql_type':
odbc_util.c:843: warning: visibility attribute not supported in this
configuration; ignored
odbc_util.c: In function 'odbc_get_concise_c_type':
odbc_util.c:920: warning: visibility attribute not supported in this
configuration; ignored
odbc_util.c: In function 'odbc_set_concise_c_type':
odbc_util.c:966: warning: visibility attribute not supported in this
configuration; ignored
odbc_util.c: In function 'odbc_get_param_len':
odbc_util.c:745: warning: visibility attribute not supported in this
configuration; ignored
odbc_util.c: In function 'odbc_rdbms_version':
odbc_util.c:712: warning: visibility attribute not supported in this
configuration; ignored
odbc_util.c: In function 'odbc_get_string_size':
odbc_util.c:215: warning: visibility attribute not supported in this
configuration; ignored
odbc_util.c: In function 'odbc_set_string_i':
odbc_util.c:704: warning: visibility attribute not supported in this
configuration; ignored
odbc_util.c: In function 'odbc_set_string':
odbc_util.c:682: warning: visibility attribute not supported in this
configuration; ignored
odbc_util.c: In function 'odbc_sql_to_displaysize':
odbc_util.c:539: warning: visibility attribute not supported in this
configuration; ignored
odbc_util.c: In function 'odbc_set_sql_type_info':
odbc_util.c:478: warning: visibility attribute not supported in this
configuration; ignored
odbc_util.c: In function 'odbc_set_return_params':
odbc_util.c:202: warning: visibility attribute not supported in this
configuration; ignored
odbc_util.c: In function 'odbc_set_return_status':
odbc_util.c:135: warning: visibility attribute not supported in this
configuration; ignored
odbc_util.c: In function 'odbc_set_stmt_prepared_query':
odbc_util.c:107: warning: visibility attribute not supported in this
configuration; ignored
odbc_util.c: In function 'odbc_set_stmt_query':
odbc_util.c:100: warning: visibility attribute not supported in this
configuration; ignored
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -I/usr/local/unixODBC/include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT native.lo -MD -MP -MF ".deps/native.Tpo" -c -o
native.lo native.c; then mv -f ".deps/native.Tpo" ".deps/native.Plo"; else
rm -f ".deps/native.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-I/usr/local/unixODBC/include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT native.lo
-MD -MP -MF .deps/native.Tpo -c native.c -DPIC -o .libs/native.o
native.c: In function 'native_sql':
native.c:307: warning: visibility attribute not supported in this
configuration; ignored
native.c: In function 'parse_const_param':
native.c:216: warning: visibility attribute not supported in this
configuration; ignored
native.c: In function 'prepare_call':
native.c:300: warning: visibility attribute not supported in this
configuration; ignored
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -I/usr/local/unixODBC/include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT sql2tds.lo -MD -MP -MF ".deps/sql2tds.Tpo" -c -o
sql2tds.lo sql2tds.c; then mv -f ".deps/sql2tds.Tpo" ".deps/sql2tds.Plo";
else rm -f ".deps/sql2tds.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-I/usr/local/unixODBC/include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT sql2tds.lo
-MD -MP -MF .deps/sql2tds.Tpo -c sql2tds.c -DPIC -o .libs/sql2tds.o
sql2tds.c: In function 'sql2tds':
sql2tds.c:424: warning: visibility attribute not supported in this
configuration; ignored
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -I/usr/local/unixODBC/include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT error.lo -MD -MP -MF ".deps/error.Tpo" -c -o
error.lo error.c; then mv -f ".deps/error.Tpo" ".deps/error.Plo"; else rm -f
".deps/error.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-I/usr/local/unixODBC/include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT error.lo
-MD -MP -MF .deps/error.Tpo -c error.c -DPIC -o .libs/error.o
error.c: In function 'odbc_errs_add_rdbms':
error.c:442: warning: visibility attribute not supported in this
configuration; ignored
error.c: In function 'odbc_errs_add':
error.c:409: warning: visibility attribute not supported in this
configuration; ignored
error.c: In function 'odbc_errs_reset':
error.c:360: warning: visibility attribute not supported in this
configuration; ignored
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../../include -I../../include -I/usr/local/unixODBC/include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT odbc_checks.lo -MD -MP -MF
".deps/odbc_checks.Tpo" -c -o odbc_checks.lo odbc_checks.c; then mv -f
".deps/odbc_checks.Tpo" ".deps/odbc_checks.Plo"; else rm -f
".deps/odbc_checks.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-I/usr/local/unixODBC/include -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC
-DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG
-DSIZEOF_LONG=4 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2 -MT
odbc_checks.lo -MD -MP -MF .deps/odbc_checks.Tpo -c odbc_checks.c -DPIC -o
.libs/odbc_checks.o
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2
-L/usr/local/unixODBC/lib -o libtdsodbc.la -rpath /usr/local/freeTDS/lib
-export-symbols-regex '^(SQL|ODBCINST).*' -module odbc.lo connectparams.lo
convert_tds2sql.lo descriptor.lo prepare_query.lo odbc_util.lo native.lo
sql2tds.lo error.lo odbc_checks.lo ../tds/libtds_objects.la
../replacements/libreplacements.la -lodbcinst -liconv -static-libgcc
rm -fr .libs/libtdsodbc.a .libs/libtdsodbc.exp .libs/libtdsodbc.la
.libs/libtdsodbc.lai .libs/libtdsodbc.so.0
generating symbol list for `libtdsodbc.la'
/usr/bin/nm -B -BCpg .libs/odbc.o .libs/connectparams.o
.libs/convert_tds2sql.o .libs/descriptor.o .libs/prepare_query.o
.libs/odbc_util.o .libs/native.o .libs/sql2tds.o .libs/error.o
.libs/odbc_checks.o ../tds/.libs/libtds_objects.a
../replacements/.libs/libreplacements.a | awk '{ if ((($2 == "T") || ($2 ==
"D") || ($2 == "B")) && (substr($3,1,1) != ".")) { print $3 } }' | sort -u >
.libs/libtdsodbc.exp
grep -E -e "^(SQL|ODBCINST).*" ".libs/libtdsodbc.exp" >
".libs/libtdsodbc.expT"
mv -f ".libs/libtdsodbc.expT" ".libs/libtdsodbc.exp"
gcc -shared -o .libs/libtdsodbc.so.0 .libs/odbc.o .libs/connectparams.o
.libs/convert_tds2sql.o .libs/descriptor.o .libs/prepare_query.o
.libs/odbc_util.o .libs/native.o .libs/sql2tds.o .libs/error.o
.libs/odbc_checks.o
-Wl,-blibpath:/usr/local/unixODBC/lib:/usr/local/lib/gcc/powerpc-ibm-aix5.3.0.0/4.1.1:/usr/local/lib/gcc/powerpc-ibm-aix5.3.0.0/4.1.1/../../..:/usr/lib:/lib
-L/usr/local/unixODBC/lib -lodbcinst -liconv -lc
-Wl,-bE:.libs/libtdsodbc.exp -Wl,-bnoentry ${wl}-berok
ar cru .libs/libtdsodbc.a .libs/libtdsodbc.so.0
creating libtdsodbc.la
(cd .libs && rm -f libtdsodbc.la && ln -s ../libtdsodbc.la libtdsodbc.la)
Target "all-am" is up to date.
Target "all" is up to date.
Making all in apps
if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT tsql.o -MD -MP -MF ".deps/tsql.Tpo" -c -o tsql.o
tsql.c; then mv -f ".deps/tsql.Tpo" ".deps/tsql.Po"; else rm -f
".deps/tsql.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2
-L/usr/local/unixODBC/lib -o tsql tsql.o ../tds/libtds_objects.la
../replacements/libreplacements.la -liconv -static-libgcc
gcc -g -O2 -o tsql tsql.o -static-libgcc -L/usr/local/unixODBC/lib
../tds/.libs/libtds_objects.a ../replacements/.libs/libreplacements.a -liconv
if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H
-DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG=4 -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -g -O2 -MT freebcp.o -MD -MP -MF ".deps/freebcp.Tpo" -c -o
freebcp.o freebcp.c; then mv -f ".deps/freebcp.Tpo" ".deps/freebcp.Po"; else
rm -f ".deps/freebcp.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2
-L/usr/local/unixODBC/lib -o freebcp freebcp.o ../dblib/libsybdb.la
gcc -g -O2 -o .libs/freebcp freebcp.o -L/usr/local/unixODBC/lib
-L../dblib/.libs -lsybdb -liconv
-Wl,-blibpath:/usr/local/freeTDS/lib:/usr/local/lib/gcc/powerpc-ibm-aix5.3.0.0/4.1.1:/usr/local/lib/gcc/powerpc-ibm-aix5.3.0.0/4.1.1/../../..:/usr/lib:/lib

ld: 0711-317 ERROR: Undefined symbol: .tdsdump_open
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
You have mail in /usr/spool/mail/root
# 


Archive powered by MHonArc 2.6.24.

Top of Page