«ld» 태그된 질문

4
-lgfortran을 찾을 수 없습니다
R에 패키지를 설치하려고합니다 (패키지 "ks"). 오류 메시지와 함께 실패합니다. /usr/bin/ld: cannot find -lgfortran 우분투 패키지 빌드 필수를 이미 설치했습니다. 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 …
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]: …
11 compiling  make  cmake  ld 

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.