When Networking Support-> Socket support is deselected from the config menu while running sudo ./build.sh/, the build errors out with the following undefined symbol as shown below: [...] ld86 -0 -M -s -o boot/setup boot/setup.o > boot/setup.map (cd ../.. ; ld86 -0 -i -t -M \ arch/i86/boot/crt0.o arch/i86/boot/crt1.o \ init/main.o kernel/kernel.a fs/fs.a lib/lib.a net/net.a fs/minix/minixfs.a arch/i86/kernel/akernel.a arch/i86/lib/lib86.a arch/i86/mm/mm.a arch/i86/drivers/char/chr_drv.a arch/i86/drivers/block/blk_drv.a arch/i86/drivers/net/net_drv.a \ -o arch/i86/boot/system > arch/i86/boot/system.tmp ; \ sort -k4 arch/i86/boot/system.tmp > arch/i86/boot/system.map ; \ rm -f arch/i86/boot/system.tmp ) undefined symbol: _sock_inode_operations tools/build boot/bootsect boot/setup boot/system > boot/Image Root device is (3, -128) Boot sector 512 bytes. Setup is 1660 bytes. Unable to open 'system' make[2]: *** [Image] Error 1 make[2]: Leaving directory `/home/djohanse/elk2/elks/elks/arch/i86' make[1]: *** [Image] Error 2 make[1]: Leaving directory `/home/djohanse/elk2/elks/elks' make: *** [elks] Error 2 Build script has terminated with error 4 djohanse@djohanse-VirtualBox:~/elk2/elks$ i -- To unsubscribe from this list: send the line "unsubscribe linux-8086" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html