Skip to Content.
Sympa Menu

freetds - RE: MacOSX

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Rick Gigger" <Rick AT alpinenetworking.com>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: RE: MacOSX
  • Date: Thu, 7 Mar 2002 01:31:38 -0700


I had the same problem. I tried doing it just like this.

> ./configure --prefix=/usr/local/freetds-0.53

configure seemed to work fine

> make

produced this output after compiling about 20 or so files correctly

gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -g -O2
-DTDS50 -c iconv.c -o iconv.o >/dev/null 2>&1
mv -f .libs/iconv.lo iconv.lo
/bin/sh ../../libtool --mode=link gcc -g -O2 -DTDS50 -o libtds.la
-rpath /usr/local/freetds-0.53/lib mem.lo token.lo util.lo login.lo
read.lo write.lo convert.lo numeric.lo config.lo query.lo iconv.lo
rm -fr .libs/libtds.la .libs/libtds.* .libs/libtds.*
gcc -dynamiclib -undefined suppress -o .libs/libtds.0.0.0.dylib mem.lo
token.lo util.lo login.lo read.lo write.lo convert.lo numeric.lo
config.lo query.lo iconv.lo -lc -install_name
/usr/local/freetds-0.53/lib/libtds.0.dylib -compatibility_version 1
-current_version 1.0
ld: -undefined error must be used when -twolevel_namespace is in effect
/usr/bin/libtool: internal link edit command failed
make[3]: *** [libtds.la] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1


Don't know what to do. Any help would be much appreciated.

Using OS X 10.1.3





> -----Original Message-----
> From: Suravate [mailto:suravate AT mac.com]
> Sent: Wednesday, March 06, 2002 5:37 PM
> To: TDS Development Group
> Subject: [freetds] MacOSX
>
>
> Hi,
> I'm new to FreeTDS and need help.
> I try to connect to MS SQL 2000 using PHP but it didn't
> happen. I saw an
> info on phpbuilder.com about FreeTDS be able to connect to MS SQL from
> PHP. I use Mac OSX 10.1.3 and wonder if FreeTDS would work on
> Macs and how
> do I install it, same as Linux? Please let me know.
> Thanks
> Suravate
>
> ---
> You are currently subscribed to freetds as:
> [rick AT alpinenetworking.com]
> To unsubscribe, forward this message to
> $subst('Email.Unsub')
>




Archive powered by MHonArc 2.6.24.

Top of Page