Re: Why is Guile unable to find libtool?

2018-07-26 Thread Brett Gilio
Matt Wette writes:> I think you want `sudo apt install libltdl-dev' I believe 1) libtool is a script generated in the guile-X.Y.Z top directory as a product of configure. 2) The command `apt install libtool-devel' provides the command libtoolize. Bruce, Was Matt's response sufficient to s

Re: Bootstrap is hung

2018-07-26 Thread Bruce Korb
It is the "more user entertainment" thing. I needed 40 minutes with a hefty system. On Thu, Jul 26, 2018 at 5:51 PM Bruce Korb wrote: > > It has been in the pictured state for half an hour. > If it really takes this long on an 8-thread 2.2GHz box, > then more user entertainment is in order. --

Bootstrap is hung

2018-07-26 Thread Bruce Korb
It has been in the pictured state for half an hour. If it really takes this long on an 8-thread 2.2GHz box, then more user entertainment is in order.

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 > >

Re: Why is Guile unable to find libtool?

2018-07-26 Thread Matt Wette
On 07/26/2018 04:57 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 dep

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... D

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 t