Re: configure --with-odbc-nodm problem...
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Sebastien FLAESCH wrote: > Then the help text describing this configure option is wrong: > > ./configure --help > > --with-odbc-nodm=DIR build odbc without driver manager (headers in > DIR) > ^^^^^^^^^^ > ^^^^^^ Ah. Well done, thanks. $ ./configure --help | grep odbc --disable-odbc do not attempt to build odbc the driver --with-iodbc=DIR build odbc driver against iODBC in DIR --with-unixodbc=DIR build odbc driver against unixODBC in DIR --with-odbc-nodm=DIR build odbc without driver manager (headers in DIR) For uniformity, perhaps the last item should be: --with-odbc-nodm=DIR build odbc with headers in DIR/include Agreed? --jkl