We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4fd1b commit ef2b031Copy full SHA for ef2b031
docs/compilation/openssl-compatible.md
@@ -259,7 +259,7 @@ gcc -Wall -g -o ./test ./test.c -I./ $INCS $DEPS $DEFINE -lpthread -ldl
259
260
- 关闭 RSA_SIZE,先依赖 libbaba.a 再依赖 libopen.a,结果:编译链接成功,但执行出现段错误
261
262
- 
+ 
263
264
可以看出,编译是否成功和运行是否正常与代码本身、静态库依赖顺序有着重要的关系。
265
以上两个问题就是改造过程中经常遇到的问题:一是编译链接失败,二是运行出现段错误。具体原因请看下面技术原理分析。
0 commit comments