会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
angryCoder996
博客园
园子
首页
新随笔
联系
管理
订阅
2023年8月14日
linux 动态库生成
摘要: 命令:g++ -Iinclude test.cpp -fPIC -shared -Wall -m64 -std=c++11 -O0 -g -o bin/test.so -g++: 编译器的名称 -Iinclude: 添加了一个头文件搜索路径,包含名为"include"的目录 test.cpp: 被编
阅读全文
posted @ 2023-08-14 16:18 angryCoder996
阅读(57)
评论(0)
推荐(0)
编辑
公告