Skip to Content.
Sympa Menu

freetds - Re: [freetds] GIT repository?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Jorge Chamorro <jorge AT jorgechamorro.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] GIT repository?
  • Date: Wed, 4 Mar 2015 21:39:25 +0100

On 04/03/2015, at 20:16, Jorge wrote:
> On 04/03/2015, at 19:02, Thomas, Christopher (LLU) wrote:
>
>> Try https://gitorious.org/freetds. It goes all the way back to 2001.
>
> Thank you! (git cloned)
>
> But it won't compile: there's no ./configure and ./autogen.sh is giving me
> this:
>
> running /usr/bin/autoreconf in /Users/jorge/freetds:
> configure.ac:20: option `parallel-tests' not recognized
> autoreconf: automake failed with exit status: 1
> glibtoolize: putting auxiliary files in `.'.
> glibtoolize: copying file `./ltmain.sh'
> glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
> glibtoolize: copying file `m4/libtool.m4'
> glibtoolize: copying file `m4/ltoptions.m4'
> glibtoolize: copying file `m4/ltsugar.m4'
> glibtoolize: copying file `m4/ltversion.m4'
> glibtoolize: copying file `m4/lt~obsolete.m4'
> glibtoolize: `AC_PROG_RANLIB' is rendered obsolete by `LT_INIT'
> configure.ac:20: option `parallel-tests' not recognized
> autoreconf: automake failed with exit status: 1
>
> I'm running Snow Leopard/OSX 10.6.8.


Ok, no problem. For the record: just removed the parallel-tests option in
./autogen.sh and it's compiling fine now:

$ tsql -C
Compile-time settings (established with the "configure" script)
Version: freetds v0.92.dev.20150304
freetds.conf directory: /Users/jorge/binarios/etc
MS db-lib source compatibility: no
Sybase binary compatibility: no
Thread safety: yes
iconv library: yes
TDS version: 7.1
iODBC: no
unixodbc: no
SSPI "trusted" logins: no
Kerberos: no
OpenSSL: yes
GnuTLS: no


Cool!
--
( Jorge )();





Archive powered by MHonArc 2.6.24.

Top of Page