Mittwoch, 31. März 2010

How to install mpfr ?

How to install mpfr ?

1. first, install GMP to a specific location, eg /usr/local/gmp-5.0.1.

eg: ./comfigure --prefix=/usr/local/gmp-5.0.1
make
make install

2. next, when you build MPFR, use the "--with-gmp-build=" directive when you have installed a new version of gmp,
so that the compliler may not be confused with previous versions.

if I want to isntall MPFR to "/usr/local/mpfr-2.4.2", then type

eg: ./configure --prefix=/usr/local/mpfr-2.4.2 --with-gmp-build=/usr/local/gmp-5.0.1
make
make install

第二章 論心靈的本性 比物體更易於知道

昨天的沈思,令我心中充滿許多疑竇,以致想忘也忘不了,而且我還未看出, 到底有什麼方法可以把它們一掃而空,這就像忽然掉在深水中,既無法在水底穩穩地站住,又無法游到水面而感到手足無措一樣。

雖然如此,我仍然要盡最大的努力,重新沿著昨天所走過的途徑,把所有稍微可懷疑的事物, 置諸不理,宛如已發現它們是絕對虛妄似的。

此外,我還要一直沿著這條途徑走下去,直到找到一些確實的事物為止,即使一無所獲,但是我至少要明確地知道世界上有沒有確定的事物,才甘願罷休。

阿基米德只不過要求一個固定不移的點,就可以據此, 把整個地球從原來的位置移到另一個位置。

同樣的,如果我幸運地發現, 一件確定而不可懷疑的事物,就有權對自己的探究懷抱無窮的希望。

http://www.hfu.edu.tw/~huangkm/ration/desc-medit-2-ch.htm

GNU GMP
http://gmplib.org/

GNU MPFR
http://www.mpfr.org/


Keine Kommentare: