gflags와 glog를 설치하며 발생한 에러다.
해결법은 gflag와 glog를 build하기 전,
gflag의 CMakeLists.txt에 다음과 같은 구문을 넣어줄 것.
set (CMAKE_POSITION_INDEPENDENT_CODE ON)
이후 gflags를 build하고 glog를 build하면 된다.
'Ubuntu' 카테고리의 다른 글
[Ubuntu]라즈베리파이 4B raspi-config 설치오류날때 (0) | 2022.07.07 |
---|---|
[Ubuntu]우분투 20.04 LTS wine 설치 (0) | 2022.03.28 |
[Ubuntu]main/binary-i386/Packages (0) | 2022.03.28 |
[Ubuntu]Failed to install file: not supported(.deb 설치오류) (0) | 2022.02.14 |
[Ubuntu]우분투에서 갑자기 WIFI가 잡히지 않을 때 (0) | 2022.01.18 |