Re: Linux 6.2 install problems

From: David Konerding <dek_at_cgl.ucsf.edu>
Date: Mon 26 Feb 2001 15:32:07 -0800

Bill Ross writes:
>> ../../Compile CC makeDIST_RST.c
>> gcc -c -DLinux -DISTAR2 -DREGNML makeDIST_RST.c
>> In file included from /usr/include/signal.h:300,
>> from global.h:10,
>> from makeDIST_RST.c:14:
>> /usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or directory
>
>This is a linux issue: if the system's /usr/include/signal.h
>includes a file /usr/include/bits/sigcontext.h and that includes
>(/usr/include/)asm/sigcontext.h, it should be there. I've got
>it in a redhat 6.2 machine.
>
>Bill Ross

You need to install the kernel sources. Either from an RPM or from the kernel
archive. The directory /usr/include/asm is a symbolic link into the kernel
sources. Without those sources, you'll never find that file.

Dave
Received on Mon Feb 26 2001 - 15:32:07 PST
Custom Search