ODBC application doesn't compile under Linux

Tim Bates tim@REDACTED
Tue Jul 5 14:42:02 CEST 2005


Hi folks,
The file lib/Makefile in the Erlang distribution includes the following
lines:

ifeq ($(findstring win32,$(TARGET)),win32)
  OTHER_SUB_DIRECTORIES =                         \
    ... odbc ...
else
  ...
  ifeq ($(findstring sparc-sun-solaris,$(TARGET)),sparc-sun-solaris)
    OTHER_SUB_DIRECTORIES += odbc
  endif
  ...
endif


Why does ODBC only get compiled under win32 and solaris? How do I get it
to compile under Gentoo Linux? Why doesn't adding "odbc" to
OTHER_SUB_DIRECTORIES work? I have unixodbc installed.

Thanks,
Tim.

-- 
Tim Bates
tim@REDACTED



More information about the erlang-questions mailing list