emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cleaning out old X11 toolkits?


From: martin rudalics
Subject: Re: Cleaning out old X11 toolkits?
Date: Sun, 14 Feb 2021 18:16:33 +0100

>> Honestly, I didn't expect anyone to do that.
>
> In distros, it is all about dependencies. :)

What I meant to say is that in my experience it's often more hassle to
sort out the dependencies than to download the necessary libraries.  And
the --without-all issue seems to confirm that.

> Emacs can be configured (e.g., --without-all --without-x --without-json
> --without-libgmp) so that it will need only glibc and ncurses:
>
> $ objdump -p emacs | grep NEEDED
>    NEEDED               librt.so.1
>    NEEDED               libtinfo.so.6
>    NEEDED               libpthread.so.0
>    NEEDED               libanl.so.1
>    NEEDED               libm.so.6
>    NEEDED               libc.so.6
>
> (BTW, why doesn't --without-all imply the --without-json and
> --without-libgmp options? That's what I would have expected.)

Could you fix it?

martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]