lib32-Check-0.15.2

Introduction to lib32-Check

The Check package was already installed in LFS, but the lib32 instructions are missing from MLFS which is needed for lib32-PulseAudio-17.0. If you are doing multilib, install this.

lib32 Installation of Check

Install lib32-Check by running the following commands:

CC="gcc -m32" CXX="g++ -m32"         \
./configure --prefix=/usr            \
            --libdir=/usr/lib32      \
            --host=i686-pc-linux-gnu \
            --disable-static &&

make

Now as the root user:

make DESTDIR=$PWD/DESTDIR install     &&
cp -Rv DESTDIR/usr/lib32/* /usr/lib32 &&
rm -rf DESTDIR                        &&
ldconfig

Command Explanations

[Note]

Note

Run ./configure --help for a full list of options.

Contents

Installed Programs: None
Installed Libraries: libcheck.so
Installed Directories: None

Short Descriptions

libcheck.so

contains functions that allow Check to be called from a test program