Re: Why is Guile unable to find libtool?
Roumen Petrov <[email protected]>
| Newsgroups | gmane.comp.gnu.libtool.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Bruce, Bruce Korb wrote: > $ ./configure > ......... > checking for libltdl... no > configure: error: GNU libltdl (Libtool) not found, see README. This error is for "libtool dynamic loader library" ltdl. Perhaps you system distribute separate libtool and libltdl packages. > $ type libtool > bash: type: libtool: not found libtool is generated script. Some vendors decided do not distribute script generated (build) by libtool package. Usually there is no such need. > [SNIP] > $ type libtool > bash: type: libtool: not found After successful configuration of you project 'libtool" script(s) will be generated in build tree. Regards, Roumen Petrov _______________________________________________ https://lists.gnu.org/mailman/listinfo/libtool