博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
link 参数
阅读量:5096 次
发布时间:2019-06-13

本文共 1746 字,大约阅读时间需要 5 分钟。

-all-static       do not do any dynamic linking at all  -avoid-version    do not add a version suffix if possible  -dlopen FILE      \`-dlpreopen' FILE if it cannot be dlopened at runtime  -dlpreopen FILE   link in FILE and add its symbols to lt_preloaded_symbols  -export-dynamic   allow symbols from OUTPUT-FILE to be resolved with dlsym(3)  -export-symbols SYMFILE		    try to export only the symbols listed in SYMFILE  -export-symbols-regex REGEX		    try to export only the symbols matching REGEX  -LLIBDIR          search LIBDIR for required installed libraries  -lNAME            OUTPUT-FILE requires the installed library libNAME  -module           build a library that can dlopened  -no-fast-install  disable the fast-install mode  -no-install       link a not-installable executable  -no-undefined     declare that a library does not refer to external symbols  -o OUTPUT-FILE    create OUTPUT-FILE from the specified objects  -objectlist FILE  Use a list of object files found in FILE to specify objects  -precious-files-regex REGEX                    don't remove output files matching REGEX  -release RELEASE  specify package release information  -rpath LIBDIR     the created library will eventually be installed in LIBDIR  -R[ ]LIBDIR       add LIBDIR to the runtime path of programs and libraries  -shared           only do dynamic linking of libtool libraries  -shrext SUFFIX    override the standard shared library file extension  -static           do not do any dynamic linking of libtool libraries  -version-info CURRENT[:REVISION[:AGE]]		    specify library version info [each variable defaults to 0]  -weak LIBNAME     declare that the target provides the LIBNAME interface

转载于:https://www.cnblogs.com/budapeng/p/5490207.html

你可能感兴趣的文章
Polya定理与Burnside引理
查看>>
mybaits注解
查看>>
Codeforces Round #416 (Div. 2) A+B
查看>>
malloc和new有什么区别
查看>>
动态规划----最长公共子序列(C++实现)
查看>>
轻松搞定面试中的二叉树题目
查看>>
How to detect when a list is scrolling (or not)
查看>>
The method getDispatcherType() is undefined for the type HttpServletRequest
查看>>
如何在Mac上切换python2和python3以及下载安装包 & 在Mac上如何查找系统自带python2.7的路径...
查看>>
[leetcode]26.Remove Duplicates from Sorted Array
查看>>
PAT 甲级 1146 Topological Order
查看>>
校招准备-编程语言
查看>>
oracle 循环插入
查看>>
ACM-ICPC(9/25)
查看>>
沉淀再出发:redis的安装和使用
查看>>
Oracle 安装OEM 报错: 无法对所有EM 相关账户解锁 解决方法
查看>>
遗传算法(一)
查看>>
word之论文摘要
查看>>
GitHub
查看>>
密码学趣谈
查看>>