On Fri, 2006-08-18 at 15:37 -0700, Dan Nicholson wrote:
> On 8/18/06, Scott Castaline <[EMAIL PROTECTED]> wrote:
> >
> > configure:2634: gcc --version </dev/null >&5
> > ../glibc-2.3.6/configure: line 2635: /tools/bin/gcc: No such file or
> > directory
> > configure:2637: $? = 127
> 
> So, does /tools/bin/gcc exist? If so, what happens when you run
> `/tools/bin/gcc --version'?
> 
> I suspect that the gcc in tools is using the wrong dynamic linker.
> This would go back the the Toolchain Adjustment in Ch. 5. Run this
> command.
> 
> $ readelf -l /tools/bin/gcc | grep interpreter
> 
> If the output says /lib/ld-linux.so.2, then you're in trouble because
> that dynamic linker doesn't exist yet inside the chroot. It should be
> /tools/ld-linux.so.2. What do you get?
> 
> --
> Dan

It does indicate /lib/ld-linux.so.2...

Is there a quick fix that I can do or do I need to start all over again.
I do remember having trouble with making the symbolic link, but
eventually I thought I got it to work.

-- 
Scott Castaline aka Bad2theBone

Hey! I was born crazy, what's your excuse?
-- 
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