freetds-0.82 for ARM linux
Gigin Jose <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Hi , I am trying to connect to MS SQL server from a ARM based linux platform. I am using odbc driver manager. I have downloaded the freetds-0.82 and I am trying to cross compile the source for ARM linux. I am getting an error in the configuration. This is the configure command I gave: ./configure --prefix=/home/suriya/tds/arm_tds_1/ --host=arm-linux --with-odbc-nodm=/home/suriya/Desktop/bibhu_satya/odbc/arm_odbc_1/include The path "/home/suriya/Desktop/bibhu_satya/odbc/arm_odbc_1" is having the odbc libraries and header files for ARM. The error message on configure is "configure: error: sql.h not found" . The file "sql.h" is present in the include path given in "--with-odbc-nodm" path. Why am I getting the error ? The configuration is completed when I give ./configure without any options specified, but I am not able to configure for ARM ? Please do help. thanks & regardsGIGIN