Skip to Content.
Sympa Menu

freetds - [freetds] Troubles with OSX make

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Orion <clr AT mac.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: [freetds] Troubles with OSX make
  • Date: Thu, 20 Feb 2003 16:21:30 -0500

I have done as the faq from Mark Lilback says to do,

I ran this:

./autogen.sh --enable-shared --with-unixodbc=/hulk/local/unixODBC --prefix=/hulk/local

and at first I got an

configure.in:16: required file `include/config.h.in' not found


so I commented that line out, and configure was able to complete. Then when I did

make

I got:

gcc -g -O2 -o .libs/tsql tsql.o -L/hulk/local/unixODBC/lib -lncurses -L../tds/.libs -ltds
ld: Undefined symbols:
___eprintf
___divdi3
___fixdfdi
___fixsfdi
___floatdidf
___floatdisf
make[2]: *** [tsql] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1


HELP...what do I need to do now?




Archive powered by MHonArc 2.6.24.

Top of Page