okay it still makes the same error I'm gonna try and write down the last 30 lines ^^
gcc -I../../gcc-4.0.3/libcpp/../include -I../../gcc-4.0.3/libcpp/../include -I../..gcc-4.0.3/libcpp/include -g -02 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -World-style-definition -pedantic -Wno-long-long -I../../gcc-4.0.3/libcpp -I. -I../../gcc-4.0.3/libcpp/../include -I../../gcc-4.0.3/lipcpp/include -c ../../gcc-4.0.3/libcpp/pch.c gcc -I../../gcc-4.0.3/libcpp/../include -I../../gcc-4.0.3/libcpp/../include -I../..gcc-4.0.3/libcpp/include -g -02 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -World-style-definition -pedantic -Wno-long-long -I../../gcc-4.0.3/libcpp -I. -I../../gcc-4.0.3/libcpp/../include -I../../gcc-4.0.3/lipcpp/include -c ../../gcc-4.0.3/libcpp/symtab.c gcc -I../../gcc-4.0.3/libcpp/../include -I../../gcc-4.0.3/libcpp/../include -I../..gcc-4.0.3/libcpp/include -g -02 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -World-style-definition -pedantic -Wno-long-long -I../../gcc-4.0.3/libcpp -I. -I../../gcc-4.0.3/libcpp/../include -I../../gcc-4.0.3/lipcpp/include -c ../../gcc-4.0.3/libcpp/traditional.c rm -f libcpp.a ar cru libcpp.a charset.o directives.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o ranlib libcpp.a gcc -I../../gcc-4.0.3/libcpp/../include -I../../gcc-4.0.3/libcpp/../include -I../..gcc-4.0.3/libcpp/include -g -02 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -World-style-definition -pedantic -Wno-long-long -I../../gcc-4.0.3/libcpp -I. -I../../gcc-4.0.3/libcpp/../include -I../../gcc-4.0.3/lipcpp/include -c ../../gcc-4.0.3/libcpp/makedepend.c gcc -g -02 -o makedepend \ makedepend.o libcpp.a ../libiberty/libiberty.a \ make[1]: Leaving directory `/mnt/hda1/tools/gcc-Build2/libcpp´ make[1]: Entering directory `/mnt/hda1/tools/gcc-Build2/gcc´ make[1]: *** No rule to make target `all´. Stop make[1]: Leaving directory `/mnt/hda1/tools/gcc-Build2/gcc make: ** [all-gcc] Error 2 I try to follow the book completly but it's all about read and understand and I think I have missunderstood somthing just don't see what hopes this helps took quite some time to write down and I have tried to make it totally alike maybee some spaces here and there aren't exact the same but I don't know if that is the font or if I need to put an extra space -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
