> That error is normal, and can occur with some newer kernel versions. It > should not break the build though. Note that RedHat 7.1 ships with an > unstable development compiler unsuitable for building modules. You > should add "CC=kgcc" as the first line of "Makefile". I could get very very bored of this myth. Even Linus appears to build his 2.4.x kernels with gcc 2.96-8x. If you build a module with egcs it will not run with a gcc 2.95 or gcc 2.96 built kernel. Furthermore you shouldnt use egcs-1.1.2 (aka kgcc) for 2.4.x < 2.4.5 because they lack the strstr changes and egcs will miscompile certain obscure things like the depca driver. Alan