source: kde/inst/objprelink.xml@ dd3f20f0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since dd3f20f0 was dd3f20f0, checked in by Larry Lawrence <larry@…>, 20 years ago

final chunked xsl fix

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2110 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.7 KB
Line 
1<sect1 id="objprelink" xreflabel="objprelink">
2<?dbhtml filename="objprelink.html"?>
3<title>objprelink</title>
4
5<sect2>
6<title>Introduction to objprelink</title>
7
8<screen>Download location: <ulink url="&objprelink-download;"/>
9Version used: &objprelink-version;
10Package size: &objprelink-size;
11Estimated Disk space required: &objprelink-buildsize;</screen>
12
13<para>The objprelink package contains the C code (only) for objprelink.
14This is useful for prelinking c++ files to produce more efficient dynamic
15links. This program is only applicable to Intel architecture computers.
16</para>
17
18<screen>objprelink depends on: binutils (libbfd.a and libiberty.a)
19</screen>
20
21</sect2>
22
23<sect2>
24<title>Installation of objprelink</title>
25
26<para><screen><userinput>
27gcc -O2 -o objprelink objprelink-1.c /usr/lib/libbfd.a /usr/lib/libiberty.a &amp;&amp;
28cp objprelink /usr/bin</userinput></screen></para>
29</sect2>
30
31<sect2>
32<title>Command explanations</title>
33
34<para><userinput>cp objprelink /usr</userinput> Since there is
35no makefile, we need to copy the executable manually.</para>
36</sect2>
37
38<sect2>
39<title>Configuring objprelink</title>
40
41<sect3><title>Configuration Information</title>
42
43<para>There is no configuration to do.</para>
44
45</sect3>
46
47</sect2>
48
49<sect2>
50<title>Contents</title>
51
52<para>The objprelink package contains <userinput>objprelink.c</userinput></para>
53
54</sect2>
55
56<sect2><title>Description</title>
57
58<sect3><title>objprelink</title>
59<para>The objprelink package contains a program for prelinking c++ files
60to produce more efficient dynamic links. This program is only applicable
61to Intel architecture computers.
62</para>
63</sect3>
64
65</sect2>
66
67</sect1>
68
Note: See TracBrowser for help on using the repository browser.