Skip to Content.
Sympa Menu

freetds - Re: [freetds] win64 dll shared library

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Thomas Stover <thomas AT wsinnovations.com>
  • To: <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] win64 dll shared library
  • Date: Wed, 18 Aug 2010 14:08:42 -0500

Thanks. still no dlls for me though. Any other ideas?

$ rm -rf freetds-0.82/
$ tar -zxvf freetds-stable.tgz
$ cd freetds-0.82/
$ mkdir win64
$ ./configure --host=x86_64-w64-mingw32 --prefix=`pwd`/win64
--enable-shared
$ cp libtool libtool.tmp
cat libtool.tmp | sed -e 's,file format pe-i386,file format
pe-(x86-64|i386),' > libtool
$ diff libtool libtool.tmp
515c515
< $EGREP -e 'file format pe-(x86-64|i386)(.*architecture: i386)?'
>/dev/null ; then
---
> $EGREP -e 'file format pe-i386(.*architecture: i386)?' >/dev/null
; then
$ make
$ make install
$ ls win64/bin/
bsqldb.exe bsqlodbc.exe datacopy.exe defncopy.exe freebcp.exe osql
tdspool.exe tsql.exe
$ ls win64/lib/
libct.a libct.la libsybdb.a libsybdb.la libtdsodbc.a libtdsodbc.la




--
www.thomasstover.com
NO CARRIER




Archive powered by MHonArc 2.6.24.

Top of Page