On Sun, 20 Mar 2016 11:29:21 -0400
Glenn Becker <[email protected]> wrote:

> root:/sources/bzip2-1.0.6# gcc -dumpspecs | grep tools
> 
> I get
> 
> %{!static:--eh-frame-hdr} %{!mandroid|tno-android-ld:%{m16|m32|mx32:;:-m
> elf_x86_64}                    %{m16|m32:-m elf_i386}
> %{mx32:-m elf32_x86_64}   %{shared:-shared}   %{!shared:
> %{!static:       %{rdynamic:-export-dynamic}
> %{m16|m32:-dynamic-linker %{muclibc:*/tools*
> /lib/ld-uClibc.so.0;:%{mbionic:/system/bin/linker;:*/tools/*lib/ld-linux.so.2}}}
> ... *more instances of '/tools'*
> 
> '/tools' still shows up in the specs.

Hello Glenn,

Make sure you are using the right gcc. What is the output of:
dirname `gcc --print-libgcc-file-name`

Hopefully you are executing gcc from /usr/bin and not /tools/bin. If 
/usr/bin/gcc is missing then that would be a big problem and
installing GCC from early in chapter 6 would be the step missing. It may be a 
PATH issue if/usr/bin/gcc exists but /tools/bin/gcc is being used instead. *'s 
around /tools/ doesn't seem right, either. Something went bad during an edit.

Sincerely,

William Harrington
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to