v6.6 section 6.10, Re-adjusting the Toolchain

2010-03-16 Thread David Gay
Hello, I am having a problem getting thru section 6.10, Re-Adjusting the Toolchain. The 3rd block of instructions seems to hang on the cc dummy.c... command. I can ctrl-C, and it stops, but would like to know what may have caused it to not complete, or if it is ok to continue. From the

Re: v6.6 section 6.10, Re-adjusting the Toolchain

2010-03-16 Thread stosss
From the Book, the 3rd block of commands are: -- echo 'main(){}' dummy.c cc dummy.c -v -Wl,--verbose dummy.log readelf -l a.out | grep ': /lib' -- The only thing that I see that is different

RE: v6.6 section 6.10, Re-adjusting the Toolchain

2010-03-16 Thread David Gay
Date: Tue, 16 Mar 2010 02:37:52 -0400 Subject: Re: v6.6 section 6.10, Re-adjusting the Toolchain From: sto...@gmail.com To: lfs-support@linuxfromscratch.org From the Book, the 3rd block of commands