Skip to Content.
Sympa Menu

freetds - Making Freetds on Darwin

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Justin" <justin AT with1click.com>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: Making Freetds on Darwin
  • Date: Thu, 5 Apr 2001 12:39:25 -0400


I've just started attempting to compile freetds on Darwin (OS X) and am
already running into problems. At first I had to get it to recognize the
host which I finally did with a little adaptation, however, that has been
followed by another error in the 'Make' step. I get the following
problem:

Making all in include
make[1]: Nothing to be done for `all'.
Making all in src
Making all in tds
Making all in unittests
make[3]: Nothing to be done for `all'.
/bin/sh ../../libtool --mode=link cc -g -O2 -DTDS50 -DMSDBLIB -o
libtds.la -rpath /usr/local/freetds/lib mem.lo token.lo util.lo login.lo
read.lo write.lo convert.lo numeric.lo
rm -fr .libs/libtds.la .libs/libtds.* .libs/libtds.*
cc -shared -o .libs/libtds.so.0.0 mem.lo token.lo util.lo login.lo
read.lo write.lo convert.lo numeric.lo
/usr/bin/ld: Undefined symbols:
_main
make[2]: *** [libtds.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1


Any suggestions for things I can do to solve this? I appreciate your help.
Thank you.

Justin




Archive powered by MHonArc 2.6.24.

Top of Page