搜索资源列表
Makefile
- 使用静态库编译链接swap.c,同时使用动态库编译链接myadd.c。可运行程序生成在src/main目录下。 使用autoconf和automake工具为project工程自动生成Makefile,并测试。-use autoconf and automake tools to create a Makefile for project
static
- 简单实现静态链接库函数调用,进一步认识C语言的魅力-Simple implementation of the static link library function call, to further understand the charm of C language
Linux-DOC
- 动态链接的共享库是 GNU/Linux® 的一个重要方面。该种库允许可执行文件在运行时动态访问外部函数,从而(通过在需要时才会引入函数的方式)减少它们对内存的总体占用。本文研究了创建和使用静态库的过程,详细描述了开发它们的各种工具,并揭秘了这些库的工作方式。-Dynamically linked shared library is an important aspect of GNU/Linux ® . Of the library allows an executable file
libtest
- 通过4个源码,生成2个静态库和7个应用程序。比较输出结果,说明编译链接的问题-The four codes, generating two static library and seven applications. Comparator output, the compiler links
