Skip to Content.
Sympa Menu

freetds - Compile Error

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Chris Hohimer" <cjhohim AT sandia.gov>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Compile Error
  • Date: Mon, 10 Jun 2002 08:07:53 -0600


Hi I'm new to freetds so i hope someone can help.
I cofigured fine with the arguments:

[localhost:~/Desktop/freetds-0.53] username% ./configure --prefix=/usr/local/freetds

When I try and compile freetds i get this error:

[localhost:~/Desktop/freetds-0.53] username% make
Making all in include
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 -o libtds.la -rpath /usr/local/freetds/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.*
cc -dynamiclib -undefined suppress-flat_namespace -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/lib/libtds.0.dylib -compatibility_version 1 -current_version 1.0
ld: -undefined: unknown argument: suppress-flat_namespace
/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
[localhost:~/Desktop/freetds-0.53] username%

My Machine looks like this:
MacOsX 10.1.5
Apache 1.3.23
PHP 4.1.2
MySQL 3.23.49

I have configured PHP with --with-mysql --with-apxs

I still need to recompile when i get freetds.

Is this a permissions thing because i changed permissions to several different things and it still wouldn't work.

Thanks

Chris Hohimer
Sandia National Labs
CSU821 ORG9623






Archive powered by MHonArc 2.6.24.

Top of Page