gpt4 book ai didi

gcc - ld 找不到 -l<库>

转载 作者:太空宇宙 更新时间:2023-11-03 16:42:25 24 4
gpt4 key购买 nike

我在 ubuntu 12.04 上安装 pyipopt 时遇到问题。在链接期间,我收到错误:

/usr/bin/ld: cannot find -lcoinhsl

即使我知道这个库已经安装并且 .so 和 .la 文件在 /home/mostafa/MyBuilds/CoinIpopt/build/lib/

有人对此有解决方案吗?

下面是运行 setup.py build 的完整返回:

root@ubuntu:~/MyBuilds/pyipopt# sudo python setup.py buildrunning buildrunning build_extbuilding 'pyipopt' extensiongcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/home/mostafa/MyBuilds/CoinIpopt/build/include/coin/ -I/usr/include/python2.7 -c src/callback.c -o build/temp.linux-x86_64-2.7/src/callback.ogcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/home/mostafa/MyBuilds/CoinIpopt/build/include/coin/ -I/usr/include/python2.7 -c src/pyipopt.c -o build/temp.linux-x86_64-2.7/src/pyipopt.osrc/pyipopt.c: In function ‘set_intermediate_callback’:src/pyipopt.c:452:15: warning: variable ‘myowndata’ set but not used [-Wunused-but-set-variable]gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relrobuild/temp.linux-x86_64-2.7/src/callback.o build/temp.linux-x86_64-2.7/src/pyipopt.o -L/home/mostafa/MyBuilds/CoinIpopt/build/lib/ -lipopt -lblas -lcoinhsl -lcoinmetis -llapack -ldl -lm -o build/lib.linux-x86_64-2.7/pyipopt.so -Wl,--rpath -Wl,/home/mostafa/MyBuilds/CoinIpopt/build/lib//usr/bin/ld: cannot find -lcoinhslcollect2: ld returned 1 exit statuserror: command 'gcc' failed with exit status 1

最佳答案

-Ldir
Add directory dir to the list of directories to be searched for -l.

关于gcc - ld 找不到 -l<库>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12107422/

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