본문 바로가기
콤퓨타/Linux

centos에서 gcc4.6로 버전 올리기 위해 gcc4.6을 컴파일할때 에러들

by 어니엉 2013. 4. 29.
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

댓글