Skip to Content.
Sympa Menu

freetds - Missing reference TDS_ZERO_FREE compiling unittests

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Ben Von Handorf" <daigoruns AT yahoo.com>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: Missing reference TDS_ZERO_FREE compiling unittests
  • Date: Thu, 8 Feb 2001 07:31:47 -0500


I'm sorry if this is a FAQ, but I can't seem to find it in the archives.

I pulled down the latest FreeTDS snapshot from CVS and compiled it. When
I try and make the unittests I get a missing symbol. E.G. (sorry for the
retyped dump... no telnet to that box )

$ make t0001
gcc .... -c t0001.c
gcc .... -c common.c
/bin/sh ../../../libtool ... gcc -g -O2 -DTDS42 -o t0001 t0001.o common.o
../libtds.la
mkdir .libs
gcc -g -O2 -DTDS42 -o .libs/t0001 t0001.o common.o ../.libs/libtds.so
-Wl,--rpath -Wl,/usr/local/freetds/lib
../.libs/libtds.so: undefined reference to 'TDS_ZERO_FREE'

Any suggestions? I can find TDS_ZERO_FREE referenced dozens of times in
the /src/tds code but I cannot find it defined anywhere... missing
#define maybe?

Thanks very much!
-Ben




Archive powered by MHonArc 2.6.24.

Top of Page