glfs/kde/inst/objprelink.xml
Mark Hymers f45b195302 Initial revision
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-07-07 20:28:42 +00:00

69 lines
1.7 KiB
XML

<sect1 id="objprelink" xreflabel="objprelink">
<?dbhtml filename="objprelink.html" dir="kde"?>
<title>objprelink</title>
<sect2>
<title>Introduction to objprelink</title>
<screen>Download location: <ulink url="&objprelink-download;"/>
Version used: &objprelink-version;
Package size: &objprelink-size;
Estimated Disk space required: &objprelink-buildsize;</screen>
<para>The objprelink package contains the C code (only) for objprelink.
This is useful for prelinking c++ files to produce more efficient dynamic
links. This program is only applicable to Intel architecture computers.
</para>
<screen>objprelink depends on: binutils (libbfd.a and libiberty.a)
</screen>
</sect2>
<sect2>
<title>Installation of objprelink</title>
<para><screen><userinput>
gcc -O2 -o objprelink objprelink-1.c /usr/lib/libbfd.a /usr/lib/libiberty.a &amp;&amp;
cp objprelink /usr/bin</userinput></screen></para>
</sect2>
<sect2>
<title>Command explanations</title>
<para><userinput>cp objprelink /usr</userinput> Since there is
no makefile, we need to copy the executable manually.</para>
</sect2>
<sect2>
<title>Configuring objprelink</title>
<sect3><title>Configuration Information</title>
<para>There is no configuration to do.</para>
</sect3>
</sect2>
<sect2>
<title>Contents</title>
<para>The objprelink package contains <userinput>objprelink.c</userinput></para>
</sect2>
<sect2><title>Description</title>
<sect3><title>objprelink</title>
<para>The objprelink package contains a program for prelinking c++ files
to produce more efficient dynamic links. This program is only applicable
to Intel architecture computers.
</para>
</sect3>
</sect2>
</sect1>