UmVirt LFS Package info
DB commit: d35a620850806ab581b32cb34d268a904c9c0a5f
APP commit:
gc
The GC package contains the Boehm-Demers-Weiser conservative garbage collector, which can be used as a garbage collecting replacement for the C malloc function or C++ new operator. It allows you to allocate memory basically as you normally would, without explicitly deallocating memory that is no longer useful. The collector automatically recycles memory when it determines that it can no longer be otherwise accessed. The collector is also used by a number of programming language implementations that either use C as intermediate code, want to facilitate easier interoperation with C libraries, or just prefer the simple collector interface. Alternatively, the garbage collector may be used as a leak detector for C or C++ programs, though that is not its primary goal. Package info
Codename: gc
Source file: gc-7.6.4.tar.gz
Source directory: gc-7.6.4
Package URL: https://ulfs.org/linux/downloads/package_files/0.1/packages/g/gc-7.6.4.tar.gz
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/0.1/packages/g/gc-7.6.4.tar.gz.md5sum
Dependances: libatomic_ops.
Dependance of: inkscape.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr \
--enable-cplusplus \
--disable-static \
--docdir=/usr/share/doc/gc-7.6.4
Build script:
make
Install script:
make install &&
install -v -m644 doc/gc.man /usr/share/man/man3/gc_malloc.3
Apache/2.4.62 (Debian) Server at ulfs.org Port 443