2019年12月13日

摘要: git config --global --edit git commit -m "example dlopen pdfium Makefile" git push 阅读全文
posted @ 2019-12-13 16:52 lydstory 阅读(140) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/test1280/article/details/81157767 阅读全文
posted @ 2019-12-13 16:18 lydstory 阅读(831) 评论(0) 推荐(0)
摘要: 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中的函数和平常的函数没有区别,只是在编译连接时加上-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)
摘要: sudo useradd -m username #参数-m 自动创建用户的家目录 阅读全文
posted @ 2019-12-13 10:10 lydstory 阅读(748) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-12-13 09:45 lydstory 阅读(112) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2019-12-13 06:28 lydstory 阅读(1358) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2019-12-13 03:23 lydstory 阅读(142) 评论(0) 推荐(0)
摘要: http://www.doc88.com/p-9019791029100.html 阅读全文
posted @ 2019-12-13 02:01 lydstory 阅读(450) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-12-13 00:36 lydstory 阅读(1004) 评论(0) 推荐(0)

导航