SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

libgc1 rpm build for : CentOS Other. For other distributions click libgc1.

Name : libgc1
Version : 7.6.8 Vendor : obs://build_opensuse_org/home:aevseev
Release : 2.10.el6 Date : 2019-01-17 07:12:59
Group : Development/Languages/C and C++ Source RPM : libgc1-7.6.8-2.10.el6.src.rpm
Size : 0.23 MB
Packager : (none)
Summary : A garbage collector for C
Description :
The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage
collecting replacement for C malloc or C++ new. 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.

Empirically, this collector works with most unmodified C programs, simply by
replacing malloc with GC_malloc calls, replacing realloc with GC_realloc calls,
and removing free calls.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/aevseev:/devel/CentOS6/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
bdw-gc
bdwgc
boehm-gc
boehmgc
libgc.so.1()(64bit)
libgc1
libgc1(x86-64)

Requires :
libc.so.6()(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libpthread.so.0(GLIBC_2.2.5)(64bit)
libpthread.so.0()(64bit)
libc.so.6(GLIBC_2.3.2)(64bit)
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
ld-linux-x86-64.so.2()(64bit)
libgc.so.1()(64bit)
rpmlib(VersionedDependencies) <= 3.0.3-1
libpthread.so.0(GLIBC_2.3.2)(64bit)
libc.so.6(GLIBC_2.3)(64bit)
ld-linux-x86-64.so.2(GLIBC_2.2.5)(64bit)
rpmlib(PayloadIsXz) <= 5.2-1
libc.so.6(GLIBC_2.11)(64bit)
libdl.so.2(GLIBC_2.2.5)(64bit)
ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)
libpthread.so.0(GLIBC_2.3.3)(64bit)
/sbin/ldconfig
libdl.so.2()(64bit)


Content of RPM :
/usr/lib64/libgc.so.1
/usr/lib64/libgc.so.1.3.4
/usr/share/doc/libgc1-7.6.8
/usr/share/doc/libgc1-7.6.8/README.md

 
ICM