728x90
1. configure: error: cannot compute suffix of object files 에러
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
2. /usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h 없다고 그럴때
나의 경우에는, 64bit의 centos에서 컴파일 하였으므로, 32비트꺼 라이브러리가 없어서 발생한 것이다.
때문에, 32비트 라이브러리를 설치해 줘야 한당
yum install glibc-devel.i686
728x90
'콤퓨타 > Linux' 카테고리의 다른 글
GDB로 멀티스레드 프로그램 디버깅할때 thread의 생성,종료 메세지 안나오게 하는 방법 (0) | 2013.06.16 |
---|---|
xargs 명령어 - 한 명령어의 실행결과를 다른 명령어의 인자로 넘겨줌 (0) | 2013.05.24 |
centos 에서 gcc 4.6으로 업그레이드 하는 방법 (0) | 2013.04.29 |
MySQL 에러 : Manager of pid-file quit without updating file (0) | 2013.04.29 |
centos에 mysql 설치 (0) | 2013.04.29 |
댓글