� ���, 25.05.2002, � 01:32, Tim Lee �������: > I might be a little rusty with my C programming, but I seem to remember that > you can't have a function within a function as in the file > /usr/src/linux-2.4.18-16mdk/arch/i386/kernel/setup.c at line 1049, the > "#ifdef CONFIG_X86_USE_3DNOW" block. I'm assuming that this problem only > occurs when the processor type is set to an AMD processor (i.e. > Athlon/K7,etc.). I think moving that block out of the setup_arch function > should fix the problem. >
What problem? You cannot compile kernel or what? What errors you get then? Irrespectively, language that GCC implements is not C. It is GNU C. -andrej > (using kernel-source-2.4.18-16mdk.i586.rpm, compiling with gcc 3.1) > > Thank you, > Tim > > _________________________________________________________________ > MSN Photos is the easiest way to share and print your photos: > http://photos.msn.com/support/worldwide.aspx >
