Changeset e0e40d3 for BOOK/final-system/common/libtool.xml
- Timestamp:
- Feb 21, 2006, 1:23:04 AM (20 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 69caf2f
- Parents:
- 82fedc4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/libtool.xml
r82fedc4 re0e40d3 38 38 <para os="a">Prepare Libtool for compilation:</para> 39 39 40 <screen ><userinput>./configure --prefix=/usr</userinput></screen>40 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> 41 41 42 <para os=" b">Compile the package:</para>42 <para os="c">Compile the package:</para> 43 43 44 <screen os=" c"><userinput>make</userinput></screen>44 <screen os="d"><userinput>make</userinput></screen> 45 45 46 <para os=" d">To test the results, issue:46 <para os="e">To test the results, issue: 47 47 <userinput>make check</userinput>.</para> 48 48 49 <para os=" e">Install the package:</para>49 <para os="f">Install the package:</para> 50 50 51 <screen os=" f"><userinput>make install</userinput></screen>51 <screen os="g"><userinput>make install</userinput></screen> 52 52 53 <para os=" g">Correct the ownership of the <filename53 <para os="h">Correct the ownership of the <filename 54 54 class="libraryfile">libltdl</filename> data files:</para> 55 55 56 <screen os=" h"><userinput>chown -R root:root /usr/share/libtool/libltdl</userinput></screen>56 <screen os="i"><userinput>chown -R root:root /usr/share/libtool/libltdl</userinput></screen> 57 57 58 58 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.