also sprach steve.woolley:
> Petr Novotny wrote:
> >
> > > ./compile sig_alarm.c
> > > In file included from /usr/include/signal.h:300,
> > > from sig_alarm.c:1:
> > > /usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or
> >
> > You need glibc-devel and kernel-headers packages.
> >
>
> I checked and I believe I have these:
>
> [root@myhost /root]# rpm -q kernel-headers
> kernel-headers-2.2.16-3
Did you install this before, after, or independent of a kernel-source RPM?
kernel-source will walk all over kernel-headers.
Either re-install (with --force) kernel-headers to get all of the proper
symlinks back, or check the following:
* /usr/src/linux => /usr/src/linux-VERSION
* /usr/src/linux/include/asm => /usr/src/linux/include/asm-ARCH
* /usr/include/asm => /usr/src/linux/include/asm
* /usr/include/linux => /usr/src/linux/include/linux
/pg
--
Peter Green : Gospel Communications Network, SysAdmin : [EMAIL PROTECTED]
---
Need I say more? This is the kernel you've been waiting for. It leaps tall
buildings if you throw it hard enough, and it makes diffs _really_ fast if
you have enough memory.
(Linus Torvalds, announcing a yet better kernel)