On 5/29/07, jordan krohn <[EMAIL PROTECTED]> wrote: > > ok i got that problem fixed. i was just confused because the code was out of > order. but now i am have compile errors. > > make[1]: *** No rule to make target `../include/ansidecl.h', needed by > `regex.o'. Stop. > make[1]: Leaving directory > `/LFS/gcc/gcc-4.0.3/build-i686-pc-linux-gnu/libiberty' > make: *** [all-build-libiberty] Error 2 > > what should i do?
You're still not quite following the directions correctly. Remove the gcc-4.0.3 directory and start from scratch. The instructions expect that you have unpacked the tarball and then moved into the source directory. From there, the instructions tell you to run a few commands to fix up the sources. Then mkdir ../gcc-build; cd ../gcc-build. If it's gone correctly, in your case you would have /LFS/gcc/gcc-4.0.3 and /LFS/gcc/gcc-build and you'd be running the configure and make commands from the gcc-build directory. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
