시스템/Linux2013. 10. 24. 22:43

 

 

./configure

 

하기 전에

 

export CFLAGS="-fPIC"
export CC="gcc"

 

또는

 

export CC="gcc -m64 -fPIC"
export CXX="g++ -m64 -fPIC"
export F77="g77 -m64 -fPIC"
export FC="g77 -m64 -fPIC"

 

입력후  설치

Posted by 소울하트