Re: Unable to compile newest emacs with gnutls
Hi.
On Sun, 30 Apr 2017 10:08:25 -0400
Harry Putnam <reader@newsguy.com> wrote:
> Attempting to build latest emacs I run into a problem gnutls not being
> available.
>
> ./configure --prefix=/usr/local/src/vcs/git/test --with-x=yes
> --with-x-toolkit=athena --with-imagemagick
> --with-gpm --with-sound=no
> [...]
>
> configure: error: The following required libraries were not found:
> gnutls
> Maybe some development libraries/packages are missing?
> If you don't want to link with them give
> --with-gnutls=no
> as options to configure
...
> I suspect it might be the dev pkgs that is needed:
>
> libgnutls-dev
Indeed, but not this one. Not unless you're using wheezy.
> But when I try to install it, I run into a complicated dependency
> problem I don't know how to solve:
>
> aptitude install libgnutls-dev
aptitude install libgnutls28-dev
Reco
Reply to: