libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why is Guile unable to find libtool?


From: Roumen Petrov
Subject: Re: Why is Guile unable to find libtool?
Date: Sat, 28 Jul 2018 14:25:47 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.3

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]