Re: pre-2.1.127-6 fails UP compile and in smbfs

Linus Torvalds (torvalds@transmeta.com)
Tue, 3 Nov 1998 21:53:29 -0800 (PST)


On Tue, 3 Nov 1998, Pete Clements wrote:
>
> gcc -D__KERNEL__ -I/hdb3/usr/src/linux-2.1.127/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -fno-omit-frame-pointer -c -o sched.o sched.c
> gcc: Internal compiler error: program cc1 got fatal signal 11

Gcc bug, what gcc version is this?

> make[3]: Entering directory `/hdb3/usr/src/linux-2.1.127/fs/smbfs'
> gcc -D__KERNEL__ -I/hdb3/usr/src/linux-2.1.127/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 -c -o proc.o proc.c
> proc.c: In function `smb_retry':
> proc.c:523: structure has no member named `timeout'

Ok, this is due to the timeout changes. I didn't like making that kind of
change this late, but on the other hand they _do_ fix the jiffies
wraparound and the interface is very clean.

I'll make sure it compiles in the next patch..

Linus

-
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/