source: general/genlib/libsigsegv.xml@ 952c2494

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 952c2494 was 952c2494, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to git-2.16.2.
Update to gdb-8.1.
Tags

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

  • Property mode set to 100644
File size: 4.4 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 libsigsegv-download-http "&gnu-http;/libsigsegv/libsigsegv-&libsigsegv-version;.tar.gz">
8 <!ENTITY libsigsegv-download-ftp "&gnu-ftp;/libsigsegv/libsigsegv-&libsigsegv-version;.tar.gz">
9 <!ENTITY libsigsegv-md5sum "58a6db48f79f5c735a9dce3a37c52779">
10 <!ENTITY libsigsegv-size "444 KB">
11 <!ENTITY libsigsegv-buildsize "3.5 MB (with checks)">
12 <!ENTITY libsigsegv-time "less than 0.1 SBU (with checks)">
13]>
14
15<sect1 id="libsigsegv" xreflabel="libsigsegv-&libsigsegv-version;">
16 <?dbhtml filename="libsigsegv.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libsigsegv-&libsigsegv-version;</title>
24
25 <indexterm zone="libsigsegv">
26 <primary sortas="a-libsigsegv">libsigsegv</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libsigsegv</title>
31
32 <para>
33 This is a library for handling page faults in user mode. A page fault
34 occurs when a program tries to access to a region of memory that is
35 currently not available. Catching and handling a page fault is a useful
36 technique for implementing pageable virtual memory, memory-mapped access
37 to persistent databases, generational garbage collectors, stack overflow
38 handlers, and distributed shared memory.
39 </para>
40
41 &lfs82_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&libsigsegv-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&libsigsegv-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &libsigsegv-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &libsigsegv-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &libsigsegv-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &libsigsegv-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <para condition="html" role="usernotes">
78 User Notes: <ulink url="&blfs-wiki;/libsigsegv"/>
79 </para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of libsigsegv</title>
85
86 <para>
87 Install <application>libsigsegv</application> by running the following commands:
88 </para>
89
90<screen><userinput>./configure --prefix=/usr \
91 --enable-shared \
92 --disable-static &amp;&amp;
93make</userinput></screen>
94
95 <para>To test the results, issue: <command>make check</command>.</para>
96
97 <para>
98 Now, as the <systemitem class="username">root</systemitem> user:
99 </para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <para>
109 <parameter>--enable-shared</parameter>: This switch ensures that shared
110 libraries are compiled.
111 </para>
112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
113 href="../../xincludes/static-libraries.xml"/>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Programs</segtitle>
122 <segtitle>Installed Library</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>
127 None
128 </seg>
129 <seg>
130 libsigsegv.so
131 </seg>
132 <seg>
133 None
134 </seg>
135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
143 <varlistentry id="libsigsegv-lib">
144 <term><filename class="libraryfile">libsigsegv.so</filename></term>
145 <listitem>
146 <para>
147 is a library for handling page faults in user mode.
148 </para>
149 <indexterm zone="libsigsegv libsigsegv-lib">
150 <primary sortas="c-libsigsegv">libsigsegv.so</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 </variablelist>
156
157 </sect2>
158
159</sect1>
Note: See TracBrowser for help on using the repository browser.