%% Agnes Voisard <[EMAIL PROTECTED]> writes:

  av> Hi I try to install emacs under redhat 6.2 I got emacs-20.5.rpm
  av> but to install it I need make.

  av> I hence tried to install make.  I got make-3.78.1.rpm and I try to
  av> install it.

If you get a binary RPM, you don't need to compile it.  It comes
pre-compiled.  Ditto for Emacs.

  av> Unfortunately I get the following message:

  av> [root@redhat make-3.78.1]# sh build.sh compiling main.c...
  av> In file included from /usr/include/signal.h:300,
  av>                  from make.h:64,
  av>                  from ./main.c:20:
  av> /usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or directory

These errors mean your Linux system isn't set up correctly to compile
programs.  /usr/include/bits is supposed to contain kernel-specific
headers; sometimes (but not always) it's a symbolic link into the
/usr/src/linux/include directory.

I don't know much about RedHat distros anymore; you'll have to find
someone who can advise you about your Linux installation before you can
compile GNU make (or almost any other program).

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.ultranet.com/~pauld/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

Reply via email to