DJ Lucas wrote: > Stealth wrote: > >> The book says to run this >> >> grep -o '/usr/lib.*/crt[1in].*succeeded' dummy.log >> >> and get this >> >> /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../crt1.o succeeded >> /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../crti.o succeeded >> /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../crtn.o succeeded >> >> but I got this >> >> /usr/lib/crt1.o succeeded >> /usr/lib/crti.o succeeded >> /usr/lib/crtn.o succeeded >> >> I followed the book exactly, so where did I make a mistake, or is >> this ok? >> >> Could this be a result of what I asked about in my other post that >> no one answered? >> > > Nobody had a definitive answer for your other post. I haven't seen the > extra errors. As far as the /usr/lib/crt?.o above...it is actually the > correct explicit path, but I've ever only seen it relative to > /usr/lib/gcc/<machine>/<version>/. What changes, if any, have you made > in your build? Also, what is the host system? Maybe that'll give > somebody's memory a little jog. > > -- DJ Lucas > > I assume you've searched the archives so this probably isn't it. But I believe I had the same problem and had forgotten "+h" when entering the chroot environment.
http://www.mailinglistarchive.com/[email protected]/msg26471.html -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
