gpt4 book ai didi

gcc - GCC 中的 OpenSSL 链接选项 -lssl 和 -lcrypto

转载 作者:行者123 更新时间:2023-12-03 02:48:34 27 4
gpt4 key购买 nike

添加链接选项:-lssl 和 -lcrypto 后,我的程序已正确编译。但是我发现GCC不包含这两个选项,那么这些选项从哪里来呢?

最佳答案

GCC documentation告诉我们 -l 是链接库的选项。

-llibrary
-l library
Search the library named library when linking. (The second alternative with the
library as a separate argument is only for POSIX compliance and is not
recommended.)

所以你告诉 gcc 链接到库“ssl”和“crypto”。这些库通常安装在 /usr/lib 中。在 Linux 上,它们被称为 libssl.solibcrypto.so。在 OS X 上,它们将被称为 libssl.dyliblibcrypto.dylib

关于gcc - GCC 中的 OpenSSL 链接选项 -lssl 和 -lcrypto,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8829670/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com