\r
<blockquote>\r
<pre>\r
-% tar -zxvf psqlodbc-08.01.0100.tar.gz\r
-% cd psqlodbc-08.01.0100\r
+% tar -zxvf psqlodbc-xx.xx.xxxx.tar.gz\r
+% cd psqlodbc-xx.xx.xxxx\r
% ./configure\r
% make\r
% make install\r
<p>The configure script will accept the following useful options:</p>\r
\r
<ul>\r
-<li>--with-iodbc=DIR path or direct iodbc-config file</li>\r
<li>--with-unixodbc=DIR path or direct odbc_config file (default:yes)</li>\r
-<li>--with-pgconf=pg_config specify pg_config with full path</li>\r
+<li>--with-iodbc=DIR path or direct iodbc-config file</li>\r
+<li>--with-odbcver=VERSION change default ODBC version number [0x0351]</li>\r
<li>--enable-pthreads (thread-safe driver on some platforms)</li>\r
<li>--disable-unicode (build non-Unicode driver)</li>
<li>--help</li>\r
\r
<h3>Bootstrapping</h3>\r
\r
-<p>First, copy libtool.m4 into source directory. Be sure to pick the one\r
-from the right Libtool version. Then run:</p>\r
-\r
<blockquote>\r
<pre>\r
-aclocal -I . \r
-libtoolize --force --copy\r
-autoconf\r
-autoheader\r
-automake --add-missing --copy\r
+autoreconf -i\r
</pre>\r
</blockquote>\r
\r
</blockquote>\r
\r
<p>configure has the same options that the PostgreSQL configure used to\r
-have for ODBC, namely --with-iodbc or --with-unixodbc, and\r
---with-pgconf=/usr/local/pgsql/bin/pg_config.</p>\r
-\r
+have for ODBC, namely --with-iodbc or --with-unixodbc\r
<h3>Making a Source Distribution</h3>\r
\r
<p>'make dist' makes a file psqlodbc-xx.xx.xxxx.tar.gz. It's even better to\r