[COMPILE PROBLEMS] linux 2.1.129ac6

Greaves Tristan TM (Tristan.Greaves@icl.com)
Thu, 26 Nov 1998 15:34:21 -0000


Hi all,

I managed to compile and run vanilla Linux 2.1.129 fine. Everything
appears to work as it should.

After applying Alan Cox's ac6 patch, I get the following
compile error:

(This is the second time around, so some targets are already built. I
did a make dep; make clean the first time)

[root@harmony linux.ac]# make install
gcc -D__KERNEL__ -I/usr/src/linux.ac/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -D__SMP__ -pipe -fno-strength-reduce -m486
-malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586
-DUTS_MACHINE='"i386"' -c -o init/version.o init/version.c
make -C kernel
make[1]: Entering directory `/usr/src/linux.ac/kernel'
make all_targets
make[2]: Entering directory `/usr/src/linux.ac/kernel'
make[2]: Nothing to be done for `all_targets'.
make[2]: Leaving directory `/usr/src/linux.ac/kernel'
make[1]: Leaving directory `/usr/src/linux.ac/kernel'
make -C drivers
make[1]: Entering directory `/usr/src/linux.ac/drivers'
make -C block
make[2]: Entering directory `/usr/src/linux.ac/drivers/block'
make all_targets
make[3]: Entering directory `/usr/src/linux.ac/drivers/block'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux.ac/drivers/block'
make[2]: Leaving directory `/usr/src/linux.ac/drivers/block'
make -C char
make[2]: Entering directory `/usr/src/linux.ac/drivers/char'
make all_targets
make[3]: Entering directory `/usr/src/linux.ac/drivers/char'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o conmakehash
conmakehash.c
In file included from /usr/include/stdlib.h:42,
from conmakehash.c:18:
/usr/include/errno.h:27: linux/errno.h: No such file or directory
make[3]: *** [conmakehash] Error 1
make[3]: Leaving directory `/usr/src/linux.ac/drivers/char'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux.ac/drivers/char'
make[1]: *** [_subdir_char] Error 2
make[1]: Leaving directory `/usr/src/linux.ac/drivers'
make: *** [_dir_drivers] Error 2

The strange thing is, linux/errno.h certainly seems to be there....

[root@harmony linux.ac]# ls -l include/linux/errno.h
-rw-r--r-- 1 1046 1046 305 Jun 12 1997 include/linux/errno.h

Any ideas?

Tris.

---
Tristan Greaves                        (Systems Integrator) 
Enterprise Solutions                 
ICL                                  Tel: +44 (0)1344 472512 
Lovelace Road                     Mobile: +44 (0)7970 194624 
Bracknell RG12 8SN                  Mail: Tristan.Greaves@icl.com
  

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/