会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
上一页
1
···
480
481
482
483
484
485
486
487
488
···
621
下一页
2019年12月13日
定位符号连接错误???
摘要: 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
阅读(1834)
评论(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
阅读(113)
评论(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
阅读(225)
评论(0)
推荐(0)
-fpermissive
摘要: -fpermissive
阅读全文
posted @ 2019-12-13 06:28 lydstory
阅读(1359)
评论(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
阅读(205)
评论(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
阅读(451)
评论(0)
推荐(0)
2019年12月12日
/usr/lib/python2.7/subprocess.py", line 1239, in _execute_child
摘要: Traceback (most recent call last):File "/home/eping/bin/repo", line 685, in main(sys.argv[1:])File "/home/eping/bin/repo", line 652, in main_Init(args
阅读全文
posted @ 2019-12-12 23:03 lydstory
阅读(2849)
评论(0)
推荐(0)
上一页
1
···
480
481
482
483
484
485
486
487
488
···
621
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告