[freetds] SQL Server 2005 / 2008 support
Frediano Ziglio
freddy77 at gmail.com
Thu Dec 13 13:04:03 EST 2007
Il giorno gio, 13/12/2007 alle 18.34 +0100, Sebastien FLAESCH ha
scritto:
> Note I did the same process with 0.64 (stable release) without problems.
>
> I am using --with-odbc-nodm because I don't want to use a driver manager.
>
> Adding "/include" to the path does not help with 0.65 dev version.
>
> Seb
>
I think this should solve
diff -u -r1.22 Makefile.am
--- src/apps/Makefile.am 4 Jun 2007 21:10:36 -0000 1.22
+++ src/apps/Makefile.am 13 Dec 2007 18:02:27 -0000
@@ -30,6 +30,7 @@
bsqlodbc_LDADD = ../odbc/libtdsodbc.la \
../replacements/libreplacements.la \
$(ODBCLIB) $(NETWORK_LIBS)
+bsqlodbc_CPPFLAGS = $(ODBC_INC)
endif
defncopy_LDADD = ../dblib/libsybdb.la \
we don't use your path building bsqlodbc... you can get however odbc
driver compiled running make in src/odbc... or wait tomorrow snapshot :)
freddy77
More information about the FreeTDS
mailing list