[freetds] 0.63 Release Candidate 1

joshua stein jcs at jcs.org
Tue Nov 30 12:08:28 EST 2004


building on openbsd-current i386:

[...]
Making all in apps
source='tsql.c' object='tsql.o' libtool=no  depfile='.deps/tsql.Po' tmpdepfile='.deps/tsql.TPo'  depmode=gcc /bin/sh ../../depcomp  cc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include   -D_FREETDS_LIBRARY_SOURCE -I/usr/local/include -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long  -O2 -pipe -c `test -f 'tsql.c' || echo './'`tsql.c
/bin/sh ../../libtool --mode=link cc  -O2 -pipe   -L/usr/local/lib -o tsql  tsql.o -lncurses  -lreadline ../tds/libtds.la  -lc
mkdir .libs
cc -O2 -pipe -o .libs/tsql tsql.o  -L/usr/local/lib -lncurses -lreadline -L../tds/.libs -ltds -liconv -Wl,-rpath,/usr/local/lib
tsql.o(.text+0xd62): In function `main':
: undefined reference to `tds_free_connection'
tsql.o(.text+0xd87): In function `main':
: undefined reference to `tds_free_connection'
collect2: ld returned 1 exit status
*** Error code 1

Stop in /var/ports/databases/freetds/w-freetds-0.63RC1/freetds-0.63RC1/src/apps (line 273 of Makefile).
*** Error code 1

i'm guessing it's picking up the old version of libtds from
/usr/local/lib instead of checking ../tds/.libs first?


More information about the FreeTDS mailing list