[lfs] branch trunk updated: Reword --with-lib-path explanation.
git Owner ([email protected] via lfs-book Mailing List) <[email protected]> Sat, 01 Aug 2026 17:37:59 +0000
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <178560587984.3739721.18160023465900472998@rivendell.linuxfromscratch.org> |
This is a multi-part message in MIME format...
------------=_1785605883-1024790-7158
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository lfs.
The following commit(s) were added to refs/heads/trunk by this push:
new 60fcba5ef Reword --with-lib-path explanation.
60fcba5ef is described below
commit 60fcba5efa8e9c3b2705e5bc376bfc563b0001e3
Author: Bruce Dubbs <[email protected]>
AuthorDate: Sat Aug 1 12:37:53 2026 -0500
Reword --with-lib-path explanation.
---
chapter08/binutils.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml
index ae2993657..ce28c1e1c 100644
--- a/chapter08/binutils.xml
+++ b/chapter08/binutils.xml
@@ -91,15 +91,15 @@ cd build</userinput></screen>
<term><parameter>--with-lib-path=/usr/lib</parameter></term>
<listitem>
<para>Specify the path for the linker (<command>ld</command>)
- to search. By default it searches several directories nonexist
+ to search. By default it searches several directories that do not exist
on LFS besides <filename class='directory'>/usr/lib</filename>,
especially the <filename class='directory'>/usr/lib64</filename>
- directory that we deliberately avoid. In case
- <filename class='directory'>/usr/lib64</filename> was mistakenly
+ directory that we deliberately avoid. In the case where
+ <filename class='directory'>/usr/lib64</filename> has been mistakenly
created and populated with some libraries, making
<command>ld</command> not search the path can highlight the issue
- earlier with a failure finding those libraries when building a
- package using them (instead of when running that package).</para>
+ earlier with a failure to find those libraries at build time
+ instead of run time.</para>
</listitem>
</varlistentry>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
------------=_1785605883-1024790-7158
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page
------------=_1785605883-1024790-7158--