Re: GIT repository?
Jorge Chamorro <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
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 )();