[Prev][Next][Index][Thread]
repost: compilation errors
Hi,
I posted the same question to the group a while ago, but got no hints as to the
cause of the problem. Meanwhile I have done some minor upgrades, re-read all
the docs I could lay my hands on etc., but it persists...
Here it is again - maybe someone will have a new idea.
I'm unable to compile recent kernels. 1.3.50 compiles fine, but 1.3.68 / 71 /
80 / 90 / 97 all report the same error:
_______________________________________________________________________________
gcc -D__KERNEL__ -I/usr/src/linux-1.3.97/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strength-reduce -pipe -m486 -DCPU=486 -c -o
tty_ioctl.o tty_ioctl.c
gcc -D__KERNEL__ -I/usr/src/linux-1.3.97/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strength-reduce -pipe -m486 -DCPU=486 -c -o pty.o
pty.c
pty.c: In function `pty_open':
pty.c:184: warning: unused variable `wait'
gcc -D__KERNEL__ -I/usr/src/linux-1.3.97/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strength-reduce -pipe -m486 -DCPU=486 -c -o vt.o
vt.c
gcc: Internal compiler error: program cc1 got fatal signal 11
make[3]: *** [vt.o] Error 1
make[3]: Leaving directory `/usr/src/linux-1.3.97/drivers/char'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-1.3.97/drivers/char'
make[1]: *** [sub_dirs] Error 2
make[1]: Leaving directory `/usr/src/linux-1.3.97/drivers'
make: *** [linuxsubdirs] Error 2
_______________________________________________________________________________
The system is fully ELF, and I use the latest RedHat packages:
gcc 2.7.2
ld.so 1.7.14
make 3.74
libc 5.2.18
libg++ 2.7.1.3
I didn't upgrade libc and libg++, since I heard the newer versions are quite
unstable.
I did however install procps-0.99a (binaries) and modules 1.3.69-f5.
Many thanks in advance for any hint or suggestion.
Tuvik
--
_______________________________________________________________________________
Tuvik Beker
E-mail: becket@shum.huji.ac.il Tel: 972-3-5711685 Fax: 972-3-7322106
_______________________________________________________________________________
The Microsoft Network is prohibited from redistributing this work in any form,
in whole or in part, without a license. Such a license is available to
Microsoft for $500/msg. Redistribution without permission constitutes an
agreement to the above terms. If a violation is noted, notify
postmaster@microsoft.com and becket@shum.huji.ac.il. (c) 1995 Ryan Tucker.
_______________________________________________________________________________
Follow-Ups: