Skip to Content.
Sympa Menu

freetds - Re: [freetds] freeTDS make error

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT freetds.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] freeTDS make error
  • Date: Wed, 14 Jan 2009 22:26:38 -0500

nitin sayare wrote:
>
> ./configure --with-tdsver=8.0 --disable-debug --withodbc-nodm=<DIR>.
> Here, <DIR> is the path of the directory containing the header files
> (e.g sql.h, sqltypes.h, etc fron the unixODBC package.)
>
> The configure works well and doesn't give any error, but
> when I
> try the make utility, it give errors
> as "No such file or directory" for sql.h and other files.

$ ./configure --help | grep nodm
--with-odbc-nodm=DIR build odbc using headers in DIR/include

The DIR argument should be the directory holding the include directory,
not the files themselves. For /usr/local/include/sql.h, use
--with-odbdc-nodm=/usr/local.

HTH.

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page