Contents
Installed Programs:
None
Installed Libraries:
libcheck.so
Installed Directories:
None
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.
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
Run ./configure --help for a full list of options.