The libsigc++ package implements a typesafe callback system for standard C++.
This package is known to build and work properly using an LFS-9.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libsigc++/2.10/libsigc++-2.10.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libsigc++/2.10/libsigc++-2.10.2.tar.xz
Download MD5 sum: 1b067bfae0b502e6a5127336cb09d2dd
Download size: 3.8 MB
Estimated disk space required: 65 MB (with tests)
Estimated build time: 0.2 SBU (with tests)
Doxygen-1.8.16 and libxslt-1.1.33 (for documentation)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libsigc++
First, fix the documentation directory name:
sed -e '/^libdocdir =/ s/$(book_name)/libsigc++-2.10.2/' -i docs/Makefile.in
Install libsigc++ by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root
user:
make install
Last updated on 2019-08-17 15:49:15 -0700