728x90
삽질의 결과물
-_-..
gmp 사이트 : ftp://ftp.gnu.org/gnu/gmp
mpfr 사이트 : http://mpfr.loria.fr/mpfr-current/
mpc 사이트 : http://www.multiprecision.org/index.php?prog=mpc&page=download
다운로드 ㄱ ㄱ 한다음에 압축 풀기
순서대로 설치할것.
1. gmp 설치
./configure
make
make check (<-얘 꼭해야함)
sudo make install
2. mpfr 설치
./configure
make
make check
sudo make install
3. mpc 설치
./configure
make
make check
sudo make install
gcc 소스 다운로드 http://ftp.gnu.org/gnu/gcc/gcc-4.6.4/
압축까지 풀기!!
./configure --prefix=/cal/home/karyurid704/gcc-4.6/install --enable-shared --enable-threads=posix --enable-languages=c,c++ --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
이건데... prefix는 설치위치임
위에꺼 끝나면
make
sudo make install
728x90
'콤퓨타 > Linux' 카테고리의 다른 글
xargs 명령어 - 한 명령어의 실행결과를 다른 명령어의 인자로 넘겨줌 (0) | 2013.05.24 |
---|---|
centos에서 gcc4.6로 버전 올리기 위해 gcc4.6을 컴파일할때 에러들 (0) | 2013.04.29 |
MySQL 에러 : Manager of pid-file quit without updating file (0) | 2013.04.29 |
centos에 mysql 설치 (0) | 2013.04.29 |
gcc 소스 다운로드 사이트 (0) | 2013.04.28 |
댓글