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... Done
libtool is already the newest version (2.4.6-2).
0 upgraded, 0 newly installed, 0 to remove and 230 not upgraded.
 $ 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


Bruce,

Can you check to see if libtool has a PATH assigned to it?


--
Brett M. Gilio
Free Software Foundation, Member
https://parabola.nu | https://emacs.org

___
https://lists.gnu.org/mailman/listinfo/libtool


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
> > .
> > 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 the newest version (2.4.6-2).
> > 0 upgraded, 0 newly installed, 0 to remove and 230 not upgraded.
> >  $ 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
>
> Bruce,
>
> Can you check to see if libtool has a PATH assigned to it?
>
>
> --
> Brett M. Gilio
> Free Software Foundation, Member
> https://parabola.nu | https://emacs.org



-- 
 - Bruce

___
https://lists.gnu.org/mailman/listinfo/libtool


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 the newest version (2.4.6-2).
0 upgraded, 0 newly installed, 0 to remove and 230 not upgraded.
 $ 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

___
https://lists.gnu.org/mailman/listinfo/libtool