Hi, I'm trying to build Apache Ignite C++ from source on Ubuntu. First, I downloaded the Ignite 2.6 source code and built the Java part. This was successful. Then, I went to the modules/platforms/cpp directory and ran: libtoolize && aclocal && autoheader && automake --add-missing && autoreconf
This completed successfully as well. After that, ./configure exited with the following error: config.status: executing depfiles commands config.status: executing libtool commands rm: cannot remove 'core': Is a directory (This cannot remove 'core' message is displayed more often in the output). It seems it is trying to remove the directory 'core', but I don't know why. Has anyone seen this problem before? -Floris
