On 02/09/2015 06:30 AM, Gene Heskett wrote:
However, I am still disappointed that doing a ./configure did not bail out
when it could not find swig2. But no, it continues on its merry way with the
error if any is shown being scrolled off-screen and it proceeds to build duff
executables. Thats a show stopper folks. I spotted it by reading the
config.log. For the 4th or 5 th time.
swig is not required!!!! like m4, automake, autoconf, ...
They are required if you start from the subversion tree, but they are
not required if you start for a source tar ball which already included
the generated files.
Anyway, if swig is required, make should have tell you that it is not
installed:
Error: SWIG is not installed. You should look at http://www.swig.org
You should have understood that you need to install it.
Jean-Louis