gc: The Boehm-Demers-Weiser conservative garbage collector¶
Description¶
The Boehm-Demers-Weiser conservative garbage collector.
License¶
Permissive BSD + GPL 2.0+
Upstream Contact¶
Webpage: http://www.hboehm.info/gc/
Email List: bdwgc@lists.opendylan.org
Dependencies¶
None.
Special Update/Build Instructions¶
None.
Patches¶
cygwin64.patch: let libgc build on Cygwin64.
Type¶
standard
Version Information¶
package-version.txt:
8.0.4
Equivalent System Packages¶
arch:
$ sudo pacman -S gc
conda:
$ conda install gc
cygwin:
$ apt-cyg install gc
Debian/Ubuntu:
$ sudo apt-get install gc
Fedora/Redhat/CentOS:
$ sudo yum install gc
freebsd:
$ sudo pkg install gc
gentoo:
$ sudo emerge gc
homebrew:
$ brew install gc
macports: install the following packages: gc opensuse:
$ sudo zypper install gc
slackware:
$ sudo slackpkg install gc
See https://repology.org/project/gc/versions
If the system package is installed, ./configure will check whether it can be used.