- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/x86_64-64/eglibc.xml
r22cd957 r00a58649 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 49 href="../common/eglibc.xml" 50 xpointer="xpointer(//*[@os='s1'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 href="../common/eglibc.xml" 54 xpointer="xpointer(//*[@os='s2'])"/> 55 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 57 href="../common/eglibc.xml" 50 58 xpointer="xpointer(//*[@os='e'])"/> 51 59 … … 54 62 xpointer="xpointer(//*[@os='f'])"/> 55 63 56 <para os="l 1">Tell EGLIBC to install its libraries into64 <para os="l5">Tell EGLIBC to install its libraries into 57 65 <filename class="directory">/lib</filename>:</para> 58 66 59 <screen os="l 2"><userinput>echo "slibdir=/lib" >> configparms</userinput></screen>67 <screen os="l6"><userinput>echo "slibdir=/lib" >> configparms</userinput></screen> 60 68 61 69 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 63 71 xpointer="xpointer(//*[@os='g'])"/> 64 72 65 <screen os="h"><userinput>CFLAGS="- mtune=generic -g -O2" \73 <screen os="h"><userinput>CFLAGS="-O2" \ 66 74 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 67 --disable-profile --enable-add-ons --enable-kernel=2.6.0 \ 68 --libexecdir=/usr/lib/eglibc --libdir=/usr/lib</userinput></screen> 75 --disable-profile --enable-kernel=2.6.32 \ 76 --libexecdir=/usr/lib/eglibc --libdir=/usr/lib \ 77 --enable-obsolete-rpc</userinput></screen> 69 78 70 79 <variablelist os="i"> … … 74 83 <term><parameter>--libexecdir=/usr/lib/eglibc</parameter></term> 75 84 <listitem> 76 <para>This changes the location of the <command> pt_chown</command>77 programfrom its default of <filename85 <para>This changes the location of the <command>getconf</command> 86 utility from its default of <filename 78 87 class="directory">/usr/libexec</filename> to <filename 79 88 class="directory">/usr/lib/eglibc</filename>.</para> … … 147 156 148 157 <screen><userinput>rm -v /usr/bin/ldd.bak</userinput></screen> 158 159 <para os="u">The stubs.h header installed by EGLIBC looks for stubs-32.h 160 and stubs-64.h. This configuration of EGLIBC only generates stubs-64.h. Fix 161 this with the following:</para> 162 163 <screen os="v"><userinput>mv -v /usr/include/gnu/stubs{-64,}.h</userinput></screen> 149 164 150 165 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.