I have a niche reason to build a 32-bit version of R.  I'm playing with F#
on Mono on Mac OSX, and specifically with Deedle, a data frame
implementation in F#.  There's an RProvider, a type provider in F# -- a
higher-level way to provide a set of functionality, types, and data to F#.
 RProvider links to the local R library similarly to rJava.  Since Mono is
32-bit by default, and its IDE, Xamarin Studio, runs only in 32-bit mode,
it's thought to be much easier to recompile R for 32-bit mode than the
whole of Mono.

Looking at the sources, there's no obvious way to switch to 32-bit.  The
gfortran.pkg (4.2.3) seems obsolete; I've configured the default setup
successfully only after installing gfortran 4.8.2 via brew.  But setting
CPPFLAGS="-arch x686" reports that Fortran mangling is messed up.

So how do I build me a shared R library for 32-bit mode?

A+

        [[alternative HTML version deleted]]

_______________________________________________
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to