I have downloaded the source from Git, but when I type autoreconf -i, I get the following error message:
$ autoreconf -i
configure.ac:1110: warning: file `etc/config/m4/acmpi.m4' included several times
configure.ac:1185: warning: file `etc/config/m4/acmpi.m4' included several times
configure.ac:1110: warning: file `etc/config/m4/acmpi.m4' included several times
configure.ac:1185: warning: file `etc/config/m4/acmpi.m4' included several times
configure.ac:1110: warning: file `etc/config/m4/acmpi.m4' included several times
configure.ac:1185: warning: file `etc/config/m4/acmpi.m4' included several times
Useless use of /d modifier in transliteration operator at /local/software/automake/bin/automake line 5278.
configure.ac: 43: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
automake: configure.ac: `AM_INIT_AUTOMAKE' must be used
automake: configure.ac: installing `./install-sh'
automake: configure.ac: installing `./mkinstalldirs'
automake: configure.ac: installing `./missing'
automake: Makefile.am: installing `./INSTALL'
automake: Makefile.am: required file `./NEWS' not found
automake: Makefile.am: required file `./README' not found
automake: Makefile.am: installing `./COPYING'
automake: Makefile.am: required file `./ChangeLog' not found
automake: configure.ac: installing `./depcomp'
src/bamg/Makefile.am: invalid unused variable name: `HDF5_LDFLAGS'
src/fflib/Makefile.am:99: AM_CPPFLAGS was already defined in condition TRUE, which implies condition ENABLE_EIGEN_TRUE
AM_CPPFLAGS (User, where = 99) +=
{
TRUE => -I$(srcdir)/../lglib -I$(srcdir)/../bamglib -I$(srcdir)/../Graphics -I$(srcdir)/../femlib $(HDF5_CPPFLAGS) $(UMFPACK_CPPFLAGS)
}
src/mpi/Makefile.am:34: variable `MPISCRIPT' not defined
autoreconf: automake failed with exit status: 1
Can you please assist? I've Googled around and cannot find any answer.
This is the wrong repository to post such an issue, should be sent at http://github.com/FreeFem/FreeFem-sources. I think your automake is too old, please update your system.
Hi,
I have downloaded the source from Git, but when I type
autoreconf -i
, I get the following error message:Can you please assist? I've Googled around and cannot find any answer.
Thanks in advance,