-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make: *** [Makefile:425: aclocal.m4] Error 127 #344
Comments
Just got through the same issue. You need to install libtool-bin, automake and makeinfo
Then run |
Well, thanks, I get that now: For apt install makeinfo: For make: Thanks <3 |
my bad, it should've been |
Thanks again, I get now a "sudo: unable to execute ./configure: Permission denied" when I execute "sudo ./configure" in /buildtools/isl-0.10 folder... I've tried sudo su... |
If I recall correctly, there's no need to run configure as a superuser. Restart your shell, then try again. |
This should be mentioned at README of bcm4355, isn't it ? |
pi@raspberrypi:~/Documents/bigdisk/nexmon/buildtools/mpfr-3.1.4 $ sudo make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/pi/Documents/bigdisk/nexmon/buildtools/mpfr-3.1.4/missing aclocal-1.15 -I m4
/home/pi/Documents/bigdisk/nexmon/buildtools/mpfr-3.1.4/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:425: aclocal.m4] Error 127
Can someone help me? No errors before that. I'm on Raspberry 3B+
The text was updated successfully, but these errors were encountered: