home archives github knives links
tags gcc
categories
only title title and content
gcc笔记

参数

the dynamic linking library,如果程序中使用dlopen,dlsym,dlclose,dlerror**加载动态库,需要设置选项-ldl

添加库/头文件

CSDN

gcc -I/include -L/lib -lsb

查看可执行文件以来的动态链接库

ldd a.out
uname -r
sudo apt install linux-headers-5.0.0-36-generic # 你的版本号
locate slab.h
sudo apt install apt-file
sudo apt-file update
apt-file search ".h"