My understanding is that the DIR for --with-unixODBC is optional. For
example "./configure --help" says...
"--with-unixODBC[=DIR] Use unixODBC located in DIR"
If I...
./configure --with-unixODBC
I get...
handle.lo info.lo myodbc3.lo options.lo prepare.lo results.lo
transact.lo utility.lo cursor.lo error.lo misc.lo -lmysqlclient
-Lyes/lib -lz -lodbcinst
libtool: link: `-Lyes/lib' cannot specify a relative directory
make: *** [libmyodbc3.la] Error 1
The following works fine...
./configure --with-unixODBC=/usr/local
Peter