Skip to content

Error when compiling "'aclocal-1.15' is missing" #1

@zymos

Description

@zymos

after running

./configure
make

Got this error

CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/zymos/Downloads/oscope2100-master/oscope2100-master/missing aclocal-1.15 
/home/zymos/Downloads/oscope2100-master/oscope2100-master/missing: line 81: aclocal-1.15: command not found
WARNING: 'aclocal-1.15' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
make: *** [Makefile:364: aclocal.m4] Error 127

Solution
Run "autoreconf -f -i" before configure

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions