|
From: | Peter Dyballa |
Subject: | Re: emacs + yellowdog linux + Playstation 3 |
Date: | Sat, 31 Mar 2007 11:02:56 +0200 |
Am 31.03.2007 um 01:09 schrieb Texaner:
Yes, that is an option. But what I wanted to know is what is wrong with my installation that just "emacs" without the option "-nw" does not work.
YDL is X11 aware. When you also installed the developers packages (C header files), then Emacs' configure script found them, together with the X libraries. From this a GNU Emacs binary was compiled that is an X client. This kind is also the default type of GNU Emacs in Linux and other UNIX distributions – only Mac OS X installs a non-windowing GNU Emacs.
You can compile your own non-windowing GNU Emacs when you invoke configure with '--without-x' – or you set CPPFLAGS or make configure options like --x-includes=DIR or --x-libraries=DIR to point where no X11 related material can be found. Than you'll get a binary that might only use libncurses and won't be able to use a windowing environment ...
-- Greetings PeteThe most exciting phrase to hear in science, the one that heralds new discoveries, is not "Eureka!" (I found it!) but "That's funny..."
Isaac Asimov
[Prev in Thread] | Current Thread | [Next in Thread] |