会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
2019年12月13日
git 使用
摘要: git config --global --edit git commit -m "example dlopen pdfium Makefile" git push
阅读全文
posted @ 2019-12-13 16:52 lydstory
阅读(140)
评论(0)
推荐(0)
C/C++:GCC/G++ -Wl,-soname 链接选项作用
摘要: https://blog.csdn.net/test1280/article/details/81157767
阅读全文
posted @ 2019-12-13 16:18 lydstory
阅读(831)
评论(0)
推荐(0)
nm U -l库的
摘要: nm U -l库的
阅读全文
posted @ 2019-12-13 15:41 lydstory
阅读(214)
评论(0)
推荐(0)
定位符号连接错误???
摘要: https://blog.csdn.net/buknow/article/details/96130049
阅读全文
posted @ 2019-12-13 15:11 lydstory
阅读(158)
评论(0)
推荐(0)
如何调用.so动态库中的函数,如何把自己的函数导出为.so的动态库函数供别人调用
摘要: 调用.so中的函数和平常的函数没有区别,只是在编译连接时加上-lxxxx就行了.要生成.so库,则编译时用下面的语句:gcc -shared -Wl,-soname,libmyfun.so -o libmyfun.so myfun.o 要生成.so库,则编译时用下面的语句:gcc -shared -
阅读全文
posted @ 2019-12-13 14:07 lydstory
阅读(1832)
评论(0)
推荐(0)
Linux(ubuntu)下创建用户没有创建家目录
摘要: sudo useradd -m username #参数-m 自动创建用户的家目录
阅读全文
posted @ 2019-12-13 10:10 lydstory
阅读(748)
评论(0)
推荐(0)
c 和 c++ 啊 Make
摘要:
阅读全文
posted @ 2019-12-13 09:45 lydstory
阅读(112)
评论(0)
推荐(0)
c/c++ 混合编程.so
摘要: CC = gccC++ = g++LINK = g++ LIBS = -lz -lm -lpcre#must add -fPIC optionCCFLAGS = $(COMPILER_FLAGS) -c -g -fPICC++FLAGS = $(COMPILER_FLAGS) -c -g -fPIC
阅读全文
posted @ 2019-12-13 09:20 lydstory
阅读(223)
评论(0)
推荐(0)
解决未定义引用的方法
摘要:
阅读全文
posted @ 2019-12-13 06:40 lydstory
阅读(1148)
评论(0)
推荐(0)
-fpermissive
摘要: -fpermissive
阅读全文
posted @ 2019-12-13 06:28 lydstory
阅读(1358)
评论(0)
推荐(0)
linux so库方式
摘要: gcc test_a.c test_b.c test_c.c -fPIC -shared -o libtest.so
阅读全文
posted @ 2019-12-13 03:26 lydstory
阅读(202)
评论(0)
推荐(0)
gyp --depth . -D component=shared_library -Ibuild/standalone.gypi build/all.gyp
摘要: gyp --depth . -D component=shared_library -Ibuild/standalone.gypi build/all.gyp
阅读全文
posted @ 2019-12-13 03:23 lydstory
阅读(142)
评论(0)
推荐(0)
foxit pdf sdk
摘要: http://www.doc88.com/p-9019791029100.html
阅读全文
posted @ 2019-12-13 02:01 lydstory
阅读(450)
评论(0)
推荐(0)
so库 ubuntu和centos都可以调用
摘要:
阅读全文
posted @ 2019-12-13 00:36 lydstory
阅读(1004)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告