Skip to Content.
Sympa Menu

freetds - [freetds] openbsd/3.0 freetds 0.61 build errors

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Jamie ffolliott" <jamieff AT inline.net>
  • To: <freetds AT lists.ibiblio.org>
  • Subject: [freetds] openbsd/3.0 freetds 0.61 build errors
  • Date: Sat, 15 Mar 2003 16:50:53 -0500

I'm getting this now compiling freetds-0.61 on an OpenBSD/3.0 system.
Has anyone caught this one already, or see the trouble here?

The 0.60 release built with no trouble on openbsd/3.0, but I ran into a
bunch of bugs using it with unixODBC and it looks like they're fixed in
another build I've got of 0.61 on linux.

make[2]: Entering directory `/usr/src/unixODBC/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_LIB
RARY_SOURCE -DTDS70 -DUNIXODBC -Wall -Wstrict-prototypes -Wmissing-prototype
s -g -O2 -c `test -f 'tsql.c' || echo './'`tsql.c
/bin/sh ../../libtool --mode=link gcc -g -O2 -L/usr/lib -o tsql
tsql.o -lcurses -lreadline ../tds/libtds.la
mkdir .libs
gcc -g -O2 -o .libs/tsql
tsql.o -L/usr/lib -lcurses -lreadline -L../tds/.libs -ltds
tsql.c:196: Undefined symbol `_tds_version' referenced from text segment
tsql.c:357: Undefined symbol `_tds_set_interfaces_file_loc' referenced from
text segment
tsql.c:431: Undefined symbol `_tds_read_config_info' referenced from text
segment
tsql.c:433: Undefined symbol `_tds_free_connect' referenced from text
segment
tsql.c:437: Undefined symbol `_tds_free_connect' referenced from text
segment
tsql.c:452: Undefined symbol `_tds_version' referenced from text segment
collect2: ld returned 1 exit status
make[2]: *** [tsql] Error 1
make[2]: Leaving directory `/usr/src/unixODBC/freetds-0.61/src/apps'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/unixODBC/freetds-0.61/src'
make: *** [all-recursive] Error 1




Archive powered by MHonArc 2.6.24.

Top of Page