[ 源代码: libdevel-checklib-perl ]
软件包:libdevel-checklib-perl(1.16-1)
libdevel-checklib-perl 的相关链接
Debian 的资源:
下载源码包 libdevel-checklib-perl:
- [libdevel-checklib-perl_1.16-1.dsc]
- [libdevel-checklib-perl_1.16.orig.tar.gz]
- [libdevel-checklib-perl_1.16-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module for checking the availability of a library
Devel::CheckLib is a perl module that checks whether a particular C library and its headers are available.
It works by trying to compile some code and linking it to the specified libraries. If something pops out the end which looks executable, it gets executed. That tiny program is built once for each specified library, and (without linking) once for each header file.
It is also possible to check for the presence of particular functions in a library, or even that those functions return particular results.