[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#32509: Why is Guile unable to find libtool?
From: |
Ludovic Courtès |
Subject: |
bug#32509: Why is Guile unable to find libtool? |
Date: |
Thu, 23 Aug 2018 17:19:02 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hi Bruce,
Note that it’s libltdl that could not be found, not the ‘libtool’
command (which comes with the Guile tarball), as suggested by the
configure output you posted:
$ ./configure
.........
checking for libltdl... no
configure: error: GNU libltdl (Libtool) not found, see README.
Thus, on Debian and derivatives, you should run:
apt-get install libltdl-dev
See <https://packages.debian.org/wheezy/libltdl-dev>.
HTH,
Ludo’.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#32509: Why is Guile unable to find libtool?,
Ludovic Courtès <=