source: x/installing/libpthread-stubs.xml@ bb7f58e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since bb7f58e was 90b8fc35, checked in by Krejzi <krejzi@…>, 12 years ago

Mark some packages as 7.2 checked. Part 13 - Xorg.

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

  • Property mode set to 100644
File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libpthread-stubs-download-http "http://xcb.freedesktop.org/dist/libpthread-stubs-&libpthread-stubs-version;.tar.bz2">
8 <!ENTITY libpthread-stubs-download-ftp " ">
9 <!ENTITY libpthread-stubs-md5sum "e8fa31b42e13f87e8f5a7a2b731db7ee">
10 <!ENTITY libpthread-stubs-size "204 KB">
11 <!ENTITY libpthread-stubs-buildsize "1.4 MB">
12 <!ENTITY libpthread-stubs-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libpthread-stubs" xreflabel="libpthread-stubs-&libpthread-stubs-version;">
16 <?dbhtml filename="libpthread-stubs.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libpthread-stubs-&libpthread-stubs-version;</title>
24
25 <indexterm zone="libpthread-stubs">
26 <primary sortas="a-libpthread-stubs">libpthread-stubs</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libpthread-stubs</title>
31
32 <para>The <application>libpthread-stubs</application> package provides
33 weak aliases for pthread functions not provided in libc or otherwise
34 available by default. This is useful for libraries that rely on pthread
35 stubs to use pthreads optionally. On Linux, all necessary pthread
36 functions are available, so this package is simply a placeholder.</para>
37
38 &lfs72_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&libpthread-stubs-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&libpthread-stubs-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &libpthread-stubs-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &libpthread-stubs-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &libpthread-stubs-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &libpthread-stubs-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <para condition="html" role="usernotes">User Notes:
63 <ulink url="&blfs-wiki;/libpthread-stubs"/></para>
64
65 </sect2>
66
67 <sect2 role="installation">
68 <title>Installation of libpthread-stubs</title>
69
70 <para>Install <application>libpthread-stubs</application> by running the
71 following commands:</para>
72
73<screen><userinput>./configure --prefix=/usr &amp;&amp;
74make</userinput></screen>
75
76 <para>This package does not come with a test suite.</para>
77
78 <para>Now, as the <systemitem class="username">root</systemitem>
79 user:</para>
80
81<screen role="root"><userinput>make install</userinput></screen>
82
83 </sect2>
84
85 <sect2 role="content">
86 <title>Contents</title>
87
88 <segmentedlist>
89 <segtitle>Installed Programs</segtitle>
90 <segtitle>Installed Libraries</segtitle>
91 <segtitle>Installed Directories</segtitle>
92
93 <seglistitem>
94 <seg>None</seg>
95 <seg>None</seg>
96 <seg>None</seg>
97 </seglistitem>
98 </segmentedlist>
99
100 </sect2>
101
102</sect1>
Note: See TracBrowser for help on using the repository browser.