[root@host linux]# make symlinks
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
/bin/sh: cd: include: No such file or directory

There are huge amounts of warnings and then an error.

Here is a brief sample.

make bzImage

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -pipe  -mpreferred-stack-boundary
=2 -march=i686 -fno-strict-aliasing    -c -o pipe.o pipe.c
In file included from /usr/src/linux/include/linux/tty.h:24,
                  from /usr/src/linux/include/linux/sched.h:24,
                  from /usr/src/linux/include/linux/mm.h:5,
                  from pipe.c:8:
/usr/src/linux/include/linux/tqueue.h: In function `run_task_queue':
/usr/src/linux/include/linux/tqueue.h:117: warning: implicit declaration of 
function `smp_mb'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -pipe  -mpreferred-stack-boundary
=2 -march=i686 -fno-strict-aliasing    -c -o namei.o namei.c
In file included from /usr/src/linux/include/linux/tty.h:24,
                  from /usr/src/linux/include/linux/sched.h:24,
                  from /usr/src/linux/include/linux/mm.h:5,
                  from namei.c:19:
/usr/src/linux/include/linux/tqueue.h: In function `run_task_queue':
/usr/src/linux/include/linux/tqueue.h:117: warning: implicit declaration of 
function `smp_mb'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -pipe  -mpreferred-stack-boundary
=2 -march=i686 -fno-strict-aliasing    -c -o fcntl.o fcntl.c
In file included from /usr/src/linux/include/linux/tty.h:24,
                  from /usr/src/linux/include/linux/sched.h:24,
                  from /usr/src/linux/include/linux/mm.h:5,
                  from fcntl.c:9:
/usr/src/linux/include/linux/tqueue.h: In function `run_task_queue':
/usr/src/linux/include/linux/tqueue.h:117: warning: implicit declaration of 
function `smp_mb'
fcntl.c: In function `do_fcntl':
fcntl.c:294: `F_LINUX_SPECIFIC_BASE' undeclared (first use in this function)
fcntl.c:294: (Each undeclared identifier is reported only once
fcntl.c:294: for each function it appears in.)
fcntl.c:294: case label does not reduce to an integer constant
fcntl.c:297: case label does not reduce to an integer constant
fcntl.c:300: case label does not reduce to an integer constant
make[2]: *** [fcntl.o] Error 1
make[2]: Leaving directory `/usr/src/linux/fs'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux/fs'
make: *** [_dir_fs] Error 2



At 20:18 03/10/00 -0500, you wrote:
>On Wed, 4 Oct 2000, Dan Evans wrote:
>
> >
> > 1. How do I setup the symbolic links correctly to compile from tarball
> >
>After untaring the file, change to the linux directory, and type
>"make symlinks".
> >
> > 2. Where can I download preview 2.4.x kernels in .rpm format?




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to