cld
cld copied to clipboard
Can't configure project
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
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
.