﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
2193	confusion between l (el) and 1 (one)	John Paul	lfs-book@…	"
In 6.9.1 (Installation of Glibc) the following instructions appear:


{{{
When running make install, a script called test- installation. pl performs a 
small sanity test on our newly installed Glibc. However, because our toolchain
 still points to the / tools directory, the sanity test would be carried out
 against the wrong Glibc. We can force the script to check the Glibc we have
 just installed with the following:



sed -i \
's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux.so.2 -o|' \
scripts/test-installation.pl
}}}

When I first ran that command I misinterpreted -Wl as -W1 (using 1(one) instead of l (el)). With this typographical error, Glibc will configure, compile, and pass the ""make -k check"" tests. It will fail during ""make install"" with an unrecognized command output from CC. I suggest a note specifying -Wl as l (el).
"	task	closed	normal		Book	6.3	minor	invalid		
