Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libtool not found. Please install libtool #1036

Open
alexei-28 opened this issue Feb 25, 2023 · 0 comments
Open

libtool not found. Please install libtool #1036

alexei-28 opened this issue Feb 25, 2023 · 0 comments

Comments

@alexei-28
Copy link

alexei-28 commented Feb 25, 2023

Linux Mint 21
Emacs 27.1
use-package 2.4.5

I want to install package vterm.

Here my init.el


(use-package use-package-ensure-system-package
      :ensure t)

    (use-package vterm
      :ensure t
      :ensure-system-package libtool-bin)

As you can see before install vterm, will be install libtool-bin.

But when I restart Emacs I get error:

-- System libvterm not found: libvterm will be downloaded and compiled as part of the build process
  CMake Error at CMakeLists.txt:71 (message):
    libtool not found.  Please install libtool
  
  
  -- Configuring incomplete, errors occurred!
  See also "/home/alexei/.emacs.d/elpa/vterm-20230217.228/build/CMakeFiles/CMakeOutput.log".
  make: *** No targets specified and no makefile found.  Stop.
  /home/alexei/.emacs.d/elpa/vterm-20230217.228

P.S.
Synaptic Project Manager success found libtool-bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant