- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/glibc.xml
r4d9d90c rc2102b28 49 49 <para os="l3">This same script performs its tests by attempting to compile 50 50 test programs against certain libraries. However it does not specify the 51 path to <filename class="libraryfile">ld.so</filename>, and our toolchain 52 is still configured to use the one in 53 <filename class="directory">/tools</filename>. The following set of 54 commands will force the script to use the complete path of the new 55 <filename class="libraryfile">ld.so</filename> that was just installed:</para> 51 ld.so, and our toolchain is still configured to use the one in /tools. The 52 following set of commands will force the script to use the complete path 53 of the new ld.so that was just installed:</para> 56 54 57 55 <screen os="l4"><userinput>LINKER=$(readelf -l /tools/bin/bash | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p') … … 67 65 of achieving a clean build.</para> 68 66 69 <para os="s1">Apply the following <command>sed</command> so the 70 <command>tzselect</command> script works properly:</para> 67 <para os="s1">Apply the following sed so the <command>tzselect</command> script works properly:</para> 71 68 72 69 <screen os="s2"><userinput>sed -i 's/\\$$(pwd)/`pwd`/' timezone/Makefile</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.