gpt4 book ai didi

c++ - LIBSSL 静态库 fpic 编译问题

转载 作者:行者123 更新时间:2023-11-30 02:07:57 25 4
gpt4 key购买 nike

我使用

编译了 libssl
CC="gcc34 -fPIC" CXX="g++34 -fPIC" CFLAGS="-m64 -fPIC" ./config --prefix=/workspace/libs/gcc34/64/ssl shared  && make clean && make && make install 

但是当我尝试将这个静态生成的库与我的动态库链接时 我得到了

 relocation R_X86_64_PC32 against `OPENSSL_cpuid_setup' can not be used when making a shared object; recompile with -fPIC

我给了 fpic 选项那里有什么问题?

最佳答案

这对我有用,openssl-1.0.1c

./config -fPIC
make
make install

关于c++ - LIBSSL 静态库 fpic 编译问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7307857/

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