Re: win64 dll shared library
Thomas Stover <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
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