Skip to content
Prev 171179 / 398502 Next

C function calling in R

On 2/20/2009 7:07 AM, Cetiny?rek Aysun wrote:
This is really an R-devel question.  Please follow up there.

You don't say how you tried to compile it.  You need to make sure your 
compiler knows where to find the header files (and your linker knows 
where to find the libraries).  R CMD SHLIB or R CMD INSTALL will do 
that; were you using one of those?

Duncan Murdoch