Talloc provides a hierarchical, reference counted memory pool system with destructors. It is the core memory allocator used in Samba.
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): https://www.samba.org/ftp/talloc/talloc-2.1.14.tar.gz
Download MD5 sum: 7478da02e309316231a497a9f17a980d
Download size: 436 KB
Estimated disk space required: 8.0 MB (with tests)
Estimated build time: 0.3 SBU (with tests)
docbook-xml-4.5, docbook-xsl-1.79.2 and libxslt-1.1.32 (To generate man pages), Python-2.7.15 (To build Python-2 module), GDB-8.1.1, git-2.18.0, xfsprogs-4.17.0, libtirpc-1.0.3, and Valgrind-3.13.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/talloc
Install Talloc by running the following commands:
./configure --prefix=/usr && make
To check the results, issue make check.
Now, as the root
user:
make install
--extra-python=PYTHON
: This switch
enables building selected libraries for the specified additional
version of Python (example: --extra-python=/usr/bin/python3
).
Last updated on 2018-08-25 14:33:31 -0700