Skip to Content.
Sympa Menu

freetds - tds_get_config undefined reference (missing function?)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Devin" <devin AT aiyowei.com>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: tds_get_config undefined reference (missing function?)
  • Date: Thu, 28 Jun 2001 00:32:39 -0400


Version: 0.52pre2

I just tried to create a TDS dynamic library (DLL) but I am now getting an
undefined reference error with src/tds/login.c. Here is the actual
message:

gcc -mdll -o junk.tmp -Wl,--base-file,base.tmp numeric.o mem.o util.o
login.o convert.o read.o token.o write.o -lwsock32
login.o(.text+0x2d7):login.c: undefined reference to `tds_get_config

The problem happens ofcourse during linking. I have checked the include
files and tds_get_config is there but I can not find tds_get_config in any
of the source files.

Any suggestions?

Thanks,

Devin Smith.





Archive powered by MHonArc 2.6.24.

Top of Page