mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
26268740f8
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6872 af4574ff-66df-0310-9fd7-8a98e5e911e0
101 lines
3.3 KiB
XML
101 lines
3.3 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libpthread-stubs-download-http "http://xcb.freedesktop.org/dist/libpthread-stubs-&libpthread-stubs-version;.tar.bz2">
|
|
<!ENTITY libpthread-stubs-download-ftp "ftp://ftp.x.org/pub/individual/lib/libpthread-stubs-&libpthread-stubs-version;.tar.bz2">
|
|
<!ENTITY libpthread-stubs-md5sum "774eabaf33440d534efe108ef9130a7d">
|
|
<!ENTITY libpthread-stubs-size "190 KB">
|
|
<!ENTITY libpthread-stubs-buildsize "1.6 MB">
|
|
<!ENTITY libpthread-stubs-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="libpthread-stubs" xreflabel="libpthread-stubs-&libpthread-stubs-version;">
|
|
<?dbhtml filename="libpthread-stubs.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>libpthread-stubs-&libpthread-stubs-version;</title>
|
|
|
|
<indexterm zone="libpthread-stubs">
|
|
<primary sortas="a-libpthread-stubs">libpthread-stubs</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libpthread-stubs</title>
|
|
|
|
<para>The <application>libpthread-stubs</application> package provides
|
|
weak aliases for pthread functions not provided in libc or otherwise
|
|
available by default. This is useful for libraries that rely on pthread
|
|
stubs to use pthreads optionally. On Linux, all necessary pthread
|
|
functions are available, so this package is simply a placeholder.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&libpthread-stubs-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&libpthread-stubs-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &libpthread-stubs-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &libpthread-stubs-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &libpthread-stubs-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &libpthread-stubs-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/libpthread-stubs"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of libpthread-stubs</title>
|
|
|
|
<para>Install <application>libpthread-stubs</application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem>
|
|
user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>None</seg>
|
|
<seg>None</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|