Skip to content
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

autoreconf: command not found #129

Open
zhangguanzhang opened this issue Aug 9, 2021 · 1 comment
Open

autoreconf: command not found #129

zhangguanzhang opened this issue Aug 9, 2021 · 1 comment

Comments

@zhangguanzhang
Copy link

$ make deps
cd /opt/deps//elfutils; autoreconf -ivf; ./configure CFLAGS="-g -O2" --disable-debuginfod --enable-maintainer-mode --prefix=/opt/deps//; make install
/bin/sh: autoreconf: command not found
/bin/sh: ./configure: No such file or directory
make[1]: Entering directory `/opt/deps/elfutils'
make[1]: *** No rule to make target `install'.  Stop.
make[1]: Leaving directory `/opt/deps/elfutils'
make: *** [deps] Error 2

@zhangguanzhang
Copy link
Author

zhangguanzhang commented Aug 9, 2021

需要以下依赖

yum install -y autoconf automake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant