On Tuesday 23 December 2008 07:21:08 pm 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.

There were several useless mentions of the cond20 and cond21 in some 
very old posts about LFS 6.1.1 and some other build questions about 
glibc under totally different conditions nothing to do with LFS. 
Everything I found had nothing that I could use to answer my 
question.

> 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 am using the LFS 6.3 LiveCD on a setup that has no OS. I have 
followed the book to the letter or so I thought. I am attempting to 
do the build as dictated by the book. My build is completely 
dependent on the LiveCD and no other OS. AFAIK everything was fine 
until I did the gcc build in chpt 6.

I started out with a clean blank unformatted disk. Used cfdisk to 
set it up. I partitioned the disk into five partitions for 
root=$LFS=/mnt/lfs, swap, usr=$LFS/usr, var=$LFS/var and 
home=$LFS/home.

At this point I will just start over and watch everything I do a lot 
closer this time (like I thought I did before). I think I will 
start X and run the browser from the CD so I can copy/paste the 
long complicated user input instead of typing while reading from 
another screen on another computer.

I'll start again tomorrow and work on it over this long weekend.

-- 
Stealth
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to