It seems like you don't have C++ compiler on your system. You need one to compile ODBC driver.
Best Regards, Igor On Wed, May 31, 2017 at 1:03 PM, vikrantkamble <[email protected]> wrote: > Hi Igor, > > Below is the output for automake > > [root@hostname cpp]# automake > configure.ac:39: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call > detected > in body > ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... > ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from... > ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from... > m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from... > m4/libtool.m4:4161: _LT_LINKER_SHLIBS is expanded from... > m4/libtool.m4:5236: _LT_LANG_C_CONFIG is expanded from... > m4/libtool.m4:138: _LT_SETUP is expanded from... > m4/libtool.m4:67: LT_INIT is expanded from... > configure.ac:39: the top level > configure.ac:39: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call > detected > in body > ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... > ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from... > ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from... > m4/libtool.m4:4161: _LT_LINKER_SHLIBS is expanded from... > m4/libtool.m4:5236: _LT_LANG_C_CONFIG is expanded from... > m4/libtool.m4:138: _LT_SETUP is expanded from... > m4/libtool.m4:67: LT_INIT is expanded from... > configure.ac:39: the top level > /usr/share/automake-1.11/am/depend2.am: am__fastdepCXX does not appear in > AM_CONDITIONAL > /usr/share/automake-1.11/am/depend2.am: The usual way to define > `am__fastdepCXX' is to add `AC_PROG_CXX' > /usr/share/automake-1.11/am/depend2.am: to `configure.ac' and run > `aclocal' and `autoconf' again. > binary/Makefile.am: C++ source seen but `CXX' is undefined > binary/Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX' > binary/Makefile.am: to `configure.ac' and run `autoconf' again. > common/Makefile.am: C++ source seen but `CXX' is undefined > common/Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX' > common/Makefile.am: to `configure.ac' and run `autoconf' again. > core/Makefile.am: C++ source seen but `CXX' is undefined > core/Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX' > core/Makefile.am: to `configure.ac' and run `autoconf' again. > ignite/Makefile.am: C++ source seen but `CXX' is undefined > ignite/Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX' > ignite/Makefile.am: to `configure.ac' and run `autoconf' again. > jni/Makefile.am: C++ source seen but `CXX' is undefined > jni/Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX' > jni/Makefile.am: to `configure.ac' and run `autoconf' again. > odbc/Makefile.am: C++ source seen but `CXX' is undefined > odbc/Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX' > odbc/Makefile.am: to `configure.ac' and run `autoconf' again. > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Makefile-in-not-created-in-ODBC-driver- > installation-c-tp13260p13267.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
