MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« CheckPolicy HOME GNU LibGPG-Error 32-bit »

GNU LibGPG-Error 64-bit

Name: GNU LibGPG-Error 64-bit
Summary: A library that defines the various error states for GnuPG
License: GPL v2.0 or later/LGPL v2.1 or later
Version: 1.56
URL: https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.56.tar.bz2

Average Build Time: 0.3 SBU
Used Install Space: 1.9 MiB

Configuration

To configure GNU LibGPG-Error 64-bit for install into the build root, run the following command:

./configure --prefix=/usr                               \
            --libdir=/usr/lib64                         \
            --libexecdir=/usr/lib64                     \
            --docdir=/usr/share/doc/libgpg-error-1.56   \
            --enable-install-gpg-error-config           \
            --disable-static

Compilation and Installation

To compile GNU LibGPG-Error 64-bit, run the following command:

make

Next, run the test suite:

make check

Finally, to install GNU LibGPG-Error 64-bit into the build tree, run the following commands:

make install
rm -fv /usr/lib64/libgpg-error.la

NOTE: Do not delete the unpacked sources after build.

Contents

Contents  
Installed Programs gpg-error, gpg-error-config, gpgrt-config, and yat2m
Installed Libraries libgpg-error.so
Navigation    
« CheckPolicy HOME GNU LibGPG-Error 32-bit »