Re: Problem including

2000-09-11 Thread Hamilton de Freitas Coutinho
Just make sure you have the following symlinks: /usr/include/asm -> ../src/linux/include/asm /usr/include/linux -> ../src/linux/include/linux /usr/src/linux -> linux-2.2.16 # or whatever is your kernel /usr/src/linux/include/asm -> asm-i386 # or whatever is your architecture Hope this helps. On

Re: Problem including

2000-09-06 Thread Andrew Jaffe
I have a related problem. I have RH6.1, but I recently upgraded to kernel 2.2.16, using the instructions from the HOWTO (as well as all other recommended upgrades) Now, when I try to compile anything complicated (e.g. the kernel itself, or xemacs), I get error messages like In file included fro

Re: Problem including

2000-08-10 Thread Tony Seward
Right. There's one in the kernel-headers RPM to which I set a symlink. But I thought that I had seen somewhere on the kernel list that users should not have to have the kernel headers on their machine in order to compile normal programs (i.e. programs that don't interact directly with the kernel

Re: Problem including

2000-08-08 Thread Tony Seward
(sorry if this gets in twice) Right. There's one in the kernel-headers RPM to which I set a symlink. But I thought that I had seen somewhere on the kernel list that users should not have to have the kernel headers on their machine in order to compile normal programs (i.e. programs that don't in

Re: Problem including

2000-08-08 Thread René Møller Fonseca
I think 'linux/limits.h' is generated when you configure and/or compile the kernel. René Tony Seward wrote: > > When including I get the following traceback: > > > make[3]: Entering directory /home/seward/Wavetrain/tempus/src/matrixio' > c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DLINUX > -I/usr/l

Problem including

2000-08-07 Thread Tony Seward
When including I get the following traceback: make[3]: Entering directory /home/seward/Wavetrain/tempus/src/matrixio' c++ -DHAVE_CONFIG_H -I. -I. -I../.. -DLINUX -I/usr/local/matlab/extern/include -I../../include/matrixio -I../../include/support -I../../include/tempus -I../../include/portinc