On Tue, Jul 03, 2018 at 06:07:32PM -0400, Baho Utot wrote:
> > 
> Completely missing what you are saying.  I am using the the LFS-8.2 handbook
> downloaded from the linuxfromscratch.org.  I am following the book using the
> versions AS OUTLINED in the handbook. Chapter 6.12 gives the version as
> file-5.52 and I have no idea as to why you think I am using anything else.  
> I have built the tool chain ( chapter 5) and then I am at this point in the
> build AGAIN following the LFS-8.2 handbook.
> 

I was asking you to try different versions of file to try to
determine if something in that version of file was doing something
odd (seems unlikely, but 8.2 was released months ago and I don't
recall anybody else with a similar program).
> Anyway here is what I found:
> 
> I reran the the test from Chapter 6.10 and it gave this result
> 
> [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]
> 
> /lib64 is empty at this point in the build, so I proceeded with the
> following
> 
> cd /lib64
> cp /lib/ld-2.27.so .
> ln -sf ld-2.27.so ld-linux-x86-64.so.2
> 
> Now /lib64 has the "ld files"
> the configure in chapter 6.12. File-5.32
> /configure --prefix=/usr
> will now complete.
> 
> My question now is what should be in /lib64 at this point?
> 
The symlinks you should have installed in the third instruction on
the glibc page (in the case statement which also sets up GCC_INCDIR).

Apart from the changed gcc version, I don't think that has changed
since 8.1.

ĸen
-- 
              Keyboard not found, Press F1 to continue
-- 
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