Link hướng dẫn ở đây
Tạo link cho g++, gcc, cpp
cd /usr/bin
sudo ln -s /usr/local/g++
g++-4.2
Thêm -m32 hay -m64 vào export, không sẽ bị lỗi
checking for __gmpz_init in
-lgmp... no
configure: error: libgmp not
found or uses a different ABI.
Please read the INSTALL file
-- see "In case of problem".
Thay export CXX như sau:
export CXX=/usr/bin/g++-4.2
chuyển thành
export CXX="/usr/bin/g++-4.2
-m32"
Nhanh hơn thì dùng macports
sudo port install gmp
sudo port install mpfr
sudo port install mpc
macports install vào /opt/local
No comments:
Post a Comment