So i fixed the problem simply by removing the inet.h include, after i saw an similar patch for the 2.6.14 tree.
But now i have another problem. I am still in the make ARCH=um process. GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 KSYM .tmp_kallsyms1.S /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libc.a: could not read symbols: Bad value collect2: ld returned 1 exit status nm: '.tmp_vmlinux1': No such file No valid symbol. make: *** [.tmp_kallsyms1.S] Error 1 Is something wrong with my static libc? I tried to compile a dummy program statically with success (it contained a call to printf). gcc -o dummy dummy.c --static Bernhard -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
