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.2 platform.
Download (HTTP): https://www.samba.org/ftp/talloc/talloc-2.1.11.tar.gz
Download MD5 sum: 452596f904ca2b10322bdaabf147a721
Download size: 436 KB
Estimated disk space required: 7.3 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), and Python-2.7.14 (To build Python-2 module)
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-02-25 15:41:39 -0800