Forgot to mention:
Need to add some parameters to the make Makefiles command, namely HAS_ODBC and
the linking of the library with -lodbc, assuming the include files are in a
standard location.
make -f Makefile.init makefiles \
'CCARGS=-DHAS_ODBC
'AUXLIBS= -lodbc '
I am submitting the attached code (patches to some existing files and
two new files: dict_odbc.c and dict_odbc.h) which adds support for a new
dictionary type that uses unixODBC (www.unixodbc.org).
As noted in the past on this list, that could be useful in supporting
map types that don't have nati