Re: Why is Guile unable to find libtool?
Matthias Klose <[email protected]>
| Newsgroups | gmane.comp.gnu.libtool.general |
|---|---|
| Message-ID | <[email protected]> |
> $ sudo apt install libtool-devel > Reading package lists... Done > Building dependency tree > Reading state information... Done > E: Unable to locate package libtool-devel > $ type libtool > bash: type: libtool: not found -devel package names are usually found on Fedora/RedHat systems. The Debian/Ubuntu packages are called -dev. To search for a particular binary, either install command-not-found, and you'll get a suggestion for the missing package, or use packages.ubuntu.com to search. Both will give you the hint to the libtool-bin package. Matthias _______________________________________________ https://lists.gnu.org/mailman/listinfo/libtool