Skip to content
Prev 40624 / 63424 Next

(no subject)

On Jun 28, 2011, at 9:58 AM, Michelle.Carey wrote:

            
gmp is available as R package
http://cran.r-project.org/web/packages/gmp/index.html
do you really need it at a lower level than that?
That doesn't sound right - the instructions you quote install in the default location which is presumably /usr/local so you should simply set your flags to use that location.
That doesn't sound plausible, either - undeclared function don't cause errors (not in C). Undefined functions do and you have to make sure you link the libraries installed above.
That bears no meaning - as you said you installed the libraries, so you have to use those. Source code of gmp/mpfr has no effect on your code and should not be anywhere near it.

Cheers,
Simon