Changeset 70acbca
- Timestamp:
- Aug 10, 2006, 10:19:30 AM (18 years ago)
- Children:
- b491727
- Parents:
- f7fb165
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/multilib/bzip2.xml
rf7fb165 r70acbca 38 38 <screen os="e"><userinput>make CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" libbz2.a</userinput></screen> 39 39 40 <para os="i">Install the libraries ,make41 some necessary symbolic links, and clean up:</para>40 <para os="i">Install the libraries and make 41 a necessary symbolic link:</para> 42 42 43 43 <screen os="j"><userinput>cp -v libbz2.a /usr/lib -
testsuite-tools/common/expect.xml
rf7fb165 r70acbca 26 26 <title>Installation of Expect</title> 27 27 28 <para os="s1">The following sed prevents searching for libraries in29 /tools/lib. It will now search in ${libdir}:</para>28 <para os="s1">The following sed tells <command>configure</command> to look 29 for libraries in ${libdir}, not just in /tools/lib:</para> 30 30 31 31 <screen os="s2"><userinput>sed -i '/EXP_LIB_SPEC=/s@${exec_prefix}/lib@${libdir}@' configure</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.