help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Latest Emacs is on one system not graphical


From: Decebal
Subject: Re: Latest Emacs is on one system not graphical
Date: Sat, 9 May 2009 01:05:58 -0700 (PDT)
User-agent: G2/1.0

On 9 mei, 01:43, p...@informatimago.com (Pascal J. Bourguignon) wrote:
> Then check configure output.  On one system it doesn't find the X
> libraries.   Check if they're installed, find where, and add options
> to configure, such as:
>
>   --x-includes=DIR    X include files are in DIR
>   --x-libraries=DIR   X library files are in DIR

On system 2 xorg-x11-devel was not installed. So that explaines the
difference.
By the way: how important is it to compile Emacs on the system it runs
on? It seemed that it was no problem that on system 2 an Emacs was
running that was buikd on system 1. But maybe there are advantages?

The output from configure on system 1:
Configured for `i686-pc-linux-gnu'.

  Where should the build process find the source code?    /download/
emacs/emacs-22.3
  What operating system and machine description files should Emacs
use?
        `s/gnu-linux.h' and `m/intel386.h'
  What compiler should emacs be built with?               gcc -g -O2 -
Wno-pointer-sign
  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?    yes
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          LUCID
  Where do we find X Windows header files?                Standard
dirs
  Where do we find X Windows libraries?                   Standard
dirs
  Does Emacs use -lXaw3d?                                 yes
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use -lungif?                                 no
  Does Emacs use -lpng?                                   yes
  Does Emacs use X toolkit scroll bars?                   yes

Are the two no's important?

On system 2 is from the last seven only -lXpm true. So I expect that I
have to install some other packages there.


reply via email to

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