search for: hellomac

Displaying 1 result from an estimated 1 matches for "hellomac".

2006 Dec 18
1
Rmath: R libraries from C on Mac OS X
Dear R-experts, I have been having trouble using R's standalone random number generators from C on my Mac OS X 10.4.8 system. I try to compile my C program in the following way: gcc -Wall -o helloMac helloMac.c -lm -lRmath I get the following error: /usr/bin/ld: can't locate file for: -lRmath I am unable to locate Rmath on my machine. The problem appears to be that no libRmath.a was built on my Mac OS X installation. Any pointers (perhaps to a step by step guide for a _beginner_ on how...