Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Can't configure project #36

Open
vstruchkov opened this issue Apr 22, 2017 · 1 comment
Open

Can't configure project #36

vstruchkov opened this issue Apr 22, 2017 · 1 comment

Comments

@vstruchkov
Copy link

config.status: executing libtool commands
sed: can't read ./ltmain.sh: No such file or directory
sed: can't read libtoolT: No such file or directory

vova@Qosmio ~/Projects/cld $ stat ltmain.sh
File: «ltmain.sh» -> «/usr/local/Cellar/libtool/2.4.6_1/share/libtool/build-aux/ltmain.sh»

/usr/local/Cellar/libtool/2.4.6_1/share/libtool/build-aux/ltmain.sh - No such file

@neilmb
Copy link

neilmb commented Aug 30, 2017

I had this error and I was able to work around it by installing autoconf and libtool with sudo apt-get install autconf libtool, and then running autoreconf -f -i -Wall,no-obsolete. After that, I was able to make && make install.

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

No branches or pull requests

2 participants