Hello,

I am following Linux From Scratch - Version 7.8 stable step by step. I have
two questions.

1. lfs does not install isl library for gcc. How does it affect the gcc
compiling?


2. checked ld --verbose output after 6.13 is done.

SEARCH_DIR("/usr/x86_64-unknown-linux-gnu/lib64");
SEARCH_DIR("/usr/local/lib64"); SEARCH_DIR("/lib64");
SEARCH_DIR("/usr/lib64"); SEARCH_DIR("/usr/x86_64-unknown-linux-gnu/lib");
SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEARCH_DIR("/usr/lib");

It searches /usr/x86_64-unknown-linux-gnu/lib and
/usr/x86_64-unknown-linux-gnu/lib64 directories which do not exist.

Is it necessary to remove SEARCH_DIR("/usr/x86_64-unknown-linux-gnu/lib")
and SEARCH_DIR("/usr/lib") ? What do I need to do, if I want to remove
them?


Regards,
Siyuan
---
-- 
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