D
D
Dmitry Smolyakov2016-10-09 14:45:22
emacs
Dmitry Smolyakov, 2016-10-09 14:45:22

What to do with libraries after build?

I collect emax.
Where should the build process find the source code? .
What compiler should emacs be built with? gcc -g3 -O2
Should Emacs use the GNU version of malloc? yes
(Using Doug Lea's new malloc from the GNU C Library.)
Should Emacs use a relocating allocator for buffers? no
Should Emacs use mmap(2) for buffer allocation? no
What window system should Emacs use? x11
What toolkit should Emacs use? GTK3
Where do we find X Windows header files? Standard dirs
Where do we find X Windows libraries? standard dirs
Does Emacs use -lXaw3d? no
Does Emacs use -lXpm? yes
Does Emacs use -ljpeg? yes
Does Emacs use -ltiff? yes
Does Emacs use a gif library? yes -lgif
Does Emacs use a png library? yes -lpng12
Does Emacs use -lrsvg-2? no
Does Emacs use cairo? no
Does Emacs use imagemagick? no
Does Emacs support sound? yes
Does Emacs use -lgpm? no
Does Emacs use -ldbus? yes
Does Emacs use -lgconf? no
Does Emacs use GSettings? yes
Does Emacs use a file notification library? yes -lglibc (inotify)
Does Emacs use access control lists? no
Does Emacs use -lselinux? no
Does Emacs use -lgnutls? no
Does Emacs use -lxml2? no
Does Emacs use -lfreetype? yes
Does Emacs use -lm17n-flt? no
Does Emacs use -lotf? no
Does Emacs use -lxft? yes
Does Emacs directly use zlib? yes
Does Emacs have dynamic modules support? no
Does Emacs use toolkit scroll bars? yes
Does Emacs support Xwidgets (requires gtk3)? no
How to load all these runtime libraries at once?
And how to enable for example Xwidgets?
--with-x-xwidgets or just --with-xwidgets

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Z
Zr, 2016-10-09
@spudro

> What to do with libraries after assembly?
Chavoi?
> How to load all these runtime libraries at once?
Er... Are you sure you understand what a runtime library is?
> --with-x-xwidgets or just --with-xwidgets
> Does Emacs use -lgnutls? no
> Does Emacs use -lxml2? no
... as well as a number of other items should be enabled by default, emnip. You look at the output higher - where there are checks, which you did not find. Most likely, you simply do not have the appropriate assembly packages installed on your system. That is, in this case for Debian, for example, libgnutls*-dev, libxml2-devetc.

A
abcd0x00, 2016-10-13
@abcd0x00

I collect emax.

Install it from the repository. Judging by the questions, it's too early for you to collect anything, because you don't even know what a library is.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question