Re: Why is Guile unable to find libtool?

2018-08-14 Thread Bruce Korb
On Tue, Aug 14, 2018 at 1:54 AM Matthias Klose wrote: > > > $ 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 >

Re: Why is Guile unable to find libtool?

2018-08-14 Thread Matthias Klose
> $ 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

Re: Why is Guile unable to find libtool?

2018-07-28 Thread Roumen Petrov
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

Re: Why is Guile unable to find libtool?

2018-07-26 Thread Brett Gilio
Bruce Korb writes: $ ./configure . checking for libltdl... no configure: error: GNU libltdl (Libtool) not found, see README. $ type libtool bash: type: libtool: not found $ sudo apt install libtool Reading package lists... Done Building dependency tree Reading state information...

Re: Why is Guile unable to find libtool?

2018-07-26 Thread Bruce Korb
How? I'm sure it is somewhere under /usr but not /usr/local, but now it _is_ under /usr/local 'cuz I did a source install. I'd rather dump that one so I'm not on the hook to update it all the time. On Thu, Jul 26, 2018 at 5:04 PM Brett Gilio wrote: > > > Bruce Korb writes: > > > $ ./configure >

Why is Guile unable to find libtool?

2018-07-26 Thread Bruce Korb
$ ./configure . checking for libltdl... no configure: error: GNU libltdl (Libtool) not found, see README. $ type libtool bash: type: libtool: not found $ sudo apt install libtool Reading package lists... Done Building dependency tree Reading state information... Done libtool is already