Error loading RMySQL (was: Error building R from source)
Georg,
On Jan 25, 2006, at 6:24 AM, Georg Otto wrote:
Simon Urbanek <simon.urbanek at r-project.org> writes:
On Jan 24, 2006, at 1:27 PM, Georg Otto wrote:
I tried to build R 2.2.1 from source on Mac OS 10.4.3 Tiger, Darwin 8.3.0 I was proceeding like this: ./configure F77=g77 CC="/usr/bin/gcc-3.3" make
You will need to run sudo gcc_select 3.3 before configuring R (and you don't need to set F77/CC if you don't want to). If that doesn't help, please let me know.
Thanks a lot for your help, this worked fine! Unfortunately I am running into another problem: I can not load RMySQL after installing it from source.
This was discussed here just recently, see https://stat.ethz.ch/pipermail/r-sig-mac/2006-January/002593.html Cheers, Simon