Skip to Content.
Sympa Menu

freetds - [freetds] FreeTDS 0.61 Compile Problem

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: io AT absolutek.ca
  • To: freetds AT lists.ibiblio.org
  • Subject: [freetds] FreeTDS 0.61 Compile Problem
  • Date: Sat, 12 Jul 2003 22:45:25 -0500 (CDT)

I tried to compile FreeTDS v0.61, but I ran into some problems compiling it.

Configure Output:

$./configure
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output... 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 for style of include used by make... GNU
checking dependency style of gcc... gcc
checking how to run the C preprocessor... gcc -E
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for ld used by GCC... /usr/i386-slackware-linux/bin/ld
checking if the linker (/usr/i386-slackware-linux/bin/ld) is GNU ld... yes
checking for /usr/i386-slackware-linux/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 dependant libraries... pass_all
checking for ranlib... ranlib
checking for strip... strip
checking whether -lc should be explicitly linked in... yes
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
finding the maximum length of command line arguments... 49153
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/usr/i386-slackware-linux/bin/ld) supports
shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
updating cache /dev/null
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 socket in -lsocket... no
checking for gethostbyname in -lnsl... yes
checking for library containing tgetent... -lncurses
checking for readline in -lreadline... yes
checking for egrep... grep -E
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... 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 errno.h usability... yes
checking errno.h presence... yes
checking for errno.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/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 langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.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/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 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... 12
checking for long long... yes
checking size of long long... 8
checking for __int64... no
checking size of __int64... 0
checking is FIONBIO defined... yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for vsnprintf... yes
checking for gettimeofday... yes
checking for gethostname... yes
checking for sethostent_r... no
checking for gethostent_r... yes
checking for nl_langinfo... yes
checking for getuid... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for asprintf... yes
checking for vasprintf... yes
checking for atoll... yes
checking for strtok_r... yes
checking whether malloc_options variable is present... no
checking compile-time options
checking threadsafety... disabled
checking for which type of gethostbyname_r... six
checking for which type of getservbyname_r... six
checking for which type of gethostbyaddr_r... eight
checking for which type of getpwuid_r... five
checking for which type of localtime_r... struct
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 include/config.h
config.status: executing depfiles commands


Make output:
$make
Making all in include
make[1]: Entering directory
`/home/aiden/downloads/website/freetds-0.61/include'
echo '#define FREETDS_SYSCONFDIR "/usr/local/etc"' >freetds_sysconfdir.h
make all-am
make[2]: Entering directory
`/home/aiden/downloads/website/freetds-0.61/include'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory
`/home/aiden/downloads/website/freetds-0.61/include'
make[1]: Leaving directory
`/home/aiden/downloads/website/freetds-0.61/include'
Making all in src
make[1]: Entering directory `/home/aiden/downloads/website/freetds-0.61/src'
Making all in replacements
make[2]: Entering directory
`/home/aiden/downloads/website/freetds-0.61/src/replacements'
/bin/sh ../../libtool --mode=link gcc -O3 -mpentiumpro -o
libreplacements.la
mkdir .libs
ar cru .libs/libreplacements.a
ranlib .libs/libreplacements.a
creating libreplacements.la
(cd .libs && rm -f libreplacements.la && ln -s ../libreplacements.la
libreplacements.la)
make[2]: Leaving directory
`/home/aiden/downloads/website/freetds-0.61/src/replacements'
Making all in tds
make[2]: Entering directory
`/home/aiden/downloads/website/freetds-0.61/src/tds'
Making all in unittests
make[3]: Entering directory
`/home/aiden/downloads/website/freetds-0.61/src/tds/unittests'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/home/aiden/downloads/website/freetds-0.61/src/tds/unittests'
make[3]: Entering directory
`/home/aiden/downloads/website/freetds-0.61/src/tds'
source='mem.c' object='mem.lo' libtool=yes \
depfile='.deps/mem.Plo' tmpdepfile='.deps/mem.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o mem.lo
`test -f 'mem.c' || echo './'`mem.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c mem.c -Wp,-MD,.deps/mem.TPlo
-fPIC -DPIC -o .libs/mem.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c mem.c -Wp,-MD,.deps/mem.TPlo -o
mem.o >/dev/null 2>&1
source='token.c' object='token.lo' libtool=yes \
depfile='.deps/token.Plo' tmpdepfile='.deps/token.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o token.lo
`test -f 'token.c' || echo './'`token.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c token.c -Wp,-MD,.deps/token.TPlo
-fPIC -DPIC -o .libs/token.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c token.c -Wp,-MD,.deps/token.TPlo
-o token.o >/dev/null 2>&1
source='util.c' object='util.lo' libtool=yes \
depfile='.deps/util.Plo' tmpdepfile='.deps/util.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o util.lo
`test -f 'util.c' || echo './'`util.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c util.c -Wp,-MD,.deps/util.TPlo
-fPIC -DPIC -o .libs/util.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c util.c -Wp,-MD,.deps/util.TPlo -o
util.o >/dev/null 2>&1
source='login.c' object='login.lo' libtool=yes \
depfile='.deps/login.Plo' tmpdepfile='.deps/login.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o login.lo
`test -f 'login.c' || echo './'`login.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c login.c -Wp,-MD,.deps/login.TPlo
-fPIC -DPIC -o .libs/login.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c login.c -Wp,-MD,.deps/login.TPlo
-o login.o >/dev/null 2>&1
source='read.c' object='read.lo' libtool=yes \
depfile='.deps/read.Plo' tmpdepfile='.deps/read.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o read.lo
`test -f 'read.c' || echo './'`read.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c read.c -Wp,-MD,.deps/read.TPlo
-fPIC -DPIC -o .libs/read.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c read.c -Wp,-MD,.deps/read.TPlo -o
read.o >/dev/null 2>&1
source='write.c' object='write.lo' libtool=yes \
depfile='.deps/write.Plo' tmpdepfile='.deps/write.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o write.lo
`test -f 'write.c' || echo './'`write.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c write.c -Wp,-MD,.deps/write.TPlo
-fPIC -DPIC -o .libs/write.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c write.c -Wp,-MD,.deps/write.TPlo
-o write.o >/dev/null 2>&1
source='convert.c' object='convert.lo' libtool=yes \
depfile='.deps/convert.Plo' tmpdepfile='.deps/convert.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o
convert.lo `test -f 'convert.c' || echo './'`convert.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c convert.c
-Wp,-MD,.deps/convert.TPlo -fPIC -DPIC -o .libs/convert.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c convert.c
-Wp,-MD,.deps/convert.TPlo -o convert.o >/dev/null 2>&1
source='numeric.c' object='numeric.lo' libtool=yes \
depfile='.deps/numeric.Plo' tmpdepfile='.deps/numeric.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o
numeric.lo `test -f 'numeric.c' || echo './'`numeric.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c numeric.c
-Wp,-MD,.deps/numeric.TPlo -fPIC -DPIC -o .libs/numeric.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c numeric.c
-Wp,-MD,.deps/numeric.TPlo -o numeric.o >/dev/null 2>&1
source='config.c' object='config.lo' libtool=yes \
depfile='.deps/config.Plo' tmpdepfile='.deps/config.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o config.lo
`test -f 'config.c' || echo './'`config.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c config.c
-Wp,-MD,.deps/config.TPlo -fPIC -DPIC -o .libs/config.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c config.c
-Wp,-MD,.deps/config.TPlo -o config.o >/dev/null 2>&1
source='query.c' object='query.lo' libtool=yes \
depfile='.deps/query.Plo' tmpdepfile='.deps/query.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o query.lo
`test -f 'query.c' || echo './'`query.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c query.c -Wp,-MD,.deps/query.TPlo
-fPIC -DPIC -o .libs/query.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c query.c -Wp,-MD,.deps/query.TPlo
-o query.o >/dev/null 2>&1
source='iconv.c' object='iconv.lo' libtool=yes \
depfile='.deps/iconv.Plo' tmpdepfile='.deps/iconv.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o iconv.lo
`test -f 'iconv.c' || echo './'`iconv.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c iconv.c -Wp,-MD,.deps/iconv.TPlo
-fPIC -DPIC -o .libs/iconv.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c iconv.c -Wp,-MD,.deps/iconv.TPlo
-o iconv.o >/dev/null 2>&1
source='locale.c' object='locale.lo' libtool=yes \
depfile='.deps/locale.Plo' tmpdepfile='.deps/locale.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o locale.lo
`test -f 'locale.c' || echo './'`locale.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c locale.c
-Wp,-MD,.deps/locale.TPlo -fPIC -DPIC -o .libs/locale.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c locale.c
-Wp,-MD,.deps/locale.TPlo -o locale.o >/dev/null 2>&1
source='challenge.c' object='challenge.lo' libtool=yes \
depfile='.deps/challenge.Plo' tmpdepfile='.deps/challenge.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o
challenge.lo `test -f 'challenge.c' || echo './'`challenge.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c challenge.c
-Wp,-MD,.deps/challenge.TPlo -fPIC -DPIC -o .libs/challenge.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c challenge.c
-Wp,-MD,.deps/challenge.TPlo -o challenge.o >/dev/null 2>&1
source='threadsafe.c' object='threadsafe.lo' libtool=yes \
depfile='.deps/threadsafe.Plo' tmpdepfile='.deps/threadsafe.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o
threadsafe.lo `test -f 'threadsafe.c' || echo './'`threadsafe.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c threadsafe.c
-Wp,-MD,.deps/threadsafe.TPlo -fPIC -DPIC -o .libs/threadsafe.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c threadsafe.c
-Wp,-MD,.deps/threadsafe.TPlo -o threadsafe.o >/dev/null 2>&1
source='vstrbuild.c' object='vstrbuild.lo' libtool=yes \
depfile='.deps/vstrbuild.Plo' tmpdepfile='.deps/vstrbuild.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o
vstrbuild.lo `test -f 'vstrbuild.c' || echo './'`vstrbuild.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c vstrbuild.c
-Wp,-MD,.deps/vstrbuild.TPlo -fPIC -DPIC -o .libs/vstrbuild.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c vstrbuild.c
-Wp,-MD,.deps/vstrbuild.TPlo -o vstrbuild.o >/dev/null 2>&1
source='md4.c' object='md4.lo' libtool=yes \
depfile='.deps/md4.Plo' tmpdepfile='.deps/md4.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o md4.lo
`test -f 'md4.c' || echo './'`md4.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c md4.c -Wp,-MD,.deps/md4.TPlo
-fPIC -DPIC -o .libs/md4.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c md4.c -Wp,-MD,.deps/md4.TPlo -o
md4.o >/dev/null 2>&1
source='des.c' object='des.lo' libtool=yes \
depfile='.deps/des.Plo' tmpdepfile='.deps/des.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o des.lo
`test -f 'des.c' || echo './'`des.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c des.c -Wp,-MD,.deps/des.TPlo
-fPIC -DPIC -o .libs/des.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c des.c -Wp,-MD,.deps/des.TPlo -o
des.o >/dev/null 2>&1
source='tdsstring.c' object='tdsstring.lo' libtool=yes \
depfile='.deps/tdsstring.Plo' tmpdepfile='.deps/tdsstring.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o
tdsstring.lo `test -f 'tdsstring.c' || echo './'`tdsstring.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c tdsstring.c
-Wp,-MD,.deps/tdsstring.TPlo -fPIC -DPIC -o .libs/tdsstring.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c tdsstring.c
-Wp,-MD,.deps/tdsstring.TPlo -o tdsstring.o >/dev/null 2>&1
source='getmac.c' object='getmac.lo' libtool=yes \
depfile='.deps/getmac.Plo' tmpdepfile='.deps/getmac.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o getmac.lo
`test -f 'getmac.c' || echo './'`getmac.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c getmac.c
-Wp,-MD,.deps/getmac.TPlo -fPIC -DPIC -o .libs/getmac.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c getmac.c
-Wp,-MD,.deps/getmac.TPlo -o getmac.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=link gcc -O3 -mpentiumpro -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
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
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 --mode=link gcc -O3 -mpentiumpro -o libtds.la
-rpath /usr/local/lib -version-info 2:0:0 libtds_objects.la -lnsl -liconv
../replacements/libreplacements.la
gcc -shared -Wl,--whole-archive ./.libs/libtds_objects.a
../replacements/.libs/libreplacements.a -Wl,--no-whole-archive
-Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib
./.libs/libtds_objects.a -lnsl /usr/local/lib/libiconv.so
../replacements/.libs/libreplacements.a -lc -Wl,-soname -Wl,libtds.so.2
-o .libs/libtds.so.2.0
(cd .libs && rm -f libtds.so.2 && ln -s libtds.so.2.0 libtds.so.2)
(cd .libs && rm -f libtds.so && ln -s libtds.so.2.0 libtds.so)
rm -fr .libs/libtds.lax
mkdir .libs/libtds.lax
rm -fr .libs/libtds.lax/libtds_objects.a
mkdir .libs/libtds.lax/libtds_objects.a
(cd .libs/libtds.lax/libtds_objects.a && ar x
/home/aiden/downloads/website/freetds-0.61/src/tds/./.libs/libtds_objects.a)
rm -fr .libs/libtds.lax/libreplacements.a
mkdir .libs/libtds.lax/libreplacements.a
(cd .libs/libtds.lax/libreplacements.a && ar x
/home/aiden/downloads/website/freetds-0.61/src/tds/../replacements/.libs/libreplacements.a)
ar cru .libs/libtds.a .libs/libtds.lax/libtds_objects.a/mem.o
.libs/libtds.lax/libtds_objects.a/token.o
.libs/libtds.lax/libtds_objects.a/util.o
.libs/libtds.lax/libtds_objects.a/login.o
.libs/libtds.lax/libtds_objects.a/read.o
.libs/libtds.lax/libtds_objects.a/write.o
.libs/libtds.lax/libtds_objects.a/convert.o
.libs/libtds.lax/libtds_objects.a/numeric.o
.libs/libtds.lax/libtds_objects.a/config.o
.libs/libtds.lax/libtds_objects.a/query.o
.libs/libtds.lax/libtds_objects.a/iconv.o
.libs/libtds.lax/libtds_objects.a/locale.o
.libs/libtds.lax/libtds_objects.a/challenge.o
.libs/libtds.lax/libtds_objects.a/threadsafe.o
.libs/libtds.lax/libtds_objects.a/vstrbuild.o
.libs/libtds.lax/libtds_objects.a/md4.o
.libs/libtds.lax/libtds_objects.a/des.o
.libs/libtds.lax/libtds_objects.a/tdsstring.o
.libs/libtds.lax/libtds_objects.a/getmac.o
ranlib .libs/libtds.a
rm -fr .libs/libtds.lax
creating libtds.la
(cd .libs && rm -f libtds.la && ln -s ../libtds.la libtds.la)
make[3]: Leaving directory
`/home/aiden/downloads/website/freetds-0.61/src/tds'
make[2]: Leaving directory
`/home/aiden/downloads/website/freetds-0.61/src/tds'
Making all in ctlib
make[2]: Entering directory
`/home/aiden/downloads/website/freetds-0.61/src/ctlib'
Making all in unittests
make[3]: Entering directory
`/home/aiden/downloads/website/freetds-0.61/src/ctlib/unittests'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/home/aiden/downloads/website/freetds-0.61/src/ctlib/unittests'
make[3]: Entering directory
`/home/aiden/downloads/website/freetds-0.61/src/ctlib'
source='ct.c' object='ct.lo' libtool=yes \
depfile='.deps/ct.Plo' tmpdepfile='.deps/ct.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o ct.lo
`test -f 'ct.c' || echo './'`ct.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c ct.c -Wp,-MD,.deps/ct.TPlo -fPIC
-DPIC -o .libs/ct.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c ct.c -Wp,-MD,.deps/ct.TPlo -o
ct.o >/dev/null 2>&1
source='cs.c' object='cs.lo' libtool=yes \
depfile='.deps/cs.Plo' tmpdepfile='.deps/cs.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o cs.lo
`test -f 'cs.c' || echo './'`cs.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c cs.c -Wp,-MD,.deps/cs.TPlo -fPIC
-DPIC -o .libs/cs.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c cs.c -Wp,-MD,.deps/cs.TPlo -o
cs.o >/dev/null 2>&1
source='blk.c' object='blk.lo' libtool=yes \
depfile='.deps/blk.Plo' tmpdepfile='.deps/blk.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o blk.lo
`test -f 'blk.c' || echo './'`blk.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c blk.c -Wp,-MD,.deps/blk.TPlo
-fPIC -DPIC -o .libs/blk.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c blk.c -Wp,-MD,.deps/blk.TPlo -o
blk.o >/dev/null 2>&1
source='ctutil.c' object='ctutil.lo' libtool=yes \
depfile='.deps/ctutil.Plo' tmpdepfile='.deps/ctutil.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o ctutil.lo
`test -f 'ctutil.c' || echo './'`ctutil.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c ctutil.c
-Wp,-MD,.deps/ctutil.TPlo -fPIC -DPIC -o .libs/ctutil.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c ctutil.c
-Wp,-MD,.deps/ctutil.TPlo -o ctutil.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=link gcc -O3 -mpentiumpro -o libct.la
-rpath /usr/local/lib -version-info 1:0:0 ct.lo cs.lo blk.lo ctutil.lo
../tds/libtds_objects.la -lnsl -liconv ../replacements/libreplacements.la
gcc -shared .libs/ct.o .libs/cs.o .libs/blk.o .libs/ctutil.o
-Wl,--whole-archive ../tds/.libs/libtds_objects.a
../replacements/.libs/libreplacements.a -Wl,--no-whole-archive
-Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib
../tds/.libs/libtds_objects.a -lnsl /usr/local/lib/libiconv.so
../replacements/.libs/libreplacements.a -lc -Wl,-soname -Wl,libct.so.1
-o .libs/libct.so.1.0
(cd .libs && rm -f libct.so.1 && ln -s libct.so.1.0 libct.so.1)
(cd .libs && rm -f libct.so && ln -s libct.so.1.0 libct.so)
rm -fr .libs/libct.lax
mkdir .libs/libct.lax
rm -fr .libs/libct.lax/libtds_objects.a
mkdir .libs/libct.lax/libtds_objects.a
(cd .libs/libct.lax/libtds_objects.a && ar x
/home/aiden/downloads/website/freetds-0.61/src/ctlib/../tds/.libs/libtds_objects.a)
rm -fr .libs/libct.lax/libreplacements.a
mkdir .libs/libct.lax/libreplacements.a
(cd .libs/libct.lax/libreplacements.a && ar x
/home/aiden/downloads/website/freetds-0.61/src/ctlib/../replacements/.libs/libreplacements.a)
ar cru .libs/libct.a ct.o cs.o blk.o ctutil.o
.libs/libct.lax/libtds_objects.a/mem.o
.libs/libct.lax/libtds_objects.a/token.o
.libs/libct.lax/libtds_objects.a/util.o
.libs/libct.lax/libtds_objects.a/login.o
.libs/libct.lax/libtds_objects.a/read.o
.libs/libct.lax/libtds_objects.a/write.o
.libs/libct.lax/libtds_objects.a/convert.o
.libs/libct.lax/libtds_objects.a/numeric.o
.libs/libct.lax/libtds_objects.a/config.o
.libs/libct.lax/libtds_objects.a/query.o
.libs/libct.lax/libtds_objects.a/iconv.o
.libs/libct.lax/libtds_objects.a/locale.o
.libs/libct.lax/libtds_objects.a/challenge.o
.libs/libct.lax/libtds_objects.a/threadsafe.o
.libs/libct.lax/libtds_objects.a/vstrbuild.o
.libs/libct.lax/libtds_objects.a/md4.o
.libs/libct.lax/libtds_objects.a/des.o
.libs/libct.lax/libtds_objects.a/tdsstring.o
.libs/libct.lax/libtds_objects.a/getmac.o
ranlib .libs/libct.a
rm -fr .libs/libct.lax
creating libct.la
(cd .libs && rm -f libct.la && ln -s ../libct.la libct.la)
make[3]: Leaving directory
`/home/aiden/downloads/website/freetds-0.61/src/ctlib'
make[2]: Leaving directory
`/home/aiden/downloads/website/freetds-0.61/src/ctlib'
Making all in dblib
make[2]: Entering directory
`/home/aiden/downloads/website/freetds-0.61/src/dblib'
Making all in unittests
make[3]: Entering directory
`/home/aiden/downloads/website/freetds-0.61/src/dblib/unittests'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/home/aiden/downloads/website/freetds-0.61/src/dblib/unittests'
make[3]: Entering directory
`/home/aiden/downloads/website/freetds-0.61/src/dblib'
source='dblib.c' object='dblib.lo' libtool=yes \
depfile='.deps/dblib.Plo' tmpdepfile='.deps/dblib.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o dblib.lo
`test -f 'dblib.c' || echo './'`dblib.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c dblib.c -Wp,-MD,.deps/dblib.TPlo
-fPIC -DPIC -o .libs/dblib.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c dblib.c -Wp,-MD,.deps/dblib.TPlo
-o dblib.o >/dev/null 2>&1
source='dbutil.c' object='dbutil.lo' libtool=yes \
depfile='.deps/dbutil.Plo' tmpdepfile='.deps/dbutil.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o dbutil.lo
`test -f 'dbutil.c' || echo './'`dbutil.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c dbutil.c
-Wp,-MD,.deps/dbutil.TPlo -fPIC -DPIC -o .libs/dbutil.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c dbutil.c
-Wp,-MD,.deps/dbutil.TPlo -o dbutil.o >/dev/null 2>&1
source='rpc.c' object='rpc.lo' libtool=yes \
depfile='.deps/rpc.Plo' tmpdepfile='.deps/rpc.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o rpc.lo
`test -f 'rpc.c' || echo './'`rpc.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c rpc.c -Wp,-MD,.deps/rpc.TPlo
-fPIC -DPIC -o .libs/rpc.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c rpc.c -Wp,-MD,.deps/rpc.TPlo -o
rpc.o >/dev/null 2>&1
source='bcp.c' object='bcp.lo' libtool=yes \
depfile='.deps/bcp.Plo' tmpdepfile='.deps/bcp.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o bcp.lo
`test -f 'bcp.c' || echo './'`bcp.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c bcp.c -Wp,-MD,.deps/bcp.TPlo
-fPIC -DPIC -o .libs/bcp.o
bcp.c: In function `_bcp_exec_out':
bcp.c:464: warning: `bcpcol' might be used uninitialized in this function
bcp.c:465: warning: `curcol' might be used uninitialized in this function
bcp.c:467: warning: `src' might be used uninitialized in this function
bcp.c:469: warning: `len' might be used uninitialized in this function
bcp.c: In function `_bcp_read_hostfile':
bcp.c:768: warning: `bcpcol' might be used uninitialized in this function
bcp.c: In function `_bcp_exec_in':
bcp.c:1284: warning: `errfile' might be used uninitialized in this function
bcp.c: In function `_bcp_get_prog_data':
bcp.c:2287: warning: `bcpcol' might be used uninitialized in this function
bcp.c: In function `bcp_batch':
bcp.c:2154: warning: `rows_copied' might be used uninitialized in this
function
bcp.c: In function `bcp_exec':
bcp.c:1520: warning: `ret' might be used uninitialized in this function
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c bcp.c -Wp,-MD,.deps/bcp.TPlo -o
bcp.o >/dev/null 2>&1
source='xact.c' object='xact.lo' libtool=yes \
depfile='.deps/xact.Plo' tmpdepfile='.deps/xact.TPlo' \
depmode=gcc /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../../include -I../../include -D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mpentiumpro -c -o xact.lo
`test -f 'xact.c' || echo './'`xact.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c xact.c -Wp,-MD,.deps/xact.TPlo
-fPIC -DPIC -o .libs/xact.o
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c xact.c -Wp,-MD,.deps/xact.TPlo -o
xact.o >/dev/null 2>&1
/bin/sh ../../libtool --mode=link gcc -O3 -mpentiumpro -o libsybdb.la
-rpath /usr/local/lib -version-info 3:0:0 dblib.lo dbutil.lo rpc.lo bcp.lo
xact.lo ../tds/libtds_objects.la -lnsl -liconv
../replacements/libreplacements.la
gcc -shared .libs/dblib.o .libs/dbutil.o .libs/rpc.o .libs/bcp.o
.libs/xact.o -Wl,--whole-archive ../tds/.libs/libtds_objects.a
../replacements/.libs/libreplacements.a -Wl,--no-whole-archive
-Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib
../tds/.libs/libtds_objects.a -lnsl /usr/local/lib/libiconv.so
../replacements/.libs/libreplacements.a -lc -Wl,-soname
-Wl,libsybdb.so.3 -o .libs/libsybdb.so.3.0
(cd .libs && rm -f libsybdb.so.3 && ln -s libsybdb.so.3.0 libsybdb.so.3)
(cd .libs && rm -f libsybdb.so && ln -s libsybdb.so.3.0 libsybdb.so)
rm -fr .libs/libsybdb.lax
mkdir .libs/libsybdb.lax
rm -fr .libs/libsybdb.lax/libtds_objects.a
mkdir .libs/libsybdb.lax/libtds_objects.a
(cd .libs/libsybdb.lax/libtds_objects.a && ar x
/home/aiden/downloads/website/freetds-0.61/src/dblib/../tds/.libs/libtds_objects.a)
rm -fr .libs/libsybdb.lax/libreplacements.a
mkdir .libs/libsybdb.lax/libreplacements.a
(cd .libs/libsybdb.lax/libreplacements.a && ar x
/home/aiden/downloads/website/freetds-0.61/src/dblib/../replacements/.libs/libreplacements.a)
ar cru .libs/libsybdb.a dblib.o dbutil.o rpc.o bcp.o xact.o
.libs/libsybdb.lax/libtds_objects.a/mem.o
.libs/libsybdb.lax/libtds_objects.a/token.o
.libs/libsybdb.lax/libtds_objects.a/util.o
.libs/libsybdb.lax/libtds_objects.a/login.o
.libs/libsybdb.lax/libtds_objects.a/read.o
.libs/libsybdb.lax/libtds_objects.a/write.o
.libs/libsybdb.lax/libtds_objects.a/convert.o
.libs/libsybdb.lax/libtds_objects.a/numeric.o
.libs/libsybdb.lax/libtds_objects.a/config.o
.libs/libsybdb.lax/libtds_objects.a/query.o
.libs/libsybdb.lax/libtds_objects.a/iconv.o
.libs/libsybdb.lax/libtds_objects.a/locale.o
.libs/libsybdb.lax/libtds_objects.a/challenge.o
.libs/libsybdb.lax/libtds_objects.a/threadsafe.o
.libs/libsybdb.lax/libtds_objects.a/vstrbuild.o
.libs/libsybdb.lax/libtds_objects.a/md4.o
.libs/libsybdb.lax/libtds_objects.a/des.o
.libs/libsybdb.lax/libtds_objects.a/tdsstring.o
.libs/libsybdb.lax/libtds_objects.a/getmac.o
ranlib .libs/libsybdb.a
rm -fr .libs/libsybdb.lax
creating libsybdb.la
(cd .libs && rm -f libsybdb.la && ln -s ../libsybdb.la libsybdb.la)
make[3]: Leaving directory
`/home/aiden/downloads/website/freetds-0.61/src/dblib'
make[2]: Leaving directory
`/home/aiden/downloads/website/freetds-0.61/src/dblib'
Making all in apps
make[2]: Entering directory
`/home/aiden/downloads/website/freetds-0.61/src/apps'
source='tsql.c' object='tsql.o' libtool=no \
depfile='.deps/tsql.Po' tmpdepfile='.deps/tsql.TPo' \
depmode=gcc /bin/sh ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -Wall -Wstrict-prototypes
-Wmissing-prototypes -O3 -mpentiumpro -c `test -f 'tsql.c' || echo
'./'`tsql.c
/bin/sh ../../libtool --mode=link gcc -O3 -mpentiumpro -o tsql tsql.o
-lncurses -lreadline ../tds/libtds.la
mkdir .libs
gcc -O3 -mpentiumpro -o .libs/tsql tsql.o -lncurses -lreadline
../tds/.libs/libtds.so -lnsl /usr/local/lib/libiconv.so -Wl,--rpath
-Wl,/usr/local/lib
/usr/local/lib/libreadline.so: undefined reference to `tgetnum'
/usr/local/lib/libreadline.so: undefined reference to `tgoto'
/usr/local/lib/libreadline.so: undefined reference to `tgetflag'
/usr/local/lib/libreadline.so: undefined reference to `BC'
/usr/local/lib/libreadline.so: undefined reference to `tputs'
/usr/local/lib/libreadline.so: undefined reference to `PC'
/usr/local/lib/libreadline.so: undefined reference to `tgetent'
/usr/local/lib/libreadline.so: undefined reference to `UP'
/usr/local/lib/libreadline.so: undefined reference to `tgetstr'
collect2: ld returned 1 exit status
make[2]: *** [tsql] Error 1
make[2]: Leaving directory
`/home/aiden/downloads/website/freetds-0.61/src/apps'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/aiden/downloads/website/freetds-0.61/src'
make: *** [all-recursive] Error 1


I tried using both readline v4.1, and then v4.3. Both had the same
problem. I'm running Slackware 8.1, with gcc 2.95.3 on linux 2.4.20.

If anybody has any ideas as to why I might be having this problem, I'd
greatly appreciate it.

--Chase




Archive powered by MHonArc 2.6.24.

Top of Page