Skip to Content.
Sympa Menu

freetds - Re: [freetds] 0.63 Release Candidate 4

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: joshua stein <jcs AT jcs.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] 0.63 Release Candidate 4
  • Date: Thu, 9 Dec 2004 10:53:16 -0600

> http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/freetds-0.63RC4.tar.gz
>
> This is a candidate for final release. It builds on
> NetBSD, owing to *very* recent changes in our linkology. ;-)

still looks good on openbsd-current.

although i noticed while building that libtool kept giving errors
which seemed non-fatal enough to continue building everything:

/bin/sh ../../libtool --mode=link cc -O2 -pipe -o libtdssrv.la -rpath
/usr/local/lib -version-info 1:0:0 query.lo server.lo login.lo
../tds/libtds_objects.la ../replacements/libreplacements.la -L/usr/local/lib
-liconv -static-libgcc -lc
../../libtool[6564]: continue: cannot continue

line 6564 in libtool is:

fi # test -z "$show_help"

which looks to correspond to line 6224 in the included ltmain.sh.
vim's syntax highlighting is also showing this line differently, i'm
guessing the opening 'if' is already getting closed before this 'fi'
on 6224.




Archive powered by MHonArc 2.6.24.

Top of Page