Questions tagged «ld»

4
找不到-lgfortran
我正在尝试在R中安装一个软件包(软件包“ ks”)。它失败,并显示错误消息: /usr/bin/ld: cannot find -lgfortran 我已经安装了Ubuntu软件包build-essential: sudo apt-get install build-essential 我也尝试添加符号链接: sudo ln -s /usr/lib/x86_64-linux-gnu/libgfortran.so.3 /usr/lib/libgfortran.so sudo ln -s /usr/lib/libgfortran.so.3.0.0 /usr/lib/libgfortran.so sudo ldconfig 我经常使用gcc和g ++,但还没有理由使用gfortran。 我在gcc-4.7(http://ubuntuforums.org/showthread.php?t=2123821)上见过其他人遇到此问题,所以我想知道这是否来自手动安装gcc-4.7。我跟着从接受的答案在这里的配方在这里,在这里在这里。 运行lsb_release -a打印 Ubuntu 12.04.2 LTS 和运行uname -r打印 3.2.0-39通用Pae 谁能提供建议,为什么ld不起作用?
12 compiling  gcc  fortran  ld 

3
未定义对符号'exp @@ GLIBC_2.2.5'的引用
这里已经问过类似的问题,但尚未得到解答。 我有一个实现Levenberg-Marquardt(从某处下载),我正在尝试对其进行编译,但收到以下错误。 gauravloj@vertex:~/Documents/source_code/non-rigid_registration/Gauss_newton/levmar-2.6$ make [ 87%] Built target levmar Linking C executable lmdemo /usr/bin/ld: CMakeFiles/lmdemo.dir/lmdemo.c.o: undefined reference to symbol 'exp@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [lmdemo] Error 1 make[1]: *** [CMakeFiles/lmdemo.dir/all] Error 2 make: *** [all] Error …
11 compiling  make  cmake  ld 

4
无法预加载代理链LD_PRELOAD
使用代理链在ubuntu 12.04.2中进行apt-get更新 sudo proxychains apt-get update 给出以下错误 ERROR: ld.so: object 'libproxychains.so.3' from LD_PRELOAD cannot be preloaded: ignored. 如何避免此错误?
11 12.04  proxy  libraries  ld 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.